@charset "euc-jp";

.wrap-all {
  background-color: #FFFFFF !important;
}

.l-copyright__logo {
  display: none;
}

/* bxslider3 */

.bxslider3 li {
  display: none; /*読み込み時は非表示*/
}
.bx-viewport li {
  display: block !important; /*JSが読み込まれたら表示*/
}

.bxslider3 {
  overflow: hidden;
  margin-bottom: 15px;
}

.bxslider3 .bxslider {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
.bxslider3 ul {
  list-style: none;
  overflow: hidden;
  width: 715%;
}
.bxslider3 li {
  float: left;
  opacity: 1 !important;
}
.bxslider3 ul li img {
  width: 100%;
  height: auto;
}

.bxslider3 .bx-viewport {
  overflow: visible !important;
}
.bxslider3 .bx-wrapper {
  margin-bottom: 30px;
}
.bxslider3 .bx-wrapper .bx-pager {
  padding-top: 0px;
  bottom: -30px;
}
.bxslider3 .bx-wrapper .bx-viewport {
  border: none ;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: -25px;
}

.bxslider3 .bx-wrapper .bx-controls-direction a {
  width: 60px;
  height: 60px;
  margin-top: -30px;
}

@media only screen and (max-width: 1250px) {
  .bxslider3 .bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    margin-top: -20px;
  }
}

.bxslider3 .bx-wrapper .bx-prev,
.bxslider3 .bx-wrapper .bx-next {
  transition: opacity .25s ease;
}

