@charset "UTF-8";
/*-----------------------------------------------------------------------------
** common
-----------------------------------------------------------------------------*/
html {
  position: relative;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #363636;
  width: 100%;
  height: 260px;
  background: url(../images/bg.jpg) left top repeat;
  background-size: cover;
  background-color: #f2f1dc;
}
body a,
body a:hover {
  color: #0783c3;
}
body ol,
body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .list-attention li::before {
  content: "※";
}
body .indent {
  padding-left: 1em;
  text-indent: -1em;
}
body *:focus {
  outline: none;
}
body em {
  font-style: normal;
}
body img {
  max-width: 100%;
  max-height: 100%;
}

button {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button:focus {
  outline-offset: -2px;
}

.js-no_scroll {
  overflow: hidden;
}

.js-no_scroll::before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
}

.color-red {
  color: #d9332a;
}

.color-pink {
  color: #d9332a;
}

.bg-delivery {
  padding: 10px 20px;
  border-radius: 8px;
  background: #fefae1;
}

.ttl-main {
  width: 100%;
  text-align: center;
  font-size: 28px;
  margin: 120px auto 30px;
  position: relative;
  padding: 1rem 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  background: url(../images/btn-bg2.jpg);
  background-size: cover;
  color: #fff;
}
@media (max-width: 767px) {
  .ttl-main {
    margin-top: 60px;
  }
}
.ttl-main::after, .ttl-main::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  -webkit-box-shadow: 2px 2px 6px 0px rgba(107, 95, 95, 0.4);
          box-shadow: 2px 2px 6px 0px rgba(107, 95, 95, 0.4);
}
.ttl-main::before {
  top: 0;
}
.ttl-main::after {
  bottom: 0;
}

.ttl-goods {
  font-size: 24px;
  border-bottom: 2px solid #404042;
  color: #384567;
}
.ttl-goods:nth-child(n+2) {
  margin-top: 40px;
}

.addBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/btn-bg2.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 4px;
  border: 4px solid #F0E79D;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(107, 95, 95, 0.4);
          box-shadow: 2px 2px 6px 0px rgba(107, 95, 95, 0.4);
}
@media (max-width: 767px) {
  .addBtn {
    width: 85%;
    padding: 10px 30px;
  }
}
.addBtn .tryangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #404042;
  margin-left: 15px;
}
.addBtn.-black .tryangle {
  border-top: 10px solid #fff;
}
.addBtn:hover {
  color: #F0E79D;
  text-decoration: none;
}
.addBtn:hover.-black .tryangle {
  border-top: 10px solid #F0E79D;
}

.list-attention {
  margin-top: 10px;
}
.list-attention li {
  font-size: 14px;
}

/*-----------------------------------------------------------------------------
** header(navbar)
-----------------------------------------------------------------------------*/
nav.navbar {
  padding: 4px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
nav.navbar .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.navbar .img-logo {
  width: 64px;
}
@media (max-width: 767px) {
  nav.navbar .img-logo {
    width: 90px;
  }
}

.navbar-toggler {
  width: 60px;
  height: 60px;
  border-radius: 0;
  background: #bdae83;
}
@media (max-width: 767px) {
  .navbar-toggler {
    width: 50px;
    height: 50px;
    padding: 8px 12px 8px 12px;
  }
}
.navbar-toggler .icon-bar {
  position: relative;
  display: block;
  width: 36px;
  height: 2px;
  background: #fff;
}
@media (max-width: 767px) {
  .navbar-toggler .icon-bar {
    width: 24px;
  }
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 6px;
  }
}

/*-----------------------------------------------------------------------------
** menu(modal)
-----------------------------------------------------------------------------*/
button.close {
  margin-right: 0 !important;
  padding: 20px 14px !important;
  opacity: 1;
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  button.close {
    padding: 16px 10px !important;
  }
}
button.close .icon-bar:nth-of-type(1) {
  top: 6px;
  left: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #ffffff;
}
@media (max-width: 767px) {
  button.close .icon-bar:nth-of-type(1) {
    top: 5px;
    left: 2px;
  }
}
button.close .icon-bar:nth-of-type(2) {
  bottom: 4px;
  left: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #ffffff;
}
@media (max-width: 767px) {
  button.close .icon-bar:nth-of-type(2) {
    top: -3px;
    left: 2px;
  }
}

.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
.modal .modal-dialog .modal-content {
  overflow: auto;
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  background: #404042;
}
.modal .modal-header {
  padding: 1.5rem 1rem;
  border: 0;
}
@media (max-width: 767px) {
  .modal .modal-body {
    padding-top: 0;
  }
}
.modal .modal-body li a {
  position: relative;
  display: block;
  padding: 12px 16px 12px 6px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.modal .modal-body li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #ffffff;
}

