/*!
style.css Modified: @@buildTime Editor: Toshiyuki Hara */
:root {
  --theme-color-1: #fff;
  --theme-color-2: #000;
  --breakpoint-standard: pc;
  --breakpoint-xl: 1200px;
  --breakpoint-lg: 1000px;
  --breakpoint-md: 768px;
  --breakpoint-sm: 560px;
  --breakpoint-xs: 320px;
}

.omakase {
  width: auto;
}

.omakase .hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  background-color: #d8cec5;
}

.omakase .hero__img img {
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .omakase .hero {
    height: auto;
  }
  .omakase .hero__img {
    width: auto;
    height: auto;
    position: static;
  }
}

.omakase .d-none {
  display: none !important;
}

.omakase .d-block {
  display: block !important;
}

.omakase .d-xs-none {
  display: block !important;
}

@media screen and (min-width: 320px) {
  .omakase .d-xs-none {
    display: none !important;
  }
}

.omakase .d-xs-block {
  display: none !important;
}

@media screen and (min-width: 320px) {
  .omakase .d-xs-block {
    display: block !important;
  }
}

.omakase .d-sm-none {
  display: block !important;
}

@media screen and (min-width: 560px) {
  .omakase .d-sm-none {
    display: none !important;
  }
}

.omakase .d-sm-block {
  display: none !important;
}

@media screen and (min-width: 560px) {
  .omakase .d-sm-block {
    display: block !important;
  }
}

.omakase .d-md-none {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .omakase .d-md-none {
    display: none !important;
  }
}

.omakase .d-md-block {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .omakase .d-md-block {
    display: block !important;
  }
}

.omakase .d-lg-none {
  display: block !important;
}

@media screen and (min-width: 1000px) {
  .omakase .d-lg-none {
    display: none !important;
  }
}

.omakase .d-lg-block {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  .omakase .d-lg-block {
    display: block !important;
  }
}

.omakase .d-xl-none {
  display: block !important;
}

@media screen and (min-width: 1200px) {
  .omakase .d-xl-none {
    display: none !important;
  }
}

.omakase .d-xl-block {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .omakase .d-xl-block {
    display: block !important;
  }
}

.omakase .cb {
  max-width: 1000px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

.omakase .lead {
  min-height: 48px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #d98888;
}

.omakase .lead::after {
  content: '';
  width: 21px;
  height: 16px;
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  display: block;
  background-color: #d98888;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.omakase .lead__text {
  line-height: 1.3;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .omakase .lead {
    min-height: 63px;
  }
}

.omakase .form-grid {
  display: flex;
  gap: 20px;
}

.omakase .form-grid__main {
  width: calc(100% - 330px);
}

.omakase .form-grid__preview {
  width: 310px;
}

@media screen and (max-width: 767px) {
  .omakase .form-grid {
    flex-direction: column;
  }
  .omakase .form-grid__main, .omakase .form-grid__preview {
    width: 100%;
  }
  .omakase .form-grid__main {
    order: 2;
  }
  .omakase .form-grid__preview {
    order: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 73px;
  }
}

.omakase .box-item-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}

.omakase .box-item {
  padding: 20px;
  background-color: #f6f3ed;
  border-radius: 8px;
  scroll-margin-top: 70px;
}

.omakase .box-item--disabled {
  opacity: .5;
  pointer-events: none;
}

.omakase .box-item__title {
  margin: 0;
  font-size: 16px;
}

.omakase .box-item__body {
  margin-top: 20px;
}

.omakase .box-item__note {
  margin-top: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #ff0020;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .omakase .box-item {
    scroll-margin-top: 367px;
  }
}

.omakase .box {
  padding: 50px 0 100px;
}

@media screen and (max-width: 767px) {
  .omakase .box {
    padding-top: 33px;
  }
}

