@charset "UTF-8";
/*
Theme Name: GLOKEN Japanese Theme
Description: GLOKEN Japanese Theme
Author: GLOKEN
*/
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(images/modal/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 14px;
  background: url(images/modal/border.png) repeat-x top left;
}

#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(images/modal/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(images/modal/controls.png) no-repeat 0 -32px;
}

#cboxBottomCenter {
  height: 43px;
  background: url(images/modal/border.png) repeat-x bottom left;
}

#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(images/modal/controls.png) no-repeat -36px -32px;
}

#cboxMiddleLeft {
  width: 14px;
  background: url(images/modal/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
  width: 14px;
  background: url(images/modal/controls.png) repeat-y -211px 0;
}

#cboxContent {
  background: #fff;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxLoadingOverlay {
  background: url(images/modal/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/modal/loading.gif) no-repeat center center;
}

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(images/modal/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

#cboxClose {
  right: 0;
  background-position: -100px -25px;
}

#cboxClose:hover {
  background-position: -100px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

/*! 共通スタイル */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: "segoe UI", Roboto, "Droid Sans", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", Meiryo, "メイリオ", sans-serif;
  color: #555;
  letter-spacing: 0.01em;
}

a {
  color: #555;
  border-bottom: none;
  text-decoration: none;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
a:hover, a:active, a:focus {
  color: #888888;
}
a:hover {
  color: #d93915;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0 0 1.3em 0;
}
@media only screen and (max-width: 659px) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: bottom;
}
@media only screen and (max-width: 659px) {
  img {
    width: 100%;
    height: auto;
  }
}

iframe {
  border: 0;
}

br.pc {
  display: none;
}
@media only screen and (max-width: 659px) {
  br.smt {
    display: none;
  }
}

header {
  position: fixed;
  border-bottom: 1px solid #d93915;
  height: 61px;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
header .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
header .inner h1 {
  float: left;
  padding: 9px 50px 0 0;
}
header .inner h1 img {
  width: 148px;
  height: auto;
}
header .inner p {
  float: left;
  padding: 12px 0 0 0;
}
header .inner ul {
  position: absolute;
  top: 18px;
  right: 0;
  border: 1px solid #6a6a6a;
  overflow: hidden;
}
header .inner ul li {
  float: left;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #fff;
}
header .inner ul li a {
  display: block;
  color: #6a6a6a;
  padding: 0 8px 2px 8px;
  line-height: 1.8;
}
header .inner ul li.current a {
  color: #fff;
  background-color: #6a6a6a;
}
header .inner .button {
  display: none;
}
@media only screen and (max-width: 659px) {
  header {
    height: 56px;
  }
  header .inner {
    width: 100%;
    height: 55px;
  }
  header .inner h1 {
    float: none;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0;
    margin-left: -60px;
  }
  header .inner h1 img {
    width: auto;
    height: 35px;
  }
  header .inner p {
    display: none;
    float: none;
  }
  header .inner ul {
    top: 19px;
    right: 5px;
  }
  header .inner ul li {
    font-size: 10px;
    font-size: 0.625rem;
  }
  header .inner ul li a {
    line-height: 1.5;
    padding: 2px 3px 0 3px;
  }
  header .inner .button {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -15px;
	 background: url(images/button-menu-on.png) no-repeat 0px 0px;
	 background-size:cover;
  }
  header .inner .button img {
    width: auto;
    height: 30px;
  }
}

#container {
  position: relative;
  width: 1200px;
  padding-top: 61px;
  margin: 0 auto 32px auto;
}
@media only screen and (max-width: 659px) {
  #container {
    width: 100%;
    padding-top: 56px;
  }
}

main {
  width: 1000px;
  min-height: 780px;
  margin-left: 200px;
}
@media only screen and (max-width: 659px) {
  main {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
}

.breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 10px;
  background-color: #ccc;
}
.breadcrumbs span {
  color: #999;
}
.breadcrumbs span a {
  color: #333;
  text-decoration: none;
}
.breadcrumbs span a:hover {
  color: #d93915;
  text-decoration: underline;
}
.breadcrumbs span a.main-home {
  padding-left: 20px;
  background: url(./images/icon-logo-s.png) no-repeat left center;

}

