/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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"],
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

body {
  color: #222;
  background-color: #222;
  font-family: Arial, 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
}

.cf:after, .cf:before {
  content: "";
  display: table;
}

.cf {
  zoom: 1;
}
.cf:after {
  clear: both;
}

* {
  box-sizing: border-box;
}

nav, h1, h2, h3, h4, h5, p, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

i {
  font-style: normal;
}

.cf:after, .cf:before {
  content: "";
  display: table;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.c-both {
  clear: both;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.numbering-list {
  counter-reset: directions;
  padding-left: 0;
  list-style: none;
}

/* -------------------------------------------
    icon
------------------------------------------- */
.icon-bar {
  margin: 0 auto;
  display: block;
  width: 72.91667%;
  height: 0.15rem;
  background-color: #fff;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}
.icon-bar + .icon-bar {
  margin-top: 0.4rem;
}
.nav_active .icon-bar:first-of-type {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav_active .icon-bar:nth-of-type(2) {
  display: none;
}
.nav_active .icon-bar:nth-of-type(3) {
  margin-top: -0.125rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.icon-nav_arrow_thin, .icon-circle_arrow_orange, .icon-circle_arrow_default {
  position: relative;
}
.icon-nav_arrow_thin:before, .icon-circle_arrow_orange:before, .icon-circle_arrow_default:before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 100;
}

.icon-nav_arrow_thin:before {
  right: 0.8rem;
  margin-top: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #373737;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-circle_arrow_orange {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  margin-top: -0.815rem;
  display: block;
  width: 1.63rem;
  height: 1.63rem;
  border-radius: 50%;
  background-color: #e70;
}
.icon-circle_arrow_orange:before {
  right: 0.65rem;
  margin-top: -0.3rem;
  width: 0.4rem;
  height: 0.4rem;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-circle_arrow_default:before {
  right: 0.94rem;
  margin-top: -0.3rem;
  width: 0.4rem;
  height: 0.4rem;
  border: 2px solid #ddd;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.icon-circle_arrow_default.toggle:before {
  right: 0.82rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.icon-circle_arrow_default.toggle-open:before {
  margin-top: -0.1rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-circle_arrow_default:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4rem;
  margin-top: -0.7rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #222;
  z-index: 10;
}

/* -------------------------------------------
    icon sprite
------------------------------------------- */
.icon-arrowup_yellow:before, .icon-brush_yellow:before, .icon-calendar_yellow:before, .icon-camera_orange:before, .icon-camera_white:before, .icon-cart_white:before, .icon-clip_yellow:before, .icon-clock:before, .icon-clock_alarm_yellow:before, .icon-crown:before, .icon-crown_rank1:before, .icon-crown_rank2:before, .icon-crown_rank3:before, .icon-drink_yellow:before, .icon-fb_white:before, .icon-gourmet_yellow:before, .icon-hart_white:before, .icon-hart_yellow:before, .icon-kandume:before, .icon-kandume_orange:before, .icon-large_title:before, .icon-liquor:before, .icon-make:before, .icon-material:before, .icon-nav_arrow_black:before, .icon-nav_arrow_orange:before, .icon-nav_arrow_white:before, .icon-search:before, .icon-search_gray:before, .icon-season:before, .icon-smile_white:before, .icon-smile_yellow:before {
  content: "";
  display: inline-block;
}

.icon-arrowup_yellow:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -92.5px -22.5px;
  width: 16px;
  height: 19px;
  background-size: 131px 127.5px;
}

.icon-brush_yellow:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -61px -53px;
  width: 24px;
  height: 21px;
  background-size: 131px 127.5px;
}

.icon-calendar_yellow:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -58px -26.5px;
  width: 24px;
  height: 24px;
  background-size: 131px 127.5px;
}

.icon-camera_orange:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -28.5px -79.5px;
  width: 24px;
  height: 17px;
  background-size: 131px 127.5px;
}

.icon-camera_white:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -70px -102px;
  width: 17px;
  height: 12px;
  background-size: 131px 127.5px;
}

.icon-cart_white:before {
  background-image: url(../images/icon/sprite.png);
  background-position: 0px -102px;
  width: 19px;
  height: 16px;
  background-size: 131px 127.5px;
}

.icon-clip_yellow:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -57.5px -102px;
  width: 10px;
  height: 14px;
  background-size: 131px 127.5px;
}

