@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;
  scroll-padding-top: 60px;
}

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 {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

html {
  overflow-y: scroll;
}

body {
  overflow-x: hidden;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 16px;
  color: #000000;
  background: #ffffff url(../img/bg.webp) repeat center top;
  background-size: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

body {
  position: relative;
  overflow-x: hidden;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background: url(../img/bg-gradation.webp) center top;
  background-size: cover;
  z-index: -1;
}

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

p {
  line-height: 1.6;
}

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

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

.section-info {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #000000;
  border-radius: 15px;
  padding: 0;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .section-info {
    margin: 0 auto 32px;
    max-width: 96%;
    border-radius: 8px;
  }
}
.section-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 15px;
  background: #b86cf2;
  border-bottom: 2px solid #000000;
  border-radius: 13px 13px 0 0;
}
@media (max-width: 575px) {
  .section-info::before {
    height: 10px;
    border-radius: 5px 5px 0 0;
  }
}
.section-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 15px;
  background: #eed542;
  border-top: 2px solid #000000;
  border-radius: 0 0 14px 14px;
}
@media (max-width: 575px) {
  .section-info::after {
    height: 10px;
    border-radius: 0 0 5px 5px;
  }
}
.section-info .info-in {
  padding: 50px 40px 40px 40px;
}
@media (max-width: 575px) {
  .section-info .info-in {
    padding: 32px 12px 0;
  }
}

.section-sort {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 32px auto 60px;
  border-radius: 15px;
  border: 2px solid #000000;
  width: 96%;
  padding: 0;
}
@media (max-width: 575px) {
  .section-sort {
    border-radius: 8px;
    margin: 32px auto 32px;
  }
}
.section-sort .sort-in {
  padding: 40px 32px 20px;
}
@media (max-width: 767px) {
  .section-sort .sort-in {
    padding: 32px 12px 8px;
  }
}
.section-sort .sort-in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 15px;
  background: #b6e91e;
  border-bottom: 2px solid #000000;
  border-radius: 14px 14px 0 0;
}
@media (max-width: 575px) {
  .section-sort .sort-in::before {
    height: 10px;
    border-radius: 5px 5px 0 0;
  }
}
.section-sort .sort-in::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 15px;
  background: #0078ff;
  border-top: 2px solid #000000;
  border-radius: 0 0 14px 14px;
}
@media (max-width: 575px) {
  .section-sort .sort-in::after {
    height: 10px;
    border-radius: 0 0 5px 5px;
  }
}
.section-sort .dropdown-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 32px 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;
    -webkit-transform: translateY(-50%);
            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: #434141;
  font-size: 16px;
  text-decoration: none;
  border-radius: 100px;
  border: 2px solid #000;
  -webkit-box-shadow: 0 2px 0 #000;
          box-shadow: 0 2px 0 #000;
}
@media (max-width: 767px) {
  .section-sort .js-sort-clear {
    font-size: 14px;
  }
}

form.container {
  width: 96%;
  padding: 0;
}

.form-wrap {
  padding: 0 0 60px;
}
@media (max-width: 767px) {
  .form-wrap {
    padding: 0 0 72px;
  }
}

.section-item {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 40px 0;
  padding: 40px;
  border: 2px solid #000000;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .section-item {
    padding: 20px 12px;
    margin: 12px 0;
    border-radius: 8px;
  }
}
.section-item .limit-item {
  display: inline-block;
  color: #ffffff;
  background: #000000;
  border-radius: 6px;
  padding: 4px 8px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .limit-item {
    margin: 12px 0;
  }
}
.section-item .js-sold + span + .soldTxt {
  background-color: #e21f28;
  color: #fff;
  display: block;
  width: 4em;
  padding: 0 8px;
  margin: 4px auto;
  letter-spacing: 0.2em;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
}
.section-item select {
  margin-right: 6px;
  padding: 6px 10px;
  color: #333333;
}
@media (max-width: 767px) {
  .section-item select {
    margin-left: 8px;
  }
}
@media (max-width: 575px) {
  .section-item select {
    border-radius: 0;
  }
}
.section-item select:disabled {
  background: #8d8d93;
  border-color: #8d8d93;
}