aside {
  position: absolute;
  top: 61px;
  left: 0;
  width: 185px;
}
aside nav {
  margin-bottom: 25px;
}
aside nav ul li {
  border-bottom: 1px dotted #6a6a6a;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
aside nav ul li a {
  display: block;
  padding: 5px 0 5px 25px;
  background: no-repeat left center;
}
aside nav ul li a small {
  display: block;
  color: #aeaeae;
  font-weight: normal;
  line-height: 1;
}
aside nav ul li a:hover {
  background-color: #ccc;
}
aside nav ul li a:hover small {
  color: #fff;
}
aside nav ul li.about a {
  background-image: url(./images/nav-about.png);
}
aside nav ul li.support a,
aside nav ul li:nth-child(2) a {
  background-image: url(./images/nav-beginner.png) !important;
}

aside nav ul li.online-shop a {
  background-image: url(./images/nav-online-shop.png);
}
aside nav ul li.kentei a,
aside nav ul li:nth-child(4) a {
  background-image: url(./images/nav-kentei.png) !important;
}

aside nav ul li.howto a {
  background-image: url(./images/nav-how-to-kendama.png);
}
aside nav ul li.agent a,
aside nav ul li:nth-child(7) a {
  background-image: url(./images/nav-agent.png) !important;
}
aside nav ul li.w-cup a {
  background-image: url(./images/nav-kendama-wcup.png);
}

aside nav ul li.beginner a,
aside nav ul li:nth-child(5) a {
  background-image: url(./images/nav-beginner.png) !important;
}
aside nav ul li.damaspot a,
aside nav ul li:nth-child(11) a {
  background-image: url(./images/nav-spot.png) !important;
}
aside nav ul li.travel a,
aside nav ul li:nth-child(13) a {
  background-image: url(./images/nav-travel.png) !important;
}
aside nav ul li.legaxis a,
aside nav ul li:nth-child(15) a {
  background-image: url(./images/nav-legaxis.png) !important;
}
aside nav ul li.tk16 a,
aside nav ul li:nth-child(16) a {
  background-image: url(./images/nav-tk16.png) !important;
}
aside nav ul li.sanga a,
aside nav ul li:nth-child(17) a {
  background-image: url(./images/nav-sanga.png) !important;
}
aside nav ul li.dendama a,
aside nav ul li:nth-child(18) a {
  background-image: url(./images/nav-dendama.png) !important;
}
aside nav ul li.blog a, 
aside nav ul li:nth-child(8) a {
  background-image: url(./images/nav-blog.png)!important;
}
aside nav ul li.events a, 
aside nav ul li:nth-child(9) a {
  background-image: url(./images/nav-event.png)!important;
}
aside nav ul li.tricks a,
aside nav ul li:nth-child(11) a {
  background-image: url(./images/nav-tricks.png)!important;
}
aside nav ul li.dama-spot a,
aside nav ul li:nth-child(10) a  {
  background-image: url(./images/nav-dama-spot.png)!important;
}
aside nav ul li.players a {
  background-image: url(./images/nav-players.png)!important;
}
aside nav ul li.brands a,
aside nav ul li:nth-child(14) a  {
  background-image: url(./images/nav-brands.png)!important;
}
aside nav ul li.history a, 
aside nav ul li:nth-child(12) a {
  background-image: url(./images/nav-history.png)!important;
}
aside nav ul li.museum a {
  background-image: url(./images/nav-museum.png);
}
aside nav ul li.mugen-musou a {
  background-image: url(./images/nav-mugenmusou.png);
}
aside nav ul li.zoomadanke a {
  background-image: url(./images/nav-zoomadanke.png);
}
aside nav ul li.media a {
  background-image: url(./images/nav-media.png);
}
aside nav ul li.contact a {
  background-image: url(./images/nav-contact.png);
}
aside nav ul li.about a:hover {
  background-image: url(./images/nav-about-on.png);
}
aside nav ul li.support a:hover,
aside nav ul li:nth-child(2) a:hover {
  background-image: url(./images/nav-beginner-on.png) !important;
}

aside nav ul li.online-shop a:hover {
  background-image: url(./images/nav-online-shop-on.png);
}
aside nav ul li.howto a:hover {
  background-image: url(./images/nav-how-to-kendama-on.png);
}
aside nav ul li.kentei a:hover,
aside nav ul li:nth-child(4) a:hover {
  background-image: url(./images/nav-kentei-on.png) !important;
}
aside nav ul li.agent a:hover,
aside nav ul li:nth-child(7) a:hover {
  background-image: url(./images/nav-agent-on.png) !important;
}
aside nav ul li.w-cup a:hover,
aside nav ul li:nth-child(6) a:hover {
  background-image: url(./images/nav-kendama-wcup-on.png)!important;
}

aside nav ul li.beginner a:hover,
aside nav ul li:nth-child(5) a:hover {
  background-image: url(./images/nav-beginner-on.png) !important;
}
aside nav ul li.beginner a:hover,
aside nav ul li:nth-child(9) a:hover {
  background-image: url(./images/nav-spot-on.png) !important;
}
aside nav ul li.travel a:hover,
aside nav ul li:nth-child(13) a:hover {
  background-image: url(./images/nav-travel-on.png) !important;
}
aside nav ul li.legaxis a:hover,
aside nav ul li:nth-child(15) a:hover {
  background-image: url(./images/nav-legaxis-on.png) !important;
}
aside nav ul li.tk16 a:hover,
aside nav ul li:nth-child(16) a:hover {
  background-image: url(./images/nav-tk16-on.png) !important;
}
aside nav ul li.sanga a:hover,
aside nav ul li:nth-child(17) a:hover {
  background-image: url(./images/nav-sanga-on.png) !important;
}
aside nav ul li.dendama a:hover,
aside nav ul li:nth-child(18) a:hover {
  background-image: url(./images/nav-dendama-on.png) !important;
}
aside nav ul li.blog a:hover,
aside nav ul li:nth-child(8) a:hover {
  background-image: url(./images/nav-blog-on.png)!important;
}
aside nav ul li.events a:hover,
aside nav ul li:nth-child(9) a:hover {
  background-image: url(./images/nav-event-on.png)!important;
}
aside nav ul li.tricks a:hover ,
aside nav ul li:nth-child(11) a:hover{
  background-image: url(./images/nav-tricks-on.png)!important;
}
aside nav ul li.dama-spot a:hover ,
aside nav ul li:nth-child(10) a:hover{
  background-image: url(./images/nav-dama-spot-on.png)!important;
}
aside nav ul li.players a:hover {
  background-image: url(./images/nav-players-on.png);
}
aside nav ul li.brands a:hover ,
aside nav ul li:nth-child(14) a:hover{
  background-image: url(./images/nav-brands-on.png)!important;
}
aside nav ul li.history a:hover,
aside nav ul li:nth-child(12) a:hover {
  background-image: url(./images/nav-history-on.png)!important;
}
aside nav ul li.museum a:hover {
  background-image: url(./images/nav-museum-on.png);
}
aside nav ul li.mugen-musou a:hover {
  background-image: url(./images/nav-mugenmusou-on.png);
}
aside nav ul li.zoomadanke a:hover {
  background-image: url(./images/nav-zoomadanke-on.png);
}
aside nav ul li.media a:hover {
  background-image: url(./images/nav-media-on.png);
}
aside nav ul li.contact a:hover {
  background-image: url(./images/nav-contact-on.png);
}
aside #sns {
  overflow: hidden;
}
aside #sns li {
  float: left;
  margin-right: 5px;
}
@media only screen and (max-width: 659px) {
  aside {
    position: fixed;
    top: 56px;
    left: -80%;
    width: 70%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    -moz-box-shadow: 7px 0 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 7px 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 7px 0 7px rgba(0, 0, 0, 0.1);
    overflow: scroll;
  }
  aside nav ul li a {

    padding: 5px 10px 5px 35px;
    background: no-repeat 10px center;
  }
}
aside #sns {
  padding: 0 10px;
}

