@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th,
td {
  border-collapse: collapse;
}

ul,
ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

* {
  word-break: break-all;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  transition: 0.3s;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}
.right {
  display: block;
  margin: 0 0 0 auto;
}

.chu {
  font-size: 80%;
}

.red {
  color: #cf0b0b;
}

.large {
  font-size: 1.4rem;
}

/* ---------------------------------------------------------
ヘッダー
------------------------------------------------------------ */
#page header {
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  #page header #header {
    margin: auto auto 10px;
    width: 1000px;
    display: flex;
    justify-content: space-between;
  }
  #page header #header .site-id {
    width: 380px;
    margin: 0;
  }
}
#page header #header nav {
  display: flex;
}
@media screen and (min-width: 1024px) {
  #page header #header nav {
    gap: 20px;
    align-items: end;
  }
  #page header #header nav .cart {
    position: relative;
    min-width: 80px;
  }
  #page header #header nav .cart #cart-open {
    display: block;
    width: 52px;
    height: 52px;
    padding: 0 10px;
    background: url("../img/ico-cart.png") left 8px bottom 2px no-repeat;
    background-size: 32px;
    cursor: pointer;
  }
  #page header #header nav .cart #cart-open .cart-badge {
    position: absolute;
    left: 38px;
    bottom: 0;
    min-width: 22px;
    height: 22px;
    background-color: #f34516;
    color: #fff;
    border-radius: 50%;
    font-size: 0.75rem;
    white-space: nowrap;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page header #header nav .mypage {
    position: relative;
    font-size: 1rem;
  }
  #page header #header nav .mypage a {
    display: inline-block;
    height: 28px;
    background: url("../img/ico-mypage.png") left 12px bottom 0 no-repeat;
    background-size: 28px;
    padding: 3px 0 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  #page header #header nav {
    justify-content: space-around;
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    height: 16vw;
  }
  #page header #header nav > div {
    width: 50%;
    padding: 3vw;
  }
  #page header #header nav .cart {
    border-right: solid 1px #aaa;
    position: relative;
  }
  #page header #header nav .cart #cart-open {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/ico-cart.png") center left 10vw no-repeat;
    background-size: 10vw;
  }
  #page header #header nav .cart #cart-open .cart-badge {
    position: absolute;
    left: 50%;
    min-width: 10vw;
    height: 10vw;
    background-color: #f34516;
    color: #fff;
    border-radius: 50%;
    font-size: 0.9rem;
    white-space: nowrap;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page header #header nav .mypage {
    position: relative;
    font-size: 1rem;
  }
  #page header #header nav .mypage a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/ico-mypage.png") left 12px bottom 0 no-repeat;
    background-size: 8vw;
    padding: 2vw 0 0 14vw;
  }
}
#page header #header-bottom {
  margin: auto auto 0;
  background-color: #0e0b5c;
}
@media screen and (min-width: 1024px) {
  #page header #header-bottom {
    display: flex;
    padding: 10px calc((100% - 1000px) / 2);
  }
}
@media screen and (max-width: 1023px) {
  #page header #header-bottom {
    padding: 3vw;
  }
}
#page header #header-bottom .user-name {
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #page header #header-bottom .price-list {
    margin-left: 30px;
  }
}
#page header #header-bottom .price-list a {
  display: inline-block;
  width: fit-content;
  background-color: #fff;
  border-radius: 10px;
  font-size: 85%;
  padding: 0 1rem;
  color: #444;
}
#page header #header-bottom .price-list a::before {
  display: inline-block;
  content: "▼";
  transform: rotate(-90deg);
  color: #0e0b5c;
}
#page header #header-bottom .price-list span {
  font-size: 80%;
  padding-left: 1rem;
  color: #fff;
}

/* ---------------------------------------------------------
フッター
------------------------------------------------------------ */
footer .copy {
  font-size: 0.7rem;
  text-align: center;
}

#page footer {
  background-color: #fff;
  padding: 20px 0;
}

/* ---------------------------------------------------------
　下層ページ基本
------------------------------------------------------------ */
#page {
  background-color: #f9f9f9;
}
#page main {
  margin: auto;
}
@media screen and (min-width: 1024px) {
  #page main {
    width: 1000px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 1023px) {
  #page main {
    padding: 3vw;
  }
}

#login {
  background-color: #f9f6ff;
}
#login .card {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#login h1 {
  margin-bottom: 3rem;
}
#login input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 12px;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  margin-bottom: 1rem;
}
#login .submit {
  color: #fff;
  background-color: #4b48a3;
  width: 100%;
  border: none;
  border-radius: 10px;
  transition: all 0.3s;
  font-size: 100%;
  margin: 2rem 0;
  padding: 20px;
  cursor: pointer;
}
#login .submit:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  #login {
    padding: 60px;
  }
  #login .card {
    width: 460px;
    padding: 20px 40px;
    margin: auto auto 40px;
  }
}
@media screen and (max-width: 1023px) {
  #login main {
    padding: 3vw;
  }
  #login .card {
    width: 100%;
    padding: 3vw;
  }
}

