
.fw-bold {
  font-weight: 900 !important;
}
.fw-medium {
  font-weight: 600 !important;
}
.c-red {
  color: #e10000;
}
#tile input[type='checkbox'] {
  accent-color: auto;
}
#tile .container {
  max-width: none !important;
}
.tile-icon {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0 3px 1px;
}
#tile .grid {
  width: calc(62px * 5);
  margin: auto;
}
#tile .grid.reset-buttons {
  width: auto;
}
@media screen and (min-width: 640px) {
#tile .grid,
  #tile .grid.reset-buttons {
    width: calc(62px * 7);
}
}
.color-wrap {
  line-height: 1;
}
.color-choice img {
  width: 56px;
}
.color-choice-name {
  font-size: 0.7rem;
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
}
.transparent-tile {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 3px;
  padding: 6px;
}
.transparent-tile::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px dashed silver;
  background-color: white;
}
.tiles-wrap {
  padding: 0 3rem 0 5rem;
  overflow: auto;
}
.tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 6rem auto 3rem;
  padding: var(--030eb632);
  width: var(--34ac1672);
  /*
  border-left: 1px solid white;
  border-top: 1px solid white;
  */
  position: relative;
}
.tile {
  flex: 0 0 var(--5273c4ee);
  width: var(--5273c4ee) !important;
  height: var(--5273c4ee) !important;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
a.button:hover {
  color: white;
}
.button.disabled {
  opacity: 0.3;
  cursor: normal;
}
.edges {
  display: flex;
  position: absolute;
}
.edges.top {
  top: -1px;
  left: var(--030eb632);
  border-bottom: 1px solid white;
}
.edges.bottom {
  bottom: 0;
  left: var(--030eb632);
}
.edges.left {
  top: var(--030eb632);
  left: -1px;
  flex-wrap: wrap;
  width: var(--030eb632);
}
.edges.right {
  top: var(--030eb632);
  right: 0;
  flex-wrap: wrap;
  width: var(--030eb632);
}
.edge {
  background-color: #000;
  cursor: pointer;
}
.edges.top .edge,
.edges.bottom .edge {
  width: var(--5273c4ee);
  height: var(--030eb632);
  border-right: 1px solid white;
}
.edges.left .edge,
.edges.right .edge {
  width: var(--030eb632);
  height: var(--5273c4ee);
  border-bottom: 1px solid white;
}
.corner {
  position: absolute;
  width: var(--030eb632);
  height: var(--030eb632);
  cursor: pointer;
  overflow: hidden;
}
.corner > .corner-tile {
  display: inline-block;
  width: 0;
  height: 0;
  border: var(--030eb632) solid transparent; /* 透過のボーダーを設定 */
  border-top: var(--030eb632) solid #000; /* 上のボーダーに色を設定（扇形の上部になる） */
  border-radius: 100%; /* 境界線を丸くする */
  position: absolute;
}
.edges > .edge.noUsed,
.corner.noUsed > .corner-tile {
  opacity: 0.1;
}
.corner.topLeft {
  top: -1px;
  left: -1px;
}
.corner.topLeft > .corner-tile {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}
.corner.topRight {
  top: -1px;
  right: 0;
}
.corner.topRight > .corner-tile {
  top: 0;
  left: -100%;
  transform: rotate(45deg);
}
.corner.bottomRight {
  bottom: 0;
  right: 0;
}
.corner.bottomRight > .corner-tile {
  top: -100%;
  left: -100%;
  transform: rotate(135deg);
}
.corner.bottomLeft {
  bottom: 0;
  left: -1px;
}
.corner.bottomLeft > .corner-tile {
  top: -100%;
  left: 0;
  transform: rotate(-135deg);
}
.num {
  text-align: end;
  width: 4rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.num-btn {
  padding: 0 !important;
  line-height: 0 !important;
  border-width: 1px !important;
  width: 2rem;
  height: 2rem;
}
.mm {
  text-align: end;
  width: 8rem;
}
.tile-info {
  width: 85%;
  margin: auto auto 3rem;
  padding: 1rem;
  border: 8px solid #0073aa;
}
@media screen and (min-width: 640px) {
.tile-info {
    width: 620px;
}
}
@media screen and (min-width: 1366px) {
.tile-info {
    position: fixed;
    top: 50%;
    right: 0.25rem;
    transform: translateY(-50%);
    width: fit-content;
    margin-bottom: auto;
    border-radius: 1rem;
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,0.8);
    z-index: 20;
}
}
.tile-info .tile-info-label {
  text-align: center;
  font-weight: bold;
}
.tile-info .box {
  margin-top: 1rem;
}
.tile-info .tile-info-row {
  display: flex;
  align-items: flex-end;
  font-size: 0.9rem;
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 1366px) {
.tile-info .tile-info-row {
    width: 70%;
}
}
.tile-info .tile-info-row .label {
  flex: 0 0 auto;
}
.tile-info .tile-info-row .value {
  flex: 1 0 auto;
  text-align: end;
  margin-right: 0.5rem;
  font-weight: bold;
  font-size: 1.1em;
}
.tile-info .tile-info-row .unit {
  flex: 0 0 auto;
}
.small {
  font-size: 0.8rem;
}
.bot {
  display: none;
}
.bot + label {
  position: relative;
  display: inline-block;
}
.bot:checked + label > img,
.bot:checked + label > span {
  background: orange;
}
.bot:checked + label[data-no]::after {
  content: attr(data-no);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100rem;
  border: 1px solid black;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  font-size: 0.8rem;
  background-color: #fff;
}
.horizontal-scale,
.vertical-scale {
  position: absolute;
}
.horizontal-scale {
  top: -4rem;
  left: 0;
  width: 100%;
  height: 1rem;
  border-left: 2px solid black;
  border-right: 2px solid black;
}
.horizontal-scale::before {
  content: '';
  border-top: 2px solid black;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0;
}
.horizontal-scale::after {
  content: attr(data-size);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 1rem;
  background-color: white;
}
.vertical-scale {
  top: 0;
  left: -4rem;
  width: 1rem;
  height: 100%;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
.vertical-scale::before {
  content: '';
  border-right: 2px solid black;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
}
.vertical-scale::after {
  content: attr(data-size);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  padding: 0 1rem;
  background-color: white;
}
.edge-control {
  position: absolute;
  white-space: nowrap;
}
.edge-control.top {
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.edge-control.bottom {
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.edge-control.left {
  left: -4rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.edge-control.right {
  right: -4rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.fade-enter-to,
.fade-reave-from {
  opacity: 1;
}
.site-foot .external ul li a img {
  display: inline;
}

.cart-title {
  color: #4c739a;
  border-bottom: 2px solid #4c739a;
}
.item-name {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.35;
}
.price,
.price-unit,
.total-price,
.total-unit {
  font-weight: bold;
  color: #B20;
}
.price {
  font-size: 110%;
}
.price-unit,
.price-tax,
.total-unit,
.total-tax {
  font-size: 90%;
}
.quantity {
  text-align: end;
  width: 5rem;
}
.total-price {
  font-size: 160%;
}
.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
}
.button.disable {
  opacity: 0.3;
}
