@charset "euc-jp";


/* --------------------------------------------------- */
/* reset */
/* --------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;

}

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

body {
    color: #5c5c5c;
    font: 11px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    background-color: #ffffff;
    text-align: left;
}

ol, ul {
    list-style: none;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    width /***/: auto; /* for ie8 */
}

a {
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #5e7b96;
}

a:hover {
    color: #f27e56;
}

a:focus {
    outline: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

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

input, textarea, select {
    font-family: inherit;
    vertical-align: middle;
}

input[type="submit"] {
    cursor: pointer;
}

em,strong {
    font-weight: bold;
}

strong {
    border-bottom: 1px dotted #ccc;
}

.wrapper {
    width: 100%;
    height: 100%;
}

/* --------------------------------------------------- */
/* clearfix */
/* --------------------------------------------------- */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/**ここから**/
.clear {
  clear:both;
}
#page-wrapper {
  /*position: relative;*/
}
#wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 1em;
}
.container {
  max-width: 1000px;
  clear: both;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

body {
  font-size: 11px;
  font-family: 'Questrial', sans-serif;
  color: #464e54;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/bg.gif);
}

a {
  color: #29abe2;
}
a {
  color: #464e54;
}

a:hover, a:forcus {
    color: #29abe2;
    text-decoration:none;
}
a:hover {
  color: #5e5e5e;
}


a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

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

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

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

.text-success {
  color: #468847;
}

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

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

ul, ol {
  margin: 0;
  padding: 0;
}
li{
  list-style:none;
}

h2 {
  /*margin: 30px 0;
  text-align: center;*/
}
  .ttl-h2 {
    position: relative;
  }
  .ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  .ttl-h2 span {
    padding: 0 2em;
    background-color: #fff;
  }

h2.title-h2 {
  font-size:1.2em;
}
.title {
  text-align: center;
  width: 18em;
  margin: -26px auto 0 auto; 
  background-color: #333;
  border: 1px solid #000;
  color: white;
  text-decoration: none;
  padding: 1.4em 1.4em;
}


.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
  
  zoom: 1;
-moz-box-shadow: 0 -1px rgba(255, 255, 255, .3);
-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
  color: #464e54;
  *background-color: #d9d9d9;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
  color: #464e54;
  *background-color: #d9d9d9;
}
.product-order-num input {
  border-color: #d9d9d9;
}


/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(http://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-plus { background-position: -312px -120px; }
.icon-lg-w.icon-minus { background-position: -288px -120px; }

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}


/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
}
.google-font.fwb {
  font-weight: 700;
}



/*
 * header
 */
#header-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.header-link a {
  color: #4d4d4d;
}
.header-link a:hover {
  text-decoration: none;
  opacity: 0.9;
}

/* header-line-nav */
.header-line-nav li {
  padding-top: 5px;
}
  .header-line-nav a {
    cursor: pointer;
  }
  .header-line-nav span {
    float: left;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* header logo */
.shop-name {
  clear: both;
  margin: 0 0 4em;
  text-align: center;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
}

/* header global nav */
#header-global-nav {
  max-width: 1000px;
  margin: 1.8em auto;
  font-size: 16px;
}
  #header-global-nav li {
    margin: 0;
  }

/* incart delivery */
.incart-delivery {
  float: right;
}
  .incart-delivery ul {
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d9edf7;
    color: #31708f;
    list-style: none;
    font-size: 12px;
  }

/* slider */
.slider {
  margin-top: 2em;
  padding: 0 .1%;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}


/**
 ** 1805
 **/