#anchor-cart {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  border: 2px solid #000000;
  border-radius: 15px;
}
@media (max-width: 767px) {
  #anchor-cart {
    padding: 20px 12px;
    border-radius: 8px;
  }
}

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

@media (width < 768px) {
  select {
    font-size: 1rem;
  }
}
header .img-logo {
  display: block;
  width: 30vw;
  max-width: 200px;
}

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: #231815;
}
@media (max-width: 767px) {
  nav.navbar .container {
    padding: 0 8px;
  }
}
nav.navbar button.btn.btn-link {
  position: relative;
  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: #000000;
  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::before {
  content: "MENU";
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  color: black;
}
nav.navbar button.btn.btn-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar button.btn.btn-link .navbar-toggler-icon {
  width: 35px;
  height: 35px;
  margin-top: 10px;
}
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: 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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
nav.navbar .modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar .btn-anchor {
  margin-left: auto;
}
nav.navbar .btn-anchor a {
  padding: 12px 32px;
  background-color: #c1e636;
  color: #231815;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
}
@media (max-width: 767px) {
  nav.navbar .btn-anchor a {
    padding: 10px;
    line-height: 1;
  }
}
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: 20px 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
}
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 #ccc;
  padding: 12px;
  text-decoration: none;
  color: #000000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

footer {
  background-color: #231815;
  padding: 12px;
}
footer .link-pageup {
  position: fixed;
  z-index: 1;
  right: 10px;
  bottom: 20px;
  font-size: 40px;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 8px;
    bottom: 12px;
    width: 40px;
  }
}
@media (hover) {
  footer .link-pageup:hover {
    color: #666666;
  }
}
footer .link-pageup i {
  display: block;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #fff;
}

h1.hdg-title {
  margin: 0 0 80px;
}
@media (max-width: 575px) {
  h1.hdg-title {
    width: 90%;
    margin: 20px auto 40px;
  }
}
h1.hdg-title img {
  display: block;
  margin: 0 auto;
}

.section-info .hdg-info {
  padding-bottom: 20px;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px dotted #000000;
}
@media (max-width: 767px) {
  .section-info .hdg-info {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 3px dotted #000000;
  }
}

.section-item .hdg-item {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #000000;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .hdg-item {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.hdg-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 5px dotted #000000;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .hdg-goods {
    font-size: 20px;
    border-bottom: 3px dotted #000000;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.hdg-goods:before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 8px;
}

#anchor-cart .hdg-cart {
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #000000;
  padding: 0 8px 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.2em;
  position: relative;
  margin-bottom: 8px;
}
.list-icon > li span {
  color: #c90000;
  position: absolute;
  left: 0;
}

.section-info .list-info {
  margin: 32px 0 0 0;
}
@media (max-width: 575px) {
  .section-info .list-info {
    margin: 32px 0 40px 0;
  }
}
.section-info .list-info dt {
  margin-bottom: 8px;
  font-size: 18px;
  border-top: 2px dotted #6b665f;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .section-info .list-info dt {
    font-size: 16px;
  }
}
.section-info .list-info dt::before {
  content: "●";
  margin-right: 4px;
  color: #c1e636;
}
.section-info .list-info dd {
  margin-bottom: 20px;
}
@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: #000000;
  font-weight: bold;
}
@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 {
  margin-bottom: 4px;
}

#anchor-cart {
  text-align: center;
}
#anchor-cart .list-icon {
  display: table;
  margin: 0 auto;
}
#anchor-cart .list-icon li {
  text-align: left;
}

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

.btn-item {
  background-color: #0078ff;
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  margin: 40px auto 0;
  border: 2px solid #000000;
  -webkit-box-shadow: 0 3px 0 #000000;
          box-shadow: 0 3px 0 #000000;
  border-radius: 100px;
  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;
  text-decoration: none;
}
@media (hover) {
  .btn-item:hover {
    opacity: 0.9;
  }
}

.btn-cart {
  background-color: #f2621e;
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 10px;
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 20px auto 0;
  border: 2px solid #000000;
  -webkit-box-shadow: 0 3px 0 #000000;
          box-shadow: 0 3px 0 #000000;
  border-radius: 100px;
}
@media (max-width: 575px) {
  .btn-cart {
    font-size: 16px;
    letter-spacing: 0;
    padding: 12px 10px;
  }
}
.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.9;
    color: #fff;
  }
}