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

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

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #000;
}
@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 {
  position: relative;
  padding-top: 70px;
}
@media (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}
main::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../img/bg_body.webp) center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

p {
  line-height: 1.6;
}

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

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

.kv_wrap {
  padding: 70px 0 50px;
  background-image: url(../img/bg_hexagon01.png), url(../img/bg_hexagon02.png);
  background-size: 458px auto, 310px auto;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .kv_wrap {
    background-size: 40%, 30%;
    background-position: top left, bottom right;
    padding: 40px 0 0;
    margin-bottom: 0;
  }
}

.bg_wrap {
  background-image: url(../img/bg_hexagon03.png), url(../img/bg_hexagon02.png);
  background-size: 393px auto, 310px auto;
  background-position: top 40px left, bottom 40px right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .bg_wrap {
    padding-top: 50px;
    background-size: 40%, 30%;
    background-position: top 20px left, bottom 20px right;
  }
}

.section-info {
  background: none;
  padding: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 auto 40px;
}
@media (max-width: 575px) {
  .section-info {
    max-width: 96%;
    margin: 0 auto;
    padding: 32px 12px 0;
  }
}

.section-sort {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 40px 32px 20px;
  margin: 32px auto 60px;
  border-radius: 12px;
  width: 92%;
}
@media (max-width: 767px) {
  .section-sort {
    padding: 24px 12px 8px;
  }
}
.section-sort h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .section-sort h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.section-sort h2:before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 8px;
}
.section-sort .dropdown-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0;
}
@media (max-width: 991px) {
  .section-sort .dropdown-wrap {
    display: block;
    margin: 12px 0;
  }
}
.section-sort .dropdown-wrap select {
  width: 480px;
  max-width: 100%;
  margin: 12px 12px 0;
  padding: 12px;
}
@media (max-width: 991px) {
  .section-sort .dropdown-wrap select {
    margin: 20px auto;
    font-size: 12px;
  }
}
.section-sort .js-sort-clear {
  color: #000;
  font-size: 18px;
}
@media (max-width: 767px) {
  .section-sort .js-sort-clear {
    font-size: 14px;
  }
}

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

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

.section-item {
  background-color: #fff;
  margin: 40px 0;
  padding: 40px;
}
.section-item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .section-item {
    margin: 20px auto;
    padding: 25px 15px;
  }
}
@media (max-width: 575px) {
  .section-item {
    max-width: 96%;
    padding: 20px 15px;
  }
}
.section-item .limit-item {
  color: #000;
  border: 1px solid #000;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .limit-item {
    font-size: 12px;
    margin: 12px 0;
  }
}
.section-item .js-sold + span + .soldTxt {
  background: #999;
  color: #fff;
  display: block;
  width: 100%;
  padding: 4px 8px;
  margin: 10px auto 0;
  letter-spacing: 0.2em;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-item .js-sold + span + .soldTxt {
    font-size: 12px;
    padding: 2px 8px;
  }
}
.section-item select {
  position: relative;
  margin-right: 8px;
  padding: 4px 15px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.section-item select.js-sold {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .section-item select {
    padding: 4px 10px;
    margin-left: 8px;
  }
}

#anchor-cart {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  #anchor-cart {
    padding: 20px 12px;
  }
}
@media (max-width: 575px) {
  #anchor-cart {
    max-width: 96%;
    margin: 0 auto;
  }
}

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

header .img-logo {
  display: block;
  width: 33vw;
  max-width: 180px;
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding: 8px 0;
  max-height: 100vh;
  background-color: #fff;
  box-shadow: 1px 1px 2px #e3e3e3;
}
@media (max-width: 767px) {
  nav.navbar .container {
    padding: 0;
  }
}
nav.navbar button.btn.btn-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #000;
  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:focus {
  outline: none;
  box-shadow: none;
}
nav.navbar button.btn.btn-link .navbar-toggler-icon {
  width: 40px;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
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: #4655af;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  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: 20px 0;
  list-style-type: none;
  display: flex;
  align-items: stretch;
  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 #ddd;
  padding: 12px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  height: 100%;
  display: flex;
  align-items: center;
}

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