#page.top main section {
  margin-bottom: 40px;
}
#page.top main h1 {
  font-size: 2rem;
  margin: 2rem 0;
}
#page.top main h2 {
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
  border-bottom: solid 1px #666;
  padding: 14px 0;
}
#page.top main h3 {
  font-size: 1.2rem;
}
#page.top main .ttl {
  font-weight: 600;
  color: #8f8f8f;
  margin-bottom: 4px;
}
#page.top main #order-search #search-category {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  #page.top main #order-search #search-category {
    flex-wrap: wrap;
  }
}
#page.top main #order-search #search-category li {
  display: block;
  cursor: pointer;
  background-color: #fff;
  color: #666;
  padding: 10px 20px;
  border: solid 2px #aaa;
  border-radius: 24px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #page.top main #order-search #search-category li {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #page.top main #order-search #search-category li {
    width: calc(50% - 10px);
  }
}
#page.top main #order-search #search-category li.active {
  background-color: #7f7ea3;
  border: solid 2px #7f7ea3;
  color: #fff;
}
#page.top main #order-search #search-category li:hover {
  background-color: #a3a3d0;
  border: solid 2px #7f7ea3;
  color: #fff;
  transition: 0.3s;
}
#page.top main #order-search #search-category li:active {
  background-color: #7f7ea3;
  border: solid 2px #7f7ea3;
  color: #fff;
}
#page.top main #order-search .more-search {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  #page.top main #order-search .more-search {
    display: flex;
    align-items: end;
    gap: 20px;
  }
}
#page.top main #order-search .more-search li select {
  padding: 4px 10px;
  font-size: 0.9rem;
}
@media screen and (max-width: 1023px) {
  #page.top main #order-search .more-search li select {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#page.top main #order-search .more-search li .keyword {
  font-size: 0.9rem;
  padding: 4px 10px;
}
@media screen and (min-width: 1024px) {
  #page.top main #order-search .more-search li .keyword {
    width: 250px;
  }
}
@media screen and (max-width: 1023px) {
  #page.top main #order-search .more-search li .keyword {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#page.top main #order-search .submit {
  color: #fff;
  background: url("../img/ico-search-w.png") 14px 8px no-repeat;
  background-size: 20px;
  background-color: #4b48a3;
  width: 100%;
  border: none;
  border-radius: 10px;
  transition: all 0.3s;
  font-size: 100%;
  padding: 6px 70px;
  cursor: pointer;
}
#page.top main #order-search .submit:hover {
  opacity: 0.8;
}
#page.top main #order-result {
  width: 100%;
}
#page.top main #order-result .table-wrap {
  height: 280px;
  overflow-y: scroll;
  border: solid 1px #8f8f8f;
  margin-bottom: 4px;
}
@media screen and (max-width: 1023px) {
  #page.top main #order-result .table-wrap {
    overflow-x: scroll;
    margin-bottom: 1rem;
  }
  #page.top main #order-result .table-wrap table {
    min-width: 180%;
  }
}
#page.top main #order-result .submit {
  color: #fff;
  background-color: #4b48a3;
  width: fit-content;
  border: none;
  border-radius: 10px;
  transition: all 0.3s;
  font-size: 100%;
  padding: 6px 70px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #page.top main #order-result .submit {
    width: 100%;
  }
}
#page.top main #order-result .submit:hover {
  opacity: 0.8;
}
#page.top main #history .download {
  color: #4b48a3;
  font-size: 0.9rem;
}
#page.top main #history .result {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  #page.top main #history .result {
    display: flex;
    justify-content: space-between;
  }
}
#page.top main #history .pager li {
  display: inline-block;
  padding: 0 8px;
}
#page.top main #history .pager li span {
  font-weight: 600;
}
#page.top main #history .pager li a {
  color: #4b48a3;
}
#page.top main #history .order-item {
  background-color: #fff;
  border: solid 1px #ccc;
  margin-bottom: 20px;
  padding: 10px;
}
#page.top main #history .order-item .order-head {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}
#page.top main #history .order-item .order-head .order-total {
  text-align: right;
}
@media screen and (min-width: 1024px) {
  #page.top main #history .order-item .order-main {
    display: flex;
    justify-content: space-between;
  }
}
#page.top main #history .order-item .order-main .order-summary {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
}
@media screen and (max-width: 1023px) {
  #page.top main #history .order-item .order-main .order-summary {
    margin-bottom: 10px;
  }
}
#page.top main #history .order-item .order-main .order-summary dt {
  width: 10rem;
}
@media screen and (min-width: 1024px) {
  #page.top main #history .order-item .order-main .order-summary dd {
    width: calc(100% - 10rem);
  }
}
#page.top main #history .order-item .order-main .order-detail {
  display: flex;
  align-items: end;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  #page.top main #history .order-item .order-main .order-detail {
    width: 360px;
  }
}
#page.top main #history .order-item .order-main .order-detail a {
  font-size: 0.9rem;
  color: #4b48a3;
  position: relative;
  padding-right: 20px;
  margin-left: 20px;
}
#page.top main #history .order-item .order-main .order-detail a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: solid 1px #4b48a3;
  border-top: solid 1px #4b48a3;
  transform: rotate(45deg);
  top: calc(50% - 4px);
  right: 4px;
}

