@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
  scroll-padding-top: 60px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

html {
  overflow-y: scroll;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #222;
  background: #fff;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}
body::before {
  content: none;
}
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: 120px;
}
@media screen and (max-width: 575px) {
  main {
    padding-top: 60px;
  }
}

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

p {
  line-height: 1.6;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #222;
}

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

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

.txt-serif {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.cm-txt {
  font-size: 1.2em;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1em;
  margin: 50px auto;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .sp-none {
    display: none !important;
  }
}
.slider-area {
  width: 95%;
  max-width: 1282px;
  margin: 0 auto 120px;
  position: relative;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 575px) {
  .slider-area {
    width: 100%;
    margin-bottom: 64px;
  }
}
.slider-area::before {
  content: "";
  position: absolute;
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #B9A484;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
@media screen and (max-width: 575px) {
  .slider-area::before {
    width: 40px;
    padding: 6px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }
}
.slider-area:has(.slick-initialized)::before {
  content: none;
}
.slider-area .js-slider {
  margin-bottom: 0;
}
.slider-area .js-slider div,
.slider-area .js-slider img {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.slider-area .js-slider.slick-initialized div,
.slider-area .js-slider.slick-initialized img {
  display: block;
  opacity: 1;
}
.slider-area .js-slider .slick-list {
  border: 1px solid #222;
}
@media screen and (max-width: 575px) {
  .slider-area .js-slider .slick-list {
    border-right: 0;
    border-left: 0;
  }
}
.slider-area .js-slider .slick-list a {
  text-decoration: none;
  transition: 0.3s;
}
.slider-area ul.slick-dots {
  bottom: -30px;
}
@media screen and (max-width: 575px) {
  .slider-area ul.slick-dots {
    bottom: -25px;
  }
}
.slider-area ul.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 10px;
}
@media screen and (max-width: 575px) {
  .slider-area ul.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
}
.slider-area ul.slick-dots li button {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 575px) {
  .slider-area ul.slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.slider-area ul.slick-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #D8D7D5;
  transform: rotate(45deg);
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .slider-area ul.slick-dots li button::before {
    width: 8px;
    height: 8px;
  }
}
.slider-area ul.slick-dots li.slick-active button::before {
  background: #B9A484;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.pickup-bnr-area {
  width: 96%;
  max-width: 1200px;
  text-align: center;
  margin: -30px auto 60px;
}
@media screen and (max-width: 575px) {
  .pickup-bnr-area {
    margin: -5px auto 40px;
  }
}
.pickup-bnr-area a {
  display: inline-block;
}
.pickup-bnr-area img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 720px;
}
.pickup-bnr-area .bnr-caption {
  font-size: 15px;
  margin: 12px auto 0;
}
@media screen and (max-width: 575px) {
  .pickup-bnr-area .bnr-caption {
    font-size: 12px;
    margin: 8px auto 0;
  }
}

.section-info {
  background-color: #f9f8f6;
  padding: 40px;
  margin-bottom: 100px;
  border: 4px double #222;
}
@media (max-width: 575px) {
  .section-info {
    margin: 0 auto 50px;
    max-width: 96%;
    padding: 32px 12px 0;
  }
}

.section-info.bottom-info {
  margin-bottom: 100px;
}
@media (max-width: 575px) {
  .section-info.bottom-info {
    margin: 0 auto 100px;
    padding: 32px 12px;
  }
}

.accordion-wrap .more-txt {
  display: none;
}
.accordion-wrap .read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B9A484;
  background: #fff;
  font-size: 14px;
  font-family: "Font Awesome 5 Free", "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  padding: 0.3em 1em;
  border: 1px solid #B9A484;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .accordion-wrap .read-more {
    font-size: 12px;
  }
}