/*-----------------------------------------------------------------------------
** contentsTop
-----------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .contentsTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contentsTop h1 {
  background: url(../images/mv-bg.jpg) center center no-repeat;
  padding: 70px 0 0;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  .contentsTop h1 .schedule {
    background: #000;
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .contentsTop h1 {
    padding: 30px 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.read {
  text-align: center;
}
.read p {
  padding: 30px 0 20px;
  max-width: 80%;
  margin: 1rem auto;
}
@media (max-width: 767px) {
  .read p {
    max-width: 90%;
    margin: 0 auto;
  }
}
.read .addBtn .tryangle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .read .addBtn .tryangle {
    margin-left: 10px;
  }
}

#attWrap {
  margin: 50px auto 0px;
  padding: 26px 20px;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background: url(../images/bg_02.jpg) left top repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 8px 3px #E6D5C1 inset;
          box-shadow: 0px 0px 8px 3px #E6D5C1 inset;
}
@media (max-width: 767px) {
  #attWrap {
    border: none;
    width: auto;
    margin: 40px 15px 0;
  }
}
#attWrap h2 {
  margin-bottom: 16px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 900;
  color: #d9332a;
}
@media (max-width: 767px) {
  #attWrap h2 {
    font-size: 24px;
  }
}
#attWrap ul {
  margin: 6px 0 14px 0;
}
#attWrap li {
  margin-bottom: 4px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
#attWrap dt {
  position: relative;
  padding-left: 1.4em;
}
#attWrap dt::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  color: #404042;
}
#attWrap dd {
  margin-left: 23px;
}
@media (max-width: 767px) {
  #attWrap dd {
    margin-left: 0;
  }
}
#attWrap em {
  font-weight: bold;
  color: #d9332a;
}

/*-----------------------------------------------------------------------------
** contentsWrap
-----------------------------------------------------------------------------*/
@media (min-width: 767px) {
  #contentsWrap .container {
    padding-right: 0;
    padding-left: 0;
  }
}
/*-----------------------------------------------------------------------------
** textbox
-----------------------------------------------------------------------------*/
.textbox {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #d9332a;
  text-align: center;
  margin: 25px auto;
  padding: 26px 20px;
  word-wrap: break-word;
  max-width: 1140px;
}
@media (min-width: 992px) {
  .textbox {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .textbox {
    max-width: 720px;
  }
}
@media (min-width: 576px) {
  .textbox {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .textbox {
    margin: 40px 15px 0;
    padding: 20px;
  }
}
.textbox h2 {
  font-size: 26px;
  color: #d9332a;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  margin-bottom: 18px;
}
.textbox p {
  margin-bottom: 4px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .textbox p {
    font-size: 14px;
  }
}
.textbox .addBtn {
  margin: 15px auto 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 48px;
  color: #404042;
  border: 3px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 111)), color-stop(46%, rgb(246, 209, 79)), to(rgb(246, 170, 55)));
  background: linear-gradient(180deg, rgb(255, 229, 111) 0%, rgb(246, 209, 79) 46%, rgb(246, 170, 55) 100%);
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 0 20px;
  max-width: 400px;
}
@media (max-width: 767px) {
  .textbox .addBtn {
    font-size: 14px;
    max-width: auto;
    width: 95%;
    padding: 0;
  }
}
.textbox .addBtn .tryangle {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #404042;
}

/*-----------------------------------------------------------------------------
** goodsLiWrap
-----------------------------------------------------------------------------*/
.goodsLiWrap, .goodsMain {
  position: relative;
  width: 98%;
  margin: 0 auto 40px;
  padding: 0 30px 30px 30px;
  background: url(../images/bg_02.jpg);
  border: 3px solid #545047;
}
@media (max-width: 767px) {
  .goodsLiWrap, .goodsMain {
    width: 96%;
    padding: 0 16px 16px 16px;
  }
}
.goodsLiWrap::after, .goodsLiWrap::before, .goodsMain::after, .goodsMain::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.goodsLiWrap::after, .goodsMain::after {
  width: calc(100% + 16px);
  height: calc(100% + 14px);
  top: -7.5px;
  left: -8.5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(228, 184, 54)), color-stop(46%, rgb(236, 219, 82)), to(rgb(228, 184, 54)));
  background: linear-gradient(180deg, rgb(228, 184, 54) 0%, rgb(236, 219, 82) 46%, rgb(228, 184, 54) 100%);
  border: 1px solid #6c6c6c;
  -webkit-box-shadow: 3px 5px 15px 3px rgba(255, 255, 255, 0.35);
          box-shadow: 3px 5px 15px 3px rgba(255, 255, 255, 0.35);
}
.goodsLiWrap::before, .goodsMain::before {
  width: calc(100% + 26px);
  height: calc(100% + 23px);
  top: -11.5px;
  left: -13.5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(221, 181, 114)), color-stop(46%, rgb(231, 220, 71)), to(rgb(221, 181, 114)));
  background: linear-gradient(180deg, rgb(221, 181, 114) 0%, rgb(231, 220, 71) 46%, rgb(221, 181, 114) 100%);
  -webkit-box-shadow: 2px 2px 6px 0px rgba(107, 95, 95, 0.4);
          box-shadow: 2px 2px 6px 0px rgba(107, 95, 95, 0.4);
}