footer {
  background-color: #fff;
  padding: 12px;
  border-top: 1px solid #000;
}
footer .link-pageup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 40px;
  height: 40px;
  right: 40px;
  bottom: 20px;
  text-align: center;
  color: #fff;
  background: #000;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 8px;
    bottom: 12px;
  }
}
@media (hover) {
  footer .link-pageup:hover {
    color: #fff;
  }
}
footer .link-pageup i {
  display: block;
}
footer .copyright {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1em;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  footer .copyright > span {
    width: 100%;
  }
}

h1.hdg-title {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  h1.hdg-title {
    width: 100%;
  }
}
h1.hdg-title .mv_img {
  width: 43.6%;
}
@media (max-width: 767px) {
  h1.hdg-title .mv_img {
    width: 100%;
  }
}
h1.hdg-title .mv_txt {
  width: 56.4%;
}
@media (max-width: 767px) {
  h1.hdg-title .mv_txt {
    background: #d7f0eb;
    width: 100%;
    padding: 30px 0;
  }
  h1.hdg-title .mv_txt img {
    max-width: 84.27%;
  }
}
h1.hdg-title .kv_img {
  width: 100%;
}
h1.hdg-title img {
  display: block;
  margin: 0 auto;
}

.section-info .hdg-info {
  margin-bottom: 32px;
  color: #4655af;
  font-size: 28px;
  font-weight: 800;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
}
@media (max-width: 767px) {
  .section-info .hdg-info {
    font-size: 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 #000;
  padding-bottom: 0.5em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .hdg-item {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

#anchor-cart .hdg-cart {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 0 8px 12px;
  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: #c90000;
  position: absolute;
  left: 0;
}

.section-info .list-info {
  margin: 32px 0;
}
.section-info .list-info dt {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-info .list-info dt {
    font-size: 16px;
  }
}
.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 {
  display: table;
  margin-bottom: 4px;
  font-size: 17px;
  color: #fff;
  background: #4655af;
  font-weight: 500;
  padding: 0.2em 0.5em;
}
@media (max-width: 767px) {
  .section-item .list-item dt {
    font-size: 14px;
  }
}
.section-item .list-item dd {
  margin-bottom: 20px;
  word-break: break-all;
}
@media (max-width: 767px) {
  .section-item .list-item dd {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.section-item .list-item .txt-description {
  margin-bottom: 12px;
}
.section-item .list-item .txt-catchphrase {
  margin: 20px 0 25px;
}
@media (max-width: 767px) {
  .section-item .list-item .txt-catchphrase {
    font-size: 13px;
    margin: 15px 0;
  }
}
.section-item .list-item .txt-note-comment03 {
  margin: 32px 0 0;
}
@media (max-width: 767px) {
  .section-item .list-item .txt-note-comment03 {
    font-size: 13px;
    margin: 20px 0 0;
  }
}
.section-item .list-item .txt-note-comment01 {
  margin: 8px 0 20px;
}
@media (max-width: 767px) {
  .section-item .list-item .txt-note-comment01 {
    font-size: 13px;
  }
}

.list-select {
  margin: 4px 4px 20px;
}
.list-select dt,
.list-select dd {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .list-select dt,
  .list-select dd {
    font-size: 12px;
  }
}
.list-select dt {
  margin-bottom: 4px;
}

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

.btn-item {
  background-color: #000;
  color: #fff;
  display: block;
  font-weight: 600;
  text-decoration: none;
  padding: 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;
  background: #4655af;
  text-decoration: none;
}
@media (hover) {
  .btn-item:hover {
    opacity: 1;
  }
}

.btn-cart {
  background-color: #3ca0a0;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 8px;
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 20px auto 0;
  border: 2px solid #3ca0a0;
}
@media (max-width: 575px) {
  .btn-cart {
    font-size: 15px;
    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;
  }
}