footer {
  clear: both;
  border-top: 1px solid #d8d8d8;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  width: 100%;
  padding: 10px 0 20px 0;
}
footer nav {
  margin-left: 200px;
  padding-bottom: 10px;
}
footer nav ul li {
  display: inline;
}
footer small {
  margin-left: 200px;
}
@media only screen and (max-width: 659px) {
  footer {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 10px 10px 20px 10px;
  }
  footer nav {
    margin: 0;
  }
  footer nav ul li {
    line-height: 2;
  }
  footer small {
    text-align: center;
    margin: 0;
  }
}

#top-page {
  /* スライダー */
  /* コンテンツボックス */
}
#top-page #visual-slide {
  position: relative;
  margin-bottom: 16px;
}
#top-page #visual-slide .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 32px;
  height: 49px;
  margin-top: -24px;
  background: url(./images/slider-btn-prev.png) no-repeat left top;
  text-indent: -9999px;
}
#top-page #visual-slide .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 32px;
  height: 49px;
  margin-top: -24px;
  background: url(./images/slider-btn-next.png) no-repeat left top;
  text-indent: -9999px;
}
#top-page .column-box {
  width: 100%;
  background: url(./images/line.gif) repeat-y center top;
  overflow: hidden;
}
#top-page .column-box .column-left {
  float: left;
  width: 484px;
}
#top-page .column-box .column-right {
  float: right;
  width: 484px;
}
#top-page .column-box h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}
#top-page .column-box section {
  position: relative;
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 15px;
}
#top-page .column-box .badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#top-page .column-box article {
  overflow: hidden;
}
#top-page .column-box article .image {
  float: left;
  text-align: center;
  width: 226px;
  height: 226px;
  background: url(./images/common/noimage.png) no-repeat left top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#top-page .column-box article .image img {
  width: 226px;
  max-width: 226px;
  height: auto;
}
#top-page .column-box article .contents {
  float: right;
  width: 226px;
  margin-left: 32px;
}
#top-page .column-box article .contents h2 {
  border-bottom: 1px dotted #aeaeae;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#top-page .column-box article .contents p {
  line-height: 1.4;
  margin-bottom: 5px;
}
#top-page .column-box article .contents figure {
  display: none;
}
#top-page .column-box .option {
  margin: 10px 0;
  background-color: #f5f5f5;
}
#top-page .column-box .option ul {
  text-align: right;
}
#top-page .column-box .option ul li {
  display: inline;
}
#top-page .column-box .option ul li a {
  display: block;
  padding: 2px 7px 6px 7px;
}
@media only screen and (max-width: 659px) {
  #top-page .column-box {
    padding: 0 10px;
    background: none;
  }
  #top-page .column-box .column-left, #top-page .column-box .column-right {
    float: none;
    width: 100%;
  }
  #top-page .column-box .badge img {
    width: 70%;
  }
  #top-page .column-box article .image {
    width: 25%;
    height: auto;
  }
  #top-page .column-box article .image img {
    width: 100%;
    max-width: none;
    min-height: 75px;
  }
  #top-page .column-box article .contents {
    width: 70%;
    margin: 0;
  }
  #top-page .column-box article .contents h1 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #top-page .column-box article .contents p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #top-page .column-box .option ul li img {
    width: auto;
  }
}
#top-page #facebook-update article {
  max-height: 517px;
}
#top-page #facebook-update article .image {
  background: none;
}
#top-page #facebook-update article .contents p img {
  display: none;
}
@media only screen and (max-width: 659px) {
  #top-page #facebook-update article {
    max-height: inherit;
  }
  #top-page #facebook-update article .contents p {
    max-height: 175px;
  }
}
#top-page #blog article {
  max-height: 226px;
}
#top-page #blog article .image img {
  width: 226px;
  height: 226px;
}
#top-page #blog article .contents .date {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
}
@media only screen and (max-width: 659px) {
  #top-page #blog article {
    max-height: inherit;
  }
  #top-page #blog article .image img {
    width: 100%;
    height: auto;
  }
}
#top-page #instagram-update article .contents {
  border-left: 1px dotted #ccc;
  width: 241px;
  padding-left: 15px;
  margin-left: 16px;
}
#top-page #instagram-update article .contents ul {
  border-top: 1px solid #aeaeae;
  border-left: 1px solid #aeaeae;
  overflow: hidden;
}
#top-page #instagram-update article .contents ul li {
  float: left;
  width: 112px;
}
#top-page #instagram-update article .contents ul li img {
  border-right: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  width: 100%;
}
@media only screen and (max-width: 659px) {
  #top-page #instagram-update article .image {
    width: 50%;
  }
  #top-page #instagram-update article .contents {
    border: none;
    width: 50%;
    padding-left: 0;
    margin-left: 0;
  }
  #top-page #instagram-update article .contents ul li {
    width: 50%;
  }
}

