/* ************************************************
*  all
* ************************************************ */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
   font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  background-color: #fff;
  background-image: url(<{$page_bgimg}>);
  color: #333333;
  -webkit-font-smoothing: antialiased;
}

img{
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

a {
  text-decoration:none;
  color: #333333;
}
a:hover {
  color: #333333;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

p {
  margin: 0 0 10px;
}

ul, ol, form {
  margin: 0;
}

ul, li {
  list-style: none;
  padding-left: 0;
}

.red{
  color: #ff0000;
}

.l-main {
  padding-top: 30px;
}
@media screen and (max-width: 1110px) {
  .l-main {
    margin-top: 0px !important;
    padding-top: 0;
  }
}
.l-bottom {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 30px;
  }
}
@charset "euc-jp";
.c-breadcrumbs{
 text-align:right;
}
#wrapper{
  width: 100%;
    position: relative;
}
/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}

/* 非表示 */
@media screen and (max-width: 767px) {
  .pcda{
    display:none;
  }
}
@media screen and (min-width: 768px) {
  .spda{
    display:none;
  }
}
/* 非表示 */


/* 背景波 */
.wave{
  position: absolute;
  width:100%;
  z-index:-1;
}
/* 背景波 */

/* ヘッダー用余白(フリーページ) */
@media screen and (max-width: 767px) {
.main__section--free{
  margin-top: 100px;
  }}
/* ヘッダー用余白(フリーページ) */


/*　ハンバーガーメニュー　*/
#header nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 2147483647;
  opacity: 0;
  visibility: hidden;
}
.openn nav {
  left: 0!important;
  opacity: 1!important;
  visibility: visible!important;
}
#header nav .innerr {
  padding: 25px;
}
#header nav .innerr ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header nav .innerr ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #330000;
}
#header nav .innerr ul li a {
  display: block;
  font-size: 14px;
  font-weight:bold;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}

@media screen and (max-width: 1110px) {
  #navArea nav {
    width: auto;
    height:100vh;
  }
}
#navArea{
  margin-right: 55px;
}
@media screen and (max-width: 500px) {
  #navArea{
  margin-right: 45px;
}
}
  
/*============
.toggle_btn
=============*/
 .toggle_btn {
  display: block;
  position: absolute;
  width: 45px;
  height: 50px;
  transition: all .5s;
  cursor: pointer;
  z-index: 99998;
}
 
.toggle_btn::after {
    content: "メニュー";
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: -14px;
    left: -12px;
  text-wrap:nowrap;
}
.openn .toggle_btn::after {
    content: "とじる";
    color: #fff;
    left: -4px;
    -webkit-text-stroke: 0px;
    text-stroke: 0px;
    border: none;
}
@media screen and (max-width: 767px) {
  .toggle_btn::after {
    font-size: 15px;
    left: -7px;
  }
  .openn .toggle_btn::after {
    left:0;
  }
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 45px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  transition: all .5s;
  box-sizing: border-box;
}
.toggle_btn span:nth-child(1) {
  top: 10px;
}
.toggle_btn span:nth-child(2) {
  top: 22px;
}
.toggle_btn span:nth-child(3) {
  bottom: 13px;
}
.openn .toggle_btn span {
  background-color: #fff;
  border:none;
}
.openn .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.openn .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.openn .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-14px) rotate(315deg);
  transform: translateY(-14px) rotate(315deg);
}
@media screen and (max-width: 500px) {
  .openn .toggle_btn{
    display:none;
  }
  .toggle_btn span {
        width: 35px;
    height: 2px;
  }
  .toggle_btn::after {
    font-size:13px;
  }
  .toggle_btn span:nth-child(2) {
  top: 23px;
}
}
@media screen and (min-width: 501px) {
  .tozi{
    display:none;
  }
}
.tozi{
  border-bottom:none!important;
  margin-bottom:10px!important;
}
.tozi a{
  font-size:17px!important;
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.openn #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: .8;
  z-index: 99997;
  cursor: pointer;
}

