@charset "euc-jp";
html,body{
    width: 100%;
}
body {
  background-color: <{$page_bgcolor}x>;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

.fc-gray,
.fc-gray a {
  color: #808080;
}
  
/* ************************************************ 
 * ------------------------------------------------
 *  共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, th, td {
  margin: 0px;
  padding: 0px;
}
table {
  border-collapse: collapse;
}
  border-spacing: 0px;
fieldset, img {
  border: 0px;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-size:1.4rem;
  font-weight: normal;
}
abbr, acronym {
  border: 0px;
}
body * {
  line-height: 160%;
  word-break: break-all;
  box-sizing:border-box;
}
/* line-height:1.22em;について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

/* --- Reset End --- */
html {
  font-size: 62.5%;
}
body {
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","noto serif japanese""Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
h2 {
  font-family: "Noto Self Japanese", serif;
  font-size: 24px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3px;
}
a, a img {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  opacity: .7;
  filter: alpha(opacity=30);
}
a:hover img {
  opacity: .7;
  filter: alpha(opacity=30);
}
img {
  vertical-align: bottom;
}
.bold {
  font-weight: bold;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.wChange {
  width:1000px;
}
.minW {
  min-width:1000px;
}
.pc-none {
  display: none !important;
}
.sp-none {
  display: block !important;
}

#header #header-inner,
#header #main-nav ul,
#footer #footer-inner {
  margin:0 auto;
}

/* btn-link */
.btn-link {
  display:block;
  text-align:center;
  /*background:#bf1c1c;*/
  border-radius:5px;
  color:#fff;
  font-size:16px;
  font-size:1.6rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-link span {
  display:inline-block;
  padding:12px 0 11px 22px;
  background:url(https://img21.shop-pro.jp/PA01347/976/etc/icon-bnr-arrow.png?cmsp_timestamp=20180327122937) left center no-repeat;
}

/* ************************************************ 
 *  ヘッダーメニュー
 * ************************************************ */
#header {
  position:relative;
  background-color: #000000;
}
#header h1 {
  position:absolute;
  top:0;
  right:0;
  left:0;
  margin:auto;
  width:140px;
  height:150px;
}
#header h1 img {
      z-index: 999;
    position: relative;
  width:100%;
  height:auto;
}
#header #header-inner {
  height:74px;
  vertical-align:middle;
}
#header #header-inner .logo {
  float:left;
  margin:7px 0;
}
#header #header-inner ul {
  float:right;
  margin:20px 0;
}
#header #header-inner ul li {
  display:inline-block;
}

/*
#header #header-inner ul li.btn-login a {
  margin-right:20px;
  padding:6px 0 6px 20px;
  background:url(https://img21.shop-pro.jp/PA01449/519/etc/icon-login.png?cmsp_timestamp=20200609161353) left 3px no-repeat;
  background-size:15px auto;
}*/


#header #header-inner ul li.btn-login a {
  display:inline-block;
  padding:6px 18px 6px 28px;
  color:#fff;
  background:url(https://img21.shop-pro.jp/PA01449/519/etc/icon-login.png?cmsp_timestamp=20200609161353) left 3px no-repeat;
  background-size:25px auto;
  border-radius:5px;
}