/* **************
 instagram apiで表示する箇所
************** */
#top-page #instagram-update article #instaList {
  width: 484px;
  height: 226px;
}
#top-page #instagram-update article #instaList,#top-page #instagram-update article #instaList li {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#top-page #instagram-update article #instaList li {
  float: left;
}
#top-page #instagram-update article #instaList li img {
  border: 1px solid #aeaeae;
  width: 113px;
  padding: 0;
  height: auto;
}
#top-page #instagram-update article #instaList li p {
  display: none;
}
#top-page #instagram-update article #instaList li:first-child {
  border-right: 1px dotted #ccc;
  padding-right: 15px;
  margin-right: 16px;
}
#top-page #instagram-update article #instaList li:first-child img {
  width: 226px;
  padding: 0;
}
@media only screen and (max-width: 659px) {
  #top-page #instagram-update article #instaList {
    width: 100%;
    height: auto;
  }
  #top-page #instagram-update article #instaList li {
    float: left;
    width: 25%;
  }
  #top-page #instagram-update article #instaList li img {
    border: none;
    width: 100%;
  }
  #top-page #instagram-update article #instaList li:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    width: 50%
  }
  #top-page #instagram-update article #instaList li:first-child img {
    width: 100%;
  }

  #top-page #instagram-update article .image {
    width: 50%;
  }
  #top-page #instagram-update article .contents {
    border: none;
    width: 50%;
    padding-left: 0;
    margin-left: 0;
  }
  #top-page #instagram-update article .contents ul li {
    width: 50%;
  }
}

