.tbl_a {width:100%;}
.tbl_a th, td { padding: 10px; border: none ; }

/* smartPhone */
@media screen and (max-width: 640px) {
.tbl_a th,
.tbl_a td{
display: block;
border-top: none;
}
}

/*concept */
.concept_description{
	padding: 120px 100px;
	width: 100%;
	margin: 0 auto;
	background: url(https://img21.shop-pro.jp/PA01391/644/etc/concept1.jpg?cmsp_timestamp=20190116092617) no-repeat;
	background-size: 100%;
	color: #fff;
}
.concept2_description{
	padding: 70px 0px;
	width: 100%;
	margin: 0 auto;
	background: url(https://img21.shop-pro.jp/PA01391/644/etc/concept2.png?cmsp_timestamp=20190116093008) no-repeat;
	background-size: 100%;
	color: #000;
}

.concept3_description{
	padding: 20px 20px;
	width: 100%;
	margin: 0 auto;
	background: url(https://img21.shop-pro.jp/PA01391/644/etc/concept33.png) no-repeat;
	background-size: 100%;
	color: #000;
}

.concept4_description{
	padding: 20px 20px;
	width: 100%;
	margin: 0 auto;
	background: url(https://img21.shop-pro.jp/PA01391/644/etc/concept34.png) no-repeat;
	background-size: 100%;
	color: #000;
}

/*toppage*/
.toppage1_description{
	padding: 100px 100px;
	width: 100%;
	margin: 0 auto;
	background: url(https://img21.shop-pro.jp/PA01391/644/etc/toppage15.jpg) no-repeat;
	background-size: 100%;
	color: #fff;
}

.box3 {
    padding: 2em 2em;
    margin: 2em 0;
    color: #000;
    background: #C9BC9C/*ÇØ·Ê¿§*/
}
.box3 p {
   margin: 0px 0 0px 0.5em;
   padding: 0.2em 0.5em;
}


@charset "euc-jp";
a:-webkit-any-link {
  text-decoration: none;
}
.mainImage{
  width: 450px;
}
#page-wrapper {
  position: relative;
}
p{
  margin-bottom:0;
}
#wrapper {
  padding-top: 0.2em;
}
.container {
  max-width: 1100px;
}
.full-width {
  width: 98.8vw;
  position: relative;
  left: 49%;
  right: 49%;
  margin-left: -49vw;
  margin-right: -49vw;
  background-color: fff;
}



.boxfree {
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 0.5em;
  width: 95%;
  
}

.boxfree p {
    margin: 0 0;
   padding: 0.5em 0.5em;
}

.boxfree2 {
 padding: 0.5em 1em;
    margin: 2em 0;
    color: #000;
    background-color: #F0F0EB;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.boxfree2 p {
   margin: 0 0;
   padding: 0.5em 0.5em;
   font-size: 20px;
}

.boxfree3 {
 padding: 1em 1em;
    margin: 2em 0;
    color: #000;
    background-color: #F0F0EB;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.boxfree3 p {
   margin: 0 0;
   padding: 0.5em 0.5em;
}

.boxfree4 {
 padding: 1em 1em;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    width: 320px;
}

.boxfree4 p {
   margin: 0 0;
   padding: 0.5em 0.5em;
   font-size: 20px;
}




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(https://img.shop-pro.jp/tmpl_img/69/bg.gif);
}

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

.imglink a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}
h1 {
  margin: 0 auto 0.5em auto;
  width:300px;
}

h2 {
  margin: 30px 0;
  text-align: center;
}

h3 {
  margin: 15px 0 15px 0.5em;
  text-align: left;
  font-size: 18x
}


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

.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] {
  border: 1px solid #5e5e5e;
  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 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
  .google-font.fwb {
    font-weight: 700;
  }

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_b_60 { margin-bottom: 60px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_22 { font-size: 22px; }
.txt_24 { font-size: 24px; }
.txt_26 { font-size: 26px; }
.txt_28 { font-size: 28px; }
.txt_30 { font-size: 30px; }
.txt_c_333 {color: #333;}
.txt_c_red {color: #CC1C24;}
.txt_c_blu {color: #465DAA;}

/*
 * icons
 */
.icon-lg-w.icon-cart {  background-position: -264px -96px;}
.icon-lg-b.icon-circled_info {  background-position: -408px -120px;
 position: relative;
 top: 5px;
 left: 0px;}
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-b.icon-home { background-position: -264px -24px;  position: relative;
 top: 5px;
 left: 0px}
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px;  position: relative; top: 5px; left: 0px}
.icon-lg-b.icon-pencil { background-position: -144px -0px;  position: relative; top: 5px; left: 0px}
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
.icon-lg-b.icon-feather { background-position: -168px -0px;
 position: relative;
 top: 3px;
 left:-2px;}

@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 (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/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/*
 *media
 */
.demo01 th  { width: 30%; text-align: top; }
 
@media only screen and (max-width:480px){
    .demo01 { margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
        width: 100%;
        display: block;
        border-top: none;
      text-align: center;
    }
    .demo01 tr:first-child th   { border-top: 1px solid #ddd; }
}

/*
 * header
 */
#header-wrapper {
  margin-bottom: 4em;
}
.header-link a {
  color: #4d4d4d;
}
.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: 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.5em auto 0.2em auto;
  font-size: 24px;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
}

/* header global nav */
#header-global-nav {
  margin: 0 0;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}
  #header-global-nav li {
    margin: 0 1em;
  }


/* 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 */


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

#slider-wrapper {
  max-width: 10000px !important;
  height: auto;
}

/*
 * box top
 */
.boxtop {
   padding: 0.5em 1em;
   background-color: #EEE;
}
.boxtop p {
    margin: 5px; 
    padding: 5px;
}
 

/*
 * product list
 */

.prd-lst-unit {
  margin-bottom: 60px;
  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
 */

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

#sbox{
  width:225px!important;
	}

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

/* copyright */

.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}


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


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 3em;
  }
  .container {
    width: auto;
  }
  .header-dropdown {
    top: 0;
    left: 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: 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-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-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-cart { background-position: -176px -64px; }
  .icon-list { background-position: -288px -144px;position:absolute;right:5px; }
  .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(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 (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;
}


*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
	font-family:  'Sawarabi Mincho','¥á¥¤¥ê¥ª', Meiryo, '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
	background-color:#fff;
	color:#000;
	background: url(https://img21.shop-pro.jp/PA01391/644/etc/back_img.jpg?cmsp_timestamp=20180828002135);
}
body.index{
	background: none;
}
body.index header{
	background: url(https://img21.shop-pro.jp/PA01391/644/etc/header_img1.png?cmsp_timestamp=20180827051421) no-repeat;
	background-size: 100%;
	background-position: left top;
}
#pagetop {
  background-color: transparent;
	background: url(https://img21.shop-pro.jp/PA01391/644/etc/header_img1.png?cmsp_timestamp=20180828025905) no-repeat;
  background-position: left top;
  background-size:100%;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}


.fixedcontainer{
	width:1100px;
	margin:0 auto;
	padding:0px;
}

.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.pc{
	display: initial;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
/*-------------header----------------------*/
header{
	
}
.cart-div{
	padding: 20px 0 5px;
}
.cart-div a {
	font-size: 11px;
	letter-spacing: 1px;
}
.cart-div a img{
	vertical-align: middle;
}
.cart{
	margin-right: 60px;
}
.account{
	margin-right: 20px;
}
.logo-div{
	padding-left: 30px;
}
.menu-div ul{
	overflow: hidden;
	margin: 0px auto;
	padding: 30px 0 10px;
}

/*-----------        -----------------*/
.content{
	/*background-image: url(../img/back_img.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;*/
	padding-bottom: 50px;
}
h2{
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 2px;
}
.main-title{
	position: relative;
	padding: 50px 0;
}
.linediv1{
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	width: 270px;
	left: 50px;
}
.linediv2{
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	width: 270px;
	right: 50px;
}
.feature-desc{
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.feature-desc span{
	font-size: 26px;
}
.products{
	overflow: hidden;
	text-align: center;
	margin
}
.products img{
	margin: 0 5px;	
}

.img1{
	width: 320px;
	height: 480px;
}
.img_concept1{
	width: 285px;
	height: auto;
}

.alink {
    display: inline-block;
	font-size: 24px;    
	padding: 0.5em 1.5em;
	text-decoration: none;
    color: #FFF;
    background: #8fa4ac;
    transition: .4s;
    border-radius: 3px;
	margin-top: 35px;
    margin-bottom: 20px;
    }

.alink a: hover {
  text-decoration: none;
  opacity: 0.7;
}


.img2{
	width: 992px;
	height: 510px;
}
.point{
	margin-top: 80px;
	overflow: hidden;
	padding: 0 55px;
}
.point div:first-child{
	float: left;
	margin-right: 20px;
	width: 480px;
}
.point div:nth-child(2){
	float: right;
	width: 480px;
}
.img3{
	width: 480px;
	height: 719px;
}

.img7{
	width: 992px;
	height: 615px;
}
.point_txt{
	padding: 55px;
	font-size: 22px;
	color: #595B61;
}
.title{
	font-size: 38px;
	letter-spacing: 2px;
	margin-left: 60px;
}

.info-title{
	font-size: 38px;
	letter-spacing: 2px;
	margin-left: 0.5em;
}

.gallery-in{
	margin: 40px auto 80px;
	width: 990px;
}
.desc{
	font-size: 22px;
	letter-spacing: 2px;
}
.slider div{
	width: 320px !important;
  	height: 320px !important;
    margin: 0 5px;
}
.slider div img{
  margin-top:-100px;
}
.slider2 div{
	width: 155px !important;
  height: 155px !important;
    margin:0 5px;
}
.slider2 div img{
  margin-top:-50px;
}
.gallery-in .bx-wrapper:first-child .bx-controls-direction a{
	display: none;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: right;
}
.gallery-in .bx-pager{
	display: none;
}
.bx-wrapper{
	margin-bottom: 10px !important;
	box-shadow: none !important;
	border: none !important;
}
.bx-wrapper .bx-controls-direction a{
	width: 37px !important;
    height: 70px !important;
    margin-top: -35px !important;
  z-index: 2 !important;
}
.bx-wrapper .bx-next{
	background: url(https://img21.shop-pro.jp/PA01391/644/etc/next.png?cmsp_timestamp=20180827160625) no-repeat !important;
	right: -50px !important;
}
.bx-wrapper .bx-prev{
	background: url(https://img21.shop-pro.jp/PA01391/644/etc/prev.png?cmsp_timestamp=20180827160607) no-repeat !important;
	left: -50px !important;
}
footer{
	background: url(https://img21.shop-pro.jp/PA01391/644/etc/footer_img.png?cmsp_timestamp=20180827051241) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 12px;
}
.search{
	padding: 350px 0 40px;
}
.search input{
	background: transparent;
    border: 1px solid #fff;
  height: 28px;
}
.footer-menu a{
	color: #fff;
}
.copyright{
	padding: 25px 0 40px;
}
.pagetop{
	display: block;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 10;
}
/*------ image modal -------*/
* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding: 20px 0;
  left: 0;
  top: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .5);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 80vw;
  max-width: 400px;
  min-width: 300px;
  border: 10px solid white;
}
.mySlides{
  width: 100%;
  height: 100%;
  background: #fff;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 50px;
  line-height: 1;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
	
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*--------- gallery.html ------------*/
#gallery{
	width: 990px;
	margin: 0 auto;
	border-top: 0.25px solid #000;
}
.gallery_title{
	font-size: 38px;
	padding: 25px 0;
}
.gallery-in2{
	width: 100%;
	overflow: hidden;
    
}
.gallery-in2>div{
  height: 320px;
  width: 320px;
  margin: 5px;
  overflow:hidden;  
	float: left;
}
.gallery-in2 img{
	width: 100%;
  margin-top:-150px;¡¡
}

#gallery .modal-content{
	border: 10px solid #fff;
  height: auto;
}
.mySlides img{
  width: 100%;
}
.popup_txt{
	overflow: hidden;
	background: #fff;
	padding-top: 10px;
  text-align: center;
}
.popup_txt p{
	font-size: 16px;
  line-height: 1.3;
}
.popup_txt p:first-child{
  text-align:left;
}

.sp390{
	display: none;
}

/*------ products.html --------*/
#products{
	width: 1000px;
	margin: 0 auto;
	border-top: 0.25px solid #000;
}
.products_title{
	font-size: 38px;
	padding: 30px 0 0 10px;
  text-align: left;
}
.categories_div{
	overflow: hidden;
}
.categories{
	overflow: hidden;
	float: right;
	margin-bottom: 20px;
}
.categories .category:first-child{
	margin-left: 0;
}
.category{
	float: left;
	margin-left: 25px;
	width: 130px;
	text-align: center;
	font-size: 16px;
	/*font-family: '¥á¥¤¥ê¥ª';*/
}

.category a{
	background: #fff;
	    padding: 10px 0 8px;
	border-radius: 5px;
	border: 1px solid #0F0A16;
	display: block;
}
.category a:hover{
	background: #8FA4AC;
  color: #fff;
}
.category a.all{
	background: #8FA4AC;
}
.category a.all:hover{
	background: #e7e7ec;
}
.product{
	padding: 40px;
	border: 0.25px solid #000;
	background: #fff;
	margin-bottom: 35px;
}
.product_imgs{
	overflow: hidden;
	width: 100%;
  text-align:center;
}
.product_imgs img{
	width: 442px;
	
	margin-bottom: 20px;
	
}

.product_name{
	font-size: 26px;
}
.product_price{
	font-size: 28px;
}




/*----  detail_product.html  -----*/
#detail_product{
	width: 1000px;
	margin: 70px auto 0;
}
.detail_product_in{
	overflow: hidden;
}
.detail_product_imgs{
	float: left;
	width: 450px;
	margin-right: 50px;
}
.detail_product_desc{
	float: left;
	width: 450px;
}
.detail_product_name{
	font-size: 23px;
}
.detail_product_price{
	font-size: 18px;
	margin: 40px 0;
}
.detail_product_info{
	font-size: 14px;
	padding: 30px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.thumbnails{
	margin-top: 7px;
	overflow: hidden;
    margin-left: 0px;
}
.thumb-active img{
  border: none;
}
.thumbnail{
	float: left;
    margin-left: 7px;
    max-width: 84px;
    max-height: 84px;
    padding: 0;
    border: none;
}
.thumbnails .thumbnail:first-child{
	margin-left: 0px;
}
.purchase_number{
	margin: 35px 0;
	font-size: 18px;
	line-height: 40px;
	overflow: hidden;
}
.purchase_number span{
	float: left;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}
.product-init-num{
	padding: 0 0 0 10px;
	width: 75px;
	border: 1px solid #000;
	float: left;
    height: 40px;
}
.purchase_btn{
    display: block;
	border: 1px solid #000;
	border-radius: 10px;
	font-size: 27px;
	padding: 17px 0 15px;
	width: 100%;
	background: #fff;
}
.purchase_btn img{
	vertical-align: middle;
}
.item_description{
	padding: 120px 135px;
	width: 712px;
	margin: 0 auto;
	background: url(https://img21.shop-pro.jp/PA01391/644/etc/PDB_syousai_1.png?cmsp_timestamp=20180827160643) no-repeat;
	background-size: 100%;
	color: #fff;
}
.desc_title{
	font-size: 19px;
	text-align: center;
	margin-bottom: 10px;
}
.desc_txt{
	font-size: 18px;
}
.mt30{
	margin-top: 30px;
}
.mb30{
	margin-bottom: 30px;
}
.relative_items{
	overflow: hidden;
	margin-bottom: 50px;
}
.relative_item{
	float: left;
	width: 450px;
	margin-left: 100px;
}
.item_name{
	font-size: 27px;
	margin-bottom: 10px;
}
.relative_items .relative_item:first-child{
	margin-left: 0;
}
.purchase_txt{
	margin: 30px 0;
	font-size: 14px;
}

/*--------- input number arrow -----------*/
.purchase_number input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 40px;
  margin-left: 30px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;  
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  background: url(https://img21.shop-pro.jp/PA01391/644/etc/num_plus_arrow.png?cmsp_timestamp=20180827160713) no-repeat center;
}

.quantity-button.quantity-down {
  position: absolute;
  height: 50%;
  bottom: 0;
  background: url(https://img21.shop-pro.jp/PA01391/644/etc/num_minuse_arrow.png?cmsp_timestamp=20180827160731) no-repeat center;
}


@media screen and (max-width:767px){
.visible-sp{
	display:block;
}
.hidden-sp{
	display:none;
}
 
.pc{
	display: none;
}
.fixedcontainer{
	width: 100%;
}
h1{
	font-size: 100%;
}
.logo-div {
    padding: 10px 0 10px 10px;
}
.logo-div img{
	max-width: 150px;
	width: 40%;
	vertical-align: middle;
}
.link_item{
	text-align: center;
	font-size: 16px;
	background: #fff;
	padding: 10px 0 8px;
	border-top: 1px solid #595B61;
	border-bottom: 1px solid #595B61;
	cursor: pointer;
}
.link_item{
	position: relative;
}
p.link_item img{
	position: absolute;
	top: 15px;
	right: 20px;
	vertical-align: middle;
	display: none;
}
p.link_item.dropdown img{
	display: block;
}
.dropdown{
	color: #808080;
}
.main-title {
    padding: 20px 0 40px;
}
h2{
	font-size: 20px;
}
.feature-desc{
	font-size: 15px;
	margin-bottom: 30px;
	padding: 0 10px;
}
.feature-desc span{
	font-size: 17.5px;
}
.linediv1 {
    top: 32px;
    width: 150px;
    left: 0;
}
.linediv2 {
    top: 32px;
    width: 150px;
    right: 0;
}
.pagetop img{
	width: 40px;
	height: 40px;
}
.pagetop{
	right: 15px;
	bottom: 15px;
}
.products{
	text-align: center;
	padding: 0 10px;
}
.products img{
	display: block;
	margin: 0 auto 10px;
}
.img2 {
    width: 100%;
    height: auto;
}
.point {
    margin-top: 45px;
    overflow: hidden;
    padding: 0 10px;
}
.point div:first-child {
    float: none;
    margin-right: 0;
    width: 100%;
    text-align: center;
}
.point div:nth-child(2){
    float: none;
    width: 100%;
    text-align: center;
}
.point_txt{
	padding: 0;
	margin-top: 45px;
}
.point_txt p{
	text-align: left;
	font-size: 16px;
	width: 380px;
	margin: 0 auto;
}
.title{
	margin-top: 30px;
	margin-left: 20px;
}
.gallery-in{
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.slider div{
	margin: 0;
}
.slider2 div{
	margin: 0 10px 0 0;
}
.bx-wrapper .bx-controls-direction a {
    width: 20px !important;
    height: 70px !important;
    margin-top: -35px !important;
}
.bx-wrapper .bx-prev{
	left: -25px !important;
}
.bx-wrapper .bx-next{
	right: -25px !important;
	background-position: -17px !important;
}

.desc{
	font-size: 14px;
	padding: 0 10px;
}
.content{
	padding-bottom: 30px;
}
.footer-menu{
	padding-top: 100px;
	text-align: left;
	margin: 0 10%;
}
.sp-menu-scroll{
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	border-bottom: 1px solid #595B61;
}




#gallery{
	width: 100%;
}
.gallery-in2{
	text-align: center;
}
.gallery_title{
	font-size: 25px;
	padding: 3% 0 2% 20px;
}
.close{
	font-size: 35px;
}
.gallery-in2 div {
    width: 48%;
    height: 48vw;
    margin: 1%;
}
  .gallery-in2 img{
    margin-top:-15vw;
  }
.popup_txt p{
	font-size: 12px;
}

#gallery .modal-content{
	width: 80vw;
}




.products_title{
	font-size: 24px;
	padding-bottom: 20px;
}
#products{
	width: 100%;
	padding: 0 10px;
}
.categories {
    float: none;
    width: 595px;
    margin: 0 auto 10px;
}
.product{
	padding: 5%;
	margin-bottom: 20px;
}
.product_imgs img{
	width: 48%;
	margin-right: 4%;
}



#detail_product{
	width: 100%;
	margin-top: 40px;
}
#detail_product>div{
	width: 96%;
	margin: 0 auto;
}
#detail_product>.item_description{
	width: 100%;
}
.detail_product_imgs {
    float: none;
    width: 450px;
    margin: 0 auto 30px;
}
.detail_product_desc {
    float: none;
    width: 450px;
    margin: 0 auto;
}
.relative_item {
    float: none;
    width: 450px;
    margin: 0 auto 30px;
}
.relative_items .relative_item:first-child {
	margin-left: auto;
}

}
@media screen and (max-width:730px){
.item_description {
	padding: 100px 0;
    width: 100%;
    margin: 0 auto;
    background: url(https://img21.shop-pro.jp/PA01391/644/etc/PDB_syousai_1.png?cmsp_timestamp=20180827160752) no-repeat;
    background-size: 700px;
    background-position: center;
    color: #fff;
}
.desc_title{
	width: 435px;
	margin: 0 auto 10px;
}
.desc_txt{
	width: 435px;
	margin: 0 auto;
}
.mt30 {
    margin-top: 30px;
}
}
@media screen and (max-width:650px){

.linediv1 {
	    width: 15%;
	}
	.linediv2 {
	    width: 15%;
	}
  .mainImage{
    width: 100%;
  }
.categories {
    width: 380px;
}
.category {
    margin-left: 20px;
    width: 80px;
    font-size: 12px;
    padding: 6px 0 4px;
    border-radius: 3px;
}
}

@media screen and (max-width:500px){
.visible-500{
	display:block;
}
.hidden-500{
	display:none;
}
  
.img3{
	height: auto;
}
.linediv1 {
	    width: 10%;
	}
	.linediv2 {
	    width: 10%;
	}
.point_txt p{
	width: 100%;
}
.product_name {
    font-size: 18px;
}
.product_price {
    font-size: 18px;
}
.categories{
		width: 295px;
	}
	.category {
	    margin-left: 5px;
	    width: 70px;
	    font-size: 10px;
	    padding: 6px 0 4px;
	    border-radius: 3px;
	}
	#detail_product{
		margin-top: 30px;
	}
.detail_product_imgs{
	width: 100%;
}
.thumbnail{
	width: 19.2%;
	margin-left: 1%;
}
.detail_product_desc{
	width: 100%;	
}
.detail_product_name{
	font-size: 19px;
}
.detail_product_price {
    margin: 20px 0 30px;
}
.desc_title {
    width: 94%;
    font-size: 17px;
}
.desc_txt {
    width: 94%;
    margin: 0 auto;
    font-size: 16px;
}
.relative_item{
	width: 100%;
}
.item_name {
    font-size: 18px;
}
}


@media screen and (max-width:390px){
	.gallery-in{
		width: 260px;
	}
	.bx-viewport{
		width: 260px !important;
	}
	.slider div{
		width: 260px !important;
		height: 260px !important;
	}
  
	.slider img{
		width: 260px !important;
          margin-top: -50px !important;
	}
	.slider2 div{
		width: 125px !important;
		height: 125px !important;
	}
	.slider2 img{
		width: 125px !important;
          margin-top: -25px !important;
	}
	.bx-wrapper .bx-next {
	    right: -22px;
	}
	.bx-wrapper .bx-prev {
	    left: -22px;
	}
	.desc {
	    font-size: 13px;
	    padding: 0 10px;
	}
	.linediv1 {
	    width: 7%;
	}
	.linediv2 {
	    width: 7%;
	}
	.sp390{
		display: block;
	}
	
	.purchase_btn{
		font-size: 23px;
	}
}