#header #header-inner ul li.btn-cart a {
  display:inline-block;
  padding:6px 18px 6px 48px;
  color:#fff;
  background: #000 url(https://img21.shop-pro.jp/PA01449/519/etc/icon-cart.png?cmsp_timestamp=20200609154739) 20px center no-repeat;
  background-size:25px auto;
  border-radius:5px;
}
#header #header-inner ul li.btn-cart a span {
  display:inline !important;
}
#header #main-nav {
  clear:both;
  background:#FAF0DD;
}
#header #main-nav > ul > li {
  width:215px;
  border-right:1px solid #fff;
}
#header #main-nav > ul > li:first-child {
  border-left:1px solid #fff;
}
#header #main-nav > ul > li:nth-child(1),
#header #main-nav > ul > li:nth-child(2) {
  float:left;
}
#header #main-nav > ul > li:nth-child(3),
#header #main-nav > ul > li:nth-child(4) {
  float:right;
}
#header #main-nav ul li a,#header #main-nav ul li span {
  display:block;
  padding:18px 0;
  /* color:#fff; */
  font-size:15px;
  font-size:1.5rem;
  font-weight: 800;
}
#header #main-nav > ul > li ul {
  display:none;
}
#header #main-nav > ul > li ul li {
  font-size:14px;
  font-size:1.4rem;
}
.hover-click{
  position: relative;
}
.hover-click > ul{
  display: none;
  z-index: 9999;
  position: absolute;
  width: 100%;
  text-align: center;
  background:#333;
}

/* ************************************************ 
 *  メイン
 * ************************************************ */
 #container {
  padding-top:30px;
  padding-bottom:0px;
  /*background:url(https://img21.shop-pro.jp/PA01347/976/etc/bg.png?cmsp_timestamp=20180327123011) top left repeat;*/
}
.main-wrap {
  margin:30px auto;
}
#main {
  float:right;
  width:780px;
  padding:30px 30px 0;
  background:#fff;
}
#main .section {
  margin-bottom:60px;
}

/* ************************************************ 
 *  サイドナビゲーション
 * ************************************************ */
#side-nav {
  float:left;
  width:190px;
  margin-top:30px;
}
#side-nav > div {
  margin-bottom:30px;
}
#side-nav .search-form {
    position:relative;
    background-color: #fff;
    width:190px;
    height: 32px;
    margin-top:20px;
    border-radius:16px;
    border: 1px solid #ccc;
}
#side-nav .search-form input{
    vertical-align: top;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border: solid;
    border-color: #F0F0F0;
    padding-left: 10px;
   padding-right:30px;
   border-radius:20px;
   border-width: 1px;
}
#side-nav .search-form button {
   position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
     background:none;
    border:none;
     cursor:pointer;
}
#side-nav > div .ttl-p {
  margin:0;
  padding:6px 10px;
  text-align:left;
  color:#fff;
  font-size:15px;
  font-size:1.5rem;
  background:#000;
}
#side-nav > div > ul li {
  text-align:left;
  border-bottom:1px solid #F0F0F0;
}
#side-nav > div > ul li a {
  position:relative;
  display:block;
  padding:20px 0 10px 0;
  color:#000;
}
#side-nav > div > ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #262626;
  border-right: solid 2px #262626;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right:5px;
  margin-top: -4px;
}
#side-nav .orner {
  text-align:left;
  color:#fff;
}
#side-nav .orner p {
  margin:0;
}
#side-nav .orner .name-orner {
  margin-bottom:2px;
  font-size:15px;
  font-size:1.5rem;
}
#side-nav .orner img {
  width:100%;
  height:auto;
  margin:0px 0 10px;
}

/* ************************************************ 
 *  フッター
 * ************************************************ */