#wrapper .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}
#wrapper .bx-wrapper img {
 margin:0 auto;
 display:block;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption {
  background: rgba(255, 255, 255, 0.6);
  padding: .6em .8em;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption span {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  /**border: 1px solid #e2e2e2;**/
  background-color: rgba(202, 202, 202, 0.5);  
  background-image: url(https://file003.shop-pro.jp/PA01417/044/parts/tmpl/carousel_small.png);
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a:hover {
  background-color: rgba(0,0,0, 0.2);
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
  border-left: none;
  background-position: bottom left;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
  background-position: top left;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
  border-right: none;
  background-position: bottom right;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
  background-position: top right;
}
#wrapper .bx-wrapper .bx-controls .bx-pager {
  padding-top: 0;
  padding-bottom: 3%;
  bottom: 0;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f5f5f5;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
  background: #29abe2;
}

.carousel-slide .product-list {
  margin: 0;
  padding: 0;
}
.product-list__unit {
  margin:0;
  padding:0;
}
.carousel-slide .product-list__unit__inner {
  padding-bottom: 0;
}

span.overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  /*background: url(../parts/tmpl/bt_overlay_view-more.png) no-repeat 50% 50%;*/
  top:0;
  left:0;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  filter: alpha(opacity=0);
}
span.overlay:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
span.overlay-buyit{
  width: 100%;
  height: 100%;
  position: absolute;
  /*background: url(../parts/tmpl/bt_overlay_buyit.png) no-repeat 50% 50%;*/
  top:-20px;
  left:0;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  filter: alpha(opacity=0);
}
span.overlay-buyit:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
a:hover img {
  opacity: .7;
  filter: alpha(opacity=70);
  /**
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
    **/
  filter: alpha(opacity=0);
}




/*
 * product list
 */

.prd-lst-unit {
  margin-bottom: 3em;
  padding: 0 .7%;
  text-align: center;
}
.prd-lst-img {
  display: block;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 11px;
}
.prd-lst-name {
  font-size: 11px;
}
.prd-lst-price {
  color: #abaaaa;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #b81717;
}
.prd-lst-soldout {
  color: #DA5858;
}
.prd-lst-none {
  text-align: center;
  margin: 6em 0;
}

/* product list sort */
.prd-lst-sort {
  text-align: center;
  color: #888;
  margin: 4em 0;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
  margin: 4em 0;
}
.prd-lst-pos {
  margin-top:16px;
}
.prd-lst-pos b {
  font-size: 16px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #fff;
}
.thumb-active img {
  border: 2px solid #4d4d4d;
}


/*
 * footer
 */

#footer-wrapper {
  padding-top: 3em;
}
.footer-primary {
  border-right: 1px solid #e7e7e7;
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}
  .footer-nav li {
    margin: .8em 0;
  }
.footer-primary {
  padding: .3em 0;
}
  .footer-primary li {
    margin-right: 25px;
    margin-left: 5px;
  }
  .footer-primary a {
    color: #4d4d4d;
  }
  .freepage-nav {
    margin-right: 10%;
    margin-bottom: 1.5em;
    padding-bottom: .8em;
    border-bottom: 1px solid #e7e7e7;
  }
.footer-secondary {
  padding: .3em 0;
  font-size: 12px;
}
  .footer-secondary li {
    margin-left: 10%;
  }
  .footer-secondary li:before {
    margin-right: 4px;
    color: #abaaaa;
    content: "-";
  }
  .footer-secondary a {
    color: #abaaaa;
  }

/**追加 footer**/
/* footer nav */
.footer__nav {
  background: #fff;
  color:#7c7c7c;
  /*font-size: 0.85em;*/
  letter-spacing: .1em;
  padding: 20px 0;
  clear: both;
}
.footer__nav a {
}

.footer-nav__title {
  margin-top: 0;
  color: #1a8dbe;
  font-size: 1.5em;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
}

.footer-nav__col {
  margin: 0;
  list-style-type: none;
  line-height: 1.5;
}
.footer-nav__col li {
  margin: 1em 0;
}

/* vokko */
.vokko-desc {
  text-align: center;
  margin: 0 auto;
  padding: 0 10%;
  overflow: hidden;
}
.vokko__info {
  padding: 0 2%;
  overflow: hidden;
}

.vokko-owner {
  padding: 0;
  /**border-right: 1px solid #1a8dbe;**/
}

.vokko__photo {
  float: left;
  max-width: 50%;
}

.vokko__name {
  margin: 0 0 1em;
  font-size: 1.6em;
  font-weight: normal;
}

.vokko__txt {
  line-height: 2;
}

/* information */
.vokko__info_date {
  color: #e7e7e7;
  margin-bottom: 0;
}
span.title {
  font-size:1.6em;
}
.vokko__info_txt {
  color: #d7d7d7;
  width: 62%;
  margin: 0 auto 3em;
}

/* sponsor */
.footer__sponsor {
  text-align:center;
  margin-top: 30px;
  padding-top: 20px;
  padding: 0 10%;
  font-size: 1em;
}
.footer__sponsor a {
}
.footer__sponsor img {
  max-width: 200px;
  vertical-align: middle;
}

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {
  margin: 3em 0 2em;
  color: #abaaaa;
  text-align: center;
  font-size: 12px;
}
.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: .8em .4em .8em .5em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}