/*============
具
=============*/
.box_search {
  position: relative;
  margin: 20px auto;
  width: 100%;
}
.box_search i {
  position: absolute;
  top: 17px;
  right: 20px;
}
.box_search input{
  padding: 15px 0 15px 30px;
  background: #fff;
  border: solid 2px #333;
  border-radius: 100vh;
  width: 100%;
}
/***** side navi *****/
.l-side-navi {
  margin-bottom: 50px;
}
.l-side-navi__ttl {
  margin: 0;
  padding: 15px 20px 15px 5px;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-side-navi__ttl {
    font-size: 16px;
  }
}
.l-side-navi-list {
  border-bottom: 1px solid #7d7d7d;
  list-style: none;
    padding-inline-start: 0;
}
.l-side-navi-list__item {
  border-top: 1px solid #7d7d7d;
}
.l-side-navi-list__link {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 1rem;
  border: 0;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  background: transparent;
  color: #000000;
  text-align: left;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link {
    width: 100%;
    text-align: left;
  }
}
.l-side-navi-list__link.is-link:before {
  margin-top: -4px;
  transform: rotate(-45deg);
}
.l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
  background: transparent;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
    background: #ffffff;
  }
}
.l-side-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link:before {
    right: 20px;
    margin-top: -4px;
    border-color: #000000;
  }
}
.l-side-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-side-navi-sub-list {
  display: none;
  padding: 5px 0;
  background: #fbfbfb;
  list-style: none;
}
.l-side-navi-sub-list__link {
  display: block;
  padding: 15px 15px 15px 30px;
}
/*　ハンバーガーメニュー　*/


/* ヘッダー */
#header{
  top: 0;
  z-index: 100000;
  width: 90%;
  margin: auto;
  transition: all 0.3s ease;
  position:relative;
}

@media screen and (max-width: 1110px) {
  .l-header {
  width:95%;
  }
}
@media screen and (max-width: 767px) {
  #header{
    position:fixed;
    width:100vw;
  }
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  .l-header.transform{
    background-color:transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
  }
}

.l-main-navi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}

.l-header-main {
  position: relative;
  padding-top: 1.5rem;
    padding-bottom: 1rem;
   height: 90px;
}
  
.l-header-logo__img {
  position: absolute;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.l-header-logo__img img{
  height:60px;
  width:auto;
}
@media screen and (max-width: 767px) {
.l-header-logo__img img{
  height:50px;
  margin-top:10px;
  width:auto;
}
}
@media screen and (max-width: 1110px) {
  #headcon,#head2{
    display:none!important;
  }
}
@media screen and (min-width: 1111px) {
  #header{
    display:none;
  }
}

/******************************/
/* Layout */
/******************************/
.l-contents-wrap {
  display: grid;
grid-template-columns: 1fr 4fr;
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .l-contents-wrap {
    display: block;
  }
}
.l-contents-main {
  grid-area: 1 / 2 / 2 / 3;
  padding: 0 50px;
}
@media screen and (max-width: 1110px) and (min-width:768px){
  .l-contents-wrap {
    grid-template-columns: 1.5fr 4fr;
}
  .l-contents-main {
  padding: 0 30px;
}
}
@media screen and (max-width: 767px) {
  .l-contents-main {
    width: auto;
    padding: 0;
  }
}
.l-contents-side {
  order: -1;
  grid-area: 1 / 1 / 2 / 2;
  margin-top:21px;
}
@media screen and (max-width: 767px) {
  .l-contents-side {
    margin-top: 60px;
    width:100%;
  }
}
/******************************/
/* category */
/******************************/
.p-category__ttl {
  margin: 10px 0 30px 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-category-list__item {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: left;
  }
}
.p-category-list__link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-category-list__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-category-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.p-category-list__img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-category-list__img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 75px;
  }
}
.p-category-list__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-category-list__name:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    flex: 1;
  }
}
/***** カテゴリ一覧 *****/

/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 10px;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}
/***** 商品件数・ソート *****/

.conwrap{
  display:flex;
  margin:50px auto;
}
.conwrap a{
  width:48%;
  margin:auto;
}
.conbot{
  width:auto;
   height:4em;
   border-radius:50px;
   background:#fff;
  display:flex;
   align-items:center;
   justify-content:center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
  transition: .3s;
  padding: .9em 2em;
  margin:auto;
}
@media screen and (min-width: 768px) {
.conbot:hover{
  transform: translateY(4px);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px;
}
}
@media screen and (max-width: 767px) {
  .conwrap{
  display:initial;
}
  .conbot{
    margin:10px auto;
    box-shadow:none;
    border:solid 1px;
  }
}



