@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: "M PLUS Rounded 1c", "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  color: #010101;
  background: rgba(251, 231, 243, 0.2);
}
@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: 50px;
  }
}

p {
  line-height: 1.6;
}

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

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

h2,
h3,
p,
ul,
dl,
a,
button,
option,
.limit-item {
  transform: rotateZ(0.03deg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

select {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

.section-info {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 15px #ffc2df;
  margin-bottom: 60px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .section-info {
    margin: 0 auto 32px;
    max-width: 94%;
    padding: 32px 12px;
  }
}

.section-sort {
  background: #fff;
  box-shadow: 0 0 10px rgba(90, 228, 212, 0.5);
  padding: 40px 32px 20px;
  margin: 32px auto 0;
  border-radius: 5px;
  width: 92%;
}
@media (max-width: 767px) {
  .section-sort {
    padding: 24px 12px 8px;
    margin-bottom: 15px;
  }
}
.section-sort h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5ae4d4;
  font-weight: 600;
}
@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;
  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: 25px;
  }
}
@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 .clearbtn {
  max-width: 150px;
  margin-inline: auto;
  padding: 5px 0;
  border-radius: 100vmax;
  background: #5ae4d4;
}
.section-sort .clearbtn a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-sort .clearbtn a {
    font-size: 14px;
  }
}

.hdg-sort {
  text-align: center;
  border-bottom: 1px solid #010101;
  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 20px;
  box-shadow: 0 0 10px rgba(255, 158, 87, 0.5);
}
@media (max-width: 767px) {
  .section-item {
    padding: 20px 12px;
    margin: 12px 0;
  }
}
.section-item .limit-item {
  color: #ff9e57;
  border: 1px solid #ff9e57;
  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: #c90000;
  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;
  color: #333;
}
@media (max-width: 767px) {
  .section-item select {
    margin-left: 8px;
  }
}

#anchor-cart {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 0 10px rgba(150, 28, 178, 0.5);
}
@media (max-width: 767px) {
  #anchor-cart {
    padding: 20px 12px;
  }
}

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

@media (width < 768px) {
  select {
    font-size: 1rem;
  }
}
body {
  position: relative;
}

@media (max-width: 575px) {
  .dropdown-wrap {
    position: relative;
  }
  .dropdown-wrap:before,
  .dropdown-wrap:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #010101 !important;
    width: 0;
    z-index: 100;
    position: absolute;
    right: 25px;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .dropdown-wrap:before {
    top: 44px;
  }
  .dropdown-wrap:after {
    bottom: 28px;
  }
}
header .img-logo {
  display: block;
  width: auto;
  max-height: 80px;
  padding: 8px 0;
}
@media (max-width: 767px) {
  header .img-logo {
    max-height: 50px;
    padding: 5px 0;
  }
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 80px;
  max-height: 100vh;
  background: #fbe7f3;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  nav.navbar {
    height: 50px;
  }
}
@media (max-width: 767px) {
  nav.navbar .container {
    padding: 0 8px;
  }
}
nav.navbar button.btn.btn-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #961cb2;
  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: 40px;
}
@media (max-width: 767px) {
  nav.navbar button.btn.btn-link .navbar-toggler-icon {
    width: 30px;
    height: 30px;
  }
}
nav.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23fe327e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%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: 20px 18px 0;
  }
}
nav.navbar .modal-header .btn-close {
  position: relative;
  border: none;
  font-size: 20px;
  margin-right: 0;
  font-size: 18px;
}
nav.navbar .modal-header:focus {
  outline: none;
  box-shadow: none;
}

.btn-anchor a {
  padding: 12px 32px;
  background: #fe327e;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
}
@media (max-width: 767px) {
  .btn-anchor a {
    padding: 5px 12px;
  }
}
.btn-anchor a:before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 8px;
}
.btn-anchor a:hover {
  color: #fff;
}
.btn-anchor a:focus {
  color: #fff;
}
@media (any-hover: hover) {
  .btn-anchor a:hover {
    opacity: 0.8;
  }
}

.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;
}
.modal-body .nav-item {
  width: 50%;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .modal-body .nav-item {
    width: 100%;
  }
}
.modal-body .nav-link {
  border-bottom: 1px solid #ffc2df;
  padding: 12px;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

.modal-content {
  border: none;
}

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

footer {
  background: #ffc2df;
  padding: 12px;
}
footer .link-pageup {
  position: fixed;
  z-index: 1;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  color: #fe327e;
  text-decoration: none;
  background: #fff;
  border-radius: 100vmax;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 8px;
    bottom: 12px;
  }
}
@media (hover) {
  footer .link-pageup:hover {
    opacity: 0.8;
  }
}
footer .link-pageup i {
  display: block;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #fff;
}

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

.section-info .hdg-info {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #fe327e;
  text-align: center;
}
@media (max-width: 767px) {
  .section-info .hdg-info {
    font-size: 18px;
  }
}

.section-item .hdg-item {
  font-size: 24px;
  border-bottom: 1px solid #ff9e57;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .hdg-item {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

#anchor-cart .hdg-cart {
  text-align: center;
  font-weight: bold;
  border-bottom: 4px solid rgba(150, 28, 178, 0.3);
  padding: 12px 8px;
  font-size: 28px;
  margin-bottom: 32px;
  color: #b044a8;
}
@media (max-width: 767px) {
  #anchor-cart .hdg-cart {
    font-size: 24px;
  }
}

.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: #fe327e;
  position: absolute;
  left: 0;
}

.section-info .list-info {
  margin: 32px 0 0;
}
.section-info .list-info dt {
  margin-bottom: 8px;
  font-size: 18px;
  color: #961cb2;
}
@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:last-of-type {
  margin-bottom: 0;
}
.section-info .list-info dd .list-icon {
  margin: 12px 0 0;
}

.section-item .list-item dt {
  margin-bottom: 4px;
  font-size: 18px;
  color: #ff9e57;
  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;
}

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

.btn-item {
  background-color: #fdf6eb;
  color: #ff9e57;
  display: block;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  margin: 40px auto 0;
  border: 1px solid #ff9e57;
  box-shadow: 2px 2px 0 #ff9e57;
  font-weight: 600;
  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: #ff9e57;
  text-decoration: none;
}
@media (hover) {
  .btn-item:hover {
    opacity: 0.7;
  }
}

.btn-cart {
  background-color: #fbe7f3;
  color: #961cb2;
  display: block;
  text-decoration: none;
  padding: 8px;
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 20px auto 0;
  border: 2px solid #961cb2;
  box-shadow: 2px 2px 0 #961cb2;
  font-weight: 600;
}
@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: #961cb2;
  }
}