.icon-clock:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -115px -18.5px;
  width: 16px;
  height: 16px;
  background-size: 131px 127.5px;
}

.icon-clock_alarm_yellow:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -92.5px 0px;
  width: 20px;
  height: 20px;
  background-size: 131px 127.5px;
}

.icon-crown:before {
  background-image: url(../images/icon/sprite.png);
  background-position: 0px -79.5px;
  width: 26px;
  height: 20px;
  background-size: 131px 127.5px;
}

.icon-crown_rank1:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -23.5px 0px;
  width: 32px;
  height: 24px;
  background-size: 131px 127.5px;
}

.icon-crown_rank2:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -58px 0px;
  width: 32px;
  height: 24px;
  background-size: 131px 127.5px;
}

.icon-crown_rank3:before {
  background-image: url(../images/icon/sprite.png);
  background-position: 0px -53px;
  width: 32px;
  height: 24px;
  background-size: 131px 127.5px;
}

.icon-drink_yellow:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -115px -37px;
  width: 16px;
  height: 16px;
  background-size: 131px 127.5px;
}

.icon-fb_white:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -115px -56.5px;
  width: 16px;
  height: 16px;
  background-size: 131px 127.5px;
}

.icon-gourmet_yellow:before {
  background-image: url(../images/icon/sprite.png);
  background-position: 0px 0px;
  width: 21px;
  height: 24px;
  background-size: 131px 127.5px;
}

.icon-hart_white:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -107px -102px;
  width: 15px;
  height: 12px;
  background-size: 131px 127.5px;
}

.icon-hart_yellow:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -89.5px -102px;
  width: 15px;
  height: 12px;
  background-size: 131px 127.5px;
}

.icon-kandume:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -92.5px -44px;
  width: 16px;
  height: 17px;
  background-size: 131px 127.5px;
}

.icon-kandume_orange:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -55px -79.5px;
  width: 16px;
  height: 17px;
  background-size: 131px 127.5px;
}

.icon-large_title:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -34.5px -53px;
  width: 24px;
  height: 22px;
  background-size: 131px 127.5px;
}

.icon-liquor:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -73.5px -79.5px;
  width: 16px;
  height: 16px;
  background-size: 131px 127.5px;
}

.icon-make:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -115px -74px;
  width: 16px;
  height: 16px;
  background-size: 131px 127.5px;
}

.icon-material:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -92.5px -63.5px;
  width: 16px;
  height: 13px;
  background-size: 131px 127.5px;
}

.icon-nav_arrow_black:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -115px -92.5px;
  width: 12px;
  height: 7px;
  background-size: 131px 127.5px;
}

.icon-nav_arrow_orange:before {
  background-image: url(../images/icon/sprite.png);
  background-position: 0px -120.5px;
  width: 12px;
  height: 7px;
  background-size: 131px 127.5px;
}

.icon-nav_arrow_white:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -14.5px -120.5px;
  width: 12px;
  height: 7px;
  background-size: 131px 127.5px;
}

.icon-search:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -26.5px -26.5px;
  width: 24px;
  height: 24px;
  background-size: 131px 127.5px;
}

.icon-search_gray:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -40px -102px;
  width: 15px;
  height: 15px;
  background-size: 131px 127.5px;
}

.icon-season:before {
  background-image: url(../images/icon/sprite.png);
  background-position: 0px -26.5px;
  width: 24px;
  height: 24px;
  background-size: 131px 127.5px;
}

.icon-smile_white:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -115px 0px;
  width: 16px;
  height: 16px;
  background-size: 131px 127.5px;
}

.icon-smile_yellow:before {
  background-image: url(../images/icon/sprite.png);
  background-position: -21.5px -102px;
  width: 16px;
  height: 16px;
  background-size: 131px 127.5px;
}

/* -------------------------------------------
    label
------------------------------------------- */
.label {
  display: inline-block;
  padding: 0.1rem 0;
  width: 5rem;
  text-align: center;
  color: #fff;
  font-size: 0.6125rem;
  border-radius: 0.2rem;
  background-color: #ddd;
}

/* article */
.label-news {
  background-color: #ee7700;
}

.label-collabo {
  background-color: #82ae46;
}

.label-knowledge {
  background-color: #0094c8;
}

.label-event {
  background-color: #b83f74;
}

/* lineup */
.label-premium {
  background-color: #e64c00;
}

.label-kantsuma {
  background-color: #ee9200;
}