#top-page #online-shop article {
  position: relative;
  min-height: 226px;
}
#top-page #online-shop article .image img {
  width: 226px;
  height: 226px;
}
#top-page #online-shop article .price {
  color: #d93915;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: right;
  font-weight: bold;
}
#top-page #online-shop article .btn {
  position: absolute;
  bottom: 0;
  width: 226px;
}
#top-page #online-shop article .btn a {
  display: block;
  text-align: center;
  padding: 10px 0;
  background-color: #d93915;
}
#top-page #online-shop .product-list {
  overflow: hidden;
}
#top-page #online-shop .product-list li {
  float: left;
}
#top-page #online-shop .product-list li img {
  border: 1px solid #aeaeae;
}
@media only screen and (max-width: 659px) {
  #top-page #online-shop article {
    min-height: inherit;
    margin-bottom: 0;
  }
  #top-page #online-shop article .image img {
    width: 100%;
    height: auto;
  }
  #top-page #online-shop article .btn {
    position: static;
    bottom: auto;
    width: auto;
  }
  #top-page #online-shop article .btn a img {
    width: auto;
  }
  #top-page #online-shop .product-list {
    padding-top: 15px;
  }
  #top-page #online-shop .product-list li {
    width: 20%;
  }
  #top-page #online-shop .product-list li:nth-child(6), #top-page #online-shop .product-list li:nth-child(7), #top-page #online-shop .product-list li:nth-child(8), #top-page #online-shop .product-list li:nth-child(9), #top-page #online-shop .product-list li:nth-child(10) {
    display: none;
  }
}
#top-page #youtube article {
  min-height: 387px;
}
#top-page #youtube article .movie-contents {
  margin-bottom: 10px;
}
#top-page #youtube article h2 {
  border-bottom: 1px dotted #aeaeae;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#top-page #youtube .movie-list {
  margin-bottom: 25px;
}
#top-page #youtube .movie-list ul {
  padding: 25px 0;
  background-color: #1b1b1b;
  overflow: hidden;
}
#top-page #youtube .movie-list ul li {
  float: left;
  margin-right: 6px;
}
#top-page #youtube .movie-list ul li:last-child {
  margin-right: 0;
}
#top-page #youtube .movie-list ul li img {
  width: 116px;
  height: auto;
}
@media only screen and (max-width: 659px) {
  #top-page #youtube article {
    min-height: inherit;
  }
  #top-page #youtube article .movie-contents {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #top-page #youtube article .movie-contents iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #top-page #youtube article h1 {
    border: none;
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
  }
  #top-page #youtube .movie-list ul {
    padding: 10px 0;
  }
  #top-page #youtube .movie-list ul li {
    width: 25%;
    margin: 0;
    padding: 2px;
  }
}
#top-page #sweets article {
  min-height: 226px;
}
#top-page #sweets article .contents h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
}
#top-page #sweets article .contents p img {
  display: none;
}
@media only screen and (max-width: 659px) {
  #top-page #sweets article {
    min-height: inherit;
  }
}
#top-page #kendama-usa article {
  min-height: 226px;
}
#top-page #kendama-usa article .contents h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
}
#top-page #kendama-usa article .contents p img {
  display: none;
}
@media only screen and (max-width: 659px) {
  #top-page #kendama-usa article {
    min-height: inherit;
  }
}
#top-page #krom article {
  min-height: 226px;
}
#top-page #krom article .contents h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
}
#top-page #krom article .contents p img {
  display: none;
}
@media only screen and (max-width: 659px) {
  #top-page #krom article {
    min-height: inherit;
  }
}
#top-page #dama-spot {
  border: 0;
  margin-bottom: 0;
}
#top-page .banner {
  border: 0;
  margin-bottom: 0;
}
#top-page .banner ul li:first-child {
  padding-bottom: 15px;
}
#top-page #players {
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 15px;
  margin-top: 15px;
}
#top-page #players h1 {
  text-align: center;
  padding: 24px 0;
}
#top-page #players #players-slide {
  position: relative;
  padding: 0 41px;
}
#top-page #players #players-slide .item {
  text-align: center;
}
#top-page #players #players-slide .item a {
  color: #000;
}
#top-page #players #players-slide .item a:hover {
  color: #d93915;
}
#top-page #players #players-slide .item a img {
  margin-bottom: 10px;
}
#top-page #players #players-slide .item a h2 {
  font-size: 12px;
  font-size: 0.75rem;
}
#top-page #players #players-slide .item a .brand {
  font-size: 10px;
  font-size: 0.625rem;
}
#top-page #players #players-slide .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 32px;
  height: 49px;
  margin-top: -44px;
  background: url(./images/slider-btn-prev.png) no-repeat left top;
  text-indent: -9999px;
}
#top-page #players #players-slide .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 32px;
  height: 49px;
  margin-top: -44px;
  background: url(./images/slider-btn-next.png) no-repeat left top;
  text-indent: -9999px;
}
@media only screen and (max-width: 659px) {
  #top-page #players h1 {
    padding: 15px 0 24px 0;
  }
  #top-page #players h1 img {
    width: auto;
    height: 30px;
  }
}
#top-page #events h1 {
  text-align: center;
  padding: 24px 0;
}
#top-page #events #events-slide {
  position: relative;
  padding: 0 20px;
}
#top-page #events #events-slide .item {
  text-align: center;
}
#top-page #events #events-slide .item a {
  display: block;
  color: #000;
}
#top-page #events #events-slide .item a:hover {
  color: #d93915;
}
#top-page #events #events-slide .item a h2 {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 3px 0;
}
#top-page #events #events-slide .item a .date, #top-page #events #events-slide .item a p {
  font-size: 10px;
  font-size: 0.625rem;
}
#top-page #events #events-slide .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 32px;
  height: 49px;
  margin-top: -74px;
  background: url(./images/slider-btn-prev.png) no-repeat left top;
  text-indent: -9999px;
}
#top-page #events #events-slide .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 32px;
  height: 49px;
  margin-top: -74px;
  background: url(./images/slider-btn-next.png) no-repeat left top;
  text-indent: -9999px;
}
@media only screen and (max-width: 659px) {
  #top-page #events h1 {
    padding: 15px 0 24px 0;
  }
  #top-page #events h1 img {
    width: auto;
    height: 30px;
  }
}
@media only screen and (max-width: 659px) {
  #top-page #kendama-museum {
    padding: 0 10px;
  }
}
#top-page #brand {
  margin-bottom: 55px;
}
#top-page #brand h1 {
  text-align: center;
  padding: 24px 0;
}
#top-page #brand ul {
  text-align: center;
}
#top-page #brand ul li {
  display: inline;
  margin: 0 25px;
}
@media only screen and (max-width: 659px) {
  #top-page #brand h1 img {
    width: auto;
    height: 23px;
  }
  #top-page #brand ul li {
    line-height: 4.5;
    margin: 0 10px;
  }
  #top-page #brand ul li a img {
    width: auto;
    height: 55px;
  }
}