.item-area ul.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
  --column-gap: 30px;
  padding: 0;
  list-style: none;
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .item-area ul.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    --column-gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .item-area ul.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 10px;
    --column-gap: 5px;
  }
}
.item-area ul.nav-tabs > li.tab-item {
  display: flex;
  width: calc((100% - var(--column-gap) * 1) / 2);
}
.item-area ul.nav-tabs > li.tab-item > a.tab-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  min-height: 65px;
  color: #B9A484;
  background: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  border: 1px solid #222;
}
@media screen and (max-width: 575px) {
  .item-area ul.nav-tabs > li.tab-item > a.tab-link {
    min-height: 55px;
    padding: 10px 8px;
    letter-spacing: 0.05em;
  }
}
.item-area ul.nav-tabs > li.tab-item > a.tab-link.active {
  color: #222;
  background: #E4DDCF;
}
.item-area ul.nav-tabs > li.tab-item > a.tab-link.active::before {
  content: "";
  position: absolute;
  border-width: 9px 12px 0;
  border-style: solid;
  border-color: #222 transparent transparent;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .item-area ul.nav-tabs > li.tab-item > a.tab-link.active::before {
    border-width: 7px 10px 0;
  }
}
.item-area ul.nav-tabs > li.tab-item > a.tab-link > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1em;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .item-area ul.nav-tabs > li.tab-item > a.tab-link > span {
    gap: 0 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .item-area ul.nav-tabs > li.tab-item > a.tab-link > span {
    font-size: 10px;
    letter-spacing: 0.05em;
    margin: 0;
  }
}
.item-area ul.nav-tabs > li.tab-item > a.tab-link > span::before, .item-area ul.nav-tabs > li.tab-item > a.tab-link > span::after {
  content: "―";
  display: block;
}
.item-area ul.nav-tabs > li.tab-item > .wating-tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  min-height: 65px;
  color: #888;
  background: #f2f2f2;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .item-area ul.nav-tabs > li.tab-item > .wating-tab {
    min-height: 55px;
    padding: 10px 8px;
    letter-spacing: 0.05em;
  }
}
.item-area ul.nav-tabs > li.tab-item > .wating-tab > span {
  display: block;
  color: #222;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  .item-area ul.nav-tabs > li.tab-item > .wating-tab > span {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}

.section-sort {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 30px 35px;
  margin: 0 auto 60px;
  width: 95%;
}
@media screen and (max-width: 575px) {
  .section-sort {
    padding: 24px 12px 8px;
    margin: 0 auto 40px;
  }
}
.section-sort h2.sort-ttl {
  color: #f9f8f6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .section-sort h2.sort-ttl {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.section-sort h2.sort-ttl:before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 8px;
}
.section-sort .dropdown-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 44px 0 32px;
}
@media (max-width: 991px) {
  .section-sort .dropdown-wrap {
    margin: 25px 0;
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap {
    position: relative;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:before, .section-sort .dropdown-wrap:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    line-height: 1;
    color: #010101;
    z-index: 1;
    position: absolute;
    right: 35px;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:before, .section-sort .dropdown-wrap:after {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:before {
    top: 22px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap:after {
    bottom: 8px;
  }
}
.section-sort .dropdown-wrap select {
  width: calc((100% - 24px) / 2);
  max-width: 480px;
  padding: 12px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  .section-sort .dropdown-wrap select {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .section-sort .dropdown-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
.section-sort .js-sort-clear {
  padding: 8px 12px;
  color: #fff;
  background: #B9A484;
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .section-sort .js-sort-clear {
    font-size: 14px;
  }
}
.section-sort .reset-txt {
  color: #f9f8f6;
}

.hdg-sort {
  text-align: center;
  border-bottom: 1px solid #222;
  padding-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .hdg-sort {
    font-size: 24px;
  }
}

section.section-items {
  position: relative;
  overflow: hidden;
  background-image: url(../img/bg_cross.png);
  background-size: 45px;
  background-position: center;
  padding: 100px 0 50px;
}
@media screen and (max-width: 575px) {
  section.section-items {
    background-size: 36px;
    padding: 50px 0 25px;
  }
}
section.section-items::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(249, 248, 246) 0%, rgb(255, 255, 255) 100%);
  z-index: -1;
}
section.section-items .item-area.container {
  padding: 0;
}
@media screen and (max-width: 575px) {
  section.section-items .item-area.container {
    max-width: 96%;
  }
}
section.section-items h2.goods-ttl {
  position: relative;
  font-size: 40px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto 70px;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  section.section-items h2.goods-ttl {
    font-size: 24px;
    letter-spacing: 0.05em;
    margin: 0 auto 20px;
    padding-top: 15px;
  }
}
section.section-items h2.goods-ttl .sub-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
  font-size: 18px;
  margin: 0.8em auto 0;
}
@media screen and (max-width: 575px) {
  section.section-items h2.goods-ttl .sub-ttl {
    font-size: 14px;
  }
}
section.section-items h2.goods-ttl .sub-ttl::before, section.section-items h2.goods-ttl .sub-ttl::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #222;
}
@media screen and (max-width: 575px) {
  section.section-items h2.goods-ttl .sub-ttl::before, section.section-items h2.goods-ttl .sub-ttl::after {
    width: 20px;
  }
}
section.section-items h2.goods-ttl .sub-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-top: 0.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  section.section-items h2.goods-ttl .sub-title {
    font-size: 14px;
  }
}
section.section-items h2.goods-ttl span.ttl-deco {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section.section-items h2.goods-ttl span.ttl-deco {
    gap: 0 15px;
    margin-bottom: 15px;
  }
}
section.section-items h2.goods-ttl span.ttl-deco::before, section.section-items h2.goods-ttl span.ttl-deco::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background: #B9A484;
}
section.section-items h2.goods-ttl span.ttl-deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  section.section-items h2.goods-ttl span.ttl-deco img {
    max-width: 45px;
  }
}
section.section-items .tab-content {
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  section.section-items .tab-content {
    padding: 30px 0;
  }
}

