@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
main {
}

footer {
  margin-top: auto;
}

body {
  color: #333;
  overflow-x: hidden;
  font-family: "NotoSansJP-Light", "NotoSansKR-Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, Meiryo, "ＭＳ Ｐゴシック",sans-serif;
  font-size: 16px;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body.js-no_scroll {
  overflow: hidden;
}

body.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.6);
}

main {
  padding-top: 80px;
}

@media (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}

p {
  line-height: 1.6;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.section-info {
  background: rgba(255, 255, 255, 0.5);
  padding: 40px;
}
@media (max-width: 767px) {
  .section-info {
    background-size: 50% !important;
  }
}
@media (max-width: 575px) {
  .section-info {
    margin: 0 auto;
    max-width: 96%;
    padding: 32px 12px 8px;
  }
}

.form-wrap {
  background: #e3ceae;
  padding: 10px 0 60px;
}
@media (max-width: 767px) {
  .form-wrap {
    padding: 12px 0 52px;
  }
}

.section-item {
  background: #FFF;
  border-radius: 10px;
  margin: 40px 0;
  padding: 20px 20px 40px;
}

@media (max-width: 767px) {
  .section-item {
    padding: 20px 12px;
    margin: 12px 0;
  }
}

.section-item .limit-item {
  background: #e3ceae;
  font-size: 14px;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-item .limit-item {
    margin: 12px 0;
  }
}

.section-item .js-sold + span + .soldTxt {
  background-color: #c30d23;
  color: #fff;
  display: block;
  width: 4em;
  padding: 0 8px;
  margin: 4px auto;
  letter-spacing: 0.2em;
  font-size: 14px;
  text-align: center;
}

.section-item select {
  margin-right: 8px;
  padding: 2px 8px;
}

@media (max-width: 767px) {
  .section-item select {
    margin-left: 8px;
  }
}

#anchor-cart {
  background: #FFF;
  border-radius: 10px;
  padding: 40px;
}

@media (max-width: 767px) {
  #anchor-cart {
    padding: 20px 12px;
  }
}

header .img-logo {
  display: block;
  max-height: 64px;
}
@media (max-width: 767px) {
  header .img-logo {
    display: block;
    height: 54px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  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;
  width: 100vw;
  padding: 8px 0;
  max-height: 100vh;
  background-color: #FFF;
}

@media (max-width: 767px) {
  nav.navbar .container {
    padding: 0 8px;
  }
}

nav.navbar button.btn.btn-link {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #a38b78;
  border: none;
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 575px) {
  nav.navbar button.btn.btn-link {
    margin-right: 0;
  }
}

nav.navbar button.btn.btn-link::after {
  display: block;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-top: -4px;
  color: #a38b78;
}

@media (max-width: 767px) {
  nav.navbar button.btn.btn-link::after {
    font-size: 24px;
  }
}

nav.navbar button.btn.btn-link .navbar-toggler-icon {
  width: auto;
}

nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #fff;
}

nav.navbar .modal-header {
  border-bottom: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 8px;
}

nav.navbar .modal-header .btn-close {
  background: none;
  border: none;
  color: #a38b78;
  font-size: 24px;
}

@media (max-width: 575px) {
  nav.navbar .modal-header .btn-close {
    margin-right: 0;
    font-size: 18px;
  }
}

nav.navbar .modal-header .btn-close::after {
  display: block;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-top: -4px;
}

@media (max-width: 767px) {
  nav.navbar .modal-header .btn-close::after {
    font-size: 24px;
  }
}

nav.navbar .btn-anchor a {
  padding: 12px 32px;
  background-color: #ccc;
  /*color: #fff;*/
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.navbar .btn-anchor a:before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 8px;
}

nav.navbar .modal-body {
  padding-top: 20px;
  display: block;
  list-style-type: none;
}

nav.navbar .modal-body .nav-link {
  border-bottom: 1px solid #e3ceae;
  color: #333;
  padding: 12px;
  text-decoration: none;
}
nav.navbar .modal-body .nav-link i {
  color: #f6b700;
}

.modal-backdrop {
  z-index: 1;
}

footer {
  padding: 12px;
}

footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  color: #a38b78;
  text-decoration: none;
}

@media (max-width: 991px) {
  footer .link-pageup {
    right: 8px;
    bottom: 24px;
  }
}

footer .link-pageup:hover {
  color: #a38b78;
}