.bxslider3 .bx-wrapper .bx-prev {
  background: url(https://img21.shop-pro.jp/PA01493/708/etc/arrow-left.png) no-repeat left top/60px 60px;
  left: -30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .bxslider3 .bx-wrapper .bx-prev {
    background: url(https://img21.shop-pro.jp/PA01493/708/etc/arrow-left-2x.png) no-repeat left top/60px 60px;
  }
}

@media only screen and (max-width: 1250px) {
  .bxslider3 .bx-wrapper .bx-prev {
    background-size: 60px 60px;
    left: -30px;
  }
}

.bxslider3 .bx-wrapper .bx-prev:hover {
  opacity: .8;
}

.bxslider3 .bx-wrapper .bx-next {
  background: url(https://img21.shop-pro.jp/PA01493/708/etc/arrow-right.png) no-repeat left top/60px 60px;
  right: -30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .bxslider3 .bx-wrapper .bx-next {
    background: url(https://img21.shop-pro.jp/PA01493/708/etc/arrow-right-2x.png) no-repeat left top/60px 60px;
  }
}

@media only screen and (max-width: 1250px) {
  .bxslider3 .bx-wrapper .bx-next {
    background-size: 60px 60px;
    right: -30px;
  }
}

.bxslider3 .bx-wrapper .bx-next:hover {
  background-position: 0 0;
  opacity: .6;
}

.bxslider {
  position: relative;
}

.bxslider:before {
  content: "";
  background: url(https://img21.shop-pro.jp/PA01491/837/etc/texture01.png);
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 615px;
  z-index: 1;
}

.bxslider:after {
  content: "";
  background: url(https://img21.shop-pro.jp/PA01491/837/etc/texture01.png);
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 615px;
  z-index: 1;
}

.header-common-logo {
  margin: 20px 0;
  display: flex;
  width: 180px;
  justify-content: center;
  margin: 20px 0;
}

a img {
    transition: opacity .3s ease;
}

a img:hover {
    opacity: .8;
}

.center-button-mid {
  color: #FFFFFF !important;
  background-color: #000 !important;
  padding: 16px 100px; 
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  font-size: 16px; 
  letter-spacing: 0.05em;  
  border: none !important;
  border-radius: 4px !important;
 }

.center-button-mid:hover {
  color: #000 !important;
  background-color: #fff !important;
  border: 2px solid #000 !important;
  padding: 14px 98px; 
 }

.btn-read-more {
    color: #CDCDCD !important;
    background-color: #CDCDCD !important;
    padding: 10px 60px;
    font-weight: normal;
}

.btn-insta-follow {
    color: #fff !important;
    background-color: #D93175 !important;
    padding: 10px 60px;
    font-weight: normal;
}
.free-page-button { 
  color: #FFFFFF !important;
  background-color: #000 !important;
  padding: 16px 30px; 
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  font-size: 16px; 
  letter-spacing: 0.05em;  
  border: none !important;
  border-radius: 4px !important;
 }

.free-page-button:hover {
  color: #000 !important;
  background-color: #fff !important;
  border: 2px solid #000 !important;
  padding: 14px 28px; 
 }  

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

form {
  margin: 0;
}

.row {
  max-width: 1170px;
}
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 dashed #000;
  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;
}

.btn-01 {
  background-color: #000;
  color:  #FFFFFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;  
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  background-color: #6C573E;
  color:  #FFFFFF;  
}

.btn-02 {
  font-weight: bold;
}

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: #222222;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 500;
  overscroll-behavior: none; 
}

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

a:hover {
  color: #4c4c4c;
  text-decoration: none;
  opacity: .6;
}

/* アイコン */
.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(http://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(http://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; }

.text-block h2 {
  letter-spacing: 0.1em;  
}

.text-block {
  line-height: 2;
  letter-spacing: 0.08em;
}

.manager-caption .text-block {
  font-weight: 700;  
}

.main-section h2.headline-decoration {
  border: none;
  background: none;
  margin: 0px;
  padding: 0px;
}

.main-section h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  position: relative;
  font-weight:bold;
  font-size: clamp(1.067rem, 1vw + 1rem, 1.333rem);
  padding: 0em 0 .2em .2em;
  color: #000;
  pointer-events:none;
}

.main-section h3.no-decoration {
  border: none;
  background: none;
  margin: 10px 0 10px 0;
  padding: 0px;
  font-weight: bold;
  font-size: 18px;
   color: #000;
}
.main-section h3.no-decoration-guide {
  border: none;
  background: none;
  margin-bottom: 20px;
  padding: 0px;
}
.main-section h3.no-decoration-fp {
  font-weight:700;
  font-size: 130%;
  border: none;
  background: none;
  margin: 0px;
  padding: 0px;
  color: #333333;
}
.main-section h4 {
    font-size: 1.2em;
    font-family: 'Zen Kaku Gothic New', sans-serif;  
    font-weight: bold;
    line-height: 1.5; 
    margin-top: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

h2.large-headline {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  position: relative;
  font-weight:700;
  font-size: 22px;
  padding: 0.2em 0.4em 0.2em 1.4em;
  margin-top: 1.2em;
  color: #222222;
  border-top: none;  
  border-left: solid 4px #112644;
  border-bottom: solid 1px #aaa;  
}

h3.medium-headline {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  position: relative;
  font-weight:700;
  font-size: 22px;
  padding: 0em 0.2em 0.3em 0em;
  color: #222222;
  border-bottom: 2px solid #000;
  border-left: none;
  margin-top: 0px;
}
h4.small-headline {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;  
  font-weight:700;
  font-size: 18px;
  padding: 0 0.6em;
  margin-top: 1.2em;
  line-height: 1.5;  
  color: #222222;
  border-left: dashed 1px #000;
}
h5.extra_small-headline {
  font-family: 'Zen Kaku Gothic New', sans-serif;  
  font-weight:700;
  position: relative;
  font-size: 16px;
  margin: 15px 0;
  color: #222222;
  padding: 0 22px;
}
h5.extra_small-headline:before {
  content: "■";
  color: #000;
  position: absolute;
  left: 0px;
}
.footer-wrapper .ttl-h2 {
  color: #222222;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(1.2rem, 2vw + 1rem, 1.6rem);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.footer__title-h3 {
  color: #222222;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 15px 0;
  margin-bottom: 30px;
}
.footer__suffix {
  color: #777777;
  padding-left: 10px;
  font-size: 14px;
}
.main-section p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.main-section .ttl-h2 {
  position: relative;  
  padding: 0.2em 0.5em; 
  margin-top: 0px;
  margin-bottom: 40px;
  color: #222222;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(1.2rem, 2vw + 1rem, 1.5rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.ttl-h3 {
  margin-bottom: .7em;
  padding: 5px 10px;
  color: #ffffff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  background-color: #000;    
}
.main-section .ttl-h6 {
  font-size: 15px;
  font-weight:700;
  margin: 15px 0;
}
.side-section .side-h3 {
  margin-bottom: 10px;
  padding: 0.2em 1.4em;
  color: #222222;
  font-weight: bold;
  font-size: 124%;
  position:relative;
}

#container {
  z-index: 101;
  padding-top: 40px;
}
.main-section h2.large-headline {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight:700;
  position: relative;
  padding: 1rem;
  border: 2px solid #000;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color :#000;
  margin-bottom: 30px;  
}
.main-section h2.large-headline:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  content: "";
  border: 2px dotted #000;
}

.main-section h2.item-headline {
  font-family: 'Zen Kaku Gothic New', sans-serif; 
  font-weight:700;
  position: relative;
  font-size: clamp(1.2rem, 2vw + 1rem, 1.6rem);
  margin-bottom: 25px;
  margin-top: 0px;
  padding: 0.1em 0.6em;  
  color: #222222;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.main-section img.img-border {
border: 1px #CDCDCD solid;
}
.main-section .table-border {
border: 1px #CDCDCD solid;
}
#shipping-table table .60size {
    text-align: right;
}
/*コンセプト */
.top-concept {
  margin-bottom: 50px;
}
.top-concept-txt h2 {
  font-size: 28px;
  font-weight:700;
  color: #734e1d;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  line-height: 1.8;  
}
.top-concept-body {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 2;
 }
@media only screen and (max-width: 1200px) {
.top-concept-txt h2 {  
  font-size: 26px;
 }
 }
@media only screen and (max-width: 768px) {
.top-concept-txt h2 {  
  font-size: 24px;
  margin: 20px 0;
 }
.top-concept {
  margin-bottom: 30px;
 }
.top-concept-body {
  font-size: 15px;
 }
 }
/*プロダクツリスト */
.top-products-list {
  background-image:url(https://img21.shop-pro.jp/PA01493/708/etc/daruma-t.png), url(https://img21.shop-pro.jp/PA01493/708/etc/wood-texture03.png);
  background-repeat: no-repeat,repeat;
  background-position: 50% 50%;
  padding:40px;
  margin-bottom: 20px;
}
.top-products-txt {
position: relative;  
}
.top-delicious {
  position: absolute;
  top: 0px;
  left: 50px;
  width: 100%;
  height: auto;
}
.top-products-list-main-wrap {
  width: 80%;
  margin: 0 auto;
}
.top-products-list-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  margin: 0 -15px;
}
.top-products-list-main > div {
  width: 20%;
  padding: 0 15px;
  box-sizing: border-box;  
}
.top-spice01 {
}
.top-spice02 {
}
.top-spice03 {
}
.top-spice04 {
}
.top-spice05 {
}
.top-products-list h2 {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.2em;
 }
.top-products-list h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif; 
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 1.2px;
 }
.top-products-list-body{
 }
.img a {
  opacity: 1 !important; 
 }
.guide_block p {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 20px;  
}

.guide_block h2 {
  border-top: none;
}

.guide_block h2:before {
  border: none;
}


.guide_block h4 {
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  margin-bottom: 15px;  
  color: #222222;
  border-left: dashed 1px #000;
}
.free-page-contents {
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
.concept-block h2 { 
  font-size: 19px;
  }
.top-delicious {
  top: 0px;
  left: 0px;
}
.top-products-list-main img {
  width: 50%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 980px) {
.concept-block h2 { 
  font-size: 18px;
  }
.top-products-list {
  padding: 20px;
 }
.top-products-list h2 {
  font-size: 20px;
  margin-bottom: 30px;
 }
.top-delicious {
  top: 10px;
  left: 0px;
}
.top-delicious img {
  width: 25%;
}
.top-products-list-main-wrap {
  width: 60%;
}
.top-products-list-main > div {
  width: 33.3333333333%;
}
.top-products-list-main img {
  width: 40%;
  margin: 0 auto;
}
.top-spice04 {
  margin-left: 16.6666666666%;
}
.top-spice05 {
  margin-right: auto;
}
}
@media only screen and (max-width: 768px) {
.top-delicious {
  display: none;
}
.top-products-list-main-wrap {
  width: 80%;
}
.top-products-list h3 {
  font-size: 17px; 
}
}
@media only screen and (max-width: 504px) {
.top-products-list h3 {
  font-size: 15px; 
}
}
@media only screen and (max-width: 480px) {
.top-products-list-main > div {
  padding: 0 5px;
}
}
@media screen and (min-width:980px) { 
}
@media screen and (min-width:768px) {
.sp-br02{
  display: none;
}
.sp-br03{
  display: none;
}
}
@media screen and (min-width:480px) {
.sp-br { 
  display: none;
  }
  }
/* ************************************************
 *  ヘッダーカスタマイズ
 * ************************************************ */
.flex-wrapper {
  display: grid;
  grid-template-columns: 1fr 180px 1fr;
  gap: 30px;
  align-items: center;
}

.display-flex {
list-style: none;
}

.flex-wrapper >:last-child {
    margin-left: auto;
}

.header-tel {
margin-top: 15px;
margin-right: 10px;
}

.sp-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
  }
.logo-sp {
  margin-right: auto;
  padding: 5px;
  }
.facebook-sp {
  }
.twitter-sp {
  margin-right: 20px;
  }
.instagram-sp {
  margin-right: 20px;
  margin-left: 15px;
  }
.favorite-sp {
  padding: 5px;
  }
.login-sp {
  padding: 5px;
  }
.cart-sp {
  padding: 0px;
  }

.head-bar-wrap {
  padding: 8px 0;
  color: #fff;
  background-image: url(https://img21.shop-pro.jp/PA01493/708/etc/wood-texture02.png);
  background-repeat: repeat;
  font-weight: bold;
  width: 100%;
  height: 18px;
  z-index: 200;
}
.head-bar-wrap h1 {
  float: left;
  font-weight: 500;
}
.head-bar-wrap-sp {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-color: #000;
  text-align: center;
  border-bottom: 1px dotted #999;
}
.head-bar-wrap-sp p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 90%;
  padding: 0.3em;
}

.header-catchcopy {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.8;
}
@media screen and (min-width: 1200px) and (max-width: 1270px) {
.header-catchcopy { 
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  }
}
@media only screen and (max-width: 1200px) {
.header-catchcopy { 
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  }
}
@media only screen and (max-width: 980px) {
.flex-wrapper {
  gap: 15px;
}
.header-catchcopy { 
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  }
.header-side ul {
  margin-left: 0px;  
}
}
@media screen and (max-width:768px) {
.sp-header {
  display: block;
}
.logo-sp img{
  width: 70% !important;
 }
.header-catchcopy { 
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  }
}
.header-side {
}

@media screen and (max-width:1024px) {
    /*　画面サイズが1024px以下の場合読み込む　*/
  html,
  body {
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
    overscroll-behavior: none;    
  }  
}


/* スマホ用ヘッダーコンタクト開始 */
.logo-sp-wrap  {
}
.header_button-sp-wrap  {
  display: block;
}
#header-bottom-area  {
  width: 100%;
  padding-top: 10px;
  background-image: url(https://img21.shop-pro.jp/PA01493/708/etc/wood-texture02.png);
  border-top: 1px dotted #000;
 padding: 10px 0px;
}
.sp-contact-area  {
  width: 100%;
  background-color: #000;
}
#sp-contact-area .inner-wrap  {
  padding:  0 5%;
}
#header-tel-sp  {
  width: 45%;
  float: left;
  margin-left: 12px;  
}
#header-tel-sp  img{
  width: 100%;
}
#header-contact-sp  {
  width: 100%;
  float: right;
  width: 45%;
  margin-right: 12px;
}
#header-contact-sp a {
}

