@charset "euc-jp";

#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

.row {
  max-width: 1366px;
}

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

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


.border-btm {
  border-bottom: 1px solid #dbdbdb;
}

.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 #999999;
  background-color: #999999;
  color: #fff;
  *background-color: #999999;
}

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

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

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.button5 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
}

.button5:hover {
  color: #fff;
}

.button5::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}

.button5:hover::after {
  top: 0;
  left: 0;
  background-color: #333;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

#pagetop {
  height: 47px;
  padding: 0;
  display: none;
  overflow: hidden;
}

#pagetop a {
  display: block;
  padding: 13px;
}

#pagetop img {
  width: 20px;
  height: auto;
}

#pagetop2 {
  height: 47px;
  padding: 0;
  display: none;
  overflow: hidden;
}

#pagetop2 a {
  display: block;
  padding: 13px;
}

#pagetop2 img {
  width: 20px;
  height: auto;
}

.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

.col.hd {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0%;
  padding-left: 0%;
  min-height: ０px;
  word-break: break-all;
}

ul,
ol.hd {
  margin: 0 0 10px 0px;
  padding: 0;
}

.scroll-prevent {
  overflow: hidden;
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

.header-headline-nav li a.hd2 {
  padding-left: 0px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
}

.font-mincho {
  font-family: "Sawarabi Mincho", sans-serif;
  font-weight: 400;
}

h2.ind {
  margin-top: 0 0 0;
  padding: 0 0 0 0;
}

.mg-top195 {margin-top: 195px;}
.mg-top196 {margin-top: 196px;}
.mg-top197 {margin-top: 197px;}
.mg-top198 {margin-top: 198px;}
.mg-top199 {margin-top: 199px;}
.mg-top200 {margin-top: 200px;}
.mg-top210 {margin-top: 210px;}

.mg-top80 {margin-top: 80px;}
.mg-top74 {margin-top: 74px;}
.mg-top72 {margin-top: 72px;}
.mg-top65 {margin-top: 65px;}
.mg-top60 {margin-top: 60px;}
.mg-top55 {margin-top: 55px;}
.mg-top50 {margin-top: 50px;}
.mg-top45 {margin-top: 45px;}
.mg-top40 {margin-top: 40px;}
.mg-top39 {margin-top: 39px;}
.mg-top38 {margin-top: 38px;}
.mg-top37 {margin-top: 37px;}
.mg-top36 {margin-top: 36px;}
.mg-top35 {margin-top: 35px;}
.mg-top34 {margin-top: 34px;}
.mg-top33 {margin-top: 33px;}
.mg-top32 {margin-top: 32px;}
.mg-top31 {margin-top: 31px;}
.mg-top30 {margin-top: 30px;}
.mg-top29 {margin-top: 29px;}
.mg-top28 {margin-top: 28px;}
.mg-top27 {margin-top: 27px;}
.mg-top26 {margin-top: 26px;}
.mg-top25 {margin-top: 25px;}
.mg-top24 {margin-top: 24px;}
.mg-top23 {margin-top: 23px;}
.mg-top22 {margin-top: 22px;}
.mg-top21 {margin-top: 215px;}
.mg-top20 {margin-top: 20px;}
.mg-top19 {margin-top: 19px;}
.mg-top18 {margin-top: 18px;}
.mg-top17 {margin-top: 17px;}
.mg-top16 {margin-top: 16px;}
.mg-top15 {margin-top: 15px;}
.mg-top14 {margin-top: 14px;}
.mg-top13 {margin-top: 13px;}
.mg-top12 {margin-top: 12px;}
.mg-top11 {margin-top: 11px;}
.mg-top10 {margin-top: 10px;}
.mg-top6 {margin-top: 6px;}

.mg-btm100 {margin-bottom: 100px;}
.mg-btm60 {margin-bottom: 60px;}
.mg-btm45 {margin-bottom: 45px;}
.mg-btm44 {margin-bottom: 44px;}
.mg-btm43 {margin-bottom: 43px;}
.mg-btm30 {margin-bottom: 30px;}
.mg-btm25 {margin-bottom: 25px;}
.mg-btm23 {margin-bottom: 23px;}
.mg-btm22 {margin-bottom: 22px;}
.mg-btm21 {margin-bottom: 21px;}
.mg-top13 {margin-bottom: 13px;}
.mg-btm10 {margin-bottom: 10px;}

.mg-r90 {margin-right:90px;}
.mg-left50 {margin-left: 50px;}
.mg-left100 {margin: 0  0 0 100px;}
.mg-left150 {margin: 0  0 0 150px;}
.mg-left170 {margin: 0  0 0 170px;}
.mg-left220 {margin: 0  0 0 220px;}
.mg-left235 {margin: 0  0 0 235px;}
.mg-left255 {margin: 0  0 0 255px;}
.mg-right84 {margin: 0  84px 0 0;}
.mg-right99 {margin: 0  99px 0 0;}
.mg-right100 {margin: 0  165px 0 0;}
.mg-right150 {margin: 0  150px 0 0;}
.mg-right160 {margin: 0  160px 0 0;}
.mg-right170 {margin: 0  170px 0 0;}

.pd-left30 {padding: 0 30px 0 0;}
.pd-left15 {padding: 0 15px 0 0;}
.pd-left10 {padding: 0 0 0 10px;}

.pd-top6 {padding-top: 6px;}
.pd-top12 {padding-top: 12px;}
.pd-top13 {padding-top: 13px;}
.pd-top14 {padding-top: 14px;}
.pd-top15 {padding-top: 15px;}
.pd-top23 {padding-top: 23px;}
.pd-top30 {padding-top: 30px;}
.pd-top35 {padding-top: 35px;}
.pd-top40 {padding-top: 40px;}
.pd-top44 {padding-top: 44px;}
.pd-top45 {padding-top: 45px;}
.pd-top50 {padding-top: 50px;}
.pd-top53{padding-top: 53px;}
.pd-top56{padding-top: 56px;}
.pd-top57{padding-top: 57px;}
.pd-top65{padding-top: 65px;}
.pd-top67{padding-top: 67px;}

.pd-btm2{padding-bottom: 2px;}
.pd-btm18 {padding-bottom: 8px;}
.pd-btm19 {padding-bottom: 19px;}
.pd-btm60 {padding-bottom: 60px;}
.pd-btm63 {padding-bottom: 63px;}
.pd-btm67 {padding-bottom: 67px;}
.pd-btm57 {padding-bottom: 55px;}
.pd-btm56 {padding-bottom: 55px;}
.pd-btm55 {padding-bottom: 55px;}
.pd-btm54 {padding-bottom: 54px;}
.pd-btm53 {padding-bottom: 53px;}
.pd-btm52 {padding-bottom: 52px;}
.pd-btm51 {padding-bottom: 51px;}
.pd-btm50 {padding-bottom: 50px;}
.pd-btm49 {padding-bottom: 49px;}
.pd-btm48 {padding-bottom: 48px;}
.pd-btm47 {padding-bottom: 47px;}
.pd-btm46 {padding-bottom: 46px;}
.pd-btm45 {padding-bottom: 45px;}
.pd-btm40 {padding-bottom: 40px;}
.pd-btm35 {padding-bottom: 35px;}
.pd-btm30 {padding-bottom: 30px;}
.pd-btm21 {padding-bottom: 21px;}
.pd-btm20 {padding-bottom: 20px;}
.pd-btm19 {padding-bottom: 19px;}
.pd-btm18 {padding-bottom: 18px;}
.pd-btm17 {padding-bottom: 17px;}
.pd-btm16 {padding-bottom: 16px;}
.pd-btm15 {padding-bottom: 15px;}
.pd-btm14 {padding-bottom: 14px;}
.pd-btm12 {padding-bottom: 12px;}
.pd-btm5 {padding-bottom: 5px;}

.tx-c {
  text-align: center;
  line-height: 1.5em;
}

.tx-r {
  text-align: right;
  line-height: 1.5em;
}

.tx-j {
  text-align: justify;
}

.tx-c-spnav {
  text-align: center;
  line-height: 3.1em;
  font-size: 15px;
}

.tx-j {
  text-align: justify;
  line-height: 1.5em;
}

.tx-c-ul {
  text-align: center;
  line-height: 1.5em;
  text-decoration: underline;
}

span.short {
  padding: 20px 0 10px 0;
}

p.short {
  padding: 0 0 20px 0;
}

p.short2 {
  padding: 8px 0 20px 0;
}

h3.kei {
  padding: 20px 0 20px 0;
  border-top: 1px solid #dbdbdb;
  margin: 50px 0 0 0;
  line-height: 1.8;
}

h3.kei2 {
  padding: 0 0 38px 0;
  border-bottom: 1px solid #666;
  margin: 10px 0 23px 0;
}

h3.kei3 {
  padding: 10px 0 38px 0;
  border-bottom: 1px solid #666;
  width: 100px;
  margin: 0px 0 23px 0;
}

h3.kei-sp {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dbdbdb;
  margin: 50px 0 20px 0;
  line-height: 1.8;
  text-align: center;
}

h3.kei-sp2 {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  margin: 0px 0 38px 0;
  line-height: 1.8;
  text-align: center;
}

.line_height1-5 {line-height: 1.5em;}
.line_height1-6 {line-height: 1.6em;}
.line_height1-7 {line-height: 1.7em;}
.line_height1-8 {line-height: 1.8em;}
.line_height2-9 {line-height: 2.9em;}
.line_height3-5 {line-height: 3.5em;}

.font_space0-05z {letter-spacing: 0.05em;line-height: 3.0em;}
.font_space0-05 {letter-spacing: 0.05em}
.font_space0-1 {letter-spacing: 0.1em}
.font_space0-2 {letter-spacing: 0.2em}
.font_space0-3 {letter-spacing: 0.3em}
.font_space0-4 {letter-spacing: 0.4em}
.font_space0-5 {letter-spacing: 0.5em}
.font_space0-6 {letter-spacing: 0.6em}

.under {
  text-decoration: underline;
}

.ft9 {font-size:9px;}
.ft10 {font-size:10px;}
.ft11 { font-size:11px;}
.ft12 { font-size:12px;}
.ft13 { font-size:13px;}
.ft14 { font-size:14px;}
.ft15 {font-size:15px;}
.ft16 {font-size:16px;}
.ft17 {font-size:17px;}
.ft18 {font-size:18px;}
.ft19 {font-size:19px;}
.ft20 {font-size:20px;}
.ft21 {font-size:21px;}
.ft22 {font-size:22px;}
.ft23 {font-size:23px;}
.ft24 {font-size:24px;}
.ft25 {font-size:25px;}
.ft26 {font-size:26px;}
.ft27 {font-size:27px;}
.ft28 {font-size:27px;}
.ft29{font-size:29px;}
.ft30{font-size:30px;}
.ft31{font-size:31px;}
.ft32{font-size:32px;}
.ft33{font-size:33px;}
.ft34 {font-size:34px;}


.lineh1-0 {
  line-height: 1.0;
}

.noto4 {
  font-family: 'Noto Sans JP', sans-serif;
  ;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.noto5 {
  font-family: 'Noto Sans JP', sans-serif;
  ;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.noto7 {
  font-family: 'Noto Sans JP', sans-serif;
  ;
  font-weight: 700;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.noto-selif9 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.noto-selif7 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.noto-selif6 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.noto-selif4 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.noto-selif2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.oswald3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.oswald4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.oswald5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.oswald7 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ExtraLight 200 Light 300 Regular 400 Medium 500 SemiBold 600 Bold 700 .zidx1 {
  z-index: 1;
  position: relative;
}

.zidx2 {
  z-index: 2;
  position: relative;
}

.zidx3 {
  z-index: 3;
  position: relative;
}

.zidx4 {
  z-index: 4;
  position: relative;
}

.zidx5 {
  z-index: 5;
  position: relative;
}


.robo {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 700;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.robo2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Chrome */
-webkit-font-smoothing: antialiased;

/* Firefox */
-moz-osx-font-smoothing: grayscale;


/* ========================================
      PCの場合
======================================== */

body {
  background-color: #fff;
  color: #4d4d4d;
}

a {
  color: #4d4d4d;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: #5e5e5e;
}

/* アイキャッチ */
.eyec-txt {
  line-height: 2;
  letter-spacing: 0.4em;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* アイコン */
.icon {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}

.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 19px;
  height: 19px;
  background-image: url(https://file003.shop-pro.jp/PA01425/089/images/cart.png);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(https://file003.shop-pro.jp/PA01425/089/images/shop-cart@2x.png);
}

.icon-lg-b.icon-user {
  background-position: -312px -0px;
}

.icon-fb {
  background-image: url(https://file003.shop-pro.jp/PA01425/089/images/fb.png);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.icon-fb2 {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  margin-left: 5px;
}

/* 16px black */
.icon-s_facebook {
  background-position: -160px -176px;
}

.icon-istg {
  background-image: url(https://file003.shop-pro.jp/PA01425/089/images/istg.png);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.icon-istg2 {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.icon-istg3 {
  width: 22px;
  background-repeat: no-repeat;
  margin-left: 0px;
}

.icon-mail {
  background-image: url(https://file003.shop-pro.jp/PA01425/089/images/mail.png);
  background-size: 23px 13px;
  width: 23px;
  height: 13px;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.icon-mail2 {
  width: 23px;
  height: 13px;
  background-repeat: no-repeat;
  margin-left: 0px;
}

.icon-mail3 {
  width: 23px;
  height: 13px;
  background-repeat: no-repeat;
  margin-left: 3px;
}

.sp-logo {
  background-image: url(https://file003.shop-pro.jp/PA01425/089/images/sp-logo@2x.png);
  background-size: 90px 39px;
  width: 90px;
  height: 39px;
  background-repeat: no-repeat;
}

/* アイコンの種類 */
.icon-cart:before {
  background-position: 0 0;
}

.icon-search:before {
  background-position: 0 -16px;
}

.icon-user:before {
  background-position: 0 -32px;
}

.icon-down:before {
  margin: 5px 5px 0 0;
  background-position: 0 -64px;
}

.icon-up:before {
  background-position: 0 -48px;
}

.icon-right:before {
  background-position: 0 -80px;
}

.icon-left:before {
  background-position: 0 -96px;
}

.icon-regist:before {
  background-position: 0 -112px;
}

.icon-login:before {
  background-position: 0 -144px;
}

.icon-logout:before {
  background-position: 0 -128px;
}

.text-block {
  line-height: 2;
}

.ttl-h2 {
  margin: 0 0 1em 0;
  color: #4d4d4d ;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.8;
  font-family: 'Noto Serif JP',
  serif;
  font-weight:400;
}

.ttl-h2::first-line {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 125%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ttl-h2p {
  margin: 0 0 0em 0;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.8;
  font-family: 'Noto Serif JP',
  serif;
  font-weight:400;
}

.ttl-h2p:first-of-type {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 125%;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ttl-h3 {
  margin-bottom: .7em;
  padding: 20px 0;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 95%;
}

#container {
  position: relative;
  z-index: 50;
  padding-top: 0px;
}

/* スライダー */
#sliderbutton {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: none;
}

.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}

.ls-0-05 {
  letter-spacing: 0.05em;
  vertical-align: middle;
}

/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
  padding-top: 0px;
  margin-bottom: ５０px;
  border-bottom: 1px solid #dbdbdb;
}

.header {
  position: relative;
  z-index: 102;
  padding-top: 0px;
  padding-left: 3.5%;
  padding-right: 3.5%;
  margin-bottom: ５０px;
  border-bottom: 1px solid #dbdbdb;
}

.header-headline-nav {
  font-size: 12px;
}

.header-headline-nav .icon:before {
  margin-right: 5px;
}

.header-headline-nav ul {
  margin: 17px 10px 0 0;
}

.header-headline-nav li {
  display: inline-block;
  margin: 0 0 0 0px;
  padding: 0;
  font-size: 14px;
  vertical-align: middle;
}

.header-headline-nav li.span {
  display: inline;
  margin: 0 0 0 0px;
  padding: 0;
  vertical-align: middle;
  font-size: 14px;
}

.header-headline-nav li a {
  padding-left: 0px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  margin-right: 6px;
  vertical-align: middle;
}

.btn-viewcart {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  z-index: 2;
}

.btn-viewcart .icon {
  padding: 20px 10px 0 20px;
  line-height: 1.3em;
}

.btn-viewcart .icon:before {
  margin-top: -3px;
}

.header-logo {
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}

.header-logo a {
  text-decoration: none;
}

.header-logo a:hover {
  text-decoration: underline;
}

.header-logo img {
  max-width: 100%;
  margin-top: -10px;
}

.header-logo-sp {
  text-align: center;
  padding-top: 16px;
  margin: 0 3.5%;
}

.header-logo-sp a {
  text-decoration: none;
}

.header-logo-sp a:hover {
  text-decoration: underline;
}

.header-logo-sp img {
  max-width: 100%;
  margin-right: 0px;
}


.header-global-nav {
  z-index: 100;
  text-align: center;
}

.header-global-nav ul {
  margin-left: 0px;
  margin-right: 0px;
  max-width: 1160px;
  text-align: center;
  margin: 20px auto;
  padding: 0 25px 0 22px;
}

.header-global-nav li {
  position: relative;
  display: inline;
  padding: 0 20px;
  vertical-align: top;
}

.header-global-nav li.right {
  padding: 0 0px;
  vertical-align: top;
}

.header-global-nav .right {
  position: relative;
  display: inline;
  float: right;
  z-index: 1;
}

.header-global-nav li.left {
  padding: 0 0px;
  vertical-align: top;
}

.header-global-nav .left {
  position: relative;
  display: inline;
  float: left;
  z-index: 1;
  margin-right: 82px;
}


.header-global-nav li.center {
  padding: 0 0px;
  vertical-align: top;
}


.header-global-nav .center {
  position: relative;
}


.header-global-nav a,
.header-global-nav span {
  padding-bottom: 5px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.header-global-nav a,
.header-global-nav span.hd2 {
  padding-bottom: 5px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
}


.header-global-nav ul ul {
  position: absolute;
  top: -1px;
  left: 5px;
  display: none;
  vertical-align: baseline;
  width: 200px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.header-global-nav ul ul li {
  display: block;
  margin: 0;
  padding: 0;
  word-break: break-all;
  *line-height: 1.3;
}

.header-global-nav ul ul a {
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  display: block;
  padding: 10px 10px;
  font-size: 14px;
}

.header-global-nav ul ul a:hover {
  background: #f9f9f9;
}


/* スマホ用ヘッダーメニュー（ハンバーガーメニュー） */
.header-nav-phone {
  z-index: 99;
  float: left;
  height: 60px;
}

.header-nav-lst-phone {
  top: 0px;
  left: 0;
  display: none;
  width: 100%;
  border: 0px solid #dbdbdb;
  -webkit-border-radius: 5px;
  background: #f2efe9;
  z-index: 150;
  position: fixed;
  height: 100%;
  overflow: hidden
}

.header-nav-lst-phone ul {
  margin: 0;
}

.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}

.header-nav-lst-phone li:last-child {
  border-bottom: none;
}

.header-nav-lst-phone a {
  display: block;
  padding: 16px 0;
}

.header-nav-lst-phone a:hover {
  text-decoration: none;
}

.header-nav-lst-phone .box-set a:hover img {
  background: #f2efe9;
  text-decoration: none;

}

/*SPメニューの先頭行のホバー時*/
.header-nav-lst-phone .header a:hover {
  background: transparent;
}

.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

/* ----- サイドメニュー ----- */
.side-section2 {
  margin-bottom: 40px;
  margin-top: 30px;
}

.side-section2 li {
  margin: 10px 0;
}

.side-section2 li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.side-section2 li a:hover {
  text-decoration: underline;
}

.side-section {
  margin-bottom: 40px;
  margin-top: 0px;
  position: relative;
}

.side-section li {
  margin: 0px 0;
}

.side-section li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.side-section li a:hover {
  text-decoration: underline;
}

.incart-delivery {
  clear: both;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 8px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #eeab53;
}

.incart-delivery ul {
  margin: 0;
}

.incart-delivery li {
  padding: 2px 0;
  margin: 0;
}

.incart-delivery li:first-child {
  border-top: none;
}

.search-select {
  margin-bottom: 10px;
}

.search-box {
  float: left;
  width: 65%;
}

.search-btn[type="submit"] {
  float: right;
  padding: 4px 0;
  width: 25%;
}

.search-btn2 {
  float: right;
  padding: 4px 0;
  width: 25%;
}

.side-category-name,
.side-group-name {
  display: block;
  margin-top: 10px;
}

/* パンくずリスト */
.topicpath-nav {
  margin-bottom: 0px;
  line-height: 0.9em;
  font-size: 84.615%;
}

.topicpath-nav li {
  display: inline;
  margin-right: .2em;
  color: #999;
}

.topicpath-nav li a {
  margin-left: .2em;
  color: #999;
  text-decoration: none;
}

.topicpath-nav li a:hover {
  text-decoration: underline;
}

/* 囲み */
.container-section {
  margin-bottom: 3em;
  word-break: break-all;
}

.eyecatch-block,
.info-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
  word-break: break-all;
}

.info-block {
  margin-bottom: 40px;
  line-height: 1.9;
}

.news {
  padding: 4px 0;
  font-size: 13px;
}

.news-date {
  padding-right: 10px;
  font-size: 13px;
  letter-spacing: 1.2px;
}

.main-section {
  width: calc(100% - 170px - 2%);
}

.side_section {}

.main-section2 {
  padding-left: 0%;
  margin-right: 5.5%;
}

/* 商品リスト */
.prd-lst-sort {
  margin: 50px 60px 10px 0;
  text-align: right;
  font-size: 12px;
  color: grey;
}

.prd-lst-sort2 {
  margin: 40px 60px 10px 0;
  text-align: right;
  font-size: 12px;
  color: #ccc;
}

.prd-lst-sort3 {
  color: #ccc;
}


.prd-lst-unit2 {
  margin-bottom: 0px;
  padding: 0 30px 0 0px;
  height: 400px;
}

.prd-lst-unit3 {
  margin-bottom: 0px;
  padding: 0 30px 0px 0px;
  height: 480px;
}

.prd-lst-img {
  background: #fff;
}

.prd-lst-img:hover {
  opacity: 0.8;
}

.prd-lst-span {
  display: block;
}

.prd-lst-name {
  margin: 7px 0 7px 0;
  padding: 0;
  font-size: 13px;
  text-align: center;
  line-height: 1.7em;
}

.prd-lst-name-sp {
  margin: 10px 0 6px 0;
  padding: 0;
  font-size: 11px;
  text-align: center;
}

.prd-lst-name div,
.prd-lst-name-sp div,
.ttl-h2p div {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.prd-lst-name-sp div {
  font-size: 14px;
  line-height: 1.214;
}

.prd-lst-name div:first-of-type,
.prd-lst-name-sp div:first-of-type {
  margin-top: 5px;
}

.prd-lst-name div:last-of-type,
.prd-lst-name-sp div:last-of-type {
  font-family: noto-serif, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.231;
  padding-top: 3px;
}

.ttl-h2p a:hover {
  text-decoration: none;
}

.prd-lst-exp {
  font-size: 13px;
}

.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}

.prd-lst-price {
  color: #a1a19f;
  font-size: 12px;
  text-align: center;
  padding-top: 0px;
  margin-bottom: 23px;
}

.prd-lst-discount {
  color: #b81717;
}

.prd-lst-soldout {
  color: #b81717;
  text-align: center;
  font-size: 13px;
}

.more-prd {
  clear: both;
}

/* 商品のページャー PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}

.prd-lst-pager ul {
  position: relative;
  left: 50%;
  float: left;
  padding-top: 15px;
}

.prd-lst-pager li {
  position: relative;
  left: -50%;
  float: left;
  margin-right: 4px;
  text-align: center;
  line-height: 26px;
}

.prd-lst-pager li a,
.prd-lst-pager li span {
  display: block;
  float: left;
  min-width: 26px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 .5em;
}

.prd-lst-pager li a {
  border: 1px solid #999999;
  background-color: #999999;
  color: #fff;
  text-decoration: none;
}

.prd-lst-pager li a:hover {
  border: 1px solid #999999;
  background-color: #999999;
}

.prd-lst-pager li span {
  border: 1px solid #c6c6c6;
  background-color: #fff;
  color: #c6c6c6;
}

/* 商品のページャー タブレット スマホ */
.prd-lst-pager-phone {
  text-align: center;
}

.prd-lst-pager-phone li {
  display: inline;
  margin: 0 10px;
}

.prd-lst-pos {
  margin-top: 20px;
}

.prd-lst-pos b {
  font-weight: bold;
  font-size: 18px;
}

/* フッター */
#pagetop {
  width: 49px;
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 200;
  -webkit-border-radius: 1px 0 0 1px;
  -moz-border-radius: 1px 0 0 1px;
  border-radius: 1px 0 0 1px;
}

#pagetop a {
  padding-right: 10px;
}

.notice-wrapper {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
  background: #f9f9f9;
}

.wookmark-wrapper {
  position: relative;
}

.wookmark-item {
  padding-bottom: 20px;
  width: 24.5%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}

/* フッター上 */
.above-footer {
  position: relative;
  left: 0;
  z-index: 1;
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.af-txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.4em;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.atelier-txt {
  max-width: 560px;
  margin: 0 auto;
}

/* フッター背景 */

.fixed-w260 {
  width: 260px;
}

.fixed-w337 {
  width: 337px;
}

.footer-wrapper {
  padding: 60px 3.5%;
  border-top: 0px solid #d8d8d2;
  border-bottom: 1px solid #d8d8d2;
  background: #f5f5f5;
}

.footer-lst {
  display: block;
  float: left;
  box-sizing: border-box;
  min-height: 1px;
  word-break: break-all;

}

.footer-lst li {
  margin: 17px 0;
}

.footer-lst a {
  color: #4d4d4d;
}

.footer-lst2 {
  display: block;
  float: left;
  box-sizing: border-box;
  min-height: 1px;
  word-break: break-all;
}

.footer-lst2 li {
  margin: 17px 0;
}

.footer-lst2 a {
  color: #4d4d4d;
}

/* ショップ紹介 */
.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #dbdbdb;
}

/* カレンダー */
div.side_section_cal {
  width: 100%;
}

.tbl_calendar {
  margin-bottom: 20px;

  width: 100%;
  font-size: 84.615%;
}

.tbl_calendar caption {
  text-align: left;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 1.5em;
}

.tbl_calendar th {
  padding: .75em 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.tbl_calendar td {
  padding: .8em 0;
  width: 14.2%;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 13px;
}

.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

/* copyright */
.copyright {
  clear: both;
  margin: 0;
  padding: 2em 0;
  color: #a1a19f;
  text-align: center;
  font-style: normal;
}

.copyright2 {
  max-width: 1160px;
  margin: 60px auto 0;
}

.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}

.powered a {
  color: #a1a19f;
  text-decoration: none;
  font-size: 11px;
}

.powered img {
  margin-bottom: 10px;
  margin-left: 4px;
  width: 200px;
  height: 18px;
}

/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: bold;
}

.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  line-height: 2;
}

.def-lst-dd img {
  max-width: 100%;
  width: inherit;
  height: auto;
}

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}

/* freepage */
.freepage {
  word-break: break-all;
}

.freepage img {
  max-width: 100%;
  width: inherit;
  height: auto;
}

/* ========================================
      PCかつRetinaの場合
======================================== */
@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:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
  }

  /* PCかつRetinaでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://file003.shop-pro.jp/PA01425/089/images/shop-cart@2x.png);
  }
}

@media (min-width: 1200px) {

  h3.kei2 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    margin: 10px 0 23px 0;
  }

  h3.kei3 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    width: 100px;
    margin: 10px 0 23px 0;
  }

  .container {
    max-width: 1170px;
  }

  ._col-lg-4 {
    width: 33.333333%;
  }

  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 47px 0px 0px;
    height: 450px;
  }
}

@media (min-width: 981px) {
  .side-fixed {
    width: 170px;
    padding: 0;
  }
}

@media (max-width: 1214px) {
  .btn-viewcart .icon {
    padding-right: 4px;
  }
}

@media (max-width: 1110px) {

  h3.kei2 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    margin: 10px 0 23px 0;
  }

  h3.kei3 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    width: 100px;
    margin: -10px 0 23px 0;
  }
}


@media (max-width: 1103px) {

  h3.kei2 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    margin: 10px 0 23px 0;
  }

  h3.kei3 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    width: 100px;
    margin: 10px 0 23px 0;
  }

  ._col-md-6 {
    width: 33%;
  }

  .prd-lst-unit2 {
    margin-bottom: 0px;
    padding: 0 30px 0 0px;
    height: 430px;
  }

}

@media (max-width: 1100px) {

  h3.kei2 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    margin: 10px 0 23px 0;
  }

  h3.kei3 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    width: 100px;
    margin: -10px 0 23px 0;
  }

}

@media (max-width: 1080px) {

  h3.kei2 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    margin: 10px 0 23px 0;
  }

  h3.kei3 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    width: 100px;
    margin: -10px 0 23px 0;
  }

  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 20px;
    vertical-align: top;
  }

  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 30px 0px 0px;
    height: 400px;
    text-align: center;
  }
}

@media (max-width: 1070px) {

  h3.kei2 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    margin: 10px 0 23px 0;
  }

  h3.kei3 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    width: 100px;
    margin: -10px 0 23px 0;
  }

  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 20px;
    vertical-align: top;
  }

  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 30px 0px 0px;
    height: 420px;
    text-align: center;
  }
}


@media (max-width: 1025px) {

  h3.kei2 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    margin: 10px 0 23px 0;
  }

  h3.kei3 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    width: 100px;
    margin: -10px 0 23px 0;
  }

  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 20px;
    vertical-align: top;
  }

  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 30px 0px 0px;
    height: 420px;
    text-align: center;
  }
}


/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) { 
  .header-nav-lst-phone a {
    -webkit-tap-highlight-color: rgba(0,0,0,0.05);
  }/*
  .header-nav-lst-phone a:hover {
    background-color: rgba(0,0,0,0.05);
  }*/
  #container {
    padding: 0 2.5%;
  }

  #header {
    padding: 0 3.5%;
  }

  .eyec-txt {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.4em;
    width: 100%;
  }

  #sliderbutton {
    left: 3%;
  }

  .container {
    width: 95%;
  }

  .sptd2 {
    padding: 0 95px 0 95px;
  }

  .sptd {
    padding: 40px 95px 0 95px;
  }


  .main-section2 {
    float: none;
    padding: 0;
    margin: 0 auto;
    max-width: 596px;
    width: 100%;
  }

  .container-section .product-image {
    padding: 0;
    margin: 0;
  }

  .product-image-thumb2 li {
    float: left;
    margin-top: 19%;
    cursor: pointer;
    list-style: none;
    padding-right: 1.1%;
    padding-left: 0px;
  }

  /* ヘッダー */

  ._col-md-6 {
    width: 32%;
  }

  ._col-lg-2 {
    width: 23.666667%;
    *: ;
  }

  ._col-lg-10 {
    width: 76.333333%;
    *: ;
  }

  ._col-md-12 {
    width: 100%;
  }

  #header {
    padding-top: 0;
  }

  .header-nav-phone {
    margin-right: 10px;
  }

  .nav-btn-phone {
    display: block;
    height: 60px;
  }

  .nav-btn-phone img {
    width: 20px;
    height: 12px;
    margin: 24px 0 0 0;
    float: left;
  }

  .nav-btn-phone2 img {
    width: 20px;
    height: 20px;
    margin: 20px 0 0 20px;
    float: left;
  }

  .search-box {
    width: 55%;
  }

  .search-btn[type="submit"] {
    width: 35%;
  }

  .header-global-nav {
    z-index: 100;
    text-align: center;
    margin-top: 20px;
  }

  .header-global-nav2 {
    z-index: 1;
    text-align: center;
    margin-top: 17px;
  }

  ul,
  ol {
    margin: 0 0 10px 25px;
    padding: 0;
  }

  ul ul,
  ul ol,
  ol ol,
  ol ul {
    margin-bottom: 0;
  }

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

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

  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    *display: inline;
    *zoom: 1;
  }

  .side-section ul li {
    margin: 0;
    padding: 10px 0;
  }

  .side-section ul li a {
    display: block;
    padding: 10px 0 0px 0;
  }

  .side-section ul li a:hover {
    text-decoration: none;
  }

  .side-category-name,
  .side-group-name {
    display: block;
    margin-top: 0px;
  }


  .side-section {
    max-width: 280px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-bottom: 0;
    padding: 10px 0;
  }

  .side-section li {
    margin: 0px 0;
  }

  .side-section li a {
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }

  .side-section li a:hover {
    text-decoration: underline;
  }


  .btn-viewcart {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  .btn-viewcart .icon {
    padding: 19px 0 0 20px;
    line-height: 1.4em;
  }

  .btn-viewcart .icon:before {
    margin-top: -3px;
  }

  .box_left1 {
    color: #FFF;
    margin-left: 0px;
    padding: 15px 40px;
    margin-top: 15px;
    float: left;
  }


  .box_left1 a {
    padding: 0px 0px;
  }

  .box_left2 {
    color: #FFF;
    margin-left: 0px;
    padding: 15px 40px;
    margin-top: 15px;
    float: left;
  }

  .box_left2 a {
    padding: 0px 0px;
  }

  .box_left3 {
    color: #FFF;
    margin-left: 0px;
    padding: 15px 40px;
    margin-top: 15px;
    float: left;
  }

  .box_left3 a {
    padding: 0px 0px;
  }

  .box_wrap {
    border: 0px solid #f00;
    width: 295px;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }

  .box2-set {}

  .box2_left1 {
    width: 20px;
    margin-left: 0px;
    margin-top: 0px;
    float: left;
  }

  .box2_left2 {
    width: 95px;
    margin-left: -3px;
    margin-top: 16px;
    margin-right: 4px;
    float: left;
  }

  .box2_left2 a {
    padding: 0px 0px;
  }

  .box2_left3 {
    margin-left: 0px;
    float: right;
    top: 16px;
    position: relative;
    background-color: #f2efe9;
  }

  .box2_left3 a {
    padding: 0px 0px;
  }

  .box2_wrap {
    width: 500px;
    border: 0px solid #f00;
    width: 133px;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }

  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 10px 0px 0px;
    height: 410px;
    text-align: center;
  }

  .clearfix:after {
    display: block;
    clear: both;
    content: "";
  }

  /* アイコン */
  .icon {
    display: inline-block;
    padding-left: 16px;
    line-height: 1.5;
  }

  .icon:before {
    display: block;
    float: left;
    margin-left: -16px;
    width: 21px;
    height: 19px;
    background-image: url(https://file003.shop-pro.jp/PA01425/089/images/cart.png);
    background-size: 19px 19px;
    background-repeat: no-repeat;
    content: "";
  }

  /* フッター */
  #pagetop2 {
    width: 54px;
    margin: 30px auto;
    display: block !important;
    position: static;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  #pagetop2 a {
    padding-right: 15px;
  }

  .notice-wrapper {
    margin-top: 100px;
    padding: 40px 0;
    border-top: 1px solid #e8e8e8;
    background: #f9f9f9;
  }

  .wookmark-wrapper {
    position: relative;
  }

  .wookmark-item {
    padding-bottom: 20px;
    width: 24.5%;
    *width: 20.5%;
    *padding-right: 2% !important;
    *padding-left: 2% !important;
  }

  /* フッター背景 */
  .footer-wrapper {
    padding: 44px 3.5% 60px;
    border-top: 0px solid #d8d8d2;
    border-bottom: 1px solid #d8d8d2;
    background: #f5f5f5;
  }

  .footer-lst {}

  .footer-lst li {
    margin: 17px 0;
  }

  .footer-lst a {
    color: #4d4d4d;
  }


  .footer-lst2 {}

  .footer-lst2 li {
    margin: 17px 0;
  }

  .footer-lst2 a {
    color: #4d4d4d;
  }

  /* ショップ紹介 */
  .manager-name {
    margin: 0 0 20px 0;
    font-size: 20px;
  }

  .manager-caption {
    padding: 0 40px 0 20px;
    border-right: 1px solid #dbdbdb;
  }

  /* カレンダー */
  .tbl_calendar {
    margin-bottom: 20px;
    width: 100%;
    font-size: 84.615%;
  }

  .tbl_calendar caption {
    text-align: left;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .tbl_calendar th {
    padding: .75em 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }

  .tbl_calendar td {
    padding: .8em 0;
    width: 14.2%;
    border-bottom: 1px solid #ddd;
    text-align: center;

  }

  .cal_memo {
    margin-top: 1em;
    font-size: 84.615%;
  }

  /* copyright */
  .copyright {
    clear: both;
    margin: 0;
    padding: 2em 0;
    color: #a1a19f;
    text-align: center;
    font-style: normal;
  }

  .powered {
    display: block;
    padding: 10px 0;
    line-height: 18px;
  }

  .powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }

  .powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

  /* list */
  .def-lst-dt {
    padding-top: 1em;
    font-weight: bold;
  }

  .def-lst-dd {
    margin: 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
    line-height: 2;
  }

  .def-lst-dd img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

  /* policy */
  #policy p {
    margin: 1em 0;
    color: #666;
    line-height: 1.8;
  }

  /* freepage */
  .freepage {
    word-break: break-all;
  }

  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }


  /* ========================================
        タブレットかつRetinaの場合
  ======================================== */
  @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:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }

    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://file003.shop-pro.jp/PA01425/089/images/shop-cart@2x.png);
    }
  }
}