/* -- Base drop-down styling -- */
ul.dropdown,
ul.right-nav {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-style: normal;
    font-stretch: normal;
    font-family: 'Hiragino Kaku Gothic ProN', helvetica, arial, Meiryo, sans-serif;
    margin-top: 0px;
    padding-bottom: 2px;/**151211**/
    opacity: 1;
}
ul.dropdown li,
ul.dropdown li.head,
ul.right-nav li,
ul.right-nav li.head {
    float: left;
    color: #fff;
    font-size: 9px;
    line-height: 1em;
}
ul.dropdown a:link,
ul.dropdown a:visited,
ul.right-nav a:link,
ul.right-nav a:visited {
    color: #333;
    text-decoration: none;
}
ul.dropdown a:hover,
ul.dropdown a:active {
    color: #d9002e;
    text-decoration: none;
}

ul.dropdown a:active, ul.right-nav a:active {
    color: #fff;
}
ul.right-nav a:link,
ul.right-nav a:visited {
    color: #333;
    text-decoration: none;
}
ul.right-nav a:hover {
    color: #d9002e;
    text-decoration: none;
}

/* *ul.dropdown a:hover {
    color: #ff1493;
    text-decoration: none;
}
* */


/* -- Base style extension -- */
ul.dropdown li a {
    display: block;
    margin-top: 0px;
    padding: 23px 30px 23px 30px;
    /**1606
    padding: 23px 20px 23px 21px;
    **/
    color: #333;
    /**151211content: " &#9662;";**/
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .9em;
    line-height: 1em;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}


/**151211 ポインタ処理**/
ul.dropdown *.point_u a:after {
    content: " &#9662;";
}
ul.dropdown *.point_r a:after {
    content: " &#9656;";
}
ul.dropdown *.not a:after {
    content: " ";
}
/**151211
ul.dropdown li:nth-child(-n+3)>a:after {
    content: " &#9662;";
}**/

/* -- Base style override -- */
ul.dropdown li {
    padding: 0;
}

/* -- Base style reinitiate:post-override activities -- */
ul.dropdown li.dir {
    padding: 6px 20px 6px 14px;
}
ul.dropdown ul li.dir {
    padding-right: 15px;
}