#header-contact-sp img {
  width: 100%;
}
#sp-header-tel {
  width: 100%;
  background-color: #ffffff;
  border-top: 1px dotted #000;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
}
#sp-header-tel a {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .8px;
}
  #header-bottom-area  {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;    
}
#header-bottom-area .inner-wrap  {
  padding:  0 10%;
}
.logo-sp {
  text-align: center;
  }
.facebook-sp {
  }
.twitter-sp {
  }
.instagram-sp {
  }
.favorite-sp {
  }
.login-sp {
  }
.cart-sp {
  }

@media screen and (max-width:768px) {
.header_button-sp-wrap {
  display: none;
}
#header-bottom-area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  }
.facebook-sp-under {
  margin-left: 30px;
  }
.twitter-sp-under {
  margin-left: -50px;
  }
.instagram-sp-under {
  margin-left: -50px;
  }
.favorite-sp-under {
  margin-left: -60px;
  }
.loging-sp-under {
  margin-left: -60px;
  }
.cart-sp-under {
  margin-right: 30px;
  margin-left: -60px;
  }
#header-tel-sp {
  margin: 15px 0 15px 20px;
}
#header-contact-sp  {
  margin: 15px 20px 15px 0;
}
}
@media screen and (max-width:500px) {
#header-tel-sp {
  margin: 5px 10px;
}
#header-contact-sp  {
  float: right;
  width: 45%;
  margin: 5px 10px;
}
.logo-sp-wrap  {
  margin: auto;
  }