/******************************/
/* Utility */
/******************************/
.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 80%;
}
@media screen and (max-width: 1110px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 95%;
  }
}
@media screen and (max-width: 1110px) {
  .u-container {
    padding-left: 0;
    padding-right: 0;
    width: 95%;
  }
}
.u-contents {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-img-scale img {
  display: inline-block;
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    transform: none;
  }
}

/***** FAVORITE *****/
.c-favorite-list {
  display: flex;
  flex-wrap: wrap;
  list-style:none;
}
.priceyose{
  text-align:right;
}
@media screen and (max-width: 1110px) {
  .c-favorite-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-left: 9px;
  padding-right: 9px;
  width: calc(100% / 6);
}
@media screen and (max-width: 767px) {
  .c-favorite-list__item {
    width: calc(100% / 4);
  }
}
.c-favorite-list__img {
  position: relative;
  margin:auto;
      width: auto;
}
@media screen and (max-width: 1110px) {
  .c-favorite-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}
.c-favorite-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-favorite-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-favorite-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.c-favorite-list__price {
  color: #909090;
  margin-top: 15px;
  white-space: normal;
  text-align:right;
}
.c-favorite-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-favorite-list__btn {
  position: absolute;
  right: 30px;
  bottom: 0;
}

/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 25px;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 30px;
  letter-spacing: 0.3em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-main {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.c-ttl-main__ja {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
  color: #909090;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl-main__ja {
    margin-bottom: 2px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.c-ttl-sub {
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.c-ttl-sub__ja {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #909090;
  letter-spacing: 0;
}
.c-ttl-second {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 21px;
  letter-spacing: 0.3em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-second {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
/********** パーツ **********/
.c-item-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
 padding-inline-start: 0;
}
.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-bottom: 0;
  width: 25%;
  transition: opacity 0.2s;
  word-break: break-all;
}
.c-item-list__img {
  position: relative;
  margin-bottom: 30px;
  border-radius:5px;
}
  @media screen and (max-width: 1110px) {
    .c-item-list__img{
      margin-bottom:10px!important;
    }
    .c-item-list__ttl {
    font-size:0.9em;
    }
  .c-item-list__item {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    padding-left: 10px;
    padding-right: 10px;
    width:50%;
  }
  .c-item-list__img {
    text-align: center;
  }
}
.c-item-list__item.is-hidden {
  display: none;
}

.c-item-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-item-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-item-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.c-item-list__ttl img {
  vertical-align: middle;
}
.c-item-list__price {
  color: #909090;
  margin-top: 15px;
  text-align:right;
}
.c-item-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-item-list__expl {
  margin-top: 15px;
}
.c-item-list__btn {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1110px) {
  .c-item-list__btn {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    right: 10px;
  }
}
.c-item-list__btn.is-added {
  color: #000000;
}
.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

/********** button **********/
.c-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 18px 45px 18px 25px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 0;
  border-right: 0;
  min-width: 150px;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #000000;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.3em;
}
.c-btn:before, .c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
.c-btn:after {
  transform: rotate(90deg);
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn:hover:before {
  transform: rotate(90deg);
}
.c-btn:hover:after {
  transform: rotate(180deg);
}
.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 25px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  background: #2c7258;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  background: rgba(44, 114, 88, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}
.c-btn-cart.is-disabled:hover {
  background: rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
  background: #ac0000;
  cursor: default;
}
.c-btn-cart.is-soldout:hover {
  background: #ac0000;
}
.c-btn-cart.is-membersonly {
  background: #53a6a5;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #53a6a5;
}
.c-icon-cart {
  display: inline-block;
  margin-right: 20px;
  width: 19px;
  height: 18px;
  background: url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
  background-size: 19px 18px;
  vertical-align: -2px;
}
.c-more {
  text-align: center;
}
.c-not-found {
  margin-bottom: 60px;
}
/********** table **********/
.c-tbl-list {
  border-top: 1px solid #b2b2b2;
}
.c-tbl-list__tr {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__tr {
    display: block;
  }
}
.c-tbl-list__th {
  margin: 0;
  width: 270px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    margin-bottom: 10px;
    width: auto;
  }
}
.c-tbl-list__td {
  flex: 1;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-left: 0;
  }
}
/********** breadcrumbs **********/
.c-breadcrumbs + .u-contents {
  padding-top: 30px;
}
.c-breadcrumbs-list {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs-list {
    font-size: 10px;
  }
}
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.c-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
  content: none;
}
.c-breadcrumbs-list a {
  color: #000000;
}
/********** pager **********/
.c-pager {
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 30px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 6px;
  margin-right: 6px;
  min-width: 30px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 45px;
  }
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #000000;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: #535353;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-current:hover {
  border-color: #535353;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #d8d8d8;
  background: #d8d8d8;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
    margin-left: -4px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #d8d8d8;
}
.c-pager-list__link.is-prev:before {
  border-right: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #000000;
  }
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next:before {
  border-left: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #000000;
  }
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa;
}

