@charset "euc-jp";
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);
#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

#header form {
  margin:0;
}
.row {
  max-width: 1170px;
}
.hidden-tablet2{  /* 20150815*/
display: inherit !important;}
.instagram-bnr {
  display:none;
}
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;
}
.small{
	font-size:60%;
}
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;
}

.txt-cmn--note1 {
  color: #f00;
}
.txt-cmn--note2 {
  color: #00f;
}

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

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

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

.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: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop a {
  display: block;
  padding: 15px;
}
#pagetop img {
  width: 24px;
  height: auto;
}

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

body {
  background-color: #fff;
  color: #4d4d4d;
}
#wrapper {
  min-width: 320px;
}

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

a:hover {
  color: #5e5e5e;
}

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

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

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.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; }
.icon-favorite:before { background-position: 0 -176px; }

.text-block {
  line-height: 2;
}
h1 {
  margin: 0 0 1em 0;
  font-size: 216%;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}
.ttl-h2 {
  margin: 0 0 1em 0;
  color: #4d4d4d;
  font-size: 153%;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .2em;
  text-align: center;
}
.ttl-h2__sub {
  font-size: 110%;
}
.ttl-h3 {
  margin: 1.5em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid #dbdbdb;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 124%;
}

#container {
  position: relative;
  padding-top: 207px;
}

/* スライダー */

#sliderbutton {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: none;
}
.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}

/* ヘッダー */
#header-wrapper{
	top:0px;
 	width:100%;
	position: fixed;
	z-index: 999;
  	background-color:rgba(255,255,255,0.5);
	display: flex;
	justify-content: space-between;
}
#header-wrapper.transform{
background-color: rgba(255,255,255,1);
}
#header {
  position: relative;
  z-index: 102;
  padding-top: 15px;
}

.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 7px 20px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
  .header-headline-nav li a {
    padding-left: 20px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
  }

.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
  .btn-viewcart .icon {
    padding-left: 20px;
  }
  .btn-viewcart .icon:before {
    margin-top: 1px;
  }

.header-logo {
  float: left;
  max-width: 24%;
  margin:-31px 0 5px;
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
    display: block;
    max-width: 90%;
  }

.header-global-nav {
  z-index: 100;
  float: right;
  max-width: 74%;
}
  .header-global-nav ul {
    margin-top: 25px;
    margin-left: 0;
    padding-left: 0;
    text-align: right;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 13px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 22px;
    cursor: pointer;
    white-space: nowrap;
  }
  .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;
  }

/* w980px以下用 ヘッダーメニュー */
.header-nav-phone {  /* ボタン */
  z-index: 99;
  float: right;
  height: 60px;
}

/* w980px以下用 ドロップダウンメニュー */
.header-nav-lst-phone {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -50%;
  width: 100%;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.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: 20px 0;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}
/* // w980px以下用 ドロップダウンメニュー */

/* w768px以下用 検索ボックス */
.mod-search-box-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 800;
  text-align: center;
  background-color: rgba(255,255,255,.8);
}
.mod-search-box {
  margin: 90px auto 0 auto;
  max-width: 400px;
  width: 80%;
}

/* w980px以下用 ドロワーメニュー */
#navBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  z-index: 900;
}
#navPhoneMenu {
  display: block;
  border-right: 2px solid #dbdbdb;
  position: fixed;
  top: 0;
  left: -76%;
  width: 75%;
  max-width: 20em;
  height: 100%;
  background-color: #fff;
  color: #333;
  z-index: 901;
  overflow: scroll;
}
.is-slidein,
.is-slideout {
  animation-duration: 0.3s;
	animation-fill-mode: forwards;
}
.is-slidein {
  animation-name: slideout;
}
.is-slideout {
  animation-name: slidein;
}
@keyframes slidein {
  0% {
    left: -76%;
  }
  100% {
    left: 0;
  }
}
@keyframes slideout {
  0% {
    left: 0;
  }
  100% {
    left: -76%;
  }
}
#navPhoneMenu li {
  list-style-type: none;
}
.nav-phone-header {
  display: block;
  text-align: center;
  white-space: nowrap;
	margin: 0;
	padding: 10px 0 5px 0;
  width: 100%;
  z-index: 902;
  position: absolute;
  background-color: #fff;
}

.nav-phone-header li {
  display: inline-block;
  margin: 5px 10px;
}
.nav-phone-header div,
.nav-phone-header a {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(https://file002.shop-pro.jp/PA01375/249/img/icon_16-b.png);
}
.ico-cart-bg { background-position: 0 0; }
.ico-search-bg { background-position: 0 -16px; }
.ico-user-bg { background-position: 0 -32px; }
.ico-regist-bg { background-position: 0 -112px; }
.ico-logout-bg { background-position: 0 -128px; }
.ico-login-bg { background-position: 0 -144px; }
.ico-contents-bg { background-position: 0 -160px; cursor: pointer; }
.ico-favorite-bg { background-position: 0 -176px; }
.is-others {
  background-color: #dbdbdb;
}
.nav-phone-category,
.nav-phone-others {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  top: 48px;
  left: 0;
  bottom: 0;
}
.nav-phone-category, {
  display: block;
}
.nav-phone-others {
  display: block;
}
.nav-phone-subcategory {
  display: none;
  margin: 0;
  width: 100%;
  height: 100%;
  list-style-type: none;
}
.list-all-of-subcategory {
  position: relative;
}
.list-all-of-subcategory:before {
  content: "^";
  position: absolute;
  top: 13px;
  left: -12%;
  color: #999;
}
.nav-phone-category li,
.nav-phone-others li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-phone-subcategory li {
  margin: 0 0 0 15%;
  padding: 0;
  width: 85%;
  background-color: #fff;
}
.nav-phone-category li:last-child,
.nav-phone-others li:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.nav-phone-subcategory li {
  border-left: 1px solid #dbdbdb;
  margin: 0 0 0 15%;
  padding: 0;
  width: 85%;
}
.nav-phone-subcategory li:last-child {
  border-bottom: 0;
}
.nav-phone-category li a,
.nav-phone-subcategory li a,
.nav-phone-others li a {
  display: block;
	margin: 0;
  padding: 12px;
  font-size: 15px;
  line-height: 1.4;
  border-top: 1px solid #dfdfdf;
  outline: 0;
	text-decoration: none;
}
.nav-phone-category li:hover,
.nav-phone-category li.is-category-acrive,
.nav-phone-subcategory li:hover,
.nav-phone-others li:hover {
	background-color: #dbdbdb;
}
.nav-phone-category a:hover,
.nav-phone-others a:hover {
	text-decoration: none;
}

/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 20px;
}
.side-section li {
  margin: 20px 0;
}
  .side-section li a {
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    -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;
  }