footer .link-pageup i {
  display: block;
}

footer .copyright {
  display: block;
  text-align: center;
}

h1.hdg-title {
  margin: 10px 0 20px;
}

.section-info .hdg-info {
  color: #c30d23;
  margin-bottom: 32px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-info .hdg-info {
    font-size: 18px;
  }
}
.section-item .hdg-item {
  position: relative;
  font-size: 20px;
  padding: 20px 6px 14px;
  margin: -10px 0 20px;
}
.section-item .hdg-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #e3ceae, #e3ceae 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #e3ceae, #e3ceae 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}




@media (max-width: 767px) {
  .section-item .hdg-item {
    font-size: 18px;
    margin: -20px 0 12px;
  }
}

#anchor-cart .hdg-cart {
  text-align: center;
  border-bottom: 2px solid #e3ceae;
  padding: 12px 8px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  #anchor-cart .hdg-cart {
    font-size: 18px;
  }
}

.list-icon {
  list-style-type: none;
  padding-left: 0;
}

.list-icon > li {
  font-size: 14px;
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 8px;
}

.list-icon > li span {
  color: #c30d23;
  position: absolute;
  left: 0;
}

.section-info .list-info {
  margin: 32px 0;
}
dl.list-info em {
  color: #c30d23;
  font-style: normal;
}
.section-info .list-info dt {
  color: #333;
  margin-bottom: 8px;
  font-size: 20px;
}
.section-info .list-info dt i {
  color: #f6b700;
}
@media (max-width: 767px) {
  .section-info .list-info dt {
    font-size: 16px;
  }
}

.section-info .list-info dd {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-info .list-info dd {
    font-size: 14px;
  }
}

.section-info .list-info dd .list-icon {
  margin: 12px 0 0;
}


.section-info .list-info #tokutenWrap {
  background: #eee;
  font-size: 14px;
}
.section-info .list-info #tokutenWrap ul {
  padding:10px;
  list-style: none;
}
.section-info .list-info #tokutenWrap li {
  margin-bottom: 6px;
}
.section-info .list-info #tokutenWrap li i {
  color: #f6b700;
}
.section-info .list-info #tokutenWrap li span {
  font-weight: bold;
}
.section-info .list-info #tokutenWrap li:last-child {
  margin-bottom: 0;
}


.section-item .list-item dt {
  border-bottom: 1px solid #e3ceae;
  margin-bottom: 4px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .section-item .list-item dt {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.section-item .list-item dd {
  margin-top: 8px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-item .list-item dd {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.section-item .list-item .txt-description {
  margin-bottom: 12px;
}

.section-item .list-item .txt-catchphrase {
  border-radius: 20px;
  font-size: 14px;
  padding: 4px 8px;
}

.section-item .list-item .txt-note-comment03 {
  margin: 32px 0 0;
}

.section-item .list-item .txt-note-comment01 {
  margin: 8px 0 20px;
}

.list-select {
  margin: 4px 4px 20px;
}

.list-select dt,
.list-select dd {
  font-size: 14px;
  text-align: center;
}

.list-select dt {
  margin-bottom: 4px;
}

a {
  text-decoration: underline;
  color: #1a0dab;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #1a0dab;
}

a.btn {
  text-decoration: none;
}

.btn-item {
  background-color: #c8a063;
  border-radius: 10px;
  color: #FFF;
  display: block;
  text-decoration: none;
  padding: 6px 8px 8px;
  text-align: center;
  margin: 40px auto 0;
  width: 480px;
  max-width: 92%;
}

@media (max-width: 767px) {
  .btn-item {
    margin: 20px auto 0;
  }
}

.btn-item:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-left: 8px;
  font-size: 20px;
}

.btn-item:hover {
  color: #fff;
}

.btn-cart {
  background-color: #c8a063;
  border-radius: 10px;
  color: #FFF;
  display: block;
  text-decoration: none;
  padding: 8px;
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 20px auto 0;
  border: none;
}

@media (max-width: 575px) {
  .btn-cart {
    font-size: 4vw;
    letter-spacing: 0;
  }
}

.btn-cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 8px;
  font-size: 20px;
}

@media (max-width: 575px) {
  .btn-cart:before {
    font-size: 4vw;
  }
}

.btn-cart:hover {
  opacity: 0.8;
}

.hdg-title img {
  display: block;
  margin: 0 auto;
}