.omakase .item-grid {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

.omakase .item-grid--col-1 {
  -ms-grid-columns: (minmax(0, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.omakase .item-grid--col-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.omakase .item-grid--col-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.omakase .item-grid--col-5 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media screen and (max-width: 949px) {
  .omakase .item-grid--col-3 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.omakase .item-label {
  min-height: 50px;
  padding: 3px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
}

.omakase .item-label--shape {
  min-height: 60px;
}

.omakase .item-label--disabled {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}

.omakase .item-label--image span {
  margin-right: -10px;
}

.omakase .item-label span {
  font-weight: bold;
  text-box: trim-both cap alphabetic;
}

.omakase .item-label input {
  display: none;
}

.omakase .item-label .far,
.omakase .item-label .fas {
  position: absolute;
  top: calc(50% - .5em);
  left: 9px;
  font-size: 22px;
  color: #ddd;
}

.omakase .item-label .fa-circle,
.omakase .item-label .fa-square {
  display: block;
}

.omakase .item-label .fa-dot-circle,
.omakase .item-label .fa-check-square {
  display: none;
}

.omakase .item-label:has(input:checked) {
  background-color: #e0f4e5;
  border-color: #66c369;
}

.omakase .item-label:has(input:checked) .far,
.omakase .item-label:has(input:checked) .fas {
  color: #66c369;
}

.omakase .item-label:has(input:checked) .fa-circle,
.omakase .item-label:has(input:checked) .fa-square {
  display: none;
}

.omakase .item-label:has(input:checked) .fa-dot-circle,
.omakase .item-label:has(input:checked) .fa-check-square {
  display: block;
}

.omakase .item-label--excluded:has(input:checked) {
  background-color: #ddd;
  border-color: #aaa;
}

.omakase .item-label--excluded:has(input:checked) .far,
.omakase .item-label--excluded:has(input:checked) .fas {
  color: #aaa;
}

.omakase .form-select {
  padding-left: 1em;
  padding-right: 2em;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 24 24' fill='none' stroke='rgba(170, 170, 170, 1)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 10px center/21px 21px no-repeat;
  cursor: pointer;
  position: relative;
  width: 100%;
  min-height: 50px;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.omakase .img-patch {
  display: flex;
  align-items: center;
  gap: .5em;
}

.omakase .img-patch--type img {
  height: 47px;
}

.omakase .img-patch--flower {
  gap: .3em;
}

@media screen and (max-width: 949px) {
  .omakase .img-patch {
    flex-direction: column;
  }
}

.omakase .color-patch {
  display: flex;
  align-items: center;
  gap: .3em;
}

.omakase .color-patch::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  vertical-align: middle;
  border-radius: 100vh;
}

.omakase .color-patch--14::before {
  background-color: #ff5d5d;
}

.omakase .color-patch--10::before {
  background-color: #ff87f2;
}

.omakase .color-patch--11::before {
  background: linear-gradient(to right, #ffd926 0%, #ffd926 50%, #ee7800 51%, #ee7800 100%);
}

.omakase .color-patch--04::before {
  background: linear-gradient(to right, #63B3ED 0%, #63B3ED 50%, #9b72b0 51%, #9b72b0 100%);
}

.omakase .color-patch--12::before {
  background-color: #fff;
  background: linear-gradient(to right, #fff 0%, #fff 50%, #6EA23D 51%, #6EA23D 100%);
  border: 1px solid #b8b8b8;
}

.omakase .color-patch--13::before {
  background-image: linear-gradient(to right, #f87171, #facc15, #60a5fa);
}

@media screen and (max-width: 949px) {
  .omakase .color-patch {
    flex-direction: column;
  }
}

.omakase .box-preview {
  padding: 12px 0;
  text-align: center;
  background-color: #f7ebeb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.omakase .box-preview__text {
  font-size: 11px;
}

.omakase .box-preview__canvas {
  width: 100%;
  max-width: 250px;
  background-color: #fff;
}

.omakase .box-preview__img {
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.omakase .box-preview__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.omakase .box-order {
  padding: 0 10px 20px;
  background-color: #f7ebeb;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.omakase .box-order__title {
  min-height: 37px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background-color: #f08081;
}

.omakase .box-order--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .omakase .box-order--pc {
    display: none;
  }
  .omakase .box-order--sp {
    padding: 0 0 20px;
    display: block;
  }
  .omakase .box-order--sp .box-order__btn {
    max-width: 270px;
    margin: 0 auto;
  }
}

.omakase .sticky-preview {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.omakase .order-list {
  padding: 20px;
}

.omakase .order-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
}

.omakase .order-list__item span {
  padding-top: 5px;
  padding-bottom: 5px;
  word-break: keep-all;
}

.omakase .order-list__item:first-child span {
  padding-top: 0;
}

.omakase .order-list__item:last-child span {
  padding-bottom: 0;
}

.omakase .order-list__val {
  padding-left: 15px;
  line-height: 1.375;
  border-left: 1px solid #d4bdbd;
}

.omakase .cart-button {
  width: 100%;
  min-height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border: 1px solid #da3940;
  border-radius: 100vh;
  background-color: #da3940;
}

.omakase .cart-button:hover, .omakase .cart-button:focus {
  color: #da3940;
  background-color: #fff;
}

#header_sp_search {
  display: none;
}

/*# sourceMappingURL=maps/style-omakase.css.map */