.form-wrap .container {
  padding: 0;
}

.section-item {
  background-color: #fff;
  margin: 40px 0;
  padding: 40px 20px;
  border: 1px solid #808080;
}
@media screen and (max-width: 575px) {
  .section-item {
    padding: 20px 12px;
    margin: 12px 0;
  }
}
.section-item .limit-item {
  border: 1px solid #222;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-item .limit-item {
    margin: 12px 0;
  }
}
.section-item .js-sold + span + .soldTxt {
  background-color: #A4031F;
  color: #fff;
  display: block;
  width: 4em;
  padding: 0 8px;
  margin: 8px auto 4px;
  letter-spacing: 0.2em;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .section-item .js-sold + span + .soldTxt {
    font-size: 12px;
  }
}
.section-item select {
  margin-right: 8px;
  padding: 2px 8px;
  color: #333;
  border-radius: 0;
}
@media screen and (max-width: 575px) {
  .section-item select {
    margin-left: 8px;
  }
}
.section-item select.js-sold {
  color: #929292;
  background: #ddd;
}

#anchor-cart {
  background-color: #f9f8f6;
  padding: 40px 40px 50px;
  border: 2px solid #222;
}
@media screen and (max-width: 575px) {
  #anchor-cart {
    padding: 20px 12px;
  }
}

:root {
  scroll-behavior: auto !important;
}

@media (width < 768px) {
  select {
    font-size: 1rem;
  }
}
#gr_10080806 h3.hdg-item::before {
  content: "受付終了";
  display: table;
  color: #222;
  background: #D8D7D5;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 0.2em 1em;
  margin: -1em 0 0.8em;
}
@media screen and (max-width: 575px) {
  #gr_10080806 h3.hdg-item::before {
    font-size: 13px;
    margin-top: -0.2em;
  }
}
#gr_10080806 .section-item.item-single [class^=g_]:last-child {
  display: none;
}
#gr_10080806 .section-item.item-multiple dl.list-select dd {
  display: none;
}
#gr_10080806 .section-item.item-multiple .col-12 .btn-item {
  display: none;
}

.notice-area {
  text-align: center;
  margin: 30px auto 70px;
}
@media screen and (max-width: 575px) {
  .notice-area {
    margin-bottom: 30px;
  }
}