.logo-sp img{
  width: 60% !important;
 }
.header_button-sp-wrap {
  display: none;
  }
#header-bottom-area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  }
.facebook-sp-under {
  margin-left: 20px;
  }
.twitter-sp-under {
  margin-left: -10px;
  }
.instagram-sp-under {
  margin-left: -10px;
  }
.favorite-sp-under {
  margin-left: -5px;
  }
.loging-sp-under {
  margin-left: -20px;
  }
.cart-sp-under {
  margin-right: 20px;
  margin-left: -20px;
  }
  }
@media screen and (max-width:400px) {
#header-tel-sp {
  margin: 0 5px 0 10px;
}
#header-contact-sp  {
  margin: 0 10px 0 5px;
}
  }
/* スマホ用ヘッダーコンタクト終了 */

/* スマホ用グルーバルナビ開始 */
.sp-global-nav-wrap  {
  width: 100%;
  border-bottom: 1px dotted #000000;  
}
.sp-global-nav-wrap .row:before,
.sp-global-nav-wrap .row:after {
  content: none;
}

.sp-global-nav-primary {
  font-weight:700;
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
margin: 0;
}

.sp-global-nav {
  font-weight:700;
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
margin: 0;
}
.sp-global-nav .sp-global-nav__unit {
  text-align: center;
  padding: 0.4em 0;
  width: 50%;
  box-sizing: border-box;
  display:inline-block;
  background-color: #000;
  color: #ffffff;
}
.sp-global-nav h3{
  color: #fff;
  text-decoration: none;
  font-size: 17px; 
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.06em;
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
}
.sp-global-nav span{
  font-size: 11px; 
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
}
.sp-global-nav .sp-global-nav__unit a {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased; 
  color: #fff;
  padding: 5px 0;
  letter-spacing: .8px;
}
.sp-global-nav__unit a:hover {
  text-decoration: none;
}

.sp-global-nav__unit {
  text-align: center;
  padding: 0.4em 0;
  width: 50%;
  box-sizing: border-box;
  display:inline-block;
  border-top: 1px dotted #f7f7f7;  
}
.sp-global-nav__unit a:hover {
  text-decoration: none;
}
.sp-global-nav li.sp-global-nav__unit:nth-child(odd) {
  border-top: 1px dotted #f7f7f7;  
  border-right: 1px dotted #f7f7f7;  
}

.global-nav__txt-sp {
  color: #222;
  font-weight: bold;
}
.sp-global-nav__unit  a {
width:100%;
display:block;
}

/* スマホ用グルーバルナビ終了 */

.upbar-wrap {
  color: #fff;
  background-color: #000;
   padding: 10px 0;
}
.upbar__lead {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-size: 0.8em;
  margin: 0;
}
.upbar-list {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}
.upbar-list__unit {
  padding: 0 1px;
  display: inline-block;
}
.header-contact-tel {
  float: right;
    margin-bottom: 15px;
}
.header-info-box {
  float: right;
}

