@charset "UTF-8";
/* CSS Document */
/*☆====================================================================☆

フォント名：あんずもじ/あんずもじ等幅/あんずもじ奏/あんずもじ湛
作成者：京風子（Kyoko）
配布サイト名：あんずいろapricot×color　
URL：http://www8.plala.or.jp/p_dolce/

☆====================================================================☆*/
@font-face {
  font-family: "anzu";
  src: url("../fonts/APJapanesefont.woff") format("opentype"); }
@font-face {
  font-family: "Neuton";
  src: url("../fonts/Neuton-Regular.ttf") format("opentype"); }
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Regular.ttf") format("opentype"); }
/*
 * "FontName" licensed under the IPA Font License Agreement v1.0
 * http://typingart.net/?p=46 （配布元のURL）
 * http://ipafont.ipa.go.jp/（IPAフォントのURL）
 * http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
 */
@font-face {
  font-family: "kokoro";
  src: url("../fonts/Kokoro_sub.woff") format("opentype"); }
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

figure {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

li {
  list-style: none; }

/* !
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css

*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.

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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.

audio,
canvas,
progress,
video {
  display: inline-block; 1
  vertical-align: baseline; 2
}

*
 * Prevent 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;
}

*
 * Address 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
   ==========================================================================

*
 * Remove border when inside `a` element in IE 8/9/10.

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.

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.

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.

button,
html input[type="button"], 1
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;
}

*
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.

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.

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;
} */
/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden,
[hidden] {
  display: none !important; }

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block; }

/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.63em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
  /*font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;*/
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block; } }
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em; }

.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*="pure-u"] {
  /*font-family: sans-serif;*/ }

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%; }

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%; }

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5000%;
  *width: 12.4690%; }

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%; }

.pure-u-1-5 {
  width: 20%;
  *width: 19.9690%; }

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%; }

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.9690%; }

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%; }

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%; }

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5000%;
  *width: 37.4690%; }

.pure-u-2-5 {
  width: 40%;
  *width: 39.9690%; }

.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%; }

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%; }

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.9690%; }

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%; }

.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%; }

.pure-u-3-5 {
  width: 60%;
  *width: 59.9690%; }

.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5000%;
  *width: 62.4690%; }

.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%; }

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%; }

.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.9690%; }

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%; }

.pure-u-4-5 {
  width: 80%;
  *width: 79.9690%; }

.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%; }

.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5000%;
  *width: 87.4690%; }

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%; }

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%; }

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%; }

.pure-button {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box; }

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Inherit .pure-g styles */
.pure-button-group {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */ }

.opera-only :-o-prefocus,
.pure-button-group {
  word-spacing: -0.43em; }

.pure-button-group .pure-button {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

/*csslint outline-none:false*/
.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: none transparent;
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px; }

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  /* csslint ignore:start */
  filter: alpha(opacity=90);
  /* csslint ignore:end */
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1)); }

.pure-button:focus {
  outline: 0; }

.pure-button-active,
.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9; }

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.40;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none; }

.pure-button-hidden {
  display: none; }

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #0078e7;
  color: #fff; }

/* Button Groups */
.pure-button-group .pure-button {
  margin: 0;
  border-radius: 0;
  border-right: 1px solid #111;
  /* fallback color for rgba() for IE7/8 */
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.pure-button-group .pure-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.pure-button-group .pure-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: none; }

/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/
.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  box-sizing: border-box; }

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
.pure-form input[type="color"] {
  padding: 0.2em 0.5em; }

.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #129FEA; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA; }

.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA; }

.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block; }

.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="week"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="color"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc; }

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d; }

.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus,
.pure-form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d; }

.pure-form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white; }

.pure-form select[multiple] {
  height: auto; }

.pure-form label {
  margin: 0.5em 0 0.2em; }

.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0; }

.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5; }

.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked input[type="file"],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0; }

.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.pure-form-aligned textarea {
  vertical-align: top; }

/* Aligned Forms */
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em; }

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0; }

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em; }

/* Rounded Inputs */
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em; }

/* Grouped Inputs */
.pure-form .pure-group fieldset {
  margin-bottom: 10px; }

.pure-form .pure-group input,
.pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px; }

.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
  z-index: 3; }

.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0; }

.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0; }

.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0; }

.pure-form .pure-group button {
  margin: 0.35em 0; }

.pure-form .pure-input-1 {
  width: 100%; }

.pure-form .pure-input-3-4 {
  width: 75%; }

.pure-form .pure-input-2-3 {
  width: 66%; }

.pure-form .pure-input-1-2 {
  width: 50%; }

.pure-form .pure-input-1-3 {
  width: 33%; }

.pure-form .pure-input-1-4 {
  width: 25%; }

/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em; }

/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em; }