#footer {
  background:#000;
}
#footer #footer-inner {
  padding:30px 0 0px;
}
#footer #footer-inner h2 {
  display:inline-block;
  padding-left:35px;
  font-family:游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size:20px;
  font-size:2.0rem;
  font-weight:600;
  color:#fff;
  background:url(https://img21.shop-pro.jp/PA01347/976/etc/icon-gyoza.png?cmsp_timestamp=20180327123026) left center no-repeat;
  background-size:25px auto;
}
#footer #footer-inner ul {
  padding: 15px 0 25px;
}
#footer #footer-inner ul li {
  display:inline-block;
  border-right:1px solid #fff;
  line-height:110%;
}
#footer #footer-inner ul li:last-child {
  border:none;
}
#footer #footer-inner ul li a {
  padding:0 15px;
  color:#fff;
  line-height:110%;
}
#footer .copy {
  margin:0;
  padding:15px 0;
  font-size:12px;
  font-size:1.2rem;
  color:#fff;
  border-top:1px solid #000;
}
@media screen and (max-width:767px) {
.wChange {
  width:100%;
}
.minW {
  min-width:inherit;
}
.pc-none {
  display: block !important;
}
.sp-none {
  display: none !important;
}

/* ************************************************ 
 *  ヘッダーメニュー
 * ************************************************ */
#header h1 {
  width:64px;
  height:auto;
/* box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa; */
}
#header #header-inner {
  height:60px;
}
#header #header-inner .logo {
  margin:12px;
}
#header #header-inner .logo a img {
  width:125px;
}
#header #header-inner ul {
  width:30%;
  height:60px;
  min-width:108px;
  margin:0;
  
}
#header #header-inner ul li {
  float: right;
  width:50%;
}
#header #header-inner ul li a {
  display:block;
  width:100%;
  height:60px;
  font-size:8px;
  line-height:120%;
}
#header #header-inner ul li.btn-login a {
  margin:0;
  padding:30px 0 0;
  background:url(https://img21.shop-pro.jp/PA01449/519/etc/icon-login.png?cmsp_timestamp=20200609161353) center 5px no-repeat;
  background-size:20px auto;
}
#header #header-inner ul li.btn-cart a {
  padding:38px 0 0;
  background: #bf1c1c url(https://img21.shop-pro.jp/PA01449/519/etc/icon-cart.png?cmsp_timestamp=20200609154739) center 10px no-repeat;
  background-size:25px auto;
  border-radius:0;
}
#header #header-inner ul li.btn-cart a span {
  display:none !important;
}
#header #main-nav > ul {
  display:table;
}
#header #main-nav > ul > li {
  display:table-cell;
  vertical-align:middle;
}
#header #main-nav ul li:nth-child(1),
#header #main-nav ul li:nth-child(2),
#header #main-nav ul li:nth-child(3),
#header #main-nav ul li:nth-child(4) {
  float:none;
}
#header #main-nav ul li a,#header #main-nav ul li span {
  padding:11px 0;
  font-size:12px;
  font-size:1.2rem;
}

/* ************************************************ 
 *  メイン
 * ************************************************ */
#container {
  padding-top:0;
  padding-bottom:0px;
}
.main-wrap {
  padding:0 10px;
}
#main {
  float:none;
  width:100%;
  padding:20px 10px 0;
}
#main .section {
  margin-bottom:40px;
}
/* ************************************************ 
 *  フッター
 * ************************************************ */
#footer {
  background:#000;
}
#footer #footer-inner {
  position:relative;
  padding:20px 20px 10px;
}
#footer #footer-inner h2 {
  display:block;
  padding-left:45px;
  text-align:left;
  background:url(https://img21.shop-pro.jp/PA01347/976/etc/icon-gyoza.png?cmsp_timestamp=20180327123057) left center no-repeat;
  background-size:40.5px 30.5px;
   font-size:19px;
  font-size:1.9rem;
}
#footer #footer-inner ul {
  padding: 5px 0 0;
  text-align:left;
}
#footer #footer-inner ul li {
  display:block;
  padding:0;
  border-right:none;
  line-height:110%;
}
#footer #footer-inner ul li:last-child {
  border:none;
}
#footer #footer-inner ul li a {
  display:inline-block;
  padding:8px 0;;
  font-size:13px;
  font-size:1.3rem;
}
#footer #footer-inner .link-shop {
  position:absolute;
  bottom:40px;
  right:20px;
  margin:auto;
  width:125px;
}
#footer #footer-inner .link-shop img {
  width:100%;
}
#footer .copy {
  clear:both;
  margin:0;
  padding:15px 0;
  font-size:12px;
  font-size:1.2rem;
  color:#fff;
  border-top:1px solid #000;
}
}

/*
 * icons
 */
.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-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 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 -144px; }
.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-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); }

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




/* ぱんくず　*/
ul.inline > li, ol.inline > li　{
  padding-right: 0;
  padding-left: 0;
}