.memosrch {margin-top : 5px; margin-bottom : -12px;}
.memosrch p {font-size : 0.8rem; margin:0px; padding:0px;}
  .search-btn[type="submit"] {
    float: right;
    padding: 4px 0;
    width: 25%;
  }
  .side-category-name,
  .side-group-name {
    display: block;
    margin-top: 10px;
  }

  /* 2階層カテゴリメニュー */
  .side-section .nav-category-menu {
    margin: 1em 0;
    list-style-type: none;
  }
  .side-section .nav-category-menu li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index:900;
  }
  .side-section .nav-category-menu li a {
    margin: 0;
    padding: .7em;
    line-height: 1.3;
  }
  .side-section .nav-category-menu li a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 22px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #948779;
}
  .side-section .nav-category-menu li a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 26px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #FFFFFF;
}
.side-section .nav-category-menu li li a:before {
	background : none;
}
.side-section .nav-category-menu li li a:after {
	background : none;
}
  .side-section .nav-category-menu li a:hover {
    text-decoration: none;
  }
  .side-section .nav-category-menu > li > a {
    display: block;
  }
  .side-section .nav-category-menu li:hover {
    background-color: #dfdfdf;
  }
  .side-section .nav-category-menu li:hover a:after {
    background-color: #dfdfdf;
  }
  .side-section .nav-category-menu li:hover li a:after {
     background : none;
  }
  .side-section .nav-subcategory-menu {
    display: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  .nav-category-menu .nav-subcategory-menu {
    list-style-type: none;
    border: 1px solid #dfdfdf;
  }
/* ---20181206 -- */
.menu_sub_item{
  width:18px;
  height:18px;
  float:left;
  display:block;
  position: relative;
  top: 10px;
  left: 2px;
}
.side-section .nav-category-menu li a {
    margin: 0;
    padding: .7em;
    line-height: 1.3;
    padding-left: 28px;
}
.side-section .nav-category-menu li .nav-subcategory-menu li a {padding-left: 8px;}
#menuCategory li.list-category .sd_item_category {
    width: 36px;
    height: 40px;
    float: left;
    display: block;
    background-position: 08pt 13px;
    background-size: 18px;
}
#item_categoryicon1{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_15.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon2{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_01.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon3{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_03.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon4{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_oa.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon5{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_04.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon6{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_16.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon7{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_05.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon8{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_06.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon9{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_02.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon10{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/200728_designnotes.png?cmsp_timestamp=20200728104350) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon11{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_fusen.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon12{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_14.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon13{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_06.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon14{
  background: url(https://img07.shop-pro.jp/PA01375/249/etc_base64/aWNvbl9mbGFtZQ.png?cmsp_timestamp=20240415070851) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon15{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_08.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon16{
  background: url(https://img07.shop-pro.jp/PA01375/249/etc_base64/aWNvbl9zdGlja2Vy.png?cmsp_timestamp=20240904150832) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon17{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_09.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon18{
  background: url(https://img07.shop-pro.jp/PA01375/249/etc/category_icon_20.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon19{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/%B3%A8%CB%DC_%A5%D6%A5%C3%A5%AF%A5%AB%A1%BC%A5%C9.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon20{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/techo.png) no-repeat left bottom;
 background-size: contain;  
}
#item_categoryicon21{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_gift.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon22{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/200728_diary.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon23{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_10.png) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon24{
  background: url(https://img07.shop-pro.jp/PA01375/249/etc/category_icon_17.png?cmsp_timestamp=20230410160524) no-repeat left bottom;
 background-size: contain;
}
#item_categoryicon25{
  background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_11.png) no-repeat left bottom;
 background-size: contain;
}
#sd_item_categoryicon1{
    background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_15.png) no-repeat left bottom;
}
#sd_item_categoryicon2{
    background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_01.png) no-repeat left bottom;
}
#sd_item_categoryicon3{
    background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_03.png) no-repeat left bottom;
}
#sd_item_categoryicon4{
    background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_oa.png) no-repeat left bottom;
}
#sd_item_categoryicon5{
    background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_04.png) no-repeat left bottom;
}
#sd_item_categoryicon6{
    background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_16.png) no-repeat left bottom;
}
#sd_item_categoryicon7{
    background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_05.png) no-repeat left bottom;
}
#sd_item_categoryicon8{
    background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_06.png) no-repeat left bottom;
}
#sd_item_categoryicon9{
    background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_02.png) no-repeat left bottom;
}
#sd_item_categoryicon10{
    background: url(https://img21.shop-pro.jp/PA01375/249/etc/200728_designnotes.png?cmsp_timestamp=20200728104350) no-repeat left bottom;
}
#sd_item_categoryicon11{
    background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_fusen.png) no-repeat left bottom;
}
#sd_item_categoryicon12{
    background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_14.png) no-repeat left bottom;
}
#sd_item_categoryicon13{
   background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_06.png) no-repeat left bottom;
}
#sd_item_categoryicon14{
   background: url(https://img07.shop-pro.jp/PA01375/249/etc_base64/aWNvbl9mbGFtZQ.png?cmsp_timestamp=20240415070851) no-repeat left bottom;
}
#sd_item_categoryicon15{
   background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_08.png) no-repeat left bottom;  
}
#sd_item_categoryicon16{
   background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_08.png) no-repeat left bottom;  
} 
#sd_item_categoryicon17{
   background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_09.png) no-repeat left bottom;
}
#sd_item_categoryicon18{
   background: url(https://img07.shop-pro.jp/PA01375/249/etc/category_icon_20.png) no-repeat left bottom;
}
#sd_item_categoryicon19{
   background: url(https://img21.shop-pro.jp/PA01375/249/etc/%B3%A8%CB%DC_%A5%D6%A5%C3%A5%AF%A5%AB%A1%BC%A5%C9.png) no-repeat left bottom;
}
#sd_item_categoryicon20{
   background: url(https://img21.shop-pro.jp/PA01375/249/etc/techo.png) no-repeat left bottom;
}
#sd_item_categoryicon21{
   background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_gift.png) no-repeat left bottom;
}
#sd_item_categoryicon22{
   background: url(https://img21.shop-pro.jp/PA01375/249/etc/200728_diary.png) no-repeat left bottom;
}
#sd_item_categoryicon23{
   background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_10.png) no-repeat left bottom;
}
#sd_item_categoryicon24{
   background: url(https://img07.shop-pro.jp/PA01375/249/etc/category_icon_17.png?cmsp_timestamp=20230410160524) no-repeat left bottom;
}
#sd_item_categoryicon25{
   background: url(https://img21.shop-pro.jp/PA01375/249/etc/category_icon_11.png) no-repeat left bottom;
}



