@charset "euc-jp";
/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {

  font-family:Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
  font-family:Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

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

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*-------------------------------------------
共通
-------------------------------------------*/
#page-wrapper {
  position: relative;
}
.container01 {
  /*max-width: 980px;*/
}
.container {
  width: 100%;
}
#container {
    border-top: 1px solid #dbdbdb;
}

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 {
  color: #464e54;
  background-color: #fff;
  background-image: url();
  background-repeat: no-repeat;
  background-position: 50% 8.7%;
  font-size:15px;
  font-weight:500;
}

a {
  color: #464e54;
}
  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;
}




h2 {
  margin: 40px 0 30px;
  text-align: left;
  font-size: x-large;
}
  .ttl-h2 {
    position: relative;
  }
  .ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    content: "";
  }
  .ttl-h2 span {
    padding: 0;
    background-color: #fff;
  }

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

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

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

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

/*
 * web font
 */
.google-font {
  letter-spacing: 1px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * 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(https://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-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);
}

/*
 * レスポンシブタイポグラフィ
 */
@media screen and (max-width: 767px) {
.text-left-sm {
  text-align:left;
}
br.sp-br {/*スマホのみで改行*/
  display:block;
}
  br.pc-br {/*PCのみで改行*/
  display:none;
}
}
  @media screen and (min-width: 768px) {
br.sp-br {/*スマホのみで改行*/
  display:none;
}
br.pc-br {/*PCのみで改行*/
  display:block;
}
}
/*
 * header
 */
#header-wrapper {
  width: 1024px;
  margin: 0 auto;
}
.header-link a {
  color: #4d4d4d;
  font-weight: bold;
}
.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 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: 11px;
    line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.header-dropdown {
    position: absolute;
    top: 62px;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .header-dropdown.affix {
    position: fixed;
  }
  .dropdown-nav {
    padding-top: 10px;
  }
  .dropdown-nav ul {
    margin:0;
    list-style:none;
    border-top: 1px solid #dbdbdb;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #dbdbdb;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 10px;
    }
  	.dropdown-nav ul li ul {
      border-top:none;
  	}
    .header-dropdown .dropdown-nav li li {
      border-bottom:none;
    }
  	.dropdown-nav .dropdown-nav-title {
      display:block;
      text-align:center;
      font-size:0.8em;
      margin-bottom: 0.7em;
  	}
  	li.category-sub, li.category-sex, li.category-scene, li.category-color {
	    padding:10px 0;
	}
	li.category-sub > ul, li.category-sex > ul, li.category-scene > ul, li.category-color > ul {
	    display: table;
	    width: 100%;
	}
	li.category-sub > ul > li, li.category-sex > ul > li, li.category-scene > ul > li, li.category-color > ul > li {
	    display: table-cell;
	    vertical-align: middle;
	    border-right: 1px solid #dbdbdb;
	}
  	li.category-sub > ul > li {
 	    width: 50%;
  	}
	li.category-sub >ul >li:last-child, li.category-sex >ul >li:last-child, li.category-scene >ul >li:last-child, li.category-color >ul >li:last-child {
	    border-right:none;
	}
  	li.category-color {
        margin-bottom:30px;
    }
	li.category-color li {
      	width:25%;
        font-size:1.6rem;
	}
	a.color-menu-black {
	  color:#000;
	}
	a.color-menu-brown {
	  color:#8f7343;
	}
	.header-dropdown .dropdown-nav a.color-menu-white {
        color: #fff;
    	width: 0.8em;
    	height: 0.8em;
    	text-indent: -9999em;
    	border-radius: 0.5em;
    	border: 1px solid #ddd;
    	padding: 0;
    	margin: 0 auto;
	}
	.header-dropdown .dropdown-nav a.color-menu-rainbow {
		width: 0.8em;
    	height: 0.8em;
    	text-indent: -9999em;
    	border-radius: 0.5em;
    	border: 1px solid #ddd;
    	padding: 0;
   	background: linear-gradient(-45deg, red, orange, yellow, green, blue, indigo, violet);
   	margin: 0 auto;
	}
    .header-dropdown .btn-cart {
      padding: 8px;
      font-size: 16px;
      line-height: 1.6;
      position:absolute;
      width:24px;
      top:-52px;
      right:40px;
    }
    .header-dropdown .btn-dropdown {
      padding: 8px;
      font-size: 16px;
      line-height: 1.6;
      position:absolute;
      width:24px;
      top:-52px;
      right:0;
    }
    .header-dropdown .btn-dropdown-close {
      opacity: 0.4;
    }
.view-cart {
  position: relative;
  padding-top: 0 !important;
  top:-4px;
}
span.btn-viewcart {
  padding: 0 4px;
  margin-left:5px;
  float:none;
}

/* header logo */
#header-logo{
  text-align: left;
  height: 42px;
  margin:19px 0 0;
  float:left;
}
#header-logo span {
  display: block;
  font-size: 8px;
  text-align: right;
  letter-spacing: 0.5em;
  position: relative;
  top: -2px;
}
.shop-name {
  clear: both;
  margin: 0 0;
  text-align: center;
  font-size: 24px;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
}