/* ========================================
      タブレットからスマホの場合
======================================== */
@media only screen and (max-width: 980px) {

  h3.kei2 {
    padding: 0px 0 38px 0;
    border-bottom: none;
    width: 280px;
    margin: 16px 0 0 0;
  }

  h3.kei3 {
    padding: 0px 0 12px 0;
    border-bottom: 1px solid #666;
    width: 100px;
    margin: 10px 0 23px 0;
  }


  ._col-md-6 {
    width: 33.3%;
  }

  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 30px 0px 0px;
    height: 462px;
    text-align: center;
  }

  .product-image-thumb2 li {
    float: left;
    margin-top: 19%;
    cursor: pointer;
    list-style: none;
    padding-right: 1.1%;
    padding-left: 0px;
  }

  /* ニュース */
  .info-block2 {
    line-height: 1.9;
    border: none;
    background: #fafafa;
    padding-left: calc(2.5% + 1%);
    padding-right: calc(2.5% + 1%);
    margin-left: calc(-1 * (2.5% + 1%));
    margin-right: calc(-1 * (2.5% + 1%));
    margin-top: 30px;
  }

}

@media only screen and (max-width: 900px) {
  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 30px 0px 0px;
    height: 415px;
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 30px 0px 0px;
    height: 391px;
    text-align: center;
  }
}