.goodsMain {
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .goodsMain {
    padding: 1rem;
  }
}
.goodsMain_select {
  max-width: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.goodsMain_select dt {
  width: 70px;
}
.goodsMain_select select {
  width: 70px;
  margin-right: 5px;
  color: #333;
}
.goodsMain_content button {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  margin: 10px auto;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 48px;
  color: #404042;
  border: 3px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 111)), color-stop(46%, rgb(246, 209, 79)), to(rgb(246, 170, 55)));
  background: linear-gradient(180deg, rgb(255, 229, 111) 0%, rgb(246, 209, 79) 46%, rgb(246, 170, 55) 100%);
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 0 20px;
}
@media (max-width: 767px) {
  .goodsMain_content button {
    width: 85%;
  }
}
.goodsMain_content button .tryangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #404042;
  margin-left: 15px;
}
.goodsMain_content button:hover {
  opacity: 0.9;
}

.gtit {
  padding: 20px 30px 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #404042;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .gtit {
    margin: 0 -16px 10px;
    padding: 16px;
    font-size: 18px;
    line-height: 1.6;
  }
}

.goodsLiWrapInn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .goodsLiWrapInn {
    display: block;
  }
}
.goodsLiWrapInn .photo {
  width: 46%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .goodsLiWrapInn .photo {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.goodsLiWrapInn .photo img {
  width: 100%;
}
.goodsLiWrapInn .goodsInfo {
  width: 50%;
}
@media (max-width: 767px) {
  .goodsLiWrapInn .goodsInfo {
    width: 100%;
  }
}
.goodsLiWrapInn .order, .goodsLiWrapInn .online {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 10px 3px;
  font-size: 15px;
  color: #404042;
  border: 3px solid #b3eff9;
  background: #72e0f1;
}
@media (max-width: 767px) {
  .goodsLiWrapInn .order, .goodsLiWrapInn .online {
    margin-bottom: 8px;
  }
}
.goodsLiWrapInn .limit {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 10px 3px;
  font-size: 15px;
  color: #fff;
  border: 3px solid #404042;
  background: #404042;
  font-weight: 500;
}
@media (max-width: 767px) {
  .goodsLiWrapInn .limit {
    margin-bottom: 16px;
  }
}
.goodsLiWrapInn .detail dt {
  margin-bottom: 4px;
  padding: 0 0 4px 10px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #404042;
}
.goodsLiWrapInn .detail dd {
  padding: 0 0 0 10px;
}
.goodsLiWrapInn .detail dd + dt {
  margin-top: 20px;
}
.goodsLiWrapInn .detail .shiyou {
  font-size: 14px;
}
.goodsLiWrapInn .detail .price {
  font-size: 18px;
  font-weight: bold;
}
.goodsLiWrapInn .comment {
  padding: 8px;
  font-size: 14px;
  border-top: 1px dotted #404042;
  border-bottom: 1px dotted #404042;
}
.goodsLiWrapInn .attTxt {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
.goodsLiWrapInn .attTxt span {
  color: #cd2a0d;
}
.goodsLiWrapInn .list-lot {
  margin-bottom: 10px;
}
.goodsLiWrapInn .list-lot p {
  margin-bottom: 0.5rem;
}
.goodsLiWrapInn .list-lot-name {
  font-weight: bold;
  color: #d9332a;
}
.goodsLiWrapInn .list-lot-item {
  margin-bottom: 2px;
  padding-left: 2em;
  text-indent: -1em;
}
.goodsLiWrapInn .list-lot-item::before {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  content: "";
  border-radius: 50%;
  background: #404042;
}
.goodsLiWrapInn .single {
  width: 100%;
  margin: 20px 0;
}
.goodsLiWrapInn .single select {
  width: 80px;
  padding: 3px;
  margin-right: 8px;
}
.goodsLiWrapInn .multi {
  display: inline-block;
  width: 23%;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 767px) {
  .goodsLiWrapInn .multi {
    width: 32%;
  }
}
.goodsLiWrapInn .multi .kind {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
}
.goodsLiWrapInn .multi select {
  width: 50px;
  padding: 3px;
}

.goodsLiWrapInn .addBtn, .goodsMain .addBtn {
  margin: 10px auto;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 48px;
  color: #404042;
  border: 3px solid #fff;
  background: rgb(255, 229, 111);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 111)), color-stop(46%, rgb(246, 209, 79)), to(rgb(246, 170, 55)));
  background: linear-gradient(180deg, rgb(255, 229, 111) 0%, rgb(246, 209, 79) 46%, rgb(246, 170, 55) 100%);
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 0;
  max-width: 400px;
}
.goodsLiWrapInn .addBtn:hover, .goodsMain .addBtn:hover {
  opacity: 0.9;
}