@media only screen and (max-width: 480px) {
  .pure-form button[type="submit"] {
    margin: 0.7em 0 0; }

  .pure-form input:not([type]),
  .pure-form input[type="text"],
  .pure-form input[type="password"],
  .pure-form input[type="email"],
  .pure-form input[type="url"],
  .pure-form input[type="date"],
  .pure-form input[type="month"],
  .pure-form input[type="time"],
  .pure-form input[type="datetime"],
  .pure-form input[type="datetime-local"],
  .pure-form input[type="week"],
  .pure-form input[type="number"],
  .pure-form input[type="search"],
  .pure-form input[type="tel"],
  .pure-form input[type="color"],
  .pure-form label {
    margin-bottom: 0.3em;
    display: block; }

  .pure-group input:not([type]),
  .pure-group input[type="text"],
  .pure-group input[type="password"],
  .pure-group input[type="email"],
  .pure-group input[type="url"],
  .pure-group input[type="date"],
  .pure-group input[type="month"],
  .pure-group input[type="time"],
  .pure-group input[type="datetime"],
  .pure-group input[type="datetime-local"],
  .pure-group input[type="week"],
  .pure-group input[type="number"],
  .pure-group input[type="search"],
  .pure-group input[type="tel"],
  .pure-group input[type="color"] {
    margin-bottom: 0; }

  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%; }

  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0; }

  /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
  .pure-form .pure-help-inline,
  .pure-form-message-inline,
  .pure-form-message {
    display: block;
    font-size: 0.75em;
    /* Increased bottom padding to make it group with its related input element. */
    padding: 0.2em 0 0.8em; } }
/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
  box-sizing: border-box; }

.pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3; }

.pure-menu-list,
.pure-menu-item {
  position: relative; }

.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%; }

.pure-menu-link,
.pure-menu-heading {
  display: block;
  text-decoration: none;
  white-space: nowrap; }

/* HORIZONTAL MENU */
.pure-menu-horizontal {
  width: 100%;
  white-space: nowrap; }

.pure-menu-horizontal .pure-menu-list {
  display: inline-block; }

/* Initial menus should be inline-block so that they are horizontal */
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

/* Submenus should still be display: block; */
.pure-menu-item .pure-menu-item {
  display: block; }

.pure-menu-children {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3; }

.pure-menu-horizontal .pure-menu-children {
  left: 0;
  top: auto;
  width: inherit; }

.pure-menu-allow-hover:hover > .pure-menu-children,
.pure-menu-active > .pure-menu-children {
  display: block;
  position: absolute; }

/* Vertical Menus - show the dropdown arrow */
.pure-menu-has-children > .pure-menu-link:after {
  padding-left: 0.5em;
  content: "\25B8";
  font-size: small; }

/* Horizontal Menus - show the dropdown arrow */
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
  content: "\25BE"; }

/* scrollable menus */
.pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden; }

.pure-menu-scrollable .pure-menu-list {
  display: block; }

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block; }

.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  /* a little extra padding for this style to allow for scrollbars */
  padding: .5em 0; }

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
  display: none; }

/* misc default styling */
.pure-menu-separator,
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: .3em 0; }

.pure-menu-horizontal .pure-menu-separator {
  width: 1px;
  height: 1.3em;
  margin: 0 0.3em; }

/* Need to reset the separator since submenu is vertical */
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  display: block;
  width: auto; }

.pure-menu-heading {
  text-transform: uppercase;
  color: #565d64; }

.pure-menu-link {
  color: #777; }

.pure-menu-children {
  background-color: #fff; }

.pure-menu-link,
.pure-menu-disabled,
.pure-menu-heading {
  padding: .5em 1em; }

.pure-menu-disabled {
  opacity: .5; }

.pure-menu-disabled .pure-menu-link:hover {
  background-color: transparent; }

.pure-menu-active > .pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
  background-color: #eee; }

.pure-menu-selected .pure-menu-link,
.pure-menu-selected .pure-menu-link:visited {
  color: #000; }

.pure-table {
  /* Remove spacing between table cells (from Normalize.css) */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb; }

.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center; }

.pure-table td,
.pure-table th {
  border-left: 1px solid #cbcbcb;
  /*  inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  /*to make ths where the title is really long work*/
  padding: 0.5em 1em;
  /* cell padding */ }

/* Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432 */
.pure-table td:first-child,
.pure-table th:first-child {
  border-left-width: 0; }

.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom; }

/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
.pure-table td {
  background-color: transparent; }

.pure-table-odd td {
  background-color: #f2f2f2; }

/* nth-child selector for modern browsers */
.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2; }

/* BORDERED TABLES */
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb; }

.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0; }

/* HORIZONTAL BORDERED TABLES */
.pure-table-horizontal td,
.pure-table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb; }

.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0; }

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.9690%; }

  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.9690%; }

  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.9690%; }

  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%; } }
@media screen and (min-width: 48em) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.9690%; }

  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
    *width: 49.9690%; }

  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.9690%; }

  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%; } }
@media screen and (min-width: 64em) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.9690%; }

  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.9690%; }

  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.9690%; }

  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%; } }
@media screen and (min-width: 80em) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.9690%; }

  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.9690%; }

  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.9690%; }

  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%; } }
body {
  letter-spacing: 0.16em;
  line-height: 1.73em; }

.pc {
  display: block; }

.sp {
  display: none; }