@media (max-width: 797px) {

  h3.kei2 {
    padding: 0px 0 38px 0;
    width: 100px;
    margin: 16px 0 0 0;
  }

  h3.kei3 {
    padding: 0px 0 38px 0;
    border-bottom: 1px solid #666;
    width: 100px;
    margin: 10px 0 23px 0;
  }

}


/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
  
  .af-txt {
    font-size: 14px;
  }
  
  #header {
    padding: 0 3.5%;
  }

  .atelier-txt {
    padding: 0 3.5%;
  }

  .clndr {
    max-width: 337px;
  }

  .prd-lst-unit5 {
    margin-bottom: 0px;
    padding: 0 25px 0px 0px;
    height: 450px;
    text-align: center;
  }

  ._col-md-12 {
    width: 100%;
  }

  .product-image-thumb2 li {
    float: left;
    margin-top: 19%;
    cursor: pointer;
    list-style: none;
    padding-right: 1.1%;
    padding-left: 0px;
  }

  ._col {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 9px;
    padding-left: 19px;
    min-height: 0px;
    word-break: break-all;
    * padding-right: 1% !important;
    * padding-left: 1% !important;
  }

  .container {
    width: auto;
    padding: 0px 0px 0px 0px;
  }

  .container1 {
    width: auto;
    padding: 0px 3px 0 13px;
  }

  .container2 {
    width: auto;
    padding: 0px 3px 0 13px;
  }

  .container３ {
    width: auto;
    padding: 0px 19px 0 19px;
  }

  .container5 {
    width: auto;
    padding: 0px 19px 0 19px;
  }

  .container6 {
    width: auto;
    padding: 0px 19px 0 19px;
  }

  .container8 {
    width: auto;
    padding: 0px 15px 0 15px;
  }

  .icon {
    padding-left: 19px;
    line-height: 2;
  }

  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }

  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://file003.shop-pro.jp/PA01425/089/images/shop-cart@2x.png);
  }

  .icon-cart:before {
    background-position: 0;
  }

  .icon-search:before {
    background-position: 0 -24px;
  }

  .icon-user:before {
    background-position: 0 -48px;
  }

  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px;
    margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }

  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }

  .icon-right:before {
    background-position: 0 -120px;
  }

  .icon-left:before {
    background-position: 0 -144px;
  }

  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    padding-bottom: 20px;
    padding-left: 19px;
    padding-right: 9px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
  
  .info-block {
    margin-bottom: 40px;    
  }

  .info-block2 {
    padding-left: 3.5%;
    padding-right: 3.5%;
    margin-left: calc(-1 * (2.5%));
    margin-right: calc(-1 * (2.5%));
  }

  .ttl-h3 {
    position: relative;
    margin: 0 0 20px 0;
  }

  .header-logo {
    padding-top: 10px;
  }

  .header-logo {
    width: 60%;
  }

  /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }

  #sliderbutton {
    left: 20px;
  }

  .slider-btn {
    padding: 4px 10px;
    font-size: 13px;
  }

  /* スマホ用メニュー */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .menu-btn-phone .icon {
    padding-left: 0;
  }

  .menu-btn-phone.icon-down:before {
    float: right;
    margin-left: 0;
  }

  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }

  /* メイン */
  .main-section {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
  }

  p.short3 {
    padding: 18px 0 0px 0;
  }

  .pd-top15 {
    padding-top: 15px;
  }

  /* 一覧 */
  .prd-lst-sort2 {
    margin: 0px 10px 16px 0;
    text-align: right;
    font-size: 12px;
    color: #ccc;
  }


  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 10px 0px 0px;
    height: 410px;
    text-align: center;
  }

  /* サイドメニュー */
  .side-search {
    width: 185px;
  }

  .search-box {
    width: 70%;
  }

  .search-btn[type="submit"] {
    width: 20%;
  }

  /* 商品 */
  .prd-lst-sort {
    text-align: right;
    font-size: 12px;
    color: grey;
    margin: 0px 5px 10px 0;
  }

  .prd-lst-name {
    margin: 7px 0 7px 0;
    padding: 0;
    font-size: 11px;
    text-align: center;
    line-height: 1.7em;
    letter-spacing: 0.001em;
  }

  .product-spec-block {
    margin-bottom: 0em;
    padding: 0 35px 0 35px;
  }

  .sptd2 {
    padding: 0 95px 0 95px;
  }

  .sptd {
    padding: 40px 95px 0 95px;
  }

  /* カレンダー */
  .tbl_calendar {
    margin-bottom: 58px;
    width: 100%;
    font-size: 11px;
  }

  .tbl_calendar caption {
    text-align: left;
    padding-bottom: 10px;
  }

  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }

  .tbl_calendar td {
    padding: .9em 0;
    width: 14.2%;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }

  .cal_memo {
    margin-top: 1em;
    font-size: 84.615%;
  }

  ul.unstyled2,
  ol.unstyled2 {
    margin-top: 30px;
    margin-left: 0;
    list-style: none;
    width: 100%;
  }


  /* フッター */
  #pagetop2 {
    width: 54px;
    margin: 30px auto;
    display: block !important;
    position: static;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  #pagetop2 a {
    padding-right: 15px;
  }

  .footer-wrapper {
    margin-top: 20px;
    padding: 44px 3.5% 60px;
  }

  .manager-name {
    text-align: center;
  }

  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }

  .footer-lst {
    margin: 0 0px;
    padding: 0;
    width: auto;
    background: f5f5f3;
  }

  .footer-lst li {
    margin: 0;
    padding: 0;
    border-bottom: 0px solid #444444;
  }

  .footer-lst li:nth-child(odd) {
    border-right: 0px solid #444444;
  }

  .footer-lst a {
    display: block;
    padding: 15px 0px;
    color: #4d4d4d;
    text-decoration: none;
    font-size: 14px;
  }

  .copyright {
    font-size: 10px;
  }

  .copyright2 {
    margin: 45px auto 0;
  }
}