#navigation{
width:100%;
height:70px;
background:linear-gradient(#cdcdcd,#cdcdcd);
}

#navigation ul{
width:1225px;
margin:0 auto;
padding:8px 0;
background:linear-gradient(#cdcdcd,#cdcdcd);
}

#navigation ul li{
width:200px;
border-right:1px solid #ffffff;
float:left;
font-weight:bold;
text-align:center;
}

#navigation ul li a{
color:#ffffff;
display: block;
width:100%;
padding:12px 0;
font-size:18px;
}

#navigation ul li:last-of-type img{
vertical-align:text-bottom;
width:15%;
padding-left:10px;
}

#navigation ul li:last-of-type a{
padding-left:15px;
}

#navigation ul li:last-of-type{
border-right:none;
}

#header-wrapper {
}
.global-nav-wrap {  
  background-color: #000;
  border-bottom: 2px solid #222; 
}
.global-nav-wrap li:first-child a {
  border-left: 2px  dotted #ffffff;
}
.global-nav {
  display: flex;
  font-weight:700;
  padding: 8px 0;
}

.global-nav__unit {
  flex: auto;
  text-align: center;
  border-right: 2px dotted #ffffff;
  padding: 0;
  width: auto;
}
.global-nav__unit i {
  vertical-align: -44%;
  margin-right: 10px;
}
.global-nav__txt {
  display: block;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.global-nav__txt h3{
  color: #fff;
  text-decoration: none;
  font-size: 17px; 
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.06em;
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
}
.global-nav__txt span {
  font-size: 11px; 
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
}
.global-nav__txt:hover {
  opacity: .6 !important;
  transition: .3s ease;
}

/* スライダー */

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

/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
  display: none !important;
}

.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;
    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;
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
    max-width: 100%;
  }

.header-global-nav {
  z-index: 100;
  float: right;
}
  .header-global-nav ul {
    margin-top: 25px;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 15px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    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-side ul {
  display: flex;
  justify-content: flex-end;
  margin-left: 0px;
  margin-bottom: 15px;
  list-style-type: none;
}
.header-facebook {
  margin-top: 5px;
}
.header-instagram {
  margin-top: 5px;
  margin-left: 10px;
}
.header-twitter {
  margin-top: 5px;
  margin-left: 10px;
}
.header-favorite {
  margin-left: 15px;
}
.header-shipping {
  margin-left: 10px;
}

.header-myaccount {
  margin-left: 10px;
}

.header-cart {
  margin-left: 10px;
}
.header-tel-area {
  margin-top: 25px;
}
.header-tel01 {
}
.header-tel02 {
  margin-left: 20px;
}  
#search_button {
    width: 42px;
    height: 30px;
   margin-left: 10px;  
}

.side-section-lst li{
    padding-left: 45px;  
    padding: 0px 0px 1.4em 1.4em;    
    position: relative;
    border-bottom: 1px dotted #222222;
}

.side-section-lst li a {
    display: block;
    width:100%;
}

.side-section-lst li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #222222;
}

.side-group-list li a:hover {
    text-decoration: none;
    color: #009EE6;
}

.side-group-list li a {
    display: block;
    padding: 5px 0;
}

.table-striped th {
    background: #DBDBDB;
}
.table-striped {
    border-bottom: 1px solid #aaa;
}
.table-striped td {
    border-right: 1px solid #aaa;
}
.table-striped td:last-child {
     border-right:none;
}

.color-box01 {
  background-color: #fbf0f0;
  border: 1.5px dashed #b82e26;
  border-radius: 5px;
  padding: 15px 20px 5px;
  margin-top: 10px;
  margin-bottom: 45px;
  font-size: 15px;
}
.color-box02 {
  background-color: #f2eee9;
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 10px;
  margin-bottom: 45px;
  font-size: 15px;
}
.color-box02 p {
  font-size: 14px;
  padding-bottom: 0; 
}
/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
  float: right;
  height: 60px;
}
.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;
}



/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 40px;
}
.side-section .side-banner li {
  margin-bottom: 15px;
}
.secondary-box .side-section li {
  margin: 20px 0;
}
  .side-section li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    -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%;
  }
  .side-category-name,
  .side-group-name {
    display: block;
    margin-top: 10px;
  }
@media screen and (max-width:980px) {
.secondary-box .side-section li {
  margin: 5px 0;
}
}
/* パンくずリスト */
.topicpath-nav {
  margin-bottom: 20px;
  font-size: 84.615%;
}
  .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,
.concept-block,
.intro-block,
.tokushu-block,
.recommend-block,
.new-item-block,
.bestseller-block,
.free_space_block,
.guide_block{
  margin-bottom: 30px;
  padding-bottom: 20px;
  word-break: break-all;
}
.concept-block {
  margin-bottom: 0px;  
}
.guide_block {
  margin-bottom: 0px;
  padding-bottom: 0px;
}  
.intro {
  display: none;
}
.info-block {
  line-height: 1.5;
  margin-bottom: 30px;  
}

#home-introduction, #home-tokushu, #home-instagram {
    margin-bottom: 45px;
    word-break: break-all;
}

.news {
  padding: 4px 0;
}

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