#foot_calender{padding-top: 24px; clear: left;}
.tbl_calendar {
   float: left;
  margin: 0 16px 0 0px;
}
.tbl_calendar caption {color: #FFF;}
.tbl_calendar th {color: #FFF;}
.tbl_calendar td {color: #FFF;}
.side_cal_memo {color: #FFF;}
 .cart-btn-phone{
    display: none;
  }

.sizelink{
  text-align:center;
}
.sizebutton{
  margin:0 auto;
  width:400px;
}
.pickupcont-list{width:100%; clear:both;}
.pickupcont-list:after{
    content: "";
    clear: both;
    display: block;
}
.pickupcont-list a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.articlelist{width:60%;margin:0 auto 32px auto; height:auto; }
.articlelist_flt{width:41.92%; margin:0 4% 32px 4%; height:auto; float:left;}
.footer_sns_area{width:100%;background-color:#FFFFFF;}
.footer_sns_area ul{
    height: 165px;
    padding-top: 32px;
    text-align: center;
    margin:0 0 36px 0;
  }
.footer_sns_area ul li{
    display: inline-block;
    margin: 0 17px;
    list-style: none;
    width: 74px;
    padding: 10px 0 10px;
  }
.footer_sns_area ul li img{width:100%;}
#foot-cont-area{
position: relative;
}
#foot-cont-area h2{
  position: relative;
  z-index: 10;
  display: inline-block;
  background: #333;
  padding-right: 1rem;
}
#foot-cont-wrapp{
  border:1px solid #FFFFFF;
  border-radius: 5px;
  position: relative;
  top:-2.9rem;
  z-index: 1;
  padding: 1.8rem 1.5rem 0;
  margin: 1rem;
}

.fontPinyon{font-family: 'Pinyon Script', cursive;
    font-size: 450%;
    font-weight: normal;
    margin-bottom: 0.5em;
    letter-spacing: 0;
}

@media only screen and (min-width: 769px) {
  .side-section li:hover .nav-subcategory-menu {
    position: absolute;
    padding: 0;
    top: .2em;
    left: 96%;
    border: 1px solid #dfdfdf;
    display: block;
    white-space: nowrap;
  }
  .side-section li:hover .nav-subcategory-menu li,
  .side-section li:hover .nav-subcategory-menu a {
    display: block;
    margin: 0;
    width: 100%;
  }
  .prd-lst-unit{
    min-height: 26rem;
  }
  .grp-lst-unit{
    min-height: 15rem;
  }
}
/* // 2階層カテゴリメニュー */


/* パンくずリスト */
.topicpath-nav {
  margin-bottom: 20px;
  font-size: 100%;
}
.topicpath-nav li {
  display: inline;
  margin-right: .2em;
}
.topicpath-nav li a {
  margin-left: .2em;
  color: #444;
  text-decoration: none;
}
.topicpath-nav li a:hover {
  text-decoration: underline;
}

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

.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.multicont-block,
.free_space_block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
  word-break: break-all;
}
.singlecont-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  word-break: break-all;
}
@media (min-width: 769px) {
  .wide-margin-pc {
    margin-left: 2em;
  }
}
.info-block {
  line-height: 1.5;
  text-align: center;
}

.news {
  padding: 4px 0;
}

.news-date {
  padding-right: 10px;
}

.main-section {
  padding-left: 30px;
}