#top-page ul#brandList{
	margin:40px 0 30px 0;
	list-style:none;
	text-align:center;
	letter-spacing:60px;
	
}
#top-page ul#brandList li{
	display:inline-block;
}



#article-page article {
  border-bottom: 1px dotted #aeaeae;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#article-page article a {
  color: #d93915;
  text-decoration: underline;
  word-break: break-all;
}
#article-page article a:hover {
  text-decoration: none;
}
#article-page article .breadcrumbs span a {
  color: #333;
  text-decoration: none;
}
#article-page article .breadcrumbs span a:hover {
  color: #d93915;
  text-decoration: underline;
}
#article-page article .alignnone {
  clear: both;
  margin-bottom: 20px;
}
#article-page article .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
#article-page article .aligncenter {
  clear: both;
  display: block;
  margin: 25px auto;
}
#article-page article .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
#article-page article .content-head {
  display: block;
  border-bottom: 1px dotted #aeaeae;
  padding: 15px 0 5px 0;
  margin-bottom: 20px;
}
#article-page article .content-head h1 {
  display: block;
  vertical-align: middle;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  width: auto;
}
#article-page article .content-head .social {
  display: none !important;
  vertical-align: middle;
  overflow: hidden;
}
#article-page article .content-head .social .socialbutton {
  float: left;
  margin: 0 0 0 10px;
}
#article-page article .content-head .social .facebook-button {
  min-width: 70px;
  max-width: 115px;
}
#article-page article .content-head .social .twitter-button {
  min-width: 87px;
  max-width: 90px;
}
#article-page article .content-head .social .hatena-button {
  min-width: 80px;
  max-width: 125px;
  margin: 0 0 0 -5px;
}
#article-page article .content-head .social .gplus-button {
  min-width: 50px;
  max-width: 80px;
}
#article-page article .movie-content {
  margin-bottom: 16px;
}
#article-page article .content-body {
  display: table;
  width: 100%;
}
#article-page article .content-body p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.7em;
}
#article-page article .content-body .column-wrap {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
#article-page article .content-body .column-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
}
#article-page article .content-body .column-left .images {
  text-align: left;
  margin-bottom: 20px;
}
#article-page article .content-body .column-right {
  display: table-cell;
  vertical-align: top;
  width: 480px;
}
#article-page article .content-body .column-right .images {
  text-align: left;
  margin-bottom: 20px;
}
#article-page article .content-body .column-right img {
  width: 480px;
}
#article-page article .gallery {
  clear: both;
  border-top: 1px dotted #aeaeae;
  padding: 10px 10px 5px 10px;
  background-color: #000;
}
#article-page article .gallery .gallery-item .gallery-icon {
  padding: 0 10px;
}
#article-page article .gallery .gallery-item .gallery-icon a img {
  border: none;
  width: 100%;
  height: auto;
}
#article-page article .gallery .gallery-item .gallery-caption {
  color: #aaa;
  font-size: 11px;
  font-size: 0.6875rem;
}
#article-page article #buy-item .item-name {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
#article-page article #buy-item .price span {
  color: #d93915;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