.photo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  counter-reset: number 0;
}
.photo-area li {
  position: relative;
}
@media (min-width: 768px) {
  .photo-area li {
    width: calc((100% - 40px) / 3);
  }
  .photo-area li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .photo-area li {
    width: calc((100% - 15px) / 2);
  }
}
.photo-area li::after {
  counter-increment: number 1;
  content: counter(number) " ";
  display: block;
  width: 50px;
  height: 50px;
  background: #c73c39;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .photo-area li::after {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }
}
.photo-area li p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .photo-area li p {
    font-size: 14px;
  }
}

#totalWrap dl {
  margin: 0 0 50px;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.3);
}
#totalWrap dt {
  padding: 10px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #ffffff;
  background: #404042;
}
#totalWrap dd {
  padding: 20px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #totalWrap dd {
    padding: 20px 10px;
  }
}
#totalWrap li {
  padding-left: 1em;
  text-indent: -1em;
}
#totalWrap li span {
  color: #404042;
}
#totalWrap button {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 10px auto 0;
  padding: 18px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #404042;
  border: 3px solid #fff;
  background: rgb(255, 229, 111);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 111)), color-stop(46%, rgb(246, 209, 79)), to(rgb(246, 170, 55)));
  background: linear-gradient(180deg, rgb(255, 229, 111) 0%, rgb(246, 209, 79) 46%, rgb(246, 170, 55) 100%);
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  #totalWrap button {
    font-size: 16px;
  }
}
#totalWrap button:hover {
  opacity: 0.9;
}

.soldTxt {
  margin: 4px auto 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .soldTxt {
    margin-bottom: 20px;
  }
}
.soldTxt span {
  position: relative;
  padding: 4px 18px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #1a1a1a;
}

#jscart_replace_ {
  padding: 10px;
  background: #ffffff;
}

.photo-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.set-list {
  padding: 0 10px 10px 10px;
}
@media (max-width: 767px) {
  .set-list {
    padding: 0;
  }
}
.set-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #404042;
  padding: 20px;
}
@media (max-width: 767px) {
  .set-list li {
    display: block;
    padding: 20px 5px;
  }
}
.set-list__detail {
  width: 60%;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .set-list__detail {
    width: 100%;
    padding-right: 0;
  }
}
.set-list__info {
  border-left: 4px solid #636363;
  padding-left: 10px;
  font-size: 14px;
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .set-list__note {
    font-size: 14px;
  }
}
.set-list__img {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .set-list__img {
    width: 100%;
  }
}
.set-list__img a {
  width: 48%;
}
.set-list__img a:nth-child(n+2) {
  margin-left: 10px;
}
.set-list__ttl {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .set-list__ttl {
    margin-bottom: 12px;
  }
}

.sub-text {
  display: inline-block;
  padding: 0px 6px;
  font-size: 15px;
  color: #d9332a;
  border: 2px solid #d9332a;
  font-weight: 600;
  margin: 10px auto 5px;
}

.sub-ttl {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sub-ttl {
    font-size: 22px;
  }
}

.limit {
  display: inline-block;
  padding: 4px 10px 3px;
  font-size: 15px;
  color: #fff;
  border: 3px solid #404042;
  background: #404042;
  font-weight: 500;
}

.goodslist-item {
  display: inline-block;
  width: 19.5%;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .goodslist-item {
    width: 48%;
  }
}
.goodslist-item dd select {
  width: 50px;
  padding: 0 3px;
}
.goodslist-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.goodslist-item dt img {
  width: 70%;
}
.goodslist-item dt span {
  font-size: 14px;
  margin: 5px auto;
}
.goodslist-item .soldTxt span {
  background: #404042;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 4px;
}

/*-----------------------------------------------------------------------------
** footer
-----------------------------------------------------------------------------*/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  background: #404042;
}
footer .logo-movic {
  display: block;
  margin-bottom: 10px;
}

#page-top {
  position: fixed;
  right: 24px;
  bottom: 1%;
  margin-bottom: 0;
}

.lyt-select {
  border-top: 1px solid #44a1a4;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 12px;
  padding-left: calc((100% - 480px) / 2);
}
.lyt-select .list-select {
  width: 150px;
  margin: 0 12px 12px 0;
}
.lyt-select .list-select dt {
  font-weight: 700;
}
.lyt-select .list-select dd {
  margin-bottom: 12px;
  margin-left: 0;
}
.lyt-select .list-select select {
  padding: 0 4px;
  display: inline-block;
  margin-right: 8px;
}