/* 商品リスト */
/* 絞り込みメニューボタン */
.mod-filter {
  text-align: center;
  margin: 0 0 0 1em;
}
.mod-filter.wide-bottom {
  margin-bottom: 3em;
}
.mod-filter li {
	display: inline-block;
	list-style: none;
	font-size: 15px;
}
.ttl-filter {
	font-weight: 600;
	margin-right: 1.5em;
	color: #000
}
.list-filter {
  margin-bottom: .6em;
  margin-right: 1em;
}
.list-filter a {
  background-color: #948779;
  border: 1px solid #948779;
  border-radius: .25em;
  color: #fff;
  display: block;
  padding: .2em .3em;
}
.list-filter a:hover {
  opacity: .5;
  text-decoration: none;
}
.list-filter.active a {
  background-color: #ccbfb0;
  color: #fff;
  cursor: default;
}
.list-filter.active a:hover {
  opacity: 1;
  text-decoration: none;
}

.list-filter:after {
  content: '';
}
.list-filter:last-child:after {
    content: '';
}


.prd-lst-sort {
  margin: 20px 0;
  text-align: center;
}


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

.prd-lst-span {
  display: block;
}
.prd-lst-type {
  font-size: 12px;
  color: #FE6A29;
  padding-top: 15px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.prd-lst-text {
  display: block;
  margin: 10px 0 12px;
  line-height: 1.3;
  text-align: left;
  color: #676767;
  font-size: 13px;
}
.prd-lst-text__2l {
  min-height: 2.5em;
  overflow: hidden;
}
.prd-lst-name {
  margin: 10px 0 6px 0;
  padding: 0;
  font-size: 15px;
}
.prd-lst-exp {
  font-size: 13px;
  color: #989898;
}
.prd-lst-priceinf {
  text-align: right;
  font-size: 13px;
}
.prd-lst-regular,
.prd-lst-price,
.prd-lst-discount,
.prd-lst-soldout {
  white-space: nowrap;
}
.prd-lst-regular {
  text-decoration: line-through;
  color: #a1a19f;
}
.prd-lst-discount,
.prd-lst-soldout {
  color: #b81717;
}
.prd-lst-history {
  display: block;
  clear: left;
}
.prd-lst-history > img {
  display: block;
  float: left;
  margin: 5px 0 10px 0;
}
.prd-lst-history span {
  display: block;
  margin: 0 0 10px 45px;
}
.new_mark_img1 {
  margin: 0 0 3px 0 !important;
}

/* 商品のページャー 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 #ecd062;
  background-color: #ecd062;
  color: #fff;
  text-decoration: none;
}
.prd-lst-pager li a:hover {
  border: 1px solid #ecd783;
  background-color: #ecd783;
}
.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: 5%;
  z-index: 200;
  opacity:0.8;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#pagetop:hover {
  opacity:1;
}
#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;
}

/* フッター背景 */
.footer-wrapper {
  margin: 0;
  padding: 0px 0 10px 0;
  background: #333;
  font-size: 13px;
}
.guide-h2 {
  font-size: 1em;
  font-weight: 500;
  padding-bottom: .7em;
  color: #fff;
}
.footer-wrapper .col {
  padding-bottom: .7em;
}
.guide-body li {
  margin-bottom: .8em;
}
.guide-body, .guide-body a {
  color: #ccc;
}
.guide-body .contact {
  margin-bottom: .7em;
}
.guide-body .tel {
  font-size: 20px;
  position: relative;
  margin-left: 12px;
}
.guide-body .tel:before {
  position: absolute;
  top: 4px;
  left: -14px;
  width: 12px;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  content: '';
  background-image: url(https://file002.shop-pro.jp/PA01375/249/img/ico-tel-ccc.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-lst {
  padding: 30px 0 0 40px;
}
  .footer-lst li {
    margin: 20px 0;
  }
  .footer-lst 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;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
  margin-left: 32px;
}
.tbl_calendar caption {
  text-align: center;
}
.tbl_calendar th {
  padding: .3em 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.tbl_calendar td {
  padding: .5em 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;
  padding: 2em;
  font-style: normal;
  font-size: 10px;
  line-height: 1.2;
  color: #ddd;
  text-align: center;
}
.cp-part {
  white-space: nowrap;
}
.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://file002.shop-pro.jp/PA01375/249/img/icon_16-2x-b.png);
  }

  /* PCかつRetinaでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  #sliderbutton {
    left: 3%;
  }
  /* ヘッダー */
  #header {
    padding-top: 0;
  }
  .header-logo {
    margin: 0;
}
.header-global-nav a,
.header-global-nav span {
  font-size: 18px;
}
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
.cart-btn-phone{
    display: block;
   cursor: pointer;
   margin-right: 10px;
    position: absolute;
    right: 40px;
    top: 14px;
  }
  .icon-cart:before {
    background-position: 0px 0px;
}
  .nav-btn-phone {
    display: block;
    height: 60px;
    cursor: pointer;
    position: relative;
  }
  .nav-btn-phone img {
    width: 36px;
    height: 60px;
    margin-top: -5px;
  }
  .nav-btn-phone span {
    position: absolute;
    top: 37px;
    right: 0;
    width: 36px;
    text-align: center;
    font-size: 13px;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }
  .tbl_calendar {
    margin: 0 2% 20px 2%;
    max-width: 46%;
    width: 100%;
    font-size: 84.615%;
}
  /* ========================================
        タブレットかつ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://file002.shop-pro.jp/PA01375/249/img/icon_24-2x-b.png);
    }

    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
  #container {
     padding-top: 170px;
    }
   .container {
    width:96%!important;
    padding:0px;
    }
  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://file002.shop-pro.jp/PA01375/249/img/icon_24-b.png);
  }
  .cart-btn-phone{
/* 20190815 */
    display:block;
  }
  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {　/* 20190815*/
 background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
        background-position: 0px 0px;
    width: 26px;
    height: 20px;
    background-size: 88%;
  }

  .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,
  .multicont-block,
  .free_space_block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
  }

  .ttl-h3 {
    position: relative;
    margin: 0 0 20px 0;
  }
  .header-logo {
    max-width:100%;
    width: 45%;
    margin: 3px 0 0;
    min-width: 150px;
  }
  /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    left: 20px;
  }
  .slider-btn {
    padding: 4px 10px;
    font-size: 13px;
  }

  /* スマホ用メニュー */
  .header-logo img {
    max-width: 160px;
  }
  .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;
  }
  .cart-btn-phone .icon-cart:before {
    background-position: 0px 5px;
    height: 20px;
  }

  /* w768px以下用 検索ボックスのトリガーボタン */
  .btn-search-phone {
    position: absolute;
    top: 8px;
    right: 120px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(https://file002.shop-pro.jp/PA01375/249/img/icon_24-b.png);
    background-position: 0 -24px;
    cursor: pointer;
  }
     .btn-cart2-phone {
        display: none;
    /* 20190815
    position: absolute;
    top: 17px;
    right: 100px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(https://file002.shop-pro.jp/PA01375/249/img/icon_24-b.png);
    background-position: 0 0px;
    cursor: pointer; */
  }
  /* // w768px以下用 検索ボックスのトリガーボタン */

  /* メイン */
  .main-section {
    padding-left: 0;
   /* padding-top: 40px;*/
  }

  /* サイドメニュー */
  .side-search {
    width: 185px;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }
.side-section .nav-category-menu li a:before {
  background : none;
}
.side-section .nav-category-menu li a:after {
  background : none;
}
.side-section .nav-category-menu li:hover a:after {
  background : none;
}
  .side-section .nav-category-menu li li a:after {
  background : none;
}
  .side-section .nav-category-menu li:hover li a:after {
  background : none;
}
  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
  }
  .prd-lst-sort {
    text-align: center;
  }

  /* フッター */
  #pagetop {
    width: 54px;
    margin: 30px auto;
    bottom:0;
    display: block !important;
    position: static;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #pagetop a {
    padding-right: 15px;
  }
  .footer-wrapper {
    padding: 0px 0 0 0;
  }
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
.side_cal_memo {
    clear: both;
}
  .footer-lst {
    margin: 0 -20px;
    padding: 0;
    width: auto;
    background: #4d4d4d;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #444444;
    }
    .footer-lst li:nth-child(odd) {
      border-right: 1px solid #444444;
    }
    .footer-lst a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }
  .copyright {
    font-size: 10px;
  }
  /* 20190331*/