.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}
.l-bottom {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 30px;
  }
}

.link-hover::after {
  content: '▼';
  font-size: 10px;
}
.pdaco{
    background: #fff;
    cursor: pointer;
      display: grid;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1vw;
    padding-bottom: 1vw;
}
.pdlist{
  display:none;
    background: #fff;
}
.dropdown__lists {
    width: 50vw;
    position: absolute;
    top: 2vw;
  z-index:5;
  list-style:none;
  padding-inline-start:0;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 9px 10px;
    background-color: #fff;
  display: flex;
    align-items: center;
  text-align: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.5vw 5vw;
    border-radius: 0 0 10px 10px;
}
.dropdown__list {
    background-color: #fff;
    height: 60px;
    position: relative;
  padding-right: 2vw;
}
.dropdown__list a{
  padding-bottom:0!important;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    transform: rotate(135deg);
    position: absolute;
    right: -30px;
}

/* ************************************************
*  footer
* ************************************************ */

#footer {
  clear:both;
  margin-top: 60px;
  padding: 30px 0 20px;
  width:100%;
  border-top: 1px solid #ccc;
  color: #666;
  text-align: center;
}

#footer a {
  color: #666;
}
#footer .footer_menu {
  width: 750px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#footer .footer_menu li {
  width: 20%;
  margin: 0 5px;
}
.copyright {
  clear: both;
  padding: 1em 0 2em 0;
  text-align: center;
  font-size: 76.923%;
}
@media (max-width: 767px) {  
#footer {
  margin: 0;
  border-top: none;
  padding: 15px 0 10px 0;
}
#footer .footer_menu {
  width: 90%;
  flex-wrap: wrap;
}
#footer .footer_menu li {
  width: 30%;
  margin: 0 5px;
}
#footer .footer_menu {
  margin-bottom: 0;
}
#footer .footer_menu li {
  font-size: 0.7em;
  margin: 10px 0;
}
.copyright {
  font-size: 0.6em;
  padding: 1em 0;  
}
}

/******************************/
/* footer */
/******************************/
.l-footer {
  padding: 70px 0 50px 0;
  text-align: center;
}
.l-footer ul{
  padding:10px;
}
.l-footer-main {
  width: 1110px;
  margin: auto;
}
@media screen and (max-width: 1110px) {
  .l-footer-main {
    width: 100%;
    display: block;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
.l-footer {
  padding: 35px 0 25px;
  }
}  
.l-footer h3 {
  border: 1px solid #4b2e1c;
  padding: 5px 0;
  display: block;
  background-color:#fff;
   font-size: 1.17em;
  margin-block-start: 0;
}
.l-footer-navi {
  display: flex;
   justify-content: space-around;
    margin-top: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    display: block;
    margin-top: 15px;
  }
}
.l-footer-navi-list {
  width: 23%;
  list-style:none;
}

ul.l-footer-navi-list li img {
  margin: 1rem auto;
  width: 50px;
}

.l-footer-navi-list li {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .l-footer-navi-list {
    width: auto;
  }
}

.l-footer-navi-list__item {
  text-align: left;
  padding: 0 5px 0 5px;
}