.label-global {
  background-color: #f3608a;
}

.label-restaurant {
  background-color: #0094c8;
}

.label-vegetapas {
  background-color: #73ab28;
}

.label-smoke {
  background-color: #b44c7b;
}

.label-ultimate {
  background-color: #484848;
}

.label-mature {
  background-color: #6e2c0b;
}

.label-takumi {
  background-color: #7f48b3;
}

.label-hormon {
  background-color: #c31921;
}

/* -------------------------------------------
    button
------------------------------------------- */
.btn {
  position: relative;
  text-align: center;
  border: 0;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.btn-push,
.btn-push-tall {
  display: inline-block;
  border-radius: 6px;
}
.btn-push:before, .btn-push:after,
.btn-push-tall:before,
.btn-push-tall:after {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
}

.btn-push:active {
  top: 3px !important;
  box-shadow: none !important;
}

.btn-push-tall:active {
  top: 6px !important;
  box-shadow: none !important;
}

.btn-fb {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  background-color: #3b5998;
  box-shadow: 0 3px 0 #122f6e;
  color: #fff;
}

.btn-fb i {
  vertical-align: middle;
}

.btn-pagetop {
  margin: 1rem auto;
  width: 95%;
  height: 2rem;
  line-height: 2rem;
  background-color: #d3381c;
  box-shadow: 0 3px 0 #9d220c;
}
.btn-pagetop img {
  width: 7.5rem;
}

/* -------------------------------------------
    name-inventor
------------------------------------------- */
article .name-inventor a {
  color: #e70;
}

/* -------------------------------------------
		title
------------------------------------------- */
.sidebd-title {
  border-left-style: solid;
}

h2.sidebd-title {
  padding-left: 0.375rem;
  font-size: 1rem;
  border-left-width: 5px;
}

h3.sidebd-title {
  padding-left: 0.375rem;
  line-height: 1.1;
  font-size: 1rem;
  border-left-width: 3px;
}

/* -------------------------------------------
		thumbnail list
------------------------------------------- */
.thumbnail-list {
  border-top: 1px dotted #ccc;
}
.thumbnail-list article {
  position: relative;
  overflow: hidden;
  min-height: 6rem;
}
.thumbnail-list article + article {
  border-top: 1px dotted #ccc;
}
.thumbnail-list article > a {
  padding: 1rem;
  display: block;
}
.thumbnail-list article .info {
  margin-bottom: 0.25rem;
}
.thumbnail-list .thumbnail {
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  width: 5rem;
  height: 4rem;
  overflow: hidden;
}
.thumbnail-list .date {
  font-size: 0.75rem;
}
.thumbnail-list h1 {
  color: #ee7700;
  font-size: 0.75rem;
  line-height: 1.4;
}
.thumbnail-list h1 a {
  color: #e70;
}
.thumbnail-list .name-inventor span {
  color: #e70;
}
.thumbnail-list .data {
  position: relative;
  left: 5.5rem;
  width: 69%;
  color: #222;
}
.thumbnail-list .data i:before {
  margin-right: 0.4rem;
  vertical-align: middle;
}
.thumbnail-list .data span {
  font-size: 0.685rem;
}
.thumbnail-list .data > span {
  white-space: nowrap;
}
.thumbnail-list .data span + span {
  padding-left: 0.5rem;
}
.thumbnail-list article > .data {
  top: 1rem;
  left: 6rem;
  width: 68%;
}


/* -------------------------------------------
		single list
------------------------------------------- */
.single-list {
}
.single-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.single-list a {
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid #bebebe;
  border-radius: 0.25rem;
  background: #eaeaea;
  color: #000;
  font-size: 0.75rem;
}


/* -------------------------------------------
		header
------------------------------------------- */
#site-header {
  position: relative;
  padding: 0 2.5%;
  overflow: hidden;
  height: 3.5rem;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.logo-header {
  margin-top: 0.5rem;
  width: 8.5rem;
  vertical-align: middle;
}

.header-nav {
  position: absolute;
  top: 0;
  right: 2.5%;
  display: table;
}

.aux-nav-item a, .btn-navbar {
  width: 3rem;
  height: 3rem;
  border-radius: 0 0 .375rem .375rem;
}

.aux-nav,
.btn-navbar {
  display: table-cell;
  vertical-align: middle;
}

.aux-nav-item {
  float: left;
  padding-right: 0.25rem;
  text-align: center;
}
.aux-nav-item a {
  padding-top: 0.5rem;
  display: block;
}
.aux-nav-item img {
  height: auto;
}

.aux-nav-registry a {
  background-color: #d3381c;
}
.aux-nav-registry img {
  width: 2.31rem;
}

.aux-nav-login a {
  background-color: #222;
}
.aux-nav-login img {
  width: 1.81rem;
}

.aux-nav-mypage a {
  background-color: #ee7700;
}
.aux-nav-mypage img {
  width: 2.41rem;
}

.aux-nav-logout a {
  background-color: #222;
}
.aux-nav-logout img {
  width: 2.09rem;
}

.btn-navbar {
  display: table-cell;
  background-color: #222;
}


/* -------------------------------------------
    gnav
------------------------------------------- */

.float-content {
  position: absolute;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.toggle_gnav,
.toggle_nav_recipe,
.toggle_search_recipe {
  display: none;
}
div.nav_active {
  display: block !important;
}

.gnav {
  padding: 0.5rem 2.5%;
  background-color: rgba(0, 0, 0, 0.5);
}
.gnav li + li {
  border-top: 1px solid #666;
}
.gnav li ul {
  border-top: 1px solid #666;
}
.gnav li li a {
  background-color: #2e2e2e;
  background-position: 1.625rem center;
}
.gnav a {
  width: 100%;
  padding: 0.75rem 0;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #222;
  background-position: 0.8125rem center;
  background-repeat: no-repeat;
}
.gnav .gnav-recommend {
  background-color: #e70;
}

.gnav-about {
  background-image: url(../images/nav/about.png);
  background-size: 141px 11px;
}

.gnav-lineup {
  background-image: url(../images/nav/lineup.png);
  background-size: 126.5px 11px;
}

.gnav-recipe {
  background-image: url(../images/nav/recipe.png);
  background-size: 100.5px 11px;
}

.gnav-recommend {
  background-image: url(../images/nav/recommend.png);
  background-size: 125.5px 10.5px;
}

.gnav-knowledge {
  background-image: url(../images/nav/knowledge.png);
  background-size: 114px 11.5px;
}

.gnav-hourouki {
  background-image: url(../images/nav/hourouki.png);
  background-size: 112px 11.5px;
}

.gnav-takumi {
  background-image: url(../images/nav/takumi.png);
  background-size: 101px 11px;
}

.gnav-event {
  background-image: url(../images/nav/event.png);
  background-size: 100px 11px;
}

.gnav-master {
  background-image: url(../images/nav/master.png);
  background-size: 88px 11px;
}

.gnav-todays {
  background-image: url(../images/nav/todays.png);
  background-size: 89px 11px;
}

.gnav-applications {
  background-image: url(../images/nav/applications.png);
  background-size: 178.5px 11.5px;
}

/* -------------------------------------------
		toppage contents
------------------------------------------- */
.pickup {
  padding-bottom: 0.5rem;
}
.pickup li {
  margin-bottom: 0.5rem;
}
.pickup li a,
.pickup li a img {
  display: block;
}

.menu-list {
  padding-top: 0.5rem;
  background: url(../images/common/line.png) center top repeat-x;
}
.menu-list h2 {
  margin-bottom: 1rem;
}
.menu-list h2 img {
  width: auto;
  height: 1.5rem;
}
.menu-list h3 {
  margin-bottom: 0.5rem;
  color: #ee7700;
  font-size: 0.75rem;
}
.menu-list a {
  display: block;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.menu-list p {
  color: #222;
  font-size: 0.625rem;
}
.menu-list .flag-updata {
  position: absolute;
  top: -0.1875rem;
  left: -0.1875rem;
  z-index: 10;
  width: 2.625rem;
  height: 2.625rem;
}
.menu-list .menu-item {
  position: relative;
  float: left;
  /* width: 9.25rem; */
  width: 48.5%;
  width: -webkit-calc(50%-0.25rem);
  width: calc(50%-0.25rem);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.menu-list .menu-item:nth-child(2n) {
  margin-right: 0;
}
.menu-list .menu-item img {
  display: block;
  margin-bottom: 0.5rem;
}
.menu-list .menu-item-small {
  position: relative;
  margin-bottom: 0.5rem;
}
.menu-list .menu-item-small a {
  padding: 0.125rem;
}
.menu-list .menu-item-small a > img {
  width: 7rem;
}
.menu-list .menu-item-small h3 {
  display: inline-block;
  width: 55%;
  width: -webkit-calc(100% - 8.5rem);
  width: -moz-calc(100% - 8.5rem);
  width: calc(100% - 8.5rem);
  text-align: center;
}
.menu-list .icon-nav_arrow_thin::before {
  border-color: #ee7700;
}


/* -------------------------------------------
		pagination
------------------------------------------- */
.pagination:after, .pagination:before {
  content: "";
  display: table;
}

.pagination {
  zoom: 1;
}
.pagination:after {
  clear: both;
}
.pagination {
  display: -moz-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 1rem 0;
  width: 100%;
  font-size: 0.75rem;
}
.page-article .pagination {
  background-color: #f0eee8;
}
.pagination > div {
  -webkit-box-flex: 1.0;
  -moz-box-flex: 1.0;
  box-flex: 1.0;
  -webkit-flex-grow: 1.0;
  -moz-flex-grow: 1.0;
  flex-grow: 1.0;
  vertical-align: middle;
}
.pagination .prev,
.pagination .next {
  width: 1rem;
  line-height: 1.5rem;
}
.pagination .pagination-number a, .pagination .pagination-number span {
  display: inline-block;
  width: 14.6%;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 0.1875rem;
}
.pagination .pagination-number {
  padding: 0 2%;
  width: 60%;
  text-align: center;
}
.pagination .pagination-number a {
  color: #fff;
  font-weight: bold;
  background-color: #222;
}
.pagination .pagination-number a + a {
  margin-left: 4.8%;
}
.pagination .pagination-number a + span,
.pagination .pagination-number span + a {
  margin-left: 4.8%;
}
.pagination .pagination-number span {
  color: #fff;
  background-color: #e70;
}
.pagination .prev,
.pagination .next,
.pagination .outrange {
  text-align: center;
}
.pagination .prev a,
.pagination .next a,
.pagination .outrange a {
  color: #222;
  font-weight: bold;
}
.pagination .outrange a {
  font-size: 1rem;
}


/* -------------------------------------------
		youtube
------------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
}
.youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}


/* -------------------------------------------
		slider
------------------------------------------- */
/* slider pro override */
.slider-pro.sp-horizontal .sp-buttons {
	padding-top: 0.3rem;
}
.slider-pro.sp-horizontal .sp-button {
  width: 14px;
  height: 14px;
  border: none;
  background: #797979;
}
.slider-pro.sp-horizontal .sp-selected-button {
	background-color: #d3381c;
}
.slider-pro .sp-next-arrow:after, .slider-pro .sp-next-arrow:before, .slider-pro .sp-previous-arrow:after, .slider-pro .sp-previous-arrow:before {
	background-color: #ee7700;
}
.slider-pro.sp-horizontal .sp-next-arrow {
  right: 0.5rem;
}
.slider-pro.sp-horizontal .sp-previous-arrow {
  left: 0.5rem;
}

/* -------------------------------------------
		pagetop
------------------------------------------- */
.pagetop {
  text-align: center;
  background-color: #f0eee8;
}

/* -------------------------------------------
		footer
------------------------------------------- */
#site-footer {
  position: relative;
  padding: 0.8125rem 0;
  font-size: 0.6875rem;
}
#site-footer:before {
  content: "";
  position: absolute;
  top: -5px;
  width: 100%;
  height: 5px;
  background: url(../images/common/bg_thorny.png) 0 0 repeat-x;
}

.nav-footer {
  border: 1px dotted #878787;
  border-top: 0;
  border-bottom: 0;
}

.nav-footer {
  margin: 0 auto;
  display: table;
}
.nav-footer + .nav-footer {
  margin-top: 0.5rem;
}

.nav-footer-item {
  padding: 0.2rem 0.7rem;
  display: table-cell;
  text-align: center;
}
.nav-footer-item + .nav-footer-item {
  border-left: 1px dotted #878787;
}
.nav-footer-item i {
  padding-right: 0.3rem;
}

.logo-footer {
  margin: 0.5rem auto;
  width: 11rem;
}

.copyright {
  text-align: center;
}
.copyright small {
  color: #fff;
}

/* -------------------------------------------
    PDF
------------------------------------------- */
.icon-pdf {
  padding-left: 1.8em;
  background: url(../images/icon/pdf_small.png) 0 0 no-repeat;
  background-size: auto 100%;
}
.get-adobereader {
  display: none;
}