/* ========================================
        スマホかつRetinaの場合
  ======================================== */
@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:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
  }

  /* スマホかつRetinaでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://file003.shop-pro.jp/PA01425/089/images/shop-cart@2x.png);
  }
}
}

/* IE用 */
.ie_wrapper .container {
  width: 1170px;
}

#headerbg {
  background-image: url(画像ファイルのurl);
  width: 100%;
  min-width: 1000px;
}

@media (max-width: 768px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-tablet {
    display: none !important;
  }

  .hidden-tablet {
    display: inherit !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  ._col-sm-12 {
    width: 100%;
  }

  .__col-sm-12 {
    width: 100%;
    margin: -30px 0;
  }

  ._col-sm-11 {
    width: 91.6666667%;
  }

  ._col-sm-10 {
    width: 83.3333333%;
  }

  ._col-sm-9 {
    width: 75%;
  }

  ._col-sm-8 {
    width: 66.6666667%;
  }

  ._col-sm-7 {
    width: 58.3333333%;
  }

  ._col-sm-5 {
    width: 41.6666667%;
  }

  ._col-sm-4 {
    width: 33.3333333%;
  }

  ._col-sm-3 {
    width: 25%;
  }

  ._col-sm-2 {
    width: 16.6666667%;
  }

  ._col-sm-1 {
    width: 8.33333333%;
  }

  [class*="_col-sm-"] {
    padding-right: 0%;
    padding-left: 0%;
    float: left;
    min-height: 1px;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

}

@media (max-width: 768px) {
  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 10px 0px 0px;
    height: 410px;
    text-align: center;
  }
}

@media (max-width: 660px) {
  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 10px 0px 0px;
    height: 390px;
    text-align: center;
  }
}