#article-page article #buy-item .buy-button a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 14px 28px;
  text-decoration: none;
  text-align: center;
  background-color: #555;
  font-size: 18px;
  font-size: 1.125rem;
  color: #555;
  cursor: pointer;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  padding: 10px 35px;
  background-color: #d93915;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
}
#article-page article #buy-item .buy-button a:hover {
  background-color: #6e6e6e;
  color: #555;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#article-page article #buy-item .buy-button a:hover {
  color: #fff;
  background-color: #d93915;
}
@media only screen and (max-width: 659px) {
  #article-page article {
    margin: 0 10px;
  }
  #article-page article .breadcrumbs {
    margin: 0 -10px;
  }
  #article-page article .content-head {
    display: block;
  }
  #article-page article .content-head h1 {
    display: block;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
    width: auto;
    margin-bottom: 20px;
  }
  #article-page article .content-head .social {
    display: block;
  }
  #article-page article .content-head .social .socialbutton {
    float: left;
    margin: 0 0 0 2px;
  }
  #article-page article .content-head .social .twitter-button {
    min-width: 72px;
    max-width: 90px;
  }
  #article-page article .movie-content {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 20px;
  }
  #article-page article .movie-content iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #article-page article .content-body {
    display: block;
  }
  #article-page article .content-body iframe {
    width: 100% !important;
  }
  #article-page article .content-body .column-left {
    display: block;
    padding-right: 0;
  }
  #article-page article .content-body .column-left p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #article-page article .content-body .column-right {
    display: block;
    width: auto;
  }
  #article-page article .content-body .column-right .images {
    text-align: left;
    margin-bottom: 20px;
  }
  #article-page article .content-body .column-right img {
    width: 100%;
  }
  #article-page article .content-body .btn-paypal form select {
    width: 100%;
  }
  #article-page article .content-body .btn-paypal form p {
    margin: 0;
  }
  #article-page article .content-body .btn-paypal form p img {
    width: auto;
    height: auto;
  }
  #article-page article .gallery .gallery-item .gallery-icon {
    padding: 0 3px;
  }
  #article-page .recommend {
    margin: 0 0 0 10px;
  }
  #article-page .recommend h1 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 0 5px 0;
  }
  #article-page .recommend ul li {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-right: 0;
  }
  #article-page .recommend ul li img {
    width: 100%;
    margin-bottom: 3px;
  }
  #article-page .recommend ul li p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#archive-page #archive-head {
  display: table;
  overflow: hidden;
}
#archive-page #archive-head h1 {
  display: table-cell;
  text-align: center;
  padding: 25px 30px 25px 27px;
}
#archive-page #archive-head h1 img {
  width: auto;
  height: 110px;
}
#archive-page #archive-head p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}
#archive-page .breadcrumbs {
  margin-bottom: 20px;
}
#archive-page #archive-list {
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 15px;
}
#archive-page #archive-list ul {
  overflow: hidden;
}
#archive-page #archive-list ul li {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
  border-right: 1px solid #aeaeae;
  width: 314px;
  padding-right: 14px;
  margin-right: 14px;
}
#archive-page #archive-list ul li:nth-child(3n) {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
#archive-page #archive-list ul li a {
  display: block;
  margin-bottom: 15px;
}
#archive-page #archive-list ul li a img {
  width: 314px;
}
#archive-page #archive-list ul li a .image {
  height: 314px;
  margin-bottom: 10px;
}
#archive-page #archive-list ul li a time {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  margin-top: -10px;
  padding: 5px 0;
}
#archive-page #archive-list ul li a .title {
  padding: 2px 0 5px;
  border-top: 1px dotted #aeaeae;
  border-bottom: 1px solid #aeaeae;
}
#archive-page #archive-list ul li a .title .price {
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
}
#archive-page #archive-list ul li a .title .price span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
#archive-page #archive-list ul li a p {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 4px 0 0 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 659px) {
  #archive-page #archive-head {
    display: block;
    margin: 15px 10px 0 10px;
  }
  #archive-page #archive-head h1 {
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
  }
  #archive-page #archive-head h1 img {
    max-width: 80%;

    height: auto;
  }
  #archive-page #archive-head p {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 0;
  }
  #archive-page #archive-list {
    border-bottom: none;
    margin: 0 10px;
  }
  #archive-page #archive-list ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    border-right: none;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
	 min-height:300px !important;
  }
  #archive-page #archive-list ul li a {
    display: block;
    margin-bottom: 15px;
  }
  #archive-page #archive-list ul li a .image {
    height: auto;
  }
  #archive-page #archive-list ul li a .image img {
    width: 100%;
  }
  #archive-page #archive-list ul li a .myPic {
    float: none !important;
    width: 100% !important;
    background-color: transparent !important;
    background-size: 100% !important;
  }
  #archive-page #archive-list ul li a time {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: right;
  }
  #archive-page #archive-list ul li a p {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 4px 0 0 0;
  }
}

#pagination {
  clear: both;
  border-bottom: 1px solid #aeaeae;
  padding: 15px 0;
  margin-bottom: 15px;
  overflow: hidden;
}
#pagination .prev {
  float: left;
}
#pagination .prev a {
  padding-left: 22px;
  background: url(./images/arrow-prev.png) no-repeat left center;
}
#pagination .next {
  float: right;
}
#pagination .next a {
  padding-right: 22px;
  background: url(./images/arrow-next.png) no-repeat right center;
}
@media only screen and (max-width: 659px) {
  #pagination {
    border: none;
    padding: 25px 0 30px 0;
    margin: 0 10px;
  }
}

.recommend {
  clear: both;
  border-bottom: 1px dotted #aeaeae;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.recommend h1 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  margin-bottom: 7px;
}
.recommend ul {
  overflow: hidden;
}
.recommend ul li {
  float: left;
  width: 220px;
  margin-right: 40px;
}
.recommend ul li:last-child {
  margin: 0;
}
.recommend ul li img {
  width: 100%;
  margin-bottom: 6px;
}
.recommend ul li p {
  text-align: center;
  margin-bottom: .5em;
  overflow: hidden;
}
@media only screen and (max-width: 659px) {
  .recommend {
    margin: 0 0 0 10px;
  }
  .recommend h1 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 0 5px 0;
  }
  .recommend ul li {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-right: 0;
  }
  .recommend ul li img {
    width: 100%;
    margin-bottom: 3px;
  }
  .recommend ul li .myPic {
    float: none !important;
    width: 100% !important;
    height: 100px !important;
  }
  .recommend ul li p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#recommend-product {
  padding-top: 15px;
}