/* header global nav */
.header-line-nav {
  margin-top:7px;
}
#header-global-nav {
  margin: 37px 0 -22px;
  text-align: left;
  font-size: 13px;
}
  #header-global-nav li {
    margin: 0 1em;
  }

/* incart delivery */
.incart-delivery {
  float: right;
  margin-top:-1.8%;
}
  .incart-delivery ul {
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color:#333;
    color:#FFF;
    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;
}
/*
 * header -- tb/sp
 */
@media screen and (max-width: 980px) {
  #header-wrapper {
    width:100%;
  }
}

/*
 * product list
 */

.prd-lst-unit {
  margin-bottom: 10px;
  padding: 0 30px;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}
/*.prd-lst-name {
  font-size: 14px;
}*/
.prd-lst-price {
  color: #abaaaa;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

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


/*
 * footer
 */
.search-sp {
    padding: 30px 0 10px;
    border-top: 1px solid #dbdbdb;
}
#keywords {
    background: #e7e7e7;
    border: none;
    padding: 4px;
    color: #000;
    font-size:10px;
    width:50%;
}

#footer-wrapper {
  padding-top: 1em;
  margin: 0 auto;
  /*min-width:980px;
  max-width:1024px;*/
  border-top:1px solid #dbdbdb;
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
  width:20%;
  float:left;  
}
  .footer-nav li {
    margin: .8em 0;
  }
.footer-primary {
  padding: .3em 20px;
  font-size:12px;
}
  .footer-primary li {
    margin-right: 25px;
    margin-left: 5px;
  }
  .footer-primary a {
    color: #abaaaa;
  }
.footer-secondary {
  padding: .3em 20px;
  font-size: 12px;
  float:left;
}
  .footer-secondary-link {
    margin:3em 0 2em;
  }
  .footer-secondary-link li {
    display:inline;
    margin-right:2em;
    font-size: 12px;
  }
  .footer-secondary a {
    color: #abaaaa;
  }

/* copyright */
.copyright {
  margin: 3em 20px 2em;
  color: #abaaaa;
  text-align: center;
  font-size: 12px;
  float:right;
}

/*.col-lg-8 {
    width: 980px;
}

.col-lg-4 {
    width: 196px;
}

.col-lg-5 {
    width: 230px;
}*/

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

.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;
}

/* パンくずリスト */
.topicpath{
  margin: 40px 0 30px;
  font-size:10px;
  color:#abaaaa;
  line-height:1em;
}
.columns > .topicpath{
  margin: 13px 0 0;
}
.topicpath a {
  color:#abaaaa;
}

/*
 * footer -- tb/sp
 */
@media screen and (max-width: 980px) {
  #footer-wrapper {
    width:100%;
    min-width:100%;
    max-width:100%;
  }
  .footer-secondary {
    float:none
  }
  .footer-secondary-link li {
    display:block;  
    line-height:3em;
    text-align:center;
  }
  .copyright {
    float:none;
  }
}