main.close-wrap {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-image: url(../img/bg_cross.png);
  background-size: 45px;
  background-position: center;
  padding: 0;
}
@media screen and (max-width: 575px) {
  main.close-wrap {
    background-size: 36px;
    padding: 0;
  }
}
main.close-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(249, 248, 246) 30%, rgb(255, 255, 255) 100%);
  z-index: -1;
}
main.close-wrap .close_txt {
  width: calc(100% - 30px);
  margin: 0 auto;
  max-width: 900px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  padding: 60px 20px;
  border: 1px solid #e5ded0;
}
@media screen and (max-width: 575px) {
  main.close-wrap .close_txt {
    font-size: 12px;
    padding: 40px 12px;
  }
}
main.close-wrap .close_txt p:last-child {
  margin-bottom: 0;
}
main.close-wrap h1.logo-img {
  margin: 0 auto 50px;
}
@media screen and (max-width: 575px) {
  main.close-wrap h1.logo-img {
    margin-bottom: 30px;
  }
}
main.close-wrap h1.logo-img img {
  max-width: 380px;
}
@media screen and (max-width: 575px) {
  main.close-wrap h1.logo-img img {
    max-width: 60vw;
    max-height: 30px;
  }
}
main.close-wrap .btn-area {
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 575px) {
  main.close-wrap .btn-area {
    margin-bottom: 12px;
  }
}
main.close-wrap a.link-btn {
  display: block;
  position: relative;
  width: 100%;
  color: #222;
  background-color: #E4DDCF;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 18px 45px;
  transition: 0.3s;
  text-decoration: none;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  main.close-wrap a.link-btn {
    font-size: 15px;
    padding: 14px 28px;
  }
}
main.close-wrap a.link-btn::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #222;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 575px) {
  main.close-wrap a.link-btn::before {
    width: 6px;
    height: 6px;
  }
}
main.close-wrap a.link-btn .subtxt {
  display: block;
  font-size: 13px;
  margin-top: 0.2em;
}
@media screen and (max-width: 575px) {
  main.close-wrap a.link-btn .subtxt {
    font-size: 11px;
  }
}
main.close-wrap a.link-btn:hover {
  color: #fff;
  background: #222;
}
main.close-wrap a.link-btn:hover::before {
  border-color: #fff;
}

header h1.logo-img {
  margin: 0;
}
header h1.logo-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 30vw;
  max-height: 30px;
}
@media screen and (max-width: 575px) {
  header h1.logo-img img {
    max-width: 50vw;
    max-height: 20px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0;
  max-height: 100vh;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 575px) {
  nav.navbar {
    padding: 8px 12px;
  }
}
nav.navbar .nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1320px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  nav.navbar .nav-inner {
    width: 100%;
  }
}
nav.navbar button.btn.btn-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #222;
  border: none;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  nav.navbar button.btn.btn-link {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 575px) {
  nav.navbar button.btn.btn-link {
    margin-right: 0;
  }
}
nav.navbar button.btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
nav.navbar button.btn.btn-link .navbar-toggler-icon {
  position: relative;
  width: 42px;
  height: 35px;
  background: none;
}
@media screen and (max-width: 575px) {
  nav.navbar button.btn.btn-link .navbar-toggler-icon {
    width: 37px;
    height: 30px;
  }
}
nav.navbar button.btn.btn-link .navbar-toggler-icon::before, nav.navbar button.btn.btn-link .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  background: #222;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50vw;
}
@media screen and (max-width: 575px) {
  nav.navbar button.btn.btn-link .navbar-toggler-icon::before, nav.navbar button.btn.btn-link .navbar-toggler-icon::after {
    width: 37px;
  }
}
nav.navbar button.btn.btn-link .navbar-toggler-icon::before {
  top: calc(50% + 7px);
}
nav.navbar button.btn.btn-link .navbar-toggler-icon::after {
  top: calc(50% - 7px);
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #fff;
}
nav.navbar .modal-header {
  border-bottom: none;
  justify-content: flex-end;
  padding: 40px 20px 0;
}
@media (max-width: 575px) {
  nav.navbar .modal-header {
    padding: 35px 18px 0;
  }
}
nav.navbar .modal-header .btn-close {
  position: relative;
  border: none;
  font-size: 20px;
}
@media (max-width: 575px) {
  nav.navbar .modal-header .btn-close {
    margin-right: 0;
    font-size: 18px;
  }
}
nav.navbar .modal-header .btn-close::before {
  display: block;
  content: "CLOSE";
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
}
nav.navbar .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}
nav.navbar .btn-anchor a {
  padding: 12px 32px;
  background-color: #B9A484;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
}
@media (max-width: 767px) {
  nav.navbar .btn-anchor a {
    padding: 10px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
nav.navbar .btn-anchor a::before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 0.4em;
}
nav.navbar .btn-anchor a.info-icon::before {
  content: "\f05a";
}
nav.navbar .modal-body {
  padding: 30px 0 60px;
  list-style-type: none;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
  z-index: 999;
}
nav.navbar .modal-body .nav-item {
  width: 50%;
  padding: 0 8px;
}
@media (max-width: 767px) {
  nav.navbar .modal-body .nav-item {
    width: 100%;
  }
}
nav.navbar .modal-body .nav-link {
  border-bottom: 1px solid #B9A484;
  padding: 12px;
  text-decoration: none;
  color: #222;
  height: 100%;
  display: flex;
  align-items: center;
}

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

header.close nav.navbar {
  padding: 0;
}
@media screen and (max-width: 575px) {
  header.close nav.navbar {
    padding: 0;
  }
}
header.close h1.logo-img {
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  header.close h1.logo-img img {
    max-width: 60vw;
    max-height: 30px;
  }
}

footer {
  background-color: #222;
  padding: 30px 15px;
}
footer .link-pageup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 50px;
  height: 50px;
  color: #222;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  right: 40px;
  bottom: 20px;
  font-size: 25px;
  border: 1px solid #222;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .link-pageup {
    width: 44px;
    height: 44px;
    font-size: 20px;
    right: 8px;
    bottom: 12px;
  }
}
@media (hover) {
  footer .link-pageup:hover {
    color: #B9A484;
  }
}
footer .link-pageup i {
  display: block;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 11px;
  }
}