.more_btn {
  text-decoration: underline;
  text-align: right;
  display: block;
  margin: 25px 0 40px;
  padding: 0 5px 0 0;
}
.l-footer-info h3 {
  border: none;
  color: #fff;
  background: #ac1212;
}
.l-footer-navi-info {
  width: 25%;
  list-style:none;
  padding-inline-start: 0;
}
.l-footer-navi-info .num {
  font-size: 2em;
  display: block;
}
.contact_btn {
  display: block;
  padding: 15px 0;
  border-radius: 7px;
  background: #fff;
  font-size: 1.2em;
  margin: 25px 0;
  border: 1px solid #4b2e1c;
}
.contact_btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1110px) and (min-width: 768px)  {
  .l-footer-navi-info {
  width: 23%;
}
.l-footer-navi-info .num {
  font-size: 1.6em;
}
  .contact_btn {
    font-size:1em;
  }
   .l-footer ul{
    padding:0;
  }
}
.l-footer-copyright {
  padding-top: 10px;
  padding-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
.l-footer-navi-info {
  width: 100%;
  }
  .l-footer-copyright {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-terms {
  display: flex;
  margin: auto;
  padding-top: 15px;
  justify-content: center;
    align-items: center;
  list-style: none;
  width:95%;
}
.l-terms li {
  padding: 0 15px;
  font-size: 0.8em;
}
.l-terms li:first-child {
  border-right: 1px solid #4b2e1c;
}
.l-copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* 注意喚起 */
.caution {
  margin-top: 0px;
  padding-top: 20px;
}
.caution a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-size: 0.8em;
  height: 40px;
  width: 1110px;
  margin: auto;
  padding: 10px;
  background: #fafafa;
  border: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
}

.caution a::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -10px;
  background-image: url("https://img07.shop-pro.jp/PA01438/298/etc/exclamation_mark.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1110px) {
.caution a {
  width: 95%;
}
.caution a::before {
  left: 10px;
}
}

.now{
  width: calc(100vw - var(--scrollbar));
  overflow:hidden;
}

/*
 * layout
 */
.headwrap{
  width:100%;
}

#headcon {
  padding:2vw 3vw;
  display: grid;
grid-template-columns: 2fr 8fr repeat(3, 0.5fr);
grid-template-rows: auto;
grid-column-gap: 13px;
grid-row-gap: 10px;
  margin-bottom:20px;
}

#head2{
   padding: 2vw 3vw 4vw 3vw;
  display: grid;
grid-template-columns: 2fr 8fr repeat(3, 0.5fr);
grid-template-rows: 1fr 9fr;
grid-column-gap: 13px;
grid-row-gap: 10px;
  height: 0;
    position: relative;
    z-index: 100;
}
#headcon .logo ,#head2 .logo{ 
  grid-area: 1 / 1 / 3 / 2;
}
#head2 .logo img{
  width:auto;
  height:100%;
  display: block;
  margin: auto !important;
}
#headcon .bar ,#head2 .bar{
  grid-area: 1 / 2 / 2 / 3; 
  background-color:#fff;
   border-radius: 60px;
  height:3vw;
  width:95%;
  margin:0 auto;
  line-height: 1vw;
  padding: 1vw 7vw 0 7vw;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}
.hnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align:center;
}

.hnav-item {
  list-style-type: none;
  position:relative;
}

.hnav a {
  display: grid;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  font-size:1vw;
  padding-bottom:1vw;
}
/*icon*/
#headcon .icon1 ,#head2 .icon1{
  grid-area: 1 / 3 / 2 / 4; 
  margin:0 0 0 auto;
}
#headcon .icon2 ,#head2 .icon2{
  grid-area: 1 / 4 / 2 / 5; 
  margin:0 auto;
}
#headcon .icon3 ,#head2 .icon3{
  grid-area: 1 / 5 / 2 / 6; 
  margin:0 auto 0 0;
}
.maru{
  width:3.3vw;
   height:3.3vw;
   border-radius:50%;
   background:#000;
  display:flex;
   align-items:center;
   justify-content:center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
  transition: .3s;
  position: relative;
}
.maru1{
  width:3.3vw;
   height:3.3vw;
   border-radius:50%;
   background:#fff;
  display:flex;
   align-items:center;
   justify-content:center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
  transition: .3s;
}
.maru svg,.maru1 svg{
  width:50%;
  height:auto;
  text-align:center;
   line-height:3.3vw;
}
.maru:hover,.maru1:hover{
  transform: translateY(5px);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px;
}
.cartnum{
  width:24px;
   height:24px;
   border-radius:50%;
  position: absolute;
   background:#ff4500;
  top: 7%;
  left: 77%;
  color:#fff;
  font-size:15px;
}
.cartnum p{
   width:25px;
   height:24px;
  text-align:center;
 line-height: 24px;
}