/*
 * container -- tb/sp
 */
@media screen and (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 100%;
    padding:0;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 0;
  }
  .container {
    width: auto;
  }
  #container {
    border-top:none;
  }
  #header-logo{
    padding: 10px;
    border-bottom: 1px solid #111;
    position: relative;
    float:none;
    margin: 0;
  }
  #header-logo img {
    width: 123px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #header-logo span {
    text-align:left;
    top:-5px;
  }
  .header-dropdown {
    position: absolute;
    top: 62px;
    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-cart {
      padding: 8px;
      font-size: 16px;
      line-height: 1.6;
      position:absolute;
      width:24px;
      top:-52px;
      right:40px;
    }
    .header-dropdown .btn-dropdown {
      padding: 8px;
      font-size: 16px;
      line-height: 1.6;
      position:absolute;
      width:24px;
      top:-52px;
      right:0;
    }
    .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: 12em;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
  }
  .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: 14px;
    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-lg-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-lg-b.icon-cart { background-position: -264px -96px; }
  .icon-lg-b.icon-list { background-position: -288px -144px; }
  .icon-lg-b.icon-chevron_thin_up { background-position: -192px -216px; }
  .icon-lg-b.icon-squared_cross {  background-position: -192px -120px; }
  .icon-w.icon-cart {  background-position: -264px -96px;}

 /*STORYの画像部分*/

.product-order-exp01{
	width:100%;
	margin:0 auto;
}



  
  
  
  
  @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(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://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 screen and (max-width: 480px) {
  .ttl-h2 {
    font-size:large;
  }
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}

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

/* slick.js theme
----------------------------------------------------------- */
.slick-slider {
  margin:0;
}
/*.slick-slider li, .slick-slider div {
  margin-right: 15px;
}
.pickup-brand > .slick-slider .slick-list {
  margin-left: 25px;
}
*/
.slick-slider.overstyle {
  margin-right:-20%;
}
.slick-slide {
  margin-left: 7px;
  margin-right: 7px;
}
.slick-arrow{
  position: absolute;
  height: 100%;
  border: 0;
}

.slick-prev {
 top: 50%;
  left: -30px;
  background:url(https://img21.shop-pro.jp/PA01349/207/etc/prev.png?cmsp_timestamp=20160517122043) no-repeat center;
  width:19px;
  height:46px;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.slick-next {
  top: 50%;
  right: -30px;
  background:url(https://img21.shop-pro.jp/PA01349/207/etc/next.png?cmsp_timestamp=20160517122348) no-repeat center;
  width:19px;
  height:46px;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.slick-slider {
  margin:0;
}

.slick-slider.overstyle {
  margin-right:-20%;
}
/* 
共通見出し装飾 
----------------------------------------------------------- */  
.title-en {
  font-size:xx-large;
}
.title_r{
  margin-top:100px;
  font-size:12px;
  color:#AAA;
  margin-left:14px;
  position:relative;
  bottom:2px;
  font-weight:normal;
}

/* 
ブランドページ 
----------------------------------------------------------- */  

.blog, .feed > article{
  float:left;
  width:20%;
}
.item {
  float: left;
  width:20%;
}
.blog img, .item img{
    margin-bottom: 10px;
    margin-top: 22px;
}
.blog p, .item p{
  font-size: smaller;
}
.prd_lst_link img{
 margin-right: 10px;


}
.photo_gallery img{
    margin-right: 6px;
    margin-left: 6px;
}
.prd_lst_link2 img{
    margin-right: 5px;
    margin-left: 5px;
}

.brandname {
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
    margin: 53px 0 40px;
}
.sub_title{
text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 30px;
}

.btn_right{
 float:right; 
 margin: 40px 0;
}

p.header_logo{
   width: 548px;
    margin-top: 20px;
    margin-left: 275px;
}
.concept-block {
  text-align:center;
}
.concept_title{
    text-align: center;
    margin: 28px 0 10px;
    font-size: medium;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.concept_title>.title_b {
  display:block;
  font-size:70%;
}

.p-concept{
  text-align: center;
  margin-bottom:60px;
  font-size:110%;
  line-height:1.8em;
  font-weight:bold;
 }
 .p3-concept{
	border-bottom:solid 2px #000000;
	text-align: center;
	display: inline-block;
	margin: 30px auto 30px;
	padding: 9px 0;
	font-size: 124%;
	width: 30em;
	font-weight: normal;
}
.concept-txt {
    font-size: 12px;
}
@media screen and (max-width: 768px) {
  .blog, .feed > article{
    width:46%;
    margin-right:2%;
    margin-left:2%;
  }
  .item{
    width:29.3%;
    margin-right:2%;
    margin-left:2%;
  }
  .blog img, .item img {
    width:100%;
  }
}
@media screen and (max-width: 480px) {
  .item{
    width:46%;
    margin-right:2%;
    margin-left:2%;
  }
  .concept-block {
    text-align:left;
  }
  .p3-concept{
    width:100%;
  }
  .p-concept, .p3-concept, .sub_title, .concept-txt {
    text-align:left;
  }
}
  

/* 検索フォーム
----------------------------------------------------------- */  
#searchform2 {  
    position: relative;   
    right: 10px;
    top:-3px;
    margin-bottom:8px;
}  
#keywords2 {
    width: 130px;
    height: 16px;
    background: #e7e7e7;
    border: none;
    padding: 4px;
    color: #000;
}
#searchBtn2 {  
    position: absolute;  
    top: 0;  
    _top: 1px;  
    left: 140px;  
}  
*:first-child + html #searchBtn2    {  
    top: 1px;  
}  

#mainvisual {
}

