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

footer {
  margin-top: auto;
}

html {
  background: url("../img/bg_pattern.png") 0 0 repeat;
}

body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #533826;
  background: url("../img/bg_content.png") 0 0 repeat transparent;
}

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);
}

main {
  padding-top: 120px;
}

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

p {
  line-height: 1.6;
}

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

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

.section-info {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #ccc;
  margin-bottom: 60px;
}

.form-wrap {
  padding: 60px 0;
  background-color: rgba(242, 210, 198, 0.2);
  border-top: 2px solid #f2d2c6;
}

.section-item {
  background-color: #fff;
  margin: 40px 0;
  padding: 40px 20px;
  border: 2px solid #f2d2c6;
}

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

.section-item .limit-item {
  border: 1px solid #e7318c;
  color: #e7318c;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 20px;
}

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

.section-item .soldTxt {
  font-weight: bold;
  font-size: 18px;
}

.section-item .js-sold + span + .soldTxt {
  color: #e7318c;
  border: 1px solid #e7318c;
  display: inline-block;
  padding: 4px 12px;
  letter-spacing: 0.2em;
}

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

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

.section-item .lyt-select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#anchor-cart {
  background-color: #fff;
  padding: 40px;
  border: 8px solid #f2d2c6;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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;
  border-bottom: 2px solid #eee;
  background-color: #f8e8e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8e8e2), to(#fcf6f4));
  background: linear-gradient(to bottom, #f8e8e2, #fcf6f4);
}

@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: #533826;
  border: none;
  font-family: "Satisfy", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  text-decoration: none;
  font-size: 24px;
}

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

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;
}

@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: #f8e8e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8e8e2), to(#fcf6f4));
  background: linear-gradient(to bottom, #f8e8e2, #fcf6f4);
}

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: #533826;
  font-family: "Satisfy", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  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 .modal-body {
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
}

nav.navbar .modal-body a {
  border-bottom: 1px solid #f2d2c6;
  padding: 12px;
  text-decoration: none;
  color: #533826;
  position: relative;
}

nav.navbar .modal-body a:before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 12px;
  color: #f2d2c6;
}

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

footer {
  background-color: #533826;
  padding: 12px;
}

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

footer .link-pageup:hover .fas:before {
  color: #ec7381;
}

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

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

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

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

.section-info .hdg-info {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #e7318c;
  text-align: center;
  border-bottom: 2px solid #e7318c;
  padding-bottom: 12px;
}

.section-item .hdg-item {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 1.4em;
}

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

.section-item .hdg-item:before {
  content: "";
  background: url("../img/icon_hdg.png") center center no-repeat;
  background-size: contain;
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

#anchor-cart .hdg-cart {
  text-align: center;
  font-weight: bold;
  background-color: #f2d2c6;
  padding: 12px 8px;
  font-size: 28px;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: bold;
  width: calc(100% + 40px * 2);
  margin-top: -40px;
}

@media (max-width: 767px) {
  #anchor-cart .hdg-cart {
    width: calc(100% + 12px * 2);
    margin-top: -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: #e7318c;
  position: absolute;
  left: 0;
}

.section-info .list-info {
  margin: 32px 0;
}

.section-info .list-info dt {
  margin-bottom: 8px;
  font-size: 18px;
  color: #e7318c;
}

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

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

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

.section-item .list-item dd {
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 8px;
}

.section-item .list-item .txt-description {
  font-size: 14px;
}

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

.list-select dt,
.list-select dd {
  font-size: 14px;
  margin-right: 12px;
}

.list-select dt select,
.list-select dd select {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .list-select dt select,
  .list-select dd select {
    margin-left: 0;
  }
}

a {
  text-decoration: underline;
  color: #0783c3;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #0783c3;
}

a.btn {
  text-decoration: none;
}

.btn-item {
  background-color: #e7318c;
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  margin-top: 20px;
  border: 1px solid #eee;
}

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

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

.btn-cart {
  background-color: #e7318c;
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 8px;
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #eee;
  font-size: 20px;
}

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

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

.btn-cart:hover {
  opacity: 0.8;
  color: #fff;
}

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