ul.sub-common-navi {
  padding: 0;
  list-style: none;
}
ul.sub-common-navi li {
  display: inline-block;
  margin: 0 1em 1em 0;
  padding: 0;
}
ul.sub-common-navi li a {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  max-width: 180px;
  height: 32px;
  line-height: 32px;
  padding: 0.4em .8em;
  background-color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;  
}
ul.sub-common-navi li a:hover {
  opacity: 0.6;
}

/* 商品リスト */
.prd-lst-sort {
  margin: 20px 0;
}

.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px 0 10px;
}

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

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0 10px 0;
  padding: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
  
.prd-lst-exp {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .8px;
  margin-bottom: 1em;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #ce1207;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;  
}

.product-list__prices {
  color: #222222 !important;
  font-size: 15px !important;
  font-weight: bold !important;
  letter-spacing: 0.05em !important;
}

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

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

.more-prd {
  clear: both;
}

/* 商品のページャー PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  
}
  .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 {
   text-decoration: none;
   border: 1px solid #000;
    color: #000; 
  }
  .prd-lst-pager li a:hover {
  }
  .prd-lst-pager li span {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
  }

/* 商品のページャー タブレット スマホ */
.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: 200px;
  z-index: 200;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#pagetop a {
  padding-right: 10px;
}

.notice-reason {
  background-image: url(http://file003.shop-pro.jp/PA01194/797/images/texture-02.png);
  background-repeat: repeat;
  margin-top: 40px;
  padding: 50px 0; 
  text-align: center;    
}

.notice-reason h3 {
  margin-bottom: 15px;
}

.notice-wrapper {
  background-color: #f2eee9;
  padding: 40px 0;
}

.notice-wrapper h2.ttl-h2,.notice-reason h2.ttl-h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.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: 45px 0;
  font-size: 14px;
  background-image: url(https://img21.shop-pro.jp/PA01493/708/etc/wood-texture02.png);
  background-repeat: repeat;
  z-index: 120;
}
.footer-wrapper img {
  width: 100px;
  height: 100px;
}
.footer-wrapper p {
  color: #ffffff;
  margin-bottom: 10px;
}
.footer-wrapper-sp01 {
}
.footer-lst {
  padding: 0 0 30px 0px;
}
.footer-lst h3 {
  font-size: 18px;
  color: #ffffff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 10px;
  letter-spacing: 0.1em; 
}
.footer-lst li {
  margin: 0 0 5px;
  line-height: 2em;
}
.footer-lst a {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff !important;
  font-weight: 600;
}

.tel-area {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.tel-area span {
  font-size: 15px;
}

/* ショップ紹介 */
.manager-name {
  color: #ffffff;
  margin: 0 0 20px 0;
  font-size: 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;  
}
.tel-fax {
  font-size: 25px;
  font-weight: bold; 
  letter-spacing: 0.07em;
  line-height: 1px;
}
.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
    margin-bottom: 1em;
  }
  .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%;
}
.tbl_calendar th.sat {
  color: #1877F2;
}
.tbl_calendar th.sun {
  color: #DA2E26;
}
.day-off {
    color: #FFAF97;
}

/* copyright */
.copyright {
  clear: both;
  margin: 0;
  padding: 1.9em 0;
  color: #fff;
  background: #000;  
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  z-index: 150;  
}
.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;
  }
.free-page-main h2 {
  font-size: 20px;
  color: #960000;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em; 
  margin: 20px 0;
 }
.free-page-main li {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
 }