.christmas {
  background: url(../img/bg.png);
  padding: 60px 0 0 0; }
  .christmas-mainhead {
    margin-bottom: 80px;
    color: #976f3c; }
  .christmas__inner {
    max-width: 1260px;
    background: url(../img/inner-bg.png);
    margin: 0 auto;
    padding: 0 4.1667%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
  .christmas img {
    max-width: 100%; }

.main-panel {
  text-align: center; }
  .main-panel img {
    max-width: 100%;
    margin: 0 auto; }

.about {
  text-align: center;
  padding: 40px 0 160px; }
  .about__head {
    font-family: "kokoro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2.2em;
    padding: 0;
    color: #b52f1d; }
  .about__font {
    font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .about__desc {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2.2em;
    margin-bottom: 80px;
    font-family: "anzu", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .about__list:nth-of-type(2), .about__list:nth-of-type(4) {
    margin-top: 40px; }
  .about__list:nth-of-type(3) {
    margin-top: 60px; }
  .about__list img {
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease; }
  .about__list:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .about__subhead {
    padding: 20px 0;
    margin-bottom: 40px;
    background: url(../img/about_subhead-bg.png) #fff;
    position: relative;
    text-align: center;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 500; }
    .about__subhead:before {
      content: "";
      width: 100%;
      border-top: 1px dashed #726666;
      position: absolute;
      top: 5px;
      left: 0; }
    .about__subhead:after {
      content: "";
      width: 100%;
      border-bottom: 1px dashed #726666;
      position: absolute;
      bottom: 5px;
      left: 0; }
  .about__mainhead {
    font-size: 60px;
    font-size: 3.75rem;
    min-width: 640px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 80px 40px;
    font-family: "anzu", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    background: url(../img/about-left.png) no-repeat left center, url(../img/about-right.png) no-repeat right center; }
  .about__sup {
    position: absolute;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px;
    background: #e6e6e6;
    font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 10px;
    top: 0;
    left: 100px;
    color: #ac2623;
    text-decoration: underline;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg); }
    .about__sup:after {
      content: "";
      position: absolute;
      bottom: -24px;
      right: 36px;
      -webkit-transform: rotate(-15deg);
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform: rotate(-15deg);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 7.5px 0 7.5px;
      border-color: #e6e6e6 transparent transparent transparent; }

.nav__head {
  font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #726666;
  font-size: 36px;
  font-size: 2.25rem;
  padding: 20px 0;
  margin-bottom: 40px;
  text-align: center;
  font-weight: normal;
  position: relative; }
  .nav__head:before {
    content: "";
    width: 490px;
    border-top: 4px solid #726666;
    border-bottom: 2px solid #726666;
    height: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0; }
  .nav__head:after {
    content: "";
    width: 490px;
    border-top: 4px solid #726666;
    height: 5px;
    border-bottom: 2px solid #726666;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0; }
.nav__subhead {
  font-size: 30px;
  font-size: 1.875rem;
  padding: 40px 0 0; }
  .nav__subhead.-pop {
    padding: 10px 0;
    font-size: 26px;
    font-size: 1.625rem;
    width: 70%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 82px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.25; }
.nav__nav {
  margin: 0 -20px 40px; }
.nav__list {
  padding: 0 20px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.nav__trim {
  overflow: hidden;
  display: block;
  max-height: 280px; }
.nav__link {
  display: block;
  position: relative;
  padding: 15px 20px;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -ms-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease; }
  .nav__link-sonoda {
    text-align: center;
    padding: 80px 0;
    color: #fff; }
    .nav__link-sonoda .nav__sup {
      color: #fff; }
    .nav__link-sonoda:hover {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
    .nav__link-sonoda.-one {
      background: url(../img/nav-sonoda-1.png) no-repeat center; }
    .nav__link-sonoda.-two {
      background: url(../img/nav-sonoda-2.png) no-repeat center; }
    .nav__link-sonoda.-three {
      background: url(../img/nav-sonoda-3.png) no-repeat center; }
  .nav__link-popular {
    border: 3px solid #000;
    color: #000; }
    .nav__link-popular:hover .nav__img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
    .nav__link-popular:after {
      content: "";
      width: 98%;
      height: 92%;
      border: 1px solid #000;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
.nav__sup {
  font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  text-decoration: underline;
  color: #555555;
  text-align: center; }
  .nav__sup.-pop {
    width: 70%;
    display: block; }
.nav__sub {
  font-size: 23px;
  font-size: 1.4375rem;
  font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px 0 0 0;
  display: block;
  font-weight: normal; }
.nav__img {
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 20;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -ms-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease; }
.nav__name {
  margin: 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #212121;
  font-weight: bold; }
.nav__comments {
  padding: 60px 0 50px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  top: -20px;
  font-weight: 500;
  background: url(../img/nav-comments.png) no-repeat center; }
.nav__more {
  color: #fff;
  width: 647px;
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 auto 80px;
  padding: 35px 0;
  background: url(../img/bb.png);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 1px #c3c3c3; }
  .nav__more:before {
    content: "";
    width: 97%;
    height: 84%;
    position: absolute;
    top: 7%;
    left: 1.5%;
    border: 1px dashed #fafafa;
    border: 1px dashed #fafafa;
    border-radius: 10px; }
  .nav__more:hover {
    opacity: 0.75; }
    .nav__more:hover:after {
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg); }
  .nav__more.-other {
    display: inline-block;
    width: 518px;
    margin: 0 9px; }
  .nav__more:after {
    content: "";
    background: url(../img/xmas-snow.png) no-repeat center;
    width: 101px;
    height: 102px;
    position: absolute;
    right: -30px;
    bottom: -30px; }

.sonoda__comments.-one {
  position: absolute;
  left: 660px;
  bottom: 33px; }
.sonoda__comments.-two {
  position: absolute;
  left: 250px;
  bottom: -20px; }
.sonoda__comments.-three {
  position: absolute;
  left: 280px;
  bottom: 130px; }
.sonoda__comments.-four {
  position: absolute;
  right: -170px;
  bottom: 33px; }
.sonoda__comments.-five {
  position: absolute;
  left: 860px;
  bottom: -33px; }
.sonoda__comments.-six {
  position: absolute;
  bottom: 0;
  right: 600px; }
.sonoda__nav {
  margin: 0 -10px 160px;
  justify-content: center; }
.sonoda__list {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  -webkit-perspective: 1000px;
  perspective: 1000px; }
  .sonoda__list:hover .sonoda-pro__img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
    .sonoda__list:hover .sonoda-pro__img-2 {
      -webkit-transform: rotateY(0);
      transform: rotateY(0); }
.sonoda-pro__img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .8s ease;
  -moz-transition: .8s ease;
  -ms-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease; }
  .sonoda-pro__img-2 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -ms-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease; }

.popular {
  display: -webkit-flex;
  display: flex;
  padding: 0 8.3333% 160px; }
  .popular__sup {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    color: #ff0000;
    font-weight: bold;
    padding: 10px 0 20px;
    position: relative; }
    .popular__sup:before {
      content: "";
      height: 100%;
      width: 0;
      border-right: 2px solid #ff0000;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .popular__sup:after {
      content: "";
      height: 100%;
      width: 0;
      border-right: 2px solid #ff0000;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .popular__list {
    width: 373px;
    text-align: center; }
    .popular__list:first-child {
      padding-right: 16.6667%; }
  .popular__name {
    padding: 10px 0 20px 0;
    position: relative;
    font-weight: bold;
    color: #333;
    font-size: 18px;
    font-size: 1.125rem; }
    .popular__name:hover {
      opacity: 0.75; }
      .popular__name:hover:after {
        right: 5px; }
    .popular__name:after {
      content: "";
      background: url(../img/item-box__more.png) no-repeat center;
      width: 39px;
      height: 39px;
      position: absolute;
      right: 0;
      top: 0; }

.collection {
  border-top: #212121 3px dotted;
  position: relative;
  padding: 0 0 80px; }
  .collection__upper {
    padding: 60px 10px 20px; }
  .collection__head {
    padding: 0 4.1667% 30px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-weight: normal; }
  .collection__sup {
    margin-right: 10px; }
  .collection__en {
    font-family: "anzu", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 80px;
    font-size: 5rem;
    padding: 30px 0 30px 100px;
    background: url(../img/collection-star.png) no-repeat left center;
    letter-spacing: 0;
    color: #333333;
    line-height: 1; }
    .collection__en.-other {
      text-align: center; }
    .collection__en.-silver {
      background: url(../img/collection-star-silver.png) no-repeat left center; }
    .collection__en.-bronse {
      background: url(../img/collection-star-bronse.png) no-repeat left center; }
    .collection__en span {
      font-size: 32px;
      font-size: 2rem;
      font-weight: normal; }
  .collection__desc {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2.2em;
    margin-bottom: 20px;
    clear: both;
    text-align: center;
    position: relative;
    font-family: "anzu", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.item-box {
  padding: 20px 10px 80px 10px; }
  .item-box.-other {
    padding: 50px 10px 160px 10px; }
  .item-box__sup {
    border: dashed 1px #212121;
    color: #555;
    padding: 10px 40px;
    margin: 0 auto 40px;
    display: inline-block; }
  .item-box__head {
    text-align: center;
    margin-bottom: 40px; }
    .item-box__head-para {
      font-size: 60px;
      font-size: 3.75rem;
      color: #530808;
      font-family: "kokoro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      letter-spacing: -0.02em; }
      .item-box__head-para img {
        vertical-align: middle; }
      .item-box__head-para sub {
        font-size: 36px;
        font-size: 2.25rem;
        vertical-align: 7px; }
  .item-box__img {
    margin-bottom: 40px; }
  .item-box__nav {
    margin: 0 -20px 40px; }
  .item-box__list {
    padding: 0 20px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    .item-box__list-other {
      text-align: left; }
  .item-box__link {
    display: block;
    background: url(../img/item-box-bg.png);
    padding: 40px 30px;
    border-radius: 10px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
  .item-box__desc {
    color: #212121;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    font-weight: bold; }
  .item-box__subhead {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 0 0 50px;
    margin: 0 0 20px;
    color: #202020;
    line-height: 1.25em;
    background: url(../img/christmas_dot.png) no-repeat center bottom;
    text-align: center;
    position: relative; }
    .item-box__subhead-other {
      color: #212121;
      padding: 0;
      margin: 40px 0 20px;
      background: none;
      text-align: left; }
  .item-box__underhead {
    background: #fafafa;
    position: relative;
    font-size: 22px;
    font-size: 1.375rem;
    padding: 1.15em 0;
    text-align: center;
    margin-bottom: 20px; }
    .item-box__underhead:before {
      content: "";
      top: 5px;
      left: 0;
      position: absolute;
      width: 100%;
      border-top: dashed 1px #999; }
    .item-box__underhead:after {
      content: "";
      bottom: 5px;
      left: 0;
      position: absolute;
      width: 100%;
      border-top: dashed 1px #999; }

.tag {
  margin: 0 20px 40px;
  display: -webkit-flex;
  display: flex; }
  .tag__list {
    color: #fff;
    background: #d7083b;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 13px;
    font-size: 0.8125rem; }

.price-box {
  padding: 20px;
  background: url(../img/price-bg.png) no-repeat top center, url(../img/price-bg.png) no-repeat bottom center #fff;
  margin-bottom: 20px; }
  .price-box:after {
    content: "";
    content: "";
    display: table;
    clear: both; }
  .price-box__sup {
    font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 10px;
    display: block; }
  .price-box__price {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 20px;
    font-weight: bold;
    float: left;
    margin-right: 10px; }
    .price-box__price sub {
      font-size: 26px;
      font-size: 1.625rem; }
      .price-box__price sub.tax {
        font-size: 18px;
        font-size: 1.125rem; }
  .price-box__detail {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: #cc4646;
    font-weight: bold; }
  .price-box__link {
    font-weight: bold;
    padding: 20px 49px 20px 0;
    text-decoration: underline;
    position: relative;
    float: right;
    color: #212121;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out; }
    .price-box__link:hover {
      opacity: 0.75; }
      .price-box__link:hover:after {
        right: 5px; }
    .price-box__link:after {
      content: "";
      background: url(../img/item-box__more.png) no-repeat center;
      width: 39px;
      height: 39px;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }

.under-box__nav {
  margin: 0 -10px; }
.under-box__list {
  margin-bottom: 40px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.under-box__link {
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out; }
  .under-box__link:hover {
    opacity: 0.75; }
.under-box__name {
  color: #212121;
  text-align: center;
  font-weight: bold; }
.under-box__more {
  color: #fff;
  width: 647px;
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 auto;
  padding: 35px 0;
  background: url(../img/bb.png);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 1px #c3c3c3; }
  .under-box__more:before {
    content: "";
    width: 97%;
    height: 84%;
    position: absolute;
    top: 7%;
    left: 1.5%;
    border: 1px dashed #fafafa;
    border: 1px dashed #fafafa;
    border-radius: 10px; }
  .under-box__more:hover {
    opacity: 0.75; }
    .under-box__more:hover:after {
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg); }
  .under-box__more.-other {
    display: inline-block;
    width: 518px;
    margin: 0 9px; }
  .under-box__more:after {
    content: "";
    background: url(../img/i_Knitting-wool.png) no-repeat center;
    width: 140px;
    height: 109px;
    position: absolute;
    right: -30px;
    bottom: -30px; }

.voice__nav {
  margin: 0 -20px; }
.voice__wrapper {
  padding: 0 20px 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left; }
.voice__sup {
  padding: 10px 20px;
  background: url(../img/voice-bg.png) repeat;
  position: absolute;
  left: -18px;
  top: -18px;
  color: #fff;
  min-width: 300px; }
  .voice__sup:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #b28e4a transparent transparent; }
.voice__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px; }
.voice__list {
  padding: 60px 20px 40px;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  box-shadow: 1px 1px 4px #aeaeae; }
  .voice__list:before {
    content: "";
    position: absolute;
    left: 13px;
    bottom: -14px;
    -webkit-transform: rotate(-39deg);
    -moz-transform: rotate(-39deg);
    -ms-transform: rotate(-39deg);
    -o-transform: rotate(-39deg);
    transform: rotate(-39deg);
    width: 48px;
    height: 0;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .voice__list:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 30px 50px;
    border-color: transparent transparent #ffffff transparent; }
.voice__more {
  margin-bottom: 80px;
  display: block; }

.tweet {
  margin-bottom: 80px; }
  .tweet__head {
    margin-bottom: 40px; }

.fav-item__desc {
  text-align: center;
  line-height: 2em;
  margin-bottom: 160px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem; }
.fav-item__more {
  color: #111;
  width: 647px;
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 auto;
  height: 120px;
  line-height: 120px;
  background: #fff;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  border-radius: 10px;
  border: 4px solid #000;
  box-shadow: 1px 1px 4px 1px #c3c3c3; }
  .fav-item__more-nav {
    margin: 0 -20px 80px; }
  .fav-item__more-list {
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .fav-item__more:after {
    content: "";
    width: 97%;
    height: 84%;
    position: absolute;
    top: 7%;
    left: 1.5%;
    border: 2px dashed #878787;
    border-radius: 10px; }
  .fav-item__more.-other {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease; }
    .fav-item__more.-other:hover {
      opacity: 0.7; }
.fav-item-box__sup {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ff0000;
  font-weight: bold;
  padding: 0;
  position: absolute;
  top: -30px;
  width: 100%; }
  .fav-item-box__sup:before {
    content: "";
    height: 100%;
    width: 0;
    border-right: 2px solid #ff0000;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .fav-item-box__sup:after {
    content: "";
    height: 100%;
    width: 0;
    border-right: 2px solid #ff0000;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
.fav-item-box__nav {
  margin: 0 -10px;
  justify-content: center; }
.fav-item-box__list {
  margin-bottom: 40px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
.fav-item-box__link {
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out; }
  .fav-item-box__link:hover {
    opacity: 0.75; }
.fav-item-box__name {
  color: #212121;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 0 39px 0 0; }
  .fav-item-box__name:hover {
    opacity: 0.75; }
    .fav-item-box__name:hover:after {
      right: 5px; }
  .fav-item-box__name:after {
    content: "";
    background: url(../img/item-box__more.png) no-repeat center;
    width: 39px;
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.icon {
  vertical-align: middle;
  margin-right: 20px; }

.wrapping {
  margin: 0 auto 160px; }
  .wrapping__img {
    margin: 0 auto 80px; }

.sns {
  max-width: 640px;
  margin: 0 auto 80px;
  position: relative; }
  .sns__head {
    font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #606587;
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 40px;
    text-align: center;
    padding: 20px 0;
    position: relative; }
    .sns__head:before {
      content: "";
      bottom: -10px;
      left: 0;
      display: inline-block;
      position: relative;
      width: 59px;
      height: 27px;
      background: url(../img/follow-left.png) no-repeat center; }
    .sns__head:after {
      content: "";
      bottom: -10px;
      right: 0;
      display: inline-block;
      position: relative;
      width: 59px;
      height: 27px;
      background: url(../img/follow-right.png) no-repeat center; }
  .sns__nav {
    padding: 20px 0 20px 8.3333%; }
  .sns__list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8.3333% 0 0; }
    .sns__list:last-child {
      padding: 0; }
  .sns__link {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #c6a36d;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out; }
    .sns__link:hover {
      opacity: 0.75; }
    .sns__link img {
      margin-right: 10px; }

.stamp {
  display: block;
  background: #fff;
  padding: 30px 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 640px;
  margin: 0 auto 160px;
  border: 2px solid #878787;
  position: relative;
  border-radius: 20px; }
  .stamp:before {
    content: "";
    width: 54px;
    height: 120px;
    position: absolute;
    background: url(../img/sonoda-com-1.png) no-repeat;
    position: absolute;
    right: -54px;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease; }
  .stamp:after {
    content: "";
    width: 97%;
    height: 84%;
    position: absolute;
    top: 7%;
    left: 1.5%;
    border: 2px dashed #878787;
    border-radius: 10px;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease; }
  .stamp:hover img, .stamp:hover .stamp__name {
    opacity: 0.7; }
  .stamp:hover:before {
    opacity: 1;
    right: -54px;
    z-index: 1;
    width: 54px; }
  .stamp__name {
    font-weight: bold;
    color: #14b700; }
    .stamp__name:before {
      content: "";
      width: 117px;
      height: 117px;
      display: inline-block;
      background: url(../img/sonoda-1.png) no-repeat center;
      background-size: contain;
      position: absolute;
      left: 10px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .stamp__name:after {
      content: "";
      width: 117px;
      height: 117px;
      display: inline-block;
      background: url(../img/sonoda-3.png) no-repeat center;
      background-size: contain;
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto; }

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 120px;
  height: 132px; }
  .pagetop:hover {
    bottom: 60px !important; }

/* ---------------------------------------------------------------------
   search
--------------------------------------------------------------------- */
#search h3 {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  color: #484848;
  font-family: "Letter Gothic Std", sans-serif;
  font-style: italic; }

#search ul.category_link {
  width: 1000px;
  height: auto;
  overflow: hidden;
  padding: 0 0 130px 0;
  margin: 0 auto; }

#search ul.category_link li {
  width: 32%;
  padding: 2px 0;
  margin: 0 0 0 2%;
  height: auto;
  float: left;
  border-bottom: #eee solid 1px; }

#search ul.category_link li:first-child,
#search ul.category_link li:first-child + li + li + li,
#search ul.category_link li:first-child + li + li + li + li + li + li,
#search ul.category_link li:first-child + li + li + li + li + li + li + li + li + li,
#search ul.category_link li:first-child + li + li + li + li + li + li + li + li + li + li + li + li,
#search ul.category_link li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li,
#search ul.category_link li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  margin: 0; }

#search ul.category_link li a {
  width: 100%;
  height: auto;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 62px;
  text-align: left;
  color: #251311; }

#search ul.category_link li a:hover {
  opacity: 0.7; }

#search ul.category_link li a img {
  float: left;
  padding: 0 10px 0 0; }

.marve {
  margin: 2em 0;
  display: block; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .christmas {
    font-size: 14px;
    font-size: 0.875rem;
    overflow: hidden;
    padding: 40px 0 0 0; }
    .christmas-mainhead {
      margin-bottom: 30px; }

  img {
    max-width: 100%; }

  .about {
    text-align: center;
    padding: 30px 0 40px; }
    .about__head {
      font-family: "kokoro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 2.2em;
      padding: 0;
      color: #b52f1d;
      letter-spacing: 0.02em; }
    .about__subhead {
      padding: 10px 0;
      margin-bottom: 10px;
      background: url() #fff;
      position: relative;
      text-align: center;
      font-size: 18px;
      font-size: 1.125rem; }
      .about__subhead:before {
        content: "";
        width: 100%;
        border-top: 1px dashed #726666;
        position: absolute;
        top: 5px;
        left: 0; }
      .about__subhead:after {
        content: "";
        width: 100%;
        border-bottom: 1px dashed #726666;
        position: absolute;
        bottom: 5px;
        left: 0; }
    .about__mainhead {
      min-width: 100%;
      padding: 30px 0;
      margin-bottom: 40px;
      font-size: 20px;
      font-size: 1.25rem;
      background-size: contain !important; }
    .about__desc {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 2.2em;
      margin-bottom: 40px; }
      .about__desc br {
        display: none; }
    .about__sup {
      position: absolute;
      font-size: 12px;
      font-size: 0.75rem;
      padding: 5px;
      background: #e6e6e6;
      font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      border-radius: 10px;
      top: 0;
      left: 0px;
      color: #ac2623;
      text-decoration: underline;
      -webkit-transform: rotate(-6deg);
      -moz-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
      -o-transform: rotate(-6deg);
      transform: rotate(-6deg); }
      .about__sup:after {
        content: "";
        position: absolute;
        bottom: -24px;
        right: 36px;
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 7.5px 0 7.5px;
        border-color: #e6e6e6 transparent transparent transparent; }

  .nav__head {
    font-family: "Neuton", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal; }
    .nav__head span {
      background: url(../img/inner-bg.png);
      position: relative;
      z-index: 10;
      display: inline-block;
      padding: 0 5px; }
    .nav__head:before {
      display: none; }
    .nav__head:after {
      content: "";
      width: 100%;
      border-top: 4px solid #726666;
      height: 5px;
      border-bottom: 2px solid #726666;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 0; }
  .nav__nav {
    margin: 0 -10px 30px;
    justify-content: center; }
  .nav__subhead {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 0 0; }
    .nav__subhead.-pop {
      padding: 5px 0;
      font-size: 13px;
      font-size: 0.8125rem;
      width: 100%;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 62px;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center; }
  .nav__name {
    margin: 5px 0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #212121;
    font-weight: bold; }
  .nav__list {
    padding: 0 5px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .nav__link {
    background-size: contain !important;
    padding: 5px 10px; }
    .nav__link-sonoda {
      text-align: center;
      padding: 30px 0;
      color: #fff; }
  .nav__sup {
    font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    text-decoration: underline;
    text-align: center; }
    .nav__sup.-pop {
      width: 82%;
      display: block; }
  .nav__sub {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 5px 0 0 0;
    display: block;
    font-weight: normal; }
  .nav__img {
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 20;
    width: 30%; }
  .nav__comments {
    padding: 30px 0 25px;
    text-align: center;
    font-size: 11px;
    font-size: 0.6875rem;
    position: relative;
    top: -20px;
    font-weight: bold;
    background: url(../img/nav-comments.png) no-repeat center;
    background-size: contain; }
  .nav__more {
    width: 90%;
    font-size: 17px;
    font-size: 1.0625rem; }

  .sonoda__comments.-one {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 100px; }
  .sonoda__comments.-two {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 30px; }
  .sonoda__comments.-three {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 95px;
    width: 80%;
    right: 0;
    margin: auto; }
  .sonoda__comments.-four {
    position: relative;
    z-index: 10;
    right: 0;
    bottom: 0; }
  .sonoda__comments.-five {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0; }
  .sonoda__comments.-six {
    position: absolute;
    z-index: 10;
    bottom: -150px;
    right: 0;
    left: 0;
    margin: auto; }

  .popular {
    margin: 0 -5px;
    padding: 0; }
    .popular__list {
      max-width: 50%;
      width: 50%;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 5px; }
      .popular__list:first-child {
        padding: 0 5px; }
    .popular__sup {
      display: block;
      font-size: 11px;
      font-size: 0.6875rem;
      color: #ff0000;
      font-weight: bold;
      padding: 5px 0;
      position: relative; }
      .popular__sup:before {
        content: "";
        height: 50%;
        width: 0;
        border-right: 1px solid #ff0000;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .popular__sup:after {
        content: "";
        height: 50%;
        width: 0;
        border-right: 1px solid #ff0000;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .popular__name {
      padding: 0 20px 0 0;
      font-size: 14px;
      font-size: 0.875rem; }
      .popular__name:after {
        width: 20px;
        height: 20px;
        background-size: contain;
        bottom: 0;
        margin: auto; }

  .item-box {
    padding: 0 5px 0 5px; }
    .item-box.-other {
      padding: 0 5px 0 5px; }
    .item-box__sup {
      padding: 5px 10px; }
    .item-box__head-para {
      font-size: 30px;
      font-size: 1.875rem; }
      .item-box__head-para img {
        width: 30px;
        height: auto; }
      .item-box__head-para sub {
        font-size: 18px;
        font-size: 1.125rem;
        vertical-align: 7px;
        display: block; }
    .item-box__nav {
      margin: 0 -10px; }
    .item-box__underhead {
      background: #fafafa;
      position: relative;
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 1.15em 0;
      text-align: center;
      margin-bottom: 10px; }
    .item-box__list {
      padding: 0 10px; }
    .item-box__link {
      padding: 30px 15px; }
    .item-box__desc {
      color: #212121;
      font-size: 16px;
      font-size: 1rem; }
      .item-box__desc br {
        display: none; }
    .item-box__subhead {
      font-size: 20px;
      font-size: 1.25rem;
      padding: 0 0 25px;
      background-size: contain; }
      .item-box__subhead-other {
        color: #212121;
        padding: 0;
        margin-bottom: 10px;
        background: none; }

  #nav-2 {
    padding: 0 0 80px; }

  .collection {
    padding: 0 0 30px; }
    .collection__upper {
      padding: 60px 0 10px; }
    .collection__head {
      padding: 0;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      font-weight: normal; }
    .collection__en {
      font-size: 26px;
      font-size: 1.625rem;
      text-align: center;
      padding: 30px 0 30px 50px;
      background-size: 50px; }
      .collection__en.-silver {
        background: url(../img/collection-star-silver.png) no-repeat left center;
        background-size: 50px; }
      .collection__en.-bronse {
        background: url(../img/collection-star-bronse.png) no-repeat left center;
        background-size: 50px; }
      .collection__en span {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        display: block;
        margin-top: 5px; }
    .collection__sup {
      text-align: center;
      flex-basis: 80px; }
      .collection__sup img {
        width: 100%; }
    .collection__desc {
      font-size: 16px;
      font-size: 1rem;
      line-height: 2.2em;
      margin-bottom: 10px;
      clear: both;
      text-align: left; }
      .collection__desc br {
        display: none; }
      .collection__desc.-five {
        padding: 0 0 120px 0; }
    .collection .nav__nav {
      margin: 0; }

  .tag {
    margin: 0 0 10px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .tag__list {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 5px 10px;
      margin-bottom: 10px; }

  .price-box {
    padding: 10px;
    margin-bottom: 10px; }
    .price-box__sup {
      margin-bottom: 0; }
    .price-box__price {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 10px; }
      .price-box__price sub {
        font-size: 18px;
        font-size: 1.125rem; }
        .price-box__price sub.tax {
          font-size: 14px;
          font-size: 0.875rem; }
    .price-box__detail {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 10px;
      color: #cc4646;
      font-weight: bold; }

  .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 80px; }
    .pagetop img {
      width: 100%; }

  .under-box__name {
    font-size: 14px;
    font-size: 0.875rem; }
  .under-box__more {
    color: #fff;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 auto;
    padding: 25px 0;
    background-size: 120px 120px; }
    .under-box__more:before {
      width: 94%;
      left: 2.5%; }
    .under-box__more.-other {
      display: inline-block;
      width: 100%;
      margin: 0 0 30px;
      background-size: 120px 120px; }
    .under-box__more:after {
      content: "";
      background: url(../img/i_Knitting-wool.png) no-repeat center;
      background-size: contain;
      width: 170px;
      height: 55px;
      position: absolute;
      right: -30px;
      bottom: -30px; }

  .voice__title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 5px; }
  .voice__desc {
    font-size: 14px;
    font-size: 0.875rem; }
  .voice__sup {
    padding: 5px 10px;
    background: url(../img/voice-bg.png) repeat;
    position: absolute;
    left: -18px;
    top: -18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    width: 108.3333%; }
    .voice__sup:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -18px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 18px 18px 0;
      border-color: transparent #b28e4a transparent transparent; }

  .tweet__list {
    margin-bottom: 30px; }
    .tweet__list iframe {
      height: 250px !important; }

  .fav-item__desc {
    text-align: center;
    line-height: 2em;
    margin-bottom: 80px;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem; }
  .fav-item__more {
    color: #111;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 auto 40px;
    padding: 35px 0;
    height: auto;
    line-height: 1.5;
    background: #fff;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-radius: 10px;
    border: 4px solid #000;
    box-shadow: 1px 1px 4px 1px #c3c3c3; }
  .fav-item-box__sup {
    font-size: 11px;
    font-size: 0.6875rem; }
  .fav-item-box__name {
    padding: 0 20px 0 0;
    font-size: 12px;
    font-size: 0.75rem; }
    .fav-item-box__name:after {
      content: "";
      background: url(../img/item-box__more.png) no-repeat center;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background-size: contain; }

  .icon {
    margin-right: 5px; }

  .wrapping {
    margin: 0 auto 80px; }
    .wrapping__nav {
      justify-content: center; }
    .wrapping__img {
      margin: 0 auto 40px; }

  .sns {
    margin: 0 auto 160px; }
    .sns__head {
      font-size: 20px;
      font-size: 1.25rem; }
    .sns__list {
      margin-bottom: 10px;
      font-size: 18px;
      font-size: 1.125rem; }

  .stamp {
    display: block;
    background: #fff;
    padding: 30px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 80px;
    border: 2px solid #878787;
    position: relative;
    border-radius: 20px; }
    .stamp:before {
      display: none; }
    .stamp:after {
      content: "";
      width: 95%;
      height: 84%;
      position: absolute;
      top: 7%;
      left: 1.5%;
      border: 2px dashed #878787;
      border-radius: 10px; }
    .stamp:hover {
      opacity: 1; }
    .stamp__name {
      font-weight: bold;
      color: #14b700;
      font-size: 11px;
      font-size: 0.6875rem; }
      .stamp__name:before {
        content: "";
        width: 60px;
        height: 60px;
        display: inline-block;
        background: url(../img/sonoda-1.png) no-repeat center;
        background-size: contain;
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .stamp__name:after {
        content: "";
        width: 60px;
        height: 60px;
        display: inline-block;
        background: url(../img/sonoda-3.png) no-repeat center;
        background-size: contain;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto; }

  /* ---------------------------------------------------------------------
     search
  --------------------------------------------------------------------- */
  #search h3 {
    padding: 0 0 20px 0;
    font-size: 30px; }

  #search ul.category_link {
    width: 90%;
    padding: 0 0 40px 0; }

  #search ul.category_link li {
    width: 100%;
    padding: 0;
    margin: 0; }

  #search ul.category_link li a {
    line-height: 40px; }

  #search ul.category_link li a img {
    width: 30px;
    padding: 5px 10px 0 0; }

  .marve {
    margin: 2em 0;
    display: block;
    font-size: 13px; } }

/*# sourceMappingURL=christmas.css.map */