h1.hdg-title {
  margin: 20px 0 40px;
}
h1.hdg-title img {
  display: block;
  margin: 0 auto;
}

.section-info .hdg-info {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  border-bottom: 1px solid #222;
  padding: 12px 8px;
  font-size: 28px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .section-info .hdg-info {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.section-item .hdg-item {
  font-size: 24px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  border-bottom: 1px solid #222;
  padding-bottom: 0.6em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-item .hdg-item {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

#anchor-cart .hdg-cart {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  border-bottom: 1px solid #222;
  padding: 12px 8px;
  font-size: 28px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #anchor-cart .hdg-cart {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.list-icon {
  list-style-type: none;
  padding-left: 0;
}
.list-icon > li {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 8px;
}
.list-icon > li span {
  color: #A4031F;
  position: absolute;
  left: 0;
}

ul.info-txtlist {
  margin: 0 auto 120px;
}
@media screen and (max-width: 575px) {
  ul.info-txtlist {
    margin-bottom: 64px;
  }
}
ul.info-txtlist > li {
  background: #fff;
  padding: 2em 1.8em;
  border: 1px solid #e5ded0;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  ul.info-txtlist > li {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  ul.info-txtlist > li {
    padding: 1.5em 1.2em;
    margin-bottom: 12px;
  }
}
ul.info-txtlist > li:last-child {
  margin-bottom: 0;
}
ul.info-txtlist > li p:last-child {
  margin-bottom: 0;
}

.section-info .list-info {
  margin: 32px 0;
}
.section-info .list-info dt {
  font-size: 20px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.4em;
  padding-top: 1em;
  border-top: 1px solid #D8D7D5;
}
@media (max-width: 767px) {
  .section-info .list-info dt {
    font-size: 16px;
  }
}
.section-info .list-info dd {
  margin-bottom: 1.8em;
}
@media (max-width: 767px) {
  .section-info .list-info dd {
    font-size: 14px;
  }
}
.section-info .list-info dd .list-icon {
  margin: 12px 0 0;
}

.section-item .list-item dt {
  margin-bottom: 4px;
  font-size: 18px;
  color: #B9A484;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .section-item .list-item dt {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.section-item .list-item dd {
  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 {
  font-size: 14px;
  margin: 20px 0 32px;
}
.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 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 700;
  margin-bottom: 4px;
}

a {
  text-decoration: underline;
  color: #917850;
  word-break: break-all;
}
@media (hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #917850;
  }
}
a.btn {
  text-decoration: none;
}

.btn-item {
  background-color: #E4DDCF;
  color: #222;
  display: block;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  margin: 40px auto 0;
  width: 480px;
  max-width: 92%;
  transition: 0.2s;
}
@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;
  background: #222;
  text-decoration: none;
}
@media (hover) {
  .btn-item:hover {
    opacity: 1;
  }
}

.btn-cart {
  background-color: #A4031F;
  color: #fff;
  display: block;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 8px;
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 30px auto 0;
  border: 1px solid #222;
}
@media (max-width: 575px) {
  .btn-cart {
    font-size: 4.5vw;
    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;
  }
}
@media (hover) {
  .btn-cart:hover {
    opacity: 0.8;
    color: #fff;
  }
}