.incart-delivery {
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .footer_sns_area ul {
    height: 120px;
    padding: 48px 0 48px 0;
    margin: 0px 0 32px 0;}
.footer_sns_area ul li{margin: 0 3.5%; width: 14.8%; max-width: 75px;}



  /* ========================================
        スマホかつ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://file002.shop-pro.jp/PA01375/249/img/icon_24-2x-b.png);
      }

      /* スマホかつRetinaでアイコンを白にする場合 */
      .icon-white .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
      }
  }
}

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

/* フリーページ用 ========== */
@charset "UTF-8";

/*
Google Street View
下記のページ共通
「G.C.PRESSについて」
「NEWS」
「全国取扱店」
*/
.googleSVM {
  margin-bottom: 20px;
  width: 100%;
}
.ggmap {
  display: inline-block;
  margin-bottom: 20px;
}
.ggmap-cont {
  position: relative;
  width: 100%;
  padding-top: 66.7%;
}
.ggmap iframe,
.ggmap div {
  text-align: center;
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
ペーパーファクトリーについてバナー
下記のページ共通
「ペーパーファクトリーについて」
「G.C.PRESSについて」
*/
.banner-paperfactory {
  display: block;
  width: 98%;
  max-width: 808px;
  text-align: center;
  margin: 0 auto 40px;
}
.banner-paperfactory img {
  width: 100%;
}

/*
直営店情報
下記のページ共通
「G.C.PRESSについて」
「ペーパーファクトリーについて」
「全国取扱店」
*/
.mapinf {
  width: 790px;
  height: 300px;
  max-width: 100%;
  float: right;
  margin: 8px 1% 15px 15px;
}
.mapinf iframe {
  width: 100%;
}
.shopinf dt:first-child {
  margin-top: 0;
}
.shopinf dd {
  margin-bottom: .75em;
}
.shopinf dd ul {
  list-style-type: square;
}
@media (max-width: 980px) {
  .mapinf {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0 1% 15px 1%;
  }
  .shopinf dl {
	padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
   .hidden-tablet2{
  /* 20150815*/
 display: none!important;}
}

/*
採用情報リンク
下記のページ共通
「G.C.PRESSについて」
「採用情報」ページ共通
*/
.recruit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display:flex;
  flex-wrap: wrap;
}
.recruit li {
  margin-bottom: 1em;
}
.recruit .notwanted {
  opacity: 0.4;
}
.recruit .wanted img:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*
各特集ページ共通
*/
.feature-page {
  font-size: 15px;
  line-height: 1.8;
}
.feature-page p {
  margin: 0 0 1.8em;
}
.feature-page dl {
  margin: 0 0 1.8em;
}
.feature-page dt,
.feature-page dd {
  line-height: 1.8;
}
.feature-page > .prd-lst-type {
  font-size: 15px;
}
.feature-page h1 {
  text-align: left;
}
.feature-page h2 {
  margin: 1.5em 0 1em 0;
  padding-left: 21px;
  font-size: 153%;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  position: relative;
}
.feature-page h2:before {
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #FE6A29;
  content: '';
}
.feature-page h3 {
  margin: 1.5em 0 1em 0;
  padding: 0;
  font-weight: normal;
  font-size: 124%;
}
.feature-page .feature-lead {
  font-weight: bold;
  color: #999;
}
.feature-page .interviewee {
  margin-left: 2em;
}
.feature-page .go-to-related-article {
  color:#ff3300;
}
.feature-page .go-to-feature-list {
  text-align: right;
  margin: 2em 0;
}
.feature-page .go-to-feature-list a {
  display: inline-block;
  margin: 0 1em;
}
.feature-page .go-to-feature-list a:last-child {
  margin: 0 1.7em;
}
.feature-page .profile {
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: .5em;
}
.feature-page .profile dt {
  margin-bottom: .5em;
}
.feature-page .profile dd,
.feature-page .footnote {
  font-size: 13px;
}
.feature-page .show-footnote {
  font-size: 13px;
}
.feature-page .rwtable {
  margin: .5em 0 1em 0;
}
.feature-page .rwtable th {
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
  padding: .4em 0 0 0;
}
.feature-page .rwtable td {
  vertical-align: top;
  padding: .4em 0 0 0;
}
.f5-download-pdf {
  text-align: center;
}
.f5-download-pdf li:hover {
  opacity: .5;
}
.f5-download-pdf__btn {
  background-color: #948779;
  border-radius: .3em;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding: 1em;
  text-decoration: none;
}
.f5-download-pdf__btn:hover {
  color: #fff;
  opacity: .5;
  text-decoration: none;
}

/*
大きな画像の扱い
「NEWS」
各特集ページ 共通
*/
.single-img {
  margin: 1em auto;
  display: block;
  max-width: 640px;
  width: 100%;
}
.single-img__big {
  margin: 1em auto;
  display: block;
  max-width: 100%;
}
.single-img img,
.single-img__big img {
  margin: 0 auto;
  display: block;
}
.caption {
  font-size: 13px;
  line-height: 1.4;
}
.single-img + .caption,
.single-img__big + .caption {
  margin: -.9em auto 1.5em auto;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}

.movie-wrap center {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.movie-wrap iframe {
     position: relative;
     width: 100%;
     height: 100%;
     max-width:640px;
}
/* 「G.C.PRESSについて」ページ */
/* ブランド基準 */
.brand-policy > h3 {
  margin-top: 60px;
  text-align: center;
  clear: both;
}
.brand-policy > p {
  text-align: center;
}
.brand-policy span {
  display: inline-block;
  white-space: nowrap;
  margin-left: -.3em;
}
.link-picture-book {
  text-decoration: underline;
}
/* 会社概要 */
.about-company {
  display: inline-block;
  margin-bottom: 40px;
}
.about-company h3 {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1;
  margin: 2em 0 .75em 0;
  text-align: left;
}
.about-company table {
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.about-company th,
.about-company td {
  border-top: 1px solid #ddd;
}
.about-company th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding-right: .5em;
}

/* 取扱店 */
.btn-link {
  margin-top: 20px 1% 0 1%;
  clear: both;
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #000;
  border: 1px solid #ccc;
  font-size: 16px;
}
.btn-link:hover {
  opacity: 1;
  text-decoration: none;
  background: #f7f7f7;
  color: #000;
}

/* 絵本 */
.gc-book img {
  margin: .4em 0 1em 30px;
  float: right;
  max-width: 480px;
  width: 50%;
}
.gc-book p {
  line-height: 1.8;
}
@media (max-width: 980px) {
  .gc-book img {
    margin: .4em 0 1em 0;
    float: none;
    max-width: 480px;
    width: 100%;
  }
}

/* 「採用情報」ページ */
.recruit-unit h2 {
  margin-top: 1em;
}
.recruit-unit h3 {
  text-align: left;
  font-weight: 400;
  font-size: 1.4em;
}
.recruit-unit dd {
  margin-bottom: 1em;
}
.recruit-unit dd dt {
  font-weight: 300;
}
.recruit-unit .message-from {
  text-align: center;
  padding: 1em 2em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.recruit-unit .notwanted-msg {
  text-align: center;
  color: #999;
}
.recruit-unit .disable-link {
  opacity: 0.4;
}
.recruit-unit .end-recruit,
.recruit-unit .go-to-recruit-detail {
  margin: 0;
  font-size: 1.2em;
  text-align: center;
}
.recruit-unit .end-recruit {
  padding: 1.2em;
  background-color: #eee;
}
.recruit-unit .go-to-recruit-detail a {
  display: block;
  padding: 1.2em;
  background-color: #c53d43;
  color: #fff;
}
#jobOfferPopup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 1.5em;
  background-color: rgba(255,255,255,.8);
  z-index: 910;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#jobOfferPopupContent {
  border: 3px double #bfa100;
  background-color: rgba(255,255,255,1);
  max-width: 1170px;
  margin: 0 auto;
}
#jobOfferPopupContent .wide-margin-pc {
  margin: 1.5em 1.5em 0 1.5em;
}

/* 「ペーパーファクトリーについて」ページ */

/* ページ共通 */
.paperfactory h3 {
  text-align: center;
  font-weight: normal;
  margin: 2.5em 0 1em 0;
}
.paperfactory h4 {
  text-align: center;
  font-weight: bold;
  margin: 1.5em 0 .5em 0;
}
.paperfactory p {
  text-align: center;
}
.paperfactory .mainlead {
  margin: 2.5em auto;
}
.paperfactory .img-table li {
  margin-bottom: 2em;
}

/* オーダーからお受け取りまでの流れ */
.paperfactory-order {
  text-align: center;
  display: block;
  border-collapse: separate;
  margin: 0 auto;
  witdh: 95%;
  max-width: 600px;
}
.paperfactory-order li {
  display: table;
  text-align: left;
  list-style: none;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  width: 100%;
}
.paperfactory-order li span {
  display: table-cell;
  vertical-align: middle;
  margin: 13px 8px;
}
.paperfactory-order .order-num {
  font-size: 2em;
  white-space: nowrap;
  width: 1.8em;
  padding: 13px 0 13px 13px;
}
.paperfactory-order .order-text {
  padding: 13px 8px 13px 0;
}

/* 価格表 */
.price-example {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.price-table {
  width: 100%;
  margin: 0 auto 40px;
  border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: left;
}
.price-table th {
  background: #f7f7f7;
  padding: 10px;
  border: 1px solid #ccc;
}
.price-table td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: right;
  white-space: nowrap;
}
.price-example h4 {
  text-align: center;
  color: #666;
}
.price-example h5 {
  text-align: center;
}
.price-note {
  text-align: left;
  list-style-type: none;
}
.price-note > li {
  padding-left: 1em;
  position: relative;
}
.price-note > li::before {
  content: '\203B';
  position: absolute;
  top: 0;
  left: 0;
}
.price-note ul li {
  list-style-type: disc;
}

/* 法人 料金例 */
.paper-price-sample li {
  border: 1px solid #ccc;
  color: #666;
  padding: 0;
  margin: 0 1.5% 20px 1.5%;
  width: 30.3%;
}
@media (max-width: 768px) {
  .paper-price-sample li {
    width: 47%;
  }
  #header-navi-item-phone {
    background: #fff;
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
    margin-top: 60px;
    text-align:center;
  }
  #header-navi-item-phone ul.navi-items {
    margin:0;
    background:#918479;
    padding:5px 0 2px;
  }
  #header-navi-item-phone ul.navi-items li {
    display:inline-block;
    width:18%;
    text-align:center;
  }
  #header-navi-item-phone ul.navi-items li a.mark {
    display:block;
    width:100%;
    color:#fff;
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: top center;
    padding-top: 18px;
    font-size:9px;
  }
  #header-navi-item-phone ul.navi-items li a.mark.newitem {
    background-image:url("https://file002.shop-pro.jp/PA01375/249/img/common/icon_top1.svg");
  }
  #header-navi-item-phone ul.navi-items li a.mark.guide {
    background-image:url("https://file002.shop-pro.jp/PA01375/249/img/common/icon_top2.svg");
  }
  #header-navi-item-phone ul.navi-items li a.mark.favorite {
    background-image:url("https://file002.shop-pro.jp/PA01375/249/img/common/icon_top3.svg");
    background-size: 18px auto;
    background-position: center 1px;
  }
  #header-navi-item-phone ul.navi-items li a.mark.mypage {
    background-image:url("https://file002.shop-pro.jp/PA01375/249/img/common/icon_top4.svg");
  }
  #header-navi-item-phone ul.navi-items li a.mark.contact {
    background-image:url("https://file002.shop-pro.jp/PA01375/249/img/common/icon_top5.svg");
    background-size: 18px auto;
    background-position: center 2px;
  }
  form#navi-search {
    padding:10px;
  }
  form#navi-search input.search-box-phone {
    width: 67%;
    margin-right: 1%;
  }
  form#navi-search input.search-btn-phone {
    color:#fff;
    font-size:10px;
    width: 20%;
    margin-left: 1%;
    background-color: #918479;
    border-radius: 4px;
    padding: 4px 6px 4px 32px;
    border: none;
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 15% center;
    background-image:url("https://file002.shop-pro.jp/PA01375/249/img/common/icon-search.svg");
  }
  .tbl_calendar caption,.tbl_calendar th,.tbl_calendar td,.side_cal_memo,.txt-blk .guide-h2 {
    color: #ffffff;
  }
  .visible-productlist-phone.hidden-desktop.hidden-tablet {
  display: none!important;
  }
  .instagram-bnr {
  display: none;
  }
}
.paper-price-sample li > dl {
  margin: 0;
  padding: 1em;
}
.paper-price-sample li > dl > dt {
  margin-bottom: .75em;
}
.paper-price-sample dt,
.paper-price-sample dd {
  margin-left: 0;
  padding-left: 0;
}
.paper-price-sample dd dl {
  margin: 0;
  padding: 0;
}
.paper-price-sample dd dt {
  font-weight: 300;
  margin-left: -.5em;
}
.paper-price-sample p {
  text-align: left;
  margin-top: 1em;
}