#contents{
  min-width: 980px;
  max-width:1024px;
  margin: 0 auto;
  margin-top: 31px;
}
@media screen and (max-width: 980px) {
  #contents{
    width: 100%;
    min-width:0;
    max-width:100%;
    padding:0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
hr {
    margin: -1px 0;
    border: 0;
    border-top: 1px solid #5e5e5e;
    border-bottom: 1px solid #fff;
}

.footer_b{
      font-weight: bold;
}

.footer_b a{
     color:#000000;
}

/* レビュー
----------------------------------------------------------- */

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
  
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

ul.inline, ol.inline {
    margin-left: 0;
    list-style: none;
    margin-top: 13px;
}


/* フリーページ
----------------------------------------------------------- */

/*----------------ブランド一覧----------------------*/

.Wrapper_fp16{
	width:100%;
}
.wrap_fp16{
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-bottom:6%;
}
.wrap_fp16 >p{
    margin-bottom: 6%;
    font-size: 119%;
    margin-top: 2%;
}

.fp16_ul{
	padding:0;
	text-align:center;
}
.fp16_ul >li{
	list-style:none;
	display:inline-block;
    margin: 0 30px 60px 0;
  border:1px solid #eee;
  vertical-align:top;
  width:19%;
  padding:30px;
}

.fp16_li_img,
.fp16_li >a{
	width: 100%;
    height: auto;
}
.fp16_li_img {
    width: 100%;
}
.fp16_li >a{
	display:block;
    margin: 0 0 20px;
    text-align: center;
}
.fp16_li span {
  display:block;
}
@media screen and (max-width:640px){
  .fp16_ul >li{
    padding:22px;
  }
}
/*↓ブランド一覧のスマホ表示設定↓*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
.fp16_ul >li{
	display:inline-table;
	width: 28%;
    margin: 0 10px 44px 0;
}

}

/*---------------------//-------------------*/


/*----------------よくある質問---------------*/


.faq_ul,
.faq_ul2{
	list-style:none;
	float:left;
	margin-top: 12px;
}

.fp_19,
.wraper_fp17{
	width:70%;
	margin:0 auto;
}
.fp19_h1{
  margin-bottom:24px;
}

.fp19_dl{
	font-size:16px;
}
.fp19_dl >dt{
	padding:14px;
	margin-bottom:24px;
    padding-top: 50px;
	font-size:20px;
	color:#37C;
	border-bottom:1px solid #999;
}
.fp19_dl >dd{
	font-size:14px;
font-weight: normal;
}

.fp19_fo{
	border-top:1px solid #BBB;
	font-size:14px;
	padding-top:6%;

}
.fp19_fo >p{
	text-align:center;
}

.btn_qa{
	margin-top:3%;
}
.btn_qa a{
	display:block;
	width:200px;
	height:40px;
	border:1px solid #333;
	background-color:#333;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	border-radius:4px;
	line-height:40px;
	margin:0 auto;
    transition:all .5s;
}
.btn_qa a:hover{
  background-color:#666;
  color:#fff;
}  

.topjump{
	text-align:right;
	margin-top:6%;
	text-decoration:underline;
	margin-bottom:4px;
}



/*-----------------about---------------*/

.about_fp{
	text-align:center;
	font-size:16px;
	margin-bottom:10%;
}
.about_fp h2{
  display:inline;

}
.about_fp img{
  margin-top:4%;
  margin-bottom:6%;
}
.about_fp_bo p{
  margin-bottom:20px;
  line-height:2em;
}
.fplink{
	text-align:center;
	margin:10% 0 10%;
}

.about_fp_bo{
	margin-top:10%;
	margin-bottom:10%;
}

/*-----------------利用ガイド---------------*/
.wraper_fp20{
    margin:0 auto;  
}
.wraper_fp20 a{
	text-decoration:underline;
}
.wraper_fp20 h2{
	width:100%;
	border-bottom:1px solid #999;
}  
.fp20_dl2{
	float:left;
}
.fp20_dl2{
	margin-left:50px;
}
.oderh2{
	float:left;
}
.list_fp19{
	border:1px solid #999;
	float:left;
	width:100%;
	margin-bottom:10%;
}
.list_fp20 {
  	border:1px solid #999;
    display:flex;
    justify-content:space-between;
    padding: 0.5rem 1rem;
  box-sizing: border-box;
}
.fp20_dl {
    padding: 1rem 0.5rem;
    float: none;
    margin: 0;
    width:100%;
}
.fp20_dl dt {
    background-color: #eee;
    padding: 5px 10px;
    line-height: 16px;
}
.fp20_dl dd {
    margin-left: 0;
    margin-bottom:1px;
}
.fp20_dl dd a {
    padding:5px 10px;
    background-color: #f7f7f7;
    display:block;
}
.tel_order {
    border: 1px solid #ddd;
    padding: 1rem;
}
.tel_order a.tel_order_num {
  font-size:larger;
  pointer-events:none;
}
@media screen and (max-width:991px) {
    .list_fp20 {
        flex-wrap:wrap;
    }
    .fp20_dl:not(:nth-child(5)) {
        width: 50%;
        box-sizing: border-box;
    }
  .tel_order a.tel_order_num {
    pointer-events:auto;
  }
}

.top_fp20{
	text-align:right;
	margin-top:6%;
}

.kojin{
	margin-bottom:8%;
}
.clr{
  clear:both;
}

.dtlist{
	font-size:16px;
	margin-bottom:14px;
}

.h2uline{
	border-bottom:1px solid #333;
}

.h3_font{
	font-size:16px;
}

.crec_img img{
	border:1px solid #ddd;
	border-radius:12px;
	width:36%;
	margin:28px 0;
}

@media screen and (max-width:768px){

.list_fp20{
	margin:0 auto;
}
  
  .crec_img img{
	width:50%;
}
}

@media screen and (max-width:640px){

/*よくある質問*/

.list_fp19{
	border:none;
	padding:0;
	
}



/*ご利用ガイド*/


.fp20_dl2{
	margin-left:6px;
}


.list_fp20{
	margin-bottom:4%;
}
.crec_img img{
	width:100%;
}
}

/*-----------------会社案内---------------*/

.rap_fp18{
	width:80%;
	margin:0 auto;
}

.fp18_h2{
  margin: 46px 0 30px;
}

.list_fp18{
  margin: 9% 18% 10%;
  float:right;
}

.fp18_img{
	width:500px;
	height:300px;
	background-color:#09F;
	margin-top:92px;
	margin-left:2%;
	float:left;
}
.bg{
  width:100%;
  background-image:url(https://img21.shop-pro.jp/PA01349/207/etc/bg_bag2.jpg?cmsp_timestamp=20160607161232);
  float:left;
  background-size: contain;
  background-repeat: no-repeat;
}

/*-----------------プライバシーポリシー同意画面---------------*/
.scroll-box {
    max-height: 220px;
    overflow: auto;
    width:100%;
    max-width: 900px;
    margin:  20px auto;
    border: 1px solid #ddd;
    padding: 30px;
    box-sizing:  border-box;
}
.scroll-box_gray{
    background-color: #fafafa;
}
.note {
  margin-top:2.5rem;
  padding:1em 1.25em;
  border:1px solid #eee;
  background-color:#f7f7f7;
}
.confirm-box {
  padding: 15px;
  border: 2px solid #1d94d0;
  display: inline-block;
  width:100%;
  max-width: 900px;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: bold;
}
.btn-disabled, .btn-disabled a {
  pointer-events: none; /* aタグのリンク無効 */
  cursor: default;
  opacity:.5;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 30px;
  position:relative;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #1d94d0;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #1d94d0;
  border-right: 3px solid #1d94d0;
}

/*-----------------特集---------------*/
.feature-article {
    width: 700px;
    margin: 0px auto 80px;
}
.feature-article h3 {
    font-size: 160%;
    display: inline-block;
    border-bottom: 2px solid #dbdbdb;
    line-height: 2.4em;
    padding: 0 1.5em;
}
.feature-pl {
    margin:30px 0;
}
.feature-pl > li {
    display: inline-block;
    width: 29%;
    margin: 15px 1.4%;
    vertical-align: top;
}
.feature-pl > li > .prd-lst-txt, .feature-pl > li > .prd-lst-name {
    margin:10px 0;
    display:block;
    font-size:85%;
   text-align:left;
}
.feature-pl > li > .prd-lst-name {
    font-weight:bold;
}
.feature-image {
    margin-bottom: 40px;
    text-align:center;
}
.feature-image > figure {
  margin:0;
}
.feature-image img {
  margin:0 auto;
}
.btn-basic {
  padding: 10px;
  background-color: #dedddd;
  display: block;
  clear: both;
  text-align: center;
  margin: 30px auto;
  max-width: 80%;
}
.feature-article > .section {
    margin: 0 auto 80px;
}


.feature-pl-single {
  display: table;
  margin:80px 0;
}
.feature-pl-single-ph {
  width: 37%;
  display: inline-block;
}
.feature-pl-single img {
  display: block;
  width:100%;
}
.feature-pl-single-txt {
  width: 370px;
  display: inline-block;
  vertical-align: top;
  padding-left: 5%;
  text-align: left;
}
.feature-pl-single-txt h3 {
  padding: 0 0 10px;
  line-height: 1.9em;
  margin: 0 0 1.4em;
  display: block;
  font-size: 1.2em;
  font-weight:normal;
}
.feature-pl-single-txt h3 span {
  display:block;
  font-size: 1.2em;
  font-weight:bold;
}
.feature-pl-single-txt h4 {
  font-family: 'Reenie Beanie', cursive;
  font-size: 1.6em;
  margin: 0.9em 0 -0.3em;
  transform: rotate(-1.7deg);
  color: #15144d;
}
.feature-pl-single-txt li {
  position: relative;
  padding: 0 .4em .1em;
  list-style:none;
  margin:1.1em 0;
  font-size:1.1em;
  font-weight:bold;
}
.feature-pl-single-txt li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 8px;
  background-color: #eee;
}
/* 明朝体本文ブロック */
.feature-txtblock {
    width: 700px;
    margin: 40px auto 40px;
    line-height: 1.9em;
    font-size: 16px;
    font-family: 'Times New Roman', '游明朝', YuMincho,'ヒラギノ明朝 Pr6 W6','Hiragino Mincho Pro', 'HGS明朝E','メイリオ', 'ＭＳ Ｐ明朝','MS PMincho',Meiryo, serif;
}
/* 幅広コンテナ */
.feature-article__lg.feature-article__lg,
.feature-article__lg.feature-article__lg .feature-pl {
    width: 900px;
}

@media screen and (max-width: 768px) {
  .feature-article {
    width: 100%;
    text-align:left;
  }
  .feature-article h3 {
    font-size:140%;
    line-height: 1.8em;
    padding: 0 0 5px;
    display:block;
  }
  .feature-pl-single-ph,.feature-pl-single-txt {
    display:block;
    width:auto;
    padding:0;
    margin:10px;
  }
  .feature-txtblock {
    width: 100%;
  }
  /* 幅広コンテナ */
  .feature-article__lg.feature-article__lg,
  .feature-article__lg.feature-article__lg .feature-pl {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .feature-article h3 br {
    display: none;
  }
  .feature-article h3 br.pc-br {
    display:block;
  }
}
@media screen and (max-width: 480px) {
  .feature-pl > li {
    width: 45%;
    margin: 15px 2.1%;
  }
}

/*-----------------ショールームのご案内---------------*/

#showroom {
    width: 80%;
    margin: 60px auto;
}
.inline-box {
    border: 3px solid #ddd;
    padding: 10px;
    display: inline-block;
}
.attn-box {
    border: 2px solid #981908;
    padding: 10px 30px;
    color: #981908;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    display:inline-block;
}
.showroom-photo {
  margin-top:40px;
}
.showroom-map > iframe {
    margin-top: 40px;
    width: 100%;
}
/*----------------ショップからのお知らせ---------------*/
#info-list {
    max-width: 800px;
    margin: 0 auto 60px;
}
#info-list dt {
    border-top: 1px dotted #ddd;
    padding-top: 15px;
    margin: 15px 0;
}
#info-list dt:first-child {
    border-top:none;
}
#info-list dd {
    margin:0;
}
#info-list .info-label {
    padding:5px 10px;
    color:#fff;
    background:#988073;
    margin-right:10px;
    border-radius:2em;
    font-weight:bold;
    display:inline-block;
}