@media (max-width: 630px) {
  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 10px 0px 0px;
    height: 357px;
    text-align: center;
  }
}

@media (max-width: 580px) {
  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 10px 0px 0px;
    height: 331px;
    text-align: center;
  }
}

@media (max-width: 550px) {

  ._col-lg-4 {
    width: 50%;
    * width: 30.4%;
  }

  ._col-md-6 {
    width: 50%;
  }

  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 10px 0px 0px;
    height: 440px;
    text-align: center;
  }

  .product-image-thumb2 li {
    float: left;
    margin-top: 19%;
    cursor: pointer;
    list-style: none;
    padding-right: 1.1%;
    padding-left: 0px;
  }
}

@media (max-width: 450px) {

  ._col-md-6 {
    width: 50%;
  }

  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 10px 0px 0px;
    height: 375px;
    text-align: center;
  }
}

@media (max-width: 430px) {

  ._col-md-6 {
    width: 50%;
  }

  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 10px 0px 0px;
    height: 375px;
    text-align: center;
  }
}

@media (max-width: 415px) {
  ._col-md-6 {
    width: 50%;
  }

  ._col-md-12 {
    width: 100%;
  }

  .product-image-thumb2 li {
    float: left;
    margin-top: 19%;
    cursor: pointer;
    list-style: none;
    padding-right: 1.1%;
  }

  .prd-lst-unit {
    margin-bottom: 0px;
    padding: 0 10px 0 0px;
    height: 410px;
  }

  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 10px 0px 0px;
    height: 350px;
  }

  .container4 {
    width: auto;
    padding: 0px 15px 0 15px;
  }

  .sptd {
    padding: 20px 35px 0 35px;
  }
}