/* -- Custom -- */
/**
ul.dropdown ul li:nth-child(-n+4)>a:after {
    content: "";
}**/
ul.right-nav {
    position: relative;
    z-index: 597;
    display: block;
    float: right;
    /*151211
    margin-top: 11px;*/
    padding: 0;
    list-style: none;
}
ul.right-nav li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
    line-height: 1.3em;
}
ul.right-nav ul {
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 598;
    visibility: hidden;
    width: 196px;
}
ul.right-nav li a {
    display: block;
    margin-top: 0px;
    padding: 23px 26px 23px 26px;
    color: #333;
    content: " &#9662;";
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
     /**
    font-size: .7em;
    font-family: 'Darby Sans Text Web', helvetica, arial, sans-serif;
    **/
    line-height: 1em;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
ul.right-nav li a.nav-twitter,
ul.right-nav li a.nav-fb1 {
    padding: 23px 30px 23px 30px;
    /*padding: 23px 14px 23px 14px;*/
}
ul.dropdown ul a {
    padding: 23px 30px 23px 30px;
    width: 201px; /* Especially for IE */
    font-weight: 400;
    /*font-size: 11px;*/
}
ul.right-nav ul a {
    /* *padding: 19px 15px 19px 14px; /* Especially for IE */
    padding: 14px 5px 14px 14px;
    width: 177px; /* Especially for IE */
    font-weight: normal;
    font-size: .8em;
}
ul.dropdown ul a:hover {
    background-color: #d9002e;
}
ul.right-nav ul a:hover {
    background-color: #d9002e;
}

/* -- Drop-down open -- */
ul.dropdown li:hover > a.dir,
ul.right-nav li:hover > a.dir,
ul.right-nav li:hover > a.nav-twitter,
ul.right-nav li:hover > a.nav-fb1 {
    background-color: #f5f5f5;
    /* *background-color: #2e2e2e;
    * */
    color: #d9002e;
}
ul.dropdown li:active > a.dir,
ul.right-nav li:active > a.dir,
ul.right-nav li:active > a.nav-twitter,
ul.right-nav li:active > a.nav-fb1 {
    background-color: #f5f5f5;
    /* *background-color: #2e2e2e;
    * */
    color: #d9002e;
}


ul.dropdown ul li:hover > a.dir,
ul.right-nav ul li:hover > a.dir {
    background-color: #d9002e;
    /* *background-color: #ff1493;
    * */
    /* *background-color: #76b900;
    * */
    color: #fff;
}
ul.right-nav li.nav-fb2 {
    float: left;
    min-height: 1px;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    line-height: 1.3em;
}
li a.nav-twitter {
    display: inline-block;
    padding: 0;
    width: 30px;
    background-image: url('http://www.timelord.co.jp/static/images/header/header_twitter-black.png');
    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat;
    text-indent: -9999px;

}
li a.nav-fb1 {
    display: inline-block;
    padding: 0;
    width: 38px;
    background-image: url('http://www.timelord.co.jp/static/images/header/header_fb-black.png');
    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat;
    text-indent: -9999px;

}
li a.nav-fb2 {
    display: inline-block;
    padding: 0;
    width: 38px;
    background-image: url('http://www.timelord.co.jp/static/images/header/header_fb-black.png');
    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat;
    text-indent: -9999px;

}

/* -- level mark -- */
ul.dropdown ul,
ul.right-nav ul {
    /**background-color: #333;**/
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    text-transform: none;
    font-size: .7em;
    /**151211
    opacity: .9;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    KhtmlOpacity: .9;
    **/
}
ul.dropdown ul li {
    background-color: transparent;
    filter: none;
}
ul.dropdown ul li.hover,
ul.dropdown ul li:hover {
    background-color: transparent;
}
ul.dropdown ul a:link,
ul.dropdown ul a:visited,
ul.right-nav ul a:link,
ul.right-nav ul a:visited {
    color: #fff;
}
ul.dropdown ul a:hover,
ul.right-nav ul a:hover {
    color: #fff;
    text-decoration: none;
}
ul.dropdown ul a:active,
ul.right-nav ul a:active {
    color: #fff;
}

/* -- Supporting class `dir` -- */
ul.dropdown *.dir {
    /* padding-right: 14px;
    */
    background-image: none;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
ul.dropdown,
ul.dropdown ul {
    padding: 0;
    list-style: none;
}
ul.dropdown {
    position: relative;
    z-index: 597;
    float: left;
}
ul.dropdown li.head {
    float: left;
    min-height: 1px;
    /*1606削除
    border-left: 1px solid #ddd;
    */
    vertical-align: middle;
    line-height: 1.3em;
    margin: 0;
}
ul.dropdown li.end {
    float: left;
    min-height: 1px;
    /*1606削除
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    */
    vertical-align: middle;
    line-height: 1.3em;
}
ul.dropdown li.hover,
ul.dropdown li:hover,
ul.right-nav li.hover,
ul.right-nav li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}
ul.dropdown ul {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    z-index: 599;
    visibility: hidden;
}
ul.dropdown ul li {
    float: none;
}
ul.dropdown ul ul {
    top: 0px;
    left: 100%;
}
ul.dropdown li:hover > ul {
    visibility: visible;
}
ul.right-nav ul li:nth-child(-n+2)>a:after {
    content: "";
}

ul.right-nav li.head {
    /*1606削除
    border-left: 1px solid #ddd;
    */
}
ul.right-nav li.end {
    /*1606削除
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    */
}
ul.right-nav ul li {
    float: none;
}
ul.right-nav li:hover > ul {
    visibility: visible;
}


/**
.dropdown *, .right-nav * {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
**/


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
    clear: both;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 3em;
  }
  .container {
    width: auto;
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #dbdbdb;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 10px;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 16px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      opacity: 0.4;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #4d4d4d;
      color: #fff;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
    border-bottom: 3px double #e7e7e7;
  }
    .footer-primary .footer-nav:first-child {
      border-top: 3px double #e7e7e7;
    }
  .footer-nav li {
    margin: 0;
    font-size: 11px;
    border-top: 1px solid #e7e7e7;
  }
    .footer-nav li:first-child {
      border-top: none;
    }
  .footer-nav li:before {
    display: none;
  }
  .footer-nav a {
    display: block;
    padding: 1em;
    color: #4d4d4d;
  }
  .footer-nav a:hover {
    text-decoration: none;
  }
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(http://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(http://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
      background-image: url(http://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(http://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
}
@media (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}

/* IE用 */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

.scale-box{
  width:100%;
  background-color: #000;
  /**160415 height:100%;**/
  margin: 0 auto 1em;
  overflow: hidden;
}


.scale-box img {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.scale-box img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}