/* header */
.header__section {
  text-align: center;
  margin-bottom: 60px;
}

.header-search {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 310px;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.header-search__box {
  min-width: 240px;
  padding: 15px 11px 17px 51px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #333;
}
.header-search__box:focus {
  padding: 14px 10px 16px 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.header-tools {
  float: right;
  margin: 25px 0 0;
  width: 465px;
  text-align: right;
}

.header-tools__unit {
  display: inline;
  margin-left: 45px;
  line-height: 1.4;
}

.header-tools__unit-cart {
  margin-left: 21px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 14px;
}

.header__logo-img {
  margin: 90px 0;
}

.header__logo {
  margin: 70px 0;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
}

.header-gnavi__unit {
  display: inline;
}

.header-gnavi__link {
  padding: 15px 30px;
}

.header-gnavi__link--menu {
  position: relative;
  border: 1px solid <{$bordercolor_secondary}>;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid <{$bordercolor_secondary}>;
  width: 1220px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 39px;
  background: #fff;
  z-index: 50;
  text-align: left;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}

/* main */
.main__section {
  margin-bottom: 60px;
  padding:0;
  overflow: hidden;
  padding-top: 1vw;
}

.main__section--product {
  padding: 0;
}

/* sidebar */
.sidebar__section {
  float: left;
  width: 270px;
  margin-right: 60px;
}

.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 60px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  position: absolute;
  top: 0;
  right: 0;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/* contents */
.contents__section {
  width: 100%;
}

.info__section, .recommend__section, .new-item__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .new-item-list, .seller-list, .together-list {
  margin-top: 40px;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* information */
.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid <{$bordercolor_secondary}>;
  padding-top: 60px;
}

/* footer */
.footer__section {
  border-bottom: 1px solid <{$bordercolor_primary}>;
}

.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid <{$bordercolor_secondary}>;
}

.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.guide__col--one-third {
  width: 410px;
}

.guide__col--half {
  width: 625px;
}

.guide__h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid <{$bordercolor_secondary}>;
  font-size: 16px;
}

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 15px;
}

.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: <{$sub_key_color}>;
}

.footer__navi {
  margin-bottom: 40px;
}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__info {
  float: left;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
}

.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}

.sns-list__unit svg {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  fill: currentColor;
}

.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 10px;
}

.copyright {
  margin: 0 0 10px;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.category-list__unit {
  position: relative;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
/*.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}*/

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 40px;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 303px;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin-top: 10px;
  text-align: left;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}

/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.product__section {
  margin-bottom: 120px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
}

.product__explain {
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
  color: <{$sub_key_color}>;
}

.product__image-main {
  text-align: center;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}

.image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}

.image__thumb--active {
  border: 2px solid <{$bordercolor_secondary}>;
}

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: <{$sub_key_color}>;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  border-top: 1px solid <{$bordercolor_secondary}>;
  border-bottom: 1px solid <{$bordercolor_secondary}>;
  padding: 40px 0 60px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid <{$bordercolor_secondary}>;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid <{$bordercolor_secondary}>;
}

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid <{$bordercolor_secondary}>;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 20px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
  margin:auto;
}

.order-btn-list {
  margin: 0;
  padding-top: 30px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid <{$bordercolor_secondary}>;
  border-left: 1px solid <{$bordercolor_secondary}>;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid <{$bordercolor_secondary}>;
  border-right: 1px solid <{$bordercolor_secondary}>;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid <{$bordercolor_secondary}>;
  font-size: 16px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.btn-primary {
  background: black;
  border: 1px solid #333;
  color: #fff;
}
.btn-primary:hover {
  background: <{$cart_btn_color_hover}>;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
    border-radius: 10px;
  width:100%;
    height:4em;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 12px;
}

.txt--lg {
  font-size: 16px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

.is-soldout{
  color:#ac0000!important;
  text-align:right;
}
/* textarea input */
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 {
  outline: none;
}