/*----------------バッグ活用術---------------*/
.feature-list-2column {
  width: 100%;
  padding-left: 10px;
  margin:0;
}
.feature-list-2column li {
  width: 50%;
  float: left;
  text-align: left;
  list-style:disc inside;
}
  
@media screen and (max-width: 768px) {
  .feature-sp-photo {
    width:100%!important;
  }
  .feature-list-2column li {
    width:100%;
  }
}
.box-2column{
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .box-2column {
    width:100%;
    padding-left: 0px;
  }
}
.syohin-name{
  background: #000000;
  text-align:left;
  width: 70%;
  padding: 10px;
  position:absolute;
  right: -5%;
  bottom: -1%;
}
.syohin-name2{
  background: #404b75;
  text-align:left;
  width: 70%;
  padding: 10px;
  position:absolute;
  right: -5%;
  bottom: -1%;
}
@media screen and (max-width: 768px) {
  .syohin-name {
   position: static;
   width: 94%;
   margin-top: -35px;
  }
}

/*----------------どこでもカラーミー---------------*/
.cartjs_cart_in{
    position:  relative;
}
.cartjs_cart_in input[type="image"] {
    opacity:  0;
    position: relative;
    width:  100%;
    box-sizing:border-box;
    left:  0;
    padding:  15px;
    z-index:  2;
    min-height: 3em;
    cursor: pointer;
}
.cartjs_cart_in:before {
    display:block;
    position: absolute;
    /*background-color: #000;*/
    background-color: #981908;
    color:#fff;
    content:"カートに入れる";
    opacity:1;
    padding:  15px;
    line-height:  1em;
    width:  100%;
    box-sizing:border-box;
    z-index:  0;
}
.cartjs_box {
  margin-top:30px !important;
}
.cartjs_product_table th, .cartjs_product_table td {
    padding:  10px;
}