.line-page-nav {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none !important;
  padding: 0 !important;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  margin-left: 0px;
}
.theme-yellow .line-page-nav {
  border-color: #000;
}
.line-page-nav li {
  text-align: center;
  display: flex;
  position: relative;
  flex: auto;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.theme-yellow .line-page-nav li {
  border-color: #000;
}
.line-page-nav li a {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;  
  color: #112644;
  text-decoration: none !important;
  display: block;
  padding: 20px 15px;
}
.theme-black .line-page-nav li a {
  color: #fff;
}
.theme-yellow .line-page-nav li a {
  color: #000;
}
.line-page-nav li a:hover {
  opacity: 0.6;
}
.line-page-nav li a:hover span {
  opacity: 0.6;
}
.line-page-nav li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.line-page-nav li a span {
  transition: opacity 0.3s ease;
}
.line-page-nav li .icon-arrow-bottom {
  font-size: 19px;
  display: block;
}
@media screen and (max-width: 480px) {
  .line-page-nav li .icon-arrow-bottom {
    font-size: 18px;
  }
}

/* sns */

.sns-lst {
  list-style: none;
  margin-top: 2em;
}
.sns-lst li{
  display: inline-block;
  width: 24px;
  margin-right: 8px;
}
.sns-lst li:last-child{
  margin: 0;
}
.sns-lst li img{
  width: 100%;
}

@media (min-width: 1200px) {
.a-container {
    width: 1230px;
 }  
  .container {
    max-width: 1230px !important;
  }
  .row {
    max-width: 1230px !important;
  }
.footer-lst ul li {
    position: relative;
    padding-left: 1.1em;/*アイコン分のスペース*/
}
.global-nav__txt {
    padding: 0 20px;
}  
.footer-lst ul li:before{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    left: 0;/*アイコンの位置*/
    color: #ffffff; /*アイコン色*/
    }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .global-nav-wrap {
    display: block !important;
  }
}


/* ========================================
      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(http://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
    }

    /* PCかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(http://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-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
    .nav-btn-phone img {
      width: 40px;
      height: 60px;
    }
  .search-box {
    width: 55%;
  }
  .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;
  }
      /* ボタン */
  .center-button-mid {
    padding: 3vw 12vw;
  }
.center-button-mid:hover {
    padding: 3vw 12vw;
  }
.tel-fax {
  font-size: 21px;
  font-weight: bold; 
  letter-spacing: 0.06em;
  line-height: 1px;
}
.global-nav__txt h3 {
  font-size: 16px
}
.global-nav__txt span {
  font-size: 10px
}
.free-page-button { 
  font-size: 15px; 
 }

.free-page-button:hover {
  color: #000 !important;
  background-color: #fff !important;
  border: 2px solid #000 !important;
  padding: 14px 28px; 
 }
  
  /* ========================================
        タブレットかつ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(http://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }

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

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
.sp-global-nav .sp-global-nav__unit a {
  padding: 2px;
  }
  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(http://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }

  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(http://img.shop-pro.jp/tmpl_img/68/icon_24-w.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,
  .concept-block,  
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

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

.side-section-lst li {
    padding-bottom: 0;
}  
  
  /* スマホ用メニュー */
  .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;
  }

  /* サイドメニュー */
  .side-search {
    width: 185px;
  }
  .search-box {
    width: 70%;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }

  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
  }
  .prd-lst-sort {
    text-align: center;
  }
  .product-image {
   padding-right: 0px;
}

  /* フッター */
  #pagetop {
    width: 54px;
    margin: 30px auto;
    display: block !important;
    position: static;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #pagetop a {
    padding-right: 15px;
  }
  .footer-wrapper {
    padding: 20px 0 0 0;
  }
.footer-wrapper p {
  color: #ffffff;
}
  .manager-name {
  color: #ffffff;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0 -30px;
    padding: 0;
    width: auto;
    background-color: #f2eee9;
  }
  .footer-lst ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px;
 }
    .footer-lst li {
      margin: 0;
      padding: 0;
      width: 50%;
      border-bottom: 1px dotted #734e1d;
      
    }
    .footer-lst li:nth-child(odd) {
      border-right: 1px dotted #734e1d;
    }
    .footer-lst a {
      display: block;
      padding: 8px 10px;
      color: #000 !important;
      text-decoration: none;
      font-size: 12px;
    }
    .footer-lst h3 {
      width: 100vw;
      margin-left: calc(-1vw - 0px);
      text-align: center;
      padding: 0.5em 10px;      
      color: #ffffff;
      background-color: #000;
      margin-bottom: 0px;
    }  
  .copyright {
    font-size: 10px;
  }
.tel-fax {
  font-size: 25px;
  font-weight: bold; 
  letter-spacing: 0.06em;
  line-height: 1px;
}
    /* ボタン */
  .center-button-mid {
    padding: 3vw 12vw;
   }
.center-button-mid:hover {
    padding: 3vw 12vw;
  }

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

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

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

/* カラム幅の変更 */

@media (min-width: 1230px) {
  /* デバイスサイズ 1230px以上に適用 */

.main-section {
  width: 930px;
  padding: 0;
  order: 2;
  }
}
@media (min-width: 1200px) {
  /* デバイスサイズ 1200px以上に適用 */
.secondary {
  width: 240px;
  order: 1;
  }
.secondary-box {
  padding: 16px 0px;
  margin-bottom: 40px;  
  }
.secondary.col {
    padding-right: 0% !important;
    padding-left: 0% !important;
  }
}