#page main {
  min-height: 500px;
  position: relative;
}
#page main p {
  margin-bottom: 1rem;
}
#page main table {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border: solid 1px #8f8f8f;
}
#page main table tr:nth-child(even) {
  background-color: #f2f2f2;
}
#page main table tr:not(:last-child) {
  border-bottom: solid 1px #8f8f8f;
}
#page main table th {
  background-color: #0e0b5c;
  color: #fff;
  padding: 6px 4px;
  text-align: center;
}
#page main table th:not(:last-child) {
  border-right: solid 1px #8f8f8f;
}
#page main table td {
  padding: 4px 8px;
}
#page main table td:not(:last-child) {
  border-right: solid 1px #8f8f8f;
}
#page main table .chk {
  width: 20px;
}
#page main table .bld {
  font-weight: 600;
}
#page main table .size,
#page main table .price,
#page main table .num {
  text-align: right !important;
  white-space: nowrap;
}
#page main table .item-name {
  min-width: 10rem;
}
#page main table .nowrap {
  white-space: nowrap;
}
#page main table .detail {
  text-align: center;
}
#page main table tfoot {
  border-top: double 3px #0e0b5c;
}
#page main table tfoot td {
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  #page main #table-wrap {
    overflow-x: scroll;
  }
  #page main #table-wrap table {
    width: 1000px;
  }
}
#page main #order-detail .flex-wrap {
  display: flex;
}
@media screen and (max-width: 1023px) {
  #page main #order-detail .flex-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  #page main #order-detail .flex-wrap .order-items {
    width: 65%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  #page main #order-detail .flex-wrap .order-items {
    width: 100%;
  }
}
#page main #order-detail .flex-wrap .order-items .order-item {
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: dashed 1px #666;
}
#page main #order-detail .flex-wrap .order-items .order-item figure {
  background-color: #fff;
  border: solid 1px #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page main #order-detail .flex-wrap .order-items .order-item figure img {
  height: 140px;
}
@media screen and (min-width: 1024px) {
  #page main #order-detail .flex-wrap .order-items .order-item figure {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 1023px) {
  #page main #order-detail .flex-wrap .order-items .order-item figure {
    width: 30vw;
    height: 40vw;
  }
}
#page main #order-detail .flex-wrap .order-items .order-item .order-main {
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  #page main #order-detail .flex-wrap .order-items .order-item .order-main {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1023px) {
  #page main #order-detail .flex-wrap .order-items .order-item .order-main {
    width: calc(100% - 30vw);
  }
}
#page main #order-detail .flex-wrap .order-items .order-item .order-main .order-summary {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  #page main #order-detail .flex-wrap .order-items .order-item .order-main .order-summary {
    display: flex;
    flex-wrap: wrap;
  }
  #page main #order-detail .flex-wrap .order-items .order-item .order-main .order-summary dt {
    width: 6rem;
  }
  #page main #order-detail .flex-wrap .order-items .order-item .order-main .order-summary dd:not(.wide) {
    width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 1023px) {
  #page main #order-detail .flex-wrap .order-items .order-item .order-main .order-summary dt {
    font-weight: 600;
  }
  #page main #order-detail .flex-wrap .order-items .order-item .order-main .order-summary dd:last-child {
    margin-top: 1rem;
  }
}
#page main #order-detail .flex-wrap .order-items .order-item .order-detail a {
  font-size: 0.9rem;
  color: #4b48a3;
  position: relative;
  padding-right: 20px;
}
#page main #order-detail .flex-wrap .order-items .order-item .order-detail a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: solid 1px #4b48a3;
  border-top: solid 1px #4b48a3;
  transform: rotate(45deg);
  top: calc(50% - 4px);
  right: 4px;
}
#page main #order-detail .flex-wrap .action {
  background-color: #f2f2f2;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  #page main #order-detail .flex-wrap .action {
    width: 35%;
    padding: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  #page main #order-detail .flex-wrap .action {
    width: 100%;
    padding: 5vw 3vw 2vw;
    margin-bottom: 1rem;
  }
}
#page main #order-detail .flex-wrap .action li {
  font-size: 1.1rem;
  padding: 0 0 1rem;
}
@media screen and (max-width: 1023px) {
  #page main #order-detail .flex-wrap .action li:first-child {
    padding: 0;
  }
}
#page main #order-detail .flex-wrap .action li span {
  color: #f34516;
  font-size: 1.3rem;
}
#page main #order-detail .flex-wrap .action li button {
  width: 100%;
  color: #fff;
  background-color: #4b48a3;
  border: none;
  border-radius: 10px;
  transition: all 0.3s;
  font-size: 100%;
  padding: 14px;
  cursor: pointer;
}
#page main #order-detail .flex-wrap .action li button:hover {
  opacity: 0.8;
}
#page main .button-area-right {
  margin: 2rem 0;
  display: flex;
  justify-content: end;
}
#page main .button-area-right button {
  margin: 0 0 auto;
}
#page main .button-area-right .submit {
  color: #fff;
  background-color: #4b48a3;
  width: fit-content;
  border: none;
  border-radius: 10px;
  transition: all 0.3s;
  font-size: 100%;
  padding: 14px 40px;
  cursor: pointer;
}
#page main .button-area-right .submit:hover {
  opacity: 0.8;
}
#page.modal {
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  #page.modal main {
    width: 1200px;
    margin: auto;
    padding: 40px;
  }
}
@media screen and (max-width: 1023px) {
  #page.modal main {
    margin: auto;
    padding: 3vw;
  }
}
#page.modal main h1 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
#page.modal main .count {
  display: flex;
  align-items: center;
  font-weight: 600;
}
#page.modal main .count .up,
#page.modal main .count .down {
  border: solid 1px #bbb;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #aaa;
}
#page.modal main .count .up:hover,
#page.modal main .count .down:hover {
  background-color: #efefef;
}
#page.modal main .count .num {
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  #page.modal main .product-detail {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  #page.modal main .product-detail .photo {
    width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  #page.modal main .product-detail .photo {
    margin-bottom: 1rem;
  }
}
#page.modal main .product-detail .photo .main-slide {
  width: 300px;
  height: 250px;
  margin: 0 auto 10px;
}
#page.modal main .product-detail .photo .main-slide li {
  text-align: center;
}
#page.modal main .product-detail .photo .main-slide li img {
  height: 250px;
  margin: auto;
}
#page.modal main .product-detail .photo .thumb-slide li {
  border: solid 1px #ccc;
  margin: 5px;
}
#page.modal main .product-detail .photo .thumb-slide li img {
  height: 120px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  #page.modal main .product-detail .text {
    width: calc(100% - 300px);
    padding-left: 40px;
  }
}
#page.modal main .product-detail .text p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
#page.modal main .product-detail .text .product-data {
  margin-bottom: 30px;
  border-top: dotted 1px #aaa;
  border-bottom: dotted 1px #aaa;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  #page.modal main .product-detail .text .product-data {
    display: flex;
  }
}
#page.modal main .product-detail .text .product-data dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  #page.modal main .product-detail .text .product-data dl {
    width: 50%;
  }
}
#page.modal main .product-detail .text .product-data dl dt {
  width: 8rem;
}
#page.modal main .product-detail .text .product-data dl dd {
  width: calc(100% - 8rem);
}
#page.modal main .product-detail .text .product-data dl dd::before {
  content: "：";
}
#page.modal main .product-detail .text .price {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#page.modal main .product-detail .text .price span {
  color: #cf0b0b;
}
#page.modal main .product-detail .text .price span strong {
  font-size: 1.4rem;
  margin-right: 4px;
}
@media screen and (max-width: 1023px) {
  #page.modal main .product-detail .text .count {
    margin: 0 auto 1rem;
    display: flex;
    justify-content: center;
  }
}
#page.modal main .product-detail .text .count .up,
#page.modal main .product-detail .text .count .down {
  width: 36px;
  height: 36px;
}
#page.modal main .product-detail .text .count .num {
  font-size: 1.2rem;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  #page.modal main .product-detail .text form {
    display: flex;
    gap: 40px;
  }
}
#page.modal main .product-detail .text form .submit {
  color: #fff;
  background-color: #4b48a3;
  border: none;
  border-radius: 10px;
  transition: all 0.3s;
  font-size: 100%;
  padding: 4px 30px;
  cursor: pointer;
}
#page.modal main .product-detail .text form .submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  #page.modal main .product-detail .text form .submit {
    width: 100%;
    padding: 1rem;
  }
} /*# sourceMappingURL=style.css.map */