/* 「NEWS」ページ */
.news-list {
  margin-bottom: 50px;
  border-top: 1px solid #ccc;
}
.news-list .news-date {
  color: #000;
  display: block;
  margin: .75em 0 .5em 0;
  line-height: 1;
  white-space: nowrap;
}
.news-list h2 {
  margin: .5em 0 1.5em 0;
  font-size: 153%;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
.news-list h3 {
  margin: 1em 0 .5em 0;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
.news-list p a {
  color: #4d4d4d;
  text-decoration: underline;
}
.news-list a > img {
  display: block;
}
.news-list a .imgbox {
  border: 1px solid #ddd;
}
.news-list .img-lst-units {
  margin: 0 -1%;
}
.news-list .img-lst-unit {
  padding: 1em 1% .2em 1%;
}
.mod-filter .list-filter {
  cursor: pointer;
}
.news-list .news-type {
  list-style-type: none;
  margin: 1.5em 0 0 0;
  padding: 0;
}
.news-list .news-type li {
  display: inline-block;
  margin: 0 1.5em 0 0;
  padding: 0;
}

/* 「全国取扱店」ページ */
.box-shops {
  text-align: left;
  clear: both;
  display: none;
}
.box-shops.active {
  display: block;
}
.box-shops h2 {
  margin: 1em 0 .5em 0;
  padding: 1em 0 0 0;
  font-weight: 400;
  font-size: 153%;
  line-height: 1.4;
  letter-spacing: .2em;
  text-align: center;
}
.box-shops h3 {
  margin: 0 0 .5em 1.5%;
  padding: 1em 0 0 0;
  font-weight: normal;
  font-size: 124%;
}
.box-shops div h4 {
  margin: 0;
  padding: 1em 1em .5em 1em;
  color: #4d4d4d;
  font-size: 100%;
}
.box-shops div p,
.grid-shop > div {
  margin: 0;
  padding: .5em 1em 1em 1em;
}
.box-shops .ginza-img {
  margin: .5em 1% 20px 1%;
}
.box-shops .ginza-img img {
  width: 100%;
}
@media (max-width: 480px){
  .articlelist {
    width: 100%;
}
  .articlelist_flt {
    float:none;
    margin:12px auto;
    width: 100%;
}
  .box-shops .ginza-img {
    margin: .5em 1% 20px 1%;
  }
#foot_calender {
    width: 100%;
    margin: 0 auto;
    clear: both;
}
.tbl_calendar {
    max-width: 480px;
    padding: 0px;
    width: 100%;
    margin: 0 0px 32px 0px;
}
   .footer_sns_area ul {
    height: 95px;
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0px 0 32px 0;
}
.fontPinyon{
    font-size: 400%;
    white-space: nowrap;
}
}
.box-shop-query {
  text-align: center;
  margin-top: -1em;
}
.form-shop-query {
  color: #ccc;
  margin: 0 auto;
  width: 20em;
}
.grid-area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.grid-shop {
  border: 1px solid #ccc;
  color: #666;
  padding: 0;
  margin: 0 1% 20px 1%;
  width: 47%;
}
.grid-shop-tel,
.shopinf .tel,
.grid-shop-map {
  position: relative;
  margin-left: 12px;
}
.grid-shop-map {
  margin-left: 24px;
}
.grid-shop-tel:before, /* 電話アイコンはG.C.PRESS地図、取扱店共通 */
.shopinf .tel:before,
.grid-shop-map:before {
  position: absolute;
  left: -10px;
  width: 9px;
  display: inline-block;
  overflow: hidden;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}
.grid-shop-tel:before,
.shopinf .tel:before {
  top: 3px;
  height: 12px;
  background-image: url(https://file002.shop-pro.jp/PA01375/249/img/ico-tel.svg);
}
.grid-shop-map:before {
  top: 4px;
  height: 13px;
  background-image: url(https://file002.shop-pro.jp/PA01375/249/img/ico-map.svg);
}
@media (max-width: 480px) {
  .grid-shop {
    width: 97%;
  }
  .sizelink{
  text-align:center;
}
.sizebutton{
  margin:0 auto;
  width:100%;
}
}

/* 喪中はがき ひな形のダウンロード ページ */
.txt-instruction {
  text-align: center;
  margin: 0 0 2em 0;
}
.download-doc li {
  text-align: center;
}
.download-doc a {
  margin: 1em auto;
}
.download-doc img {
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  margin: 1em;
}

/* どこでもカラーミー共通 */
.cartjs_product_img {
  float: left;
  margin: 3em 0 0 0;
  font-size: 124%;
}
.cartjs_product_img img {
  display: block;
  width: 100%;
}
.cartjs_product_name {
  display: block;
  padding: 3em 0 1em 1%;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 124%;
}
.cartjs_product_table th,
.cartjs_product_table td {
  border: 0;
  padding: .5em;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}
.cartjs_product_input_txt {
  width: 4em;
}
.cartjs_cart_in {
  margin: 1em 0 4em 0;
  max-width: 15em;
}

/* お気に入りボタン */
.other-actions .btn {
  margin: .5em 0;
}
.other-actions a:hover {
  text-decoration: none;
}
.txt-favorite {
  display: inline-box;
  background-image: url(https://file002.shop-pro.jp/PA01375/249/img/ico-favorite-aaa.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
}
.favorite-button.fav-items .txt-favorite {
  background-image: url(https://file002.shop-pro.jp/PA01375/249/img/ico-favorite-f33.svg);
}
.favorite-button .txt-favorite:after {
  content: "へ追加";
}
.favorite-button.fav-items .txt-favorite:after {
  content: "から削除";
}

.favorite-products .no-favorite {
  margin: 2em 0;
  font-size: 120%;
  text-align: center;
}

.joboffer-ttl {
  margin: .5em auto;
}
.joboffer-ttl span {
  white-space: nowrap;
}
.joboffer-ttl__sub {
  font-size: 75%;
  letter-spacing: 0;
}
.joboffer-ttl-img {
  margin: 2em 0;
}
.joboffer-ttl-h2 {
  .margin: 0 0 .75em 0;
  color: #4d4d4d;
  font-size: 153%;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.joboffer-ttl__date {
  display: inline-block;
  white-space: nowrap;
  padding: 0 .5em;
}
.joboffer-point {
  padding: 1.5em 0 0 1.5em;
  position: relative;
}
.joboffer-point:before {
  position: absolute;
  top: 1.8em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  box-sizing: border-box;
  border-radius: .5em;
  border: .5em #bfa100 solid;
  content: '';
}
.joboffer-pay ul {
  margin: -.25em 0 0 5em;
  list-style-type: none;
}
.joboffer-pay .joboffer-smallnote {
  margin: .5em 0 0 6.5em;
}
.joboffer-condition {
  margin: 1.5em 0 0 0;
}
.joboffer-condition th {
  position: relative;
  font-weight: normal;
  margin: 0;
  padding: .5em 1em .5em 1.5em;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.joboffer-condition th:before {
  position: absol