#recommend-contents {
  border: none;
}

#contact-form .lead {
  text-align: center;
}
#contact-form #form-table {
  position: relative;
  margin: 0 auto 2em;
}
#contact-form #form-table tr th, #contact-form #form-table tr td {
  text-align: left;
  padding: 5px 10px;
}
#contact-form #form-table tr th {
  width: 240px;
  padding-right: 30px;
}
#contact-form #form-table tr th .required {
  position: absolute;
  left: 180px;
  background: #e64c4c;
  color: #fff;
  font-size: 83%;
  font-weight: normal;
  padding: 2px 5px 1px;
  line-height: 1.2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#contact-form #form-table tr td input[type="text"],
#contact-form #form-table tr td input[type="email"],
#contact-form #form-table tr td input[type="tel"] {
  width: 380px;
  padding: 8px 8px 10px;
  border: 1px #a1b0bb solid;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#contact-form #form-table tr td select {
	padding: 8px 8px 10px;
	font-size: 1.35rem;
	line-height: 2.5em;
	height: 2.5em;
	width: 380px;
}
#contact-form #form-table tr td textarea {
  width: 380px;
  height: 150px;
  padding: 5px 8px 6px;
  border: 1px #a1b0bb solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}


/* MESSAGES */
p.confirm,
div.confirm,
p.sent,
div.sent{
	display: none;
	text-align: center;
}

/* CONFIRM */
.custom-wpcf7c-confirmed p.lead,
.custom-wpcf7c-confirmed div.lead{
	display: none;
}
.custom-wpcf7c-confirmed p.confirm,
.custom-wpcf7c-confirmed div.confirm{
	display: block;
}
.custom-wpcf7c-confirmed #form-table tr th,
.custom-wpcf7c-confirmed #form-table tr td {
    vertical-align: top !important;
}
.custom-wpcf7c-confirmed #form-table tr td input[type="text"],
.custom-wpcf7c-confirmed #form-table tr td input[type="email"],
.custom-wpcf7c-confirmed #form-table tr td input[type="tel"],
.custom-wpcf7c-confirmed #form-table tr td select,
.custom-wpcf7c-confirmed tr td textarea {
	margin-bottom: 10px;
	padding: 0 !important;
	font-size: 1.0rem !important;
}

.wpcf7c-conf {
	background-color: transparent !important;
	color: black;
	border: solid #fefefe 1px !important;
}

/* SENT */
/* wpcf7-form custom-wpcf7c-confirmed  */
#contact-form .sent p.confirm,
#contact-form .sent div.confirm,
#contact-form .sent p.lead,
#contact-form .sent div.lead,
#contact-form .sent #form-table,
#contact-form .sent .btn-back,
#contact-form .sent .btn-group,
#contact-form .sent .wpcf7-response-output{
	display: none !important;
}
#contact-form .sent p.sent,
#contact-form .sent div.sent{
	display: block;
	padding: 3em 0;
	text-align: center;
	font-size: 125%;
}



#contact-form #form-table tr td .mwform-tel-field input {
  width: 100px;
}
#contact-form #form-table tr td .mwform-zip-field input {
  width: 100px;
}
#contact-form #form-table tr td #age {
  width: 80px;
}
#contact-form #form-table tr td.address {
	line-height: 0.9;
}
#contact-form #form-table tr td.address span {
  display: block;
  margin: 0px 0;
}
#contact-form #form-table tr td.sex span {
  padding-right: 15px;
  font-size: 20px;
}
@media only screen and (max-width: 659px) {
  #contact-form #form-table tr th, #contact-form #form-table tr td {
    display: block;
  }
  #contact-form #form-table tr th .required {
    position: static;
    left: auto;
  }
  #contact-form #form-table tr td input[type="text"] {
    width: 100%;
    font-size: 20px;
  }
  #contact-form #form-table tr td select {
    width: 100%;
  }
  #contact-form #form-table tr td textarea {
    width: 100%;
    height: 150px;
  }
  #contact-form #form-table tr td .mwform-tel-field input {
    width: 28%;
  }
  #contact-form #form-table tr td .mwform-zip-field input {
    width: 100px;
  }
}
#contact-form .btn-back {
  text-align: center;
}
#contact-form .btn-group {
  text-align: center;
}
#contact-form .btn-group input[type="button"],
#contact-form .btn-group input[type="submit"] {
	display: inline-block;
	margin: 0 1em;
	padding: 14px 28px;
	text-decoration: none;
	text-align: center;
	background-color: #ccc;
	font-size: 18px;
	font-size: 1.125rem;
	color: #333;
	cursor: pointer;
	border: none;
	font-size: 24px;
	font-size: 1.5rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#contact-form .btn-group input[type="submit"] {
  background-color: #d93915;
  color: #fff;
}
#contact-form .mw_wp_form_complete {
  width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 659px) {
  #contact-form .mw_wp_form_complete {
    width: auto;
    margin: 0;
  }
}




/* 20180629追記 */
main#top-page .ss2-align{
	height: 550px !important;
}