@media (max-width: 375px) {  
  .box2_left3 {
    width: auto;
  }
  
  .header {
    padding-left: calc(3.5% + 10px);
    padding-right: calc(3.5% + 10px);
  }
  
  #header {
    padding: 0 calc(3.5% + 10px); 
  }
  
  .footer-wrapper {
     padding-left: calc(2.5% + 10px); 
     padding-right: calc(2.5% + 10px); 
  }
  
  .clndr {
    width: 100%;
    max-width: initial;
  }
  
  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    padding-bottom: 20px;
    padding-left: 19px;
    padding-right: 19px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }

  .info-block {
    margin-bottom: 40px;    
  }  

  ._col-sm-6 {
    width: 50%;
  }
  
  .prd-lst-unit {
    margin-bottom: 0px;
    padding: 0 10px 0 0px;
    height: 380px;
  }
  
  .prd-lst-unit3 {
    margin-bottom: 0px;
    padding: 0 10px 0px 0px;
    height: 330px;
  }
  
  .product-image-thumb2 li {
    float: left;
    margin-top: 19%;
    cursor: pointer;
    list-style: none;
    padding-right: 1%;
  }
  
  .sptd {
    padding: 15px 35px 0 35px;
  }

  .container8 {
    width: auto;
    padding: 0px 15px 0 15px;
  }

}