@media screen and (max-width: 768px) {
  .secondary {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .section-group {
    margin-bottom: 45px;
  }

  .content-group {
    margin-bottom: 30px;
    letter-spacing: 0.05em;
  }
}


@media (max-width: 1199px) {
  .section-group {
    margin-bottom: 40px;
  }

  .content-group {
    margin-bottom: 20px;
  }
}

@media (max-width: 979px) {
  .section-group {
    margin-bottom: 30px;
  }

  .content-group {
    margin-bottom: 15px;
  }
}

/*　Googleカレンダー埋め込み  */

.g-calendar {
    text-align:center;
    }

.g-calendar iframe {
    width:100%;
    max-width:968px;
    height:400px;
    }

@media (min-width: 768px) {
    
.g-calendar iframe {
    height:600px;
    }
        
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 75%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.page-top {
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.page-top {
	position: relative ;
	z-index: 100;
}

@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}

div.free-page-contents .color-box {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 30px;
    margin: 0;
    color: #222222;
  	background: #F4F1EF;  
  	background-repeat: no-repeat;
  	border-radius: 16px;  
}
.color-box p {
    font-size: 16px;
    margin: 0; 
    padding: 0;
}
.color-box h2,.color-box h3 {
    margin-top: 0px; 
}
.border-box {
    padding: 20px;
    margin: 0;
    background: #ffffff;
    border: dashed 2px #cccccc;
}


div.free-page-contents .color-box02 {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 30px;
    margin: 0px 0px 15px 0px;
    color: #111111;
  	background: #f2eee9;  
  	background-repeat: no-repeat;
  	border-radius: 16px;  
}
.color-box02 p {
    font-size: 14px;
    margin: 0; 
    padding: 0;
}
.color-box02 h2,.color-box02 h3 {
    margin-top: 0px; 
}
.border-box {
    padding: 20px;
    margin: 0;
    background: #ffffff;
    border: dashed 2px #cccccc;
}

.border-box p {
    margin: 0; 
    padding: 0;
}
.flow-box {
    margin: 0;
    counter-reset: number;
}
.flow-box h3 {
    font-size: 19px;
    margin: 0 0 5px 0;
}
.flow-box p {
    margin-bottom: 10px;
}
.flow-box h3::before {
    counter-increment: number;
    content: counter(number)".";
    padding-right: 5px;
}


.btn1 {
    width: 300px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    padding: 20px 30px 20px;
    background: #12478E;
    border-radius: 5px;
}
a.btn1:hover {
    color: #fff;
    background: rgba(18,71,142, 0.6);
}

.table-bordered {
  border: 1px solid #ddd4c9;  
}
.table-bordered th {
  background-color: #F7F5F2 !important;
  background-repeat: repeat !important;
}
.table-bordered th, .table-bordered td {
  border-left: 1px solid #ddd4c9;
  border-top: 1px solid #ddd4c9;
}
.table-bordered th:first-child {
  border-left: 0;
}
.table-bordered td:first-child {
  border-left: 0;
}
@media screen and (max-width: 767px) {
.table-bordered th {
}
}

.side_section ul li img {
	margin-bottom: 10px;
}

.day-off {
  color: #B52622;
}

.sp-free-space {
  display: none !important;
} 

.link-box figure {
  margin: 0px;
}

.link-box-text {
  background-image: url(http://file001.shop-pro.jp/PA01335/923/images/freepage/texture-01.png) !important;
  background-repeat: repeat-y !important;
}

.link-box-text h3 {
  font-size: 18px;  
  margin: 0.2em 0px;
}

.link-box {
    background-image: none;
    background-color: #F4F1EF;
} 

.c-link-box {
    margin-bottom: 35px;
}

.c-link-box img {
    width: 232px;
} 


/******************************/
/* TOP SHOP */
/******************************/
  .shop-intro {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .shop-intro {
    padding-top: 30px; 
  }
}

.shop-intro-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .shop-intro-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .shop-intro-wrap:before {
    content: none;
  }
}

.shop-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}

.shop-intro-box {
  position: relative;
  z-index: 100;
  color: #ffffff;
  margin: 30px auto;
  padding: 15px;
}

.shop-intro__bg img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .shop-intro__bg .simpleParallax {
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .shop-intro__bg .simpleParallax {
    overflow: hidden !important;
  }
}

.shop-intro-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shop-intro-contents {
    min-height: inherit;
  }
}

@media screen and (max-width: 568px) {
  .shop-intro-contents {
    min-height: 600px;
  }
}


h3.shop-intro-box__ttl {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 24px; 
  letter-spacing: 0.05em;
  margin-top: 0px;
}

.shop-intro-box__body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 15px; 
  line-height: 2em; 
  letter-spacing: 0.05em;  
}

@media screen and (max-width: 767px) {
.shop-intro-contents {
  min-height: inherit;
  }
}
@media screen and (max-width: 480px) {
.shop-intro-box__ttl {
  text-align: left;  
  }
.shop-intro-box__body p {
  text-align: left;  
}
}
.shop-intro-box {
  position: relative;
  z-index: 100;
  width: 660px;
  color: #ffffff;
}


.shop-intro-box__ttl {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .shop-intro-box__ttl {
    font-size: 17px;
  }
}

.shop-intro-box__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .shop-intro-box__body {
    margin-top: 0;
  }
}

.shop-intro-box__url {
  margin-top: 15px;
}
.shop-intro-box__url a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .shop-intro-box__url a {
    color: #2d2d2d;
  }
}

.shop-intro-box__btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .shop-intro-box__btn {
    margin-top: 20px;
  }
.global-nav-wrap {
  display: none !important;
  }  
}



 .p-concept {
  display: none;   
}

.c-btn {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-align: center;
  padding: 10px 120px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  color: #FFFFFF;
}
@media screen and (max-width: 378px) {
.c-btn {
  width: 80%;
  display: block;
  padding: 10px 10px;
  text-align: center;
  margin: 0 20px;
}
}

@media screen and (max-width: 568px) {
  .f-para-btn {
    padding: 2vw 8vw;
  }
}


.product-list__fav-items {
  margin-top: 10px;
  width: 30px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #eece22;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
  
#tokushu-group-list img {
    margin-bottom: 10px;  
}

#tokushu-group-list .grp-lst-name {
    font-weight: bold;  
}
.color-box {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  background-image: url(https://img21.shop-pro.jp/PA01493/708/etc/wood-texture02.png) !important;
  color: #ffffff !important;
}
.color-box h3{
  color: #ffffff;
}