@charset "UTF-8";
.specList, .orderNote textarea, .shopList .item, .shopList li, .recommendList .Txt h3 a, .recommendList .Txt, .recommendList .Img, .recommendList .item, .mainArea .topBox .textBox .countArea .countItemBox .countBtn, .mainArea .topBox .textBox .countArea .countItemBox, .mainArea .topBox .textBox .orderList .pdInfoBox {
  box-sizing: border-box;
}

.quickBtnBox svg, .shopList .item::before, .shopList .item, .shopList, .recommendList, .mainArea .topBox .textBox .orderList .pdInfoBox .pdName, .mainArea .topBox .textBox .orderList .pdInfoBox, .mainArea .topBox .textBox .orderList li {
  transition: all 0.4s ease-in-out;
}

.specList, .shopList, .mainArea .topBox .textBox .btnBox, .mainArea .topBox .textBox .countArea .countItemBox, .mainArea .topBox .textBox .orderList .pdInfoBox .price, .mainArea .topBox .textBox .orderList .pdInfoBox, .mainArea .topBox .textBox .orderList li {
  display: flex;
  flex-wrap: wrap;
}

.classBoxSide .classLink > li > a {
  padding-left: 20px;
}
.classBoxSide .m_classLink {
  display: none;
}

.classBox {
  margin-bottom: 0;
}

.titleBoxSide .title {
  font-size: 26px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
@media (max-width: 480px) {
  .titleBoxSide .title {
    font-size: 22px;
  }
}

.clearBtn {
  padding-top: 20px;
}
.clearBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  transition: all 0.4s ease;
}
.clearBtn a:hover {
  color: #000;
  background-color: #fbbf07;
}

.mainArea .wrap {
  max-width: 1610px;
  padding: 0 20px;
  box-sizing: border-box;
}
.mainArea.ins {
  padding-top: 0;
}
@media (max-width: 1180px) {
  .mainArea.ins {
    padding-bottom: 0px;
  }
}
.mainArea.ins .wrap {
  max-width: 1770px;
  padding: 0 20px;
}
.mainArea .topBox {
  padding-bottom: 20px;
}
.mainArea .topBox .pdDataBox {
  position: relative;
}
.mainArea .topBox .imgOutBox {
  position: relative;
  width: 65.3%;
}
@media (max-width: 1180px) {
  .mainArea .topBox .imgOutBox {
    width: auto;
    margin: 0 -20px;
  }
}
.mainArea .topBox .imgOutBox img {
  display: block;
  width: 100%;
}
.mainArea .topBox .imgOutBox .arrowBox .prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mainArea .topBox .imgOutBox .arrowBox .next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mainArea .topBox .imgBox {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.mainArea .topBox .imgBox li {
  width: 100%;
}
.mainArea .topBox .imgInsBox {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 75px;
  box-sizing: border-box;
}
.mainArea .topBox .imgSmallBox li {
  float: left;
  width: 20%;
  box-sizing: border-box;
}
.mainArea .topBox .textBox {
  padding: 0 4.62%;
  box-sizing: border-box;
  z-index: 1;
}
@media (min-width: 1181px) {
  .mainArea .topBox .textBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 34.7%;
    height: calc(100vh - 85px);
    overflow-y: auto;
  }
}
@media (max-width: 1180px) {
  .mainArea .topBox .textBox {
    padding: 20px 0;
  }
}
.mainArea .topBox .textBox .articleTitle {
  padding: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  color: #111;
  border-bottom: none;
}
@media (max-width: 1180px) {
  .mainArea .topBox .textBox .articleTitle {
    font-size: 23px;
  }
}
.mainArea .topBox .textBox .infoBox {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}
.mainArea .topBox .textBox .infoBox .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.mainArea .topBox .textBox .infoBox .heartBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.mainArea .topBox .textBox .infoBox .heartBox a:hover {
  background-color: #fbbf07;
}
.mainArea .topBox .textBox .infoBox .priceBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainArea .topBox .textBox .infoBox .priceBox .price {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  color: #d0121c;
}
.mainArea .topBox .textBox .infoBox .priceBox .price span {
  padding-left: 5px;
  font-size: 26px;
}
@media (max-width: 1180px) {
  .mainArea .topBox .textBox .infoBox .priceBox .price span {
    font-size: 20px;
  }
}
.mainArea .topBox .textBox .infoBox .priceBox .price.delete {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #aaaaaa;
  text-decoration: line-through;
}
.mainArea .topBox .textBox .infoBox .priceBox .price.delete span {
  font-size: 15px;
}
@media (max-width: 1180px) {
  .mainArea .topBox .textBox .infoBox .priceBox .price.delete span {
    font-size: 14px;
  }
}
.mainArea .topBox .textBox .infoBox .priceOffBox {
  font-size: 15px;
  font-weight: 400;
  color: #d0121c;
}
.mainArea .topBox .textBox .description {
  color: #959595;
  font-size: 15px;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 2;
  letter-spacing: 1px;
}
.mainArea .topBox .textBox .mainPrice {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  padding-top: 5px;
}
.mainArea .topBox .textBox .mainPrice span {
  display: inline-block;
  padding-left: 4px;
  position: relative;
}
.mainArea .topBox .textBox .mainPrice span::before {
  content: "$";
  position: relative;
  top: 0;
  left: -4px;
}
.mainArea .topBox .textBox .orderListBox {
  position: relative;
}
.mainArea .topBox .textBox .orderListBox .main {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 20px 10px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.mainArea .topBox .textBox .orderListBox .main:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 9px;
  height: 9px;
  margin-top: -3px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  box-sizing: border-box;
  transform: rotate(135deg);
}
.mainArea .topBox .textBox .orderList {
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
  max-height: 320px;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0px 10px 14.85px 0.15px rgba(0, 0, 0, 0.08);
}
.mainArea .topBox .textBox .orderList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 6px;
}
.mainArea .topBox .textBox .orderList::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.mainArea .topBox .textBox .orderList::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #d0121c;
}
@media (max-width: 768px) {
  .mainArea .topBox .textBox .orderList {
    max-height: initial;
    overflow-y: initial;
  }
}
.mainArea .topBox .textBox .orderList li {
  align-items: center;
  padding: 10px;
}
.mainArea .topBox .textBox .orderList li.focus .pdInfoBox .pdName {
  color: #d0121c;
}
.mainArea .topBox .textBox .orderList li.focus .pdInfoBox .originPrice {
  color: #d0121c;
}
@media (min-width: 1201px) {
  .mainArea .topBox .textBox .orderList li:hover .pdInfoBox .pdName {
    color: #d0121c;
  }
  .mainArea .topBox .textBox .orderList li:hover .pdInfoBox .originPrice {
    color: #d0121c;
  }
}
.mainArea .topBox .textBox .orderList .chkBox input {
  display: none;
}
.mainArea .topBox .textBox .orderList .chkBox label {
  display: block;
  position: relative;
  height: 100%;
  cursor: pointer;
}
.mainArea .topBox .textBox .orderList .pdInfoBox {
  width: calc(100% - 16px);
  cursor: pointer;
}
.mainArea .topBox .textBox .orderList .pdInfoBox .pdName {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .mainArea .topBox .textBox .orderList .pdInfoBox .pdName {
    width: 100%;
    margin-right: 0;
  }
}
.mainArea .topBox .textBox .orderList .pdInfoBox .price {
  align-items: center;
}
@media (max-width: 480px) {
  .mainArea .topBox .textBox .orderList .pdInfoBox .price {
    width: 100%;
  }
}
.mainArea .topBox .textBox .orderList .pdInfoBox .originPrice {
  color: #959595;
  margin-right: 10px;
}
.mainArea .topBox .textBox .orderList .pdInfoBox .originPrice span {
  text-decoration: line-through;
}
.mainArea .topBox .textBox .orderList .pdInfoBox .bonusPrice {
  color: #ffaa2a;
}
.mainArea .topBox .textBox .orderList .pdInfoBox .originPrice span::before,
.mainArea .topBox .textBox .orderList .pdInfoBox .bonusPrice span::before {
  content: "$";
}
.mainArea .topBox .textBox .intro {
  color: #626262;
  line-height: 1.8;
}
.mainArea .topBox .textBox .gveaway {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.mainArea .topBox .textBox .tagBox {
  padding: 25px 0 30px;
}
.mainArea .topBox .textBox .tagList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.mainArea .topBox .textBox .tagList li {
  padding: 3px;
}
.mainArea .topBox .textBox .tagList a {
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  color: #000;
}
.mainArea .topBox .textBox .tagList a.current, .mainArea .topBox .textBox .tagList a:hover {
  background-color: #fbbf07;
  border-color: #fbbf07;
}
.mainArea .topBox .textBox .shareBox {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.mainArea .topBox .textBox .shareBox::before {
  content: "分享";
  color: #111;
}
.mainArea .topBox .textBox .shareBox a {
  width: 34px;
  height: 34px;
  background-color: #626262;
  border-radius: 50%;
  color: #fff;
  display: block;
  line-height: 34px;
  margin-left: 12px;
  text-align: center;
}
.mainArea .topBox .textBox .shareBox a.line svg {
  width: 18px;
  height: 17px;
  margin-top: 8.5px;
  fill: #fff;
}
@media (min-width: 1201px) {
  .mainArea .topBox .textBox .shareBox a.line:hover {
    background-color: #4dcc00;
  }
}
@media (min-width: 1201px) {
  .mainArea .topBox .textBox .shareBox a.fb:hover {
    background-color: #3b5999;
  }
}
@media (min-width: 1201px) {
  .mainArea .topBox .textBox .shareBox a.twitter:hover {
    background-color: #2baae1;
  }
}
@media (min-width: 1201px) {
  .mainArea .topBox .textBox .shareBox a.weibo:hover {
    background-color: #df2029;
  }
}
.mainArea .topBox .textBox .discountListBox {
  padding: 20px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.mainArea .topBox .textBox .discountListBox .title {
  width: 70px;
  color: #626262;
}
.mainArea .topBox .textBox .discountListBox .discountList {
  display: flex;
  align-items: center;
  color: #000;
  margin: 0 -5px;
}
.mainArea .topBox .textBox .discountListBox li {
  position: relative;
  padding: 0 5px 0 8px;
}
.mainArea .topBox .textBox .discountListBox li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: #c9c9c9;
}
.mainArea .topBox .textBox .countArea {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
.mainArea .topBox .textBox .countArea::before {
  content: "數量";
  color: #626262;
  width: 70px;
}
.mainArea .topBox .textBox .countArea .countItemBox {
  width: 120px;
  height: 34px;
}
.mainArea .topBox .textBox .countArea .countItemBox .countBtn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #313131;
  display: block;
  position: relative;
}
.mainArea .topBox .textBox .countArea .countItemBox .count {
  width: calc(100% - 68px);
  height: 34px;
  line-height: 34px;
  border-top: none;
  border-bottom: none;
  font-size: 18px;
  color: #111;
  text-align: center;
  letter-spacing: 0.1em;
}
.mainArea .topBox .textBox .countArea .countItemBox .countLess::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -1px;
  width: 6px;
  height: 2px;
  background-color: #fff;
}
.mainArea .topBox .textBox .countArea .countItemBox .countAdd::before, .mainArea .topBox .textBox .countArea .countItemBox .countAdd::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.mainArea .topBox .textBox .countArea .countItemBox .countAdd::before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.mainArea .topBox .textBox .countArea .countItemBox .countAdd::after {
  margin-left: -1px;
  margin-top: -6px;
  width: 2px;
  height: 12px;
}
.mainArea .topBox .textBox .btnBox {
  margin-top: 30px;
}
.mainArea .topBox .textBox .btnBox .moreBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  background-color: #000;
}
.mainArea .topBox .textBox .btnBox .moreBtn:hover {
  background-color: #fbbf07;
  color: #000;
}
.mainArea .topBox .textBox .btnBox .moreBtn + .moreBtn {
  margin-top: 20px;
}
.mainArea .topBox .textBox .btnBox .moreBtn:before {
  display: none;
}
@media (max-width: 768px) {
  .mainArea .topBox .textBox .btnBox {
    justify-content: center;
  }
}
.mainArea .bottomBox {
  width: 65.3%;
  padding: 0 80px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 1180px) {
  .mainArea .bottomBox {
    width: 100%;
    padding: 0;
  }
}
.mainArea .bottomBox .title {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}
@media (max-width: 420px) {
  .mainArea .bottomBox .title {
    font-size: 22px;
  }
}
.mainArea .bottomBox .subTitle {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #808080;
}
@media (max-width: 960px) {
  .mainArea .bottomBox .subTitle {
    margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  .mainArea .bottomBox .subTitle {
    font-size: 15px;
  }
}
.mainArea .bottomBox .Txt {
  color: #626262;
  line-height: 1.5;
}
.mainArea .bottomBox .Txt p {
  font-size: 15px;
}
.mainArea .bottomBox .tpBox {
  padding: 50px 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1180px) {
  .mainArea .bottomBox .tpBox {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .mainArea .bottomBox .tpBox {
    flex-direction: column;
  }
}
.mainArea .bottomBox .tpBox .Img {
  width: 56.25%;
}
@media (max-width: 767px) {
  .mainArea .bottomBox .tpBox .Img {
    width: 100%;
  }
}
.mainArea .bottomBox .tpBox .Txt {
  width: 43.75%;
  padding-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .mainArea .bottomBox .tpBox .Txt {
    width: 100%;
    padding: 20px 0;
  }
}
.mainArea .bottomBox .picBox {
  padding: 50px 0;
}
@media (max-width: 1180px) {
  .mainArea .bottomBox .picBox {
    padding: 20px 0;
  }
}
.mainArea .bottomBox .picBox .picList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
  padding-left: 0;
  list-style: none;
}
.mainArea .bottomBox .picBox .picList li {
  width: 33.33%;
  padding: 3px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .mainArea .bottomBox .picBox .picList li {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .mainArea .bottomBox .picBox .picList li {
    width: 100%;
  }
}
.mainArea .bottomBox .picBox .picList .Txt {
  padding: 10px 0;
}
.mainArea .bottomBox .picBox .picList .title {
  font-size: 16px;
  font-weight: 400;
}
.mainArea .bottomBox .pianoBox {
  padding: 50px 0;
}
@media (max-width: 1180px) {
  .mainArea .bottomBox .pianoBox {
    padding: 20px 0;
  }
}
.mainArea .bottomBox .pianoBox .Txt {
  text-align: center;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
.mainArea .bottomBox .pianoBox .pianoList {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.mainArea .bottomBox .pianoBox .pianoList li {
  flex: 1;
  padding: 10px;
}
.mainArea .bottomBox .pianoBox .pianoList .Img {
  margin: 0 auto;
  flex-shrink: 0;
  width: 85px;
  height: 85px;
  border: 1px solid #cacaca;
  border-radius: 50%;
}
.mainArea .bottomBox .pianoBox .pianoList .title {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
}
.mainArea .bottomBox .appBox {
  padding: 50px 0;
}
@media (max-width: 1180px) {
  .mainArea .bottomBox .appBox {
    padding: 20px 0;
  }
}
@media (min-width: 767px) {
  .mainArea .bottomBox .appBox .ImgBox {
    display: flex;
    margin: 0 -4px;
  }
}
.mainArea .bottomBox .appBox .Img {
  padding: 4px;
}
.mainArea .bottomBox img {
  display: block;
  max-width: 100%;
}

.recommendBox {
  margin-bottom: 110px;
  padding-top: 70px;
  padding-bottom: 190px;
}
.recommendBox.show .recommendList {
  transition-delay: 1s;
}
@media (max-width: 767px) {
  .recommendBox {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.recommendList {
  margin-left: -10px;
  margin-right: -10px;
}
.recommendList li {
  padding: 10px;
}
.recommendList .item {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .recommendList .item {
    flex-direction: column;
  }
}
.recommendList .Img {
  flex-shrink: 0;
  width: 50%;
}
.recommendList .Img a {
  height: 490px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.recommendList .Img img {
  max-height: 380px;
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
}
@media (max-width: 960px) {
  .recommendList .Img img {
    max-height: 250px;
  }
}
@media (max-width: 640px) {
  .recommendList .Img {
    width: 100%;
  }
  .recommendList .Img a {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.recommendList .Txt {
  flex-grow: 1;
  padding: 70px 100px 20px 60px;
  background-color: #fff;
}
.recommendList .Txt h3 a {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #b7b5b6;
  font-family: "Noto Serif TC", serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 1px;
}
@media (max-width: 960px) {
  .recommendList .Txt {
    padding: 30px 20px;
  }
  .recommendList .Txt h3 a {
    font-size: 22px;
  }
}
.recommendList .description {
  line-height: 1.8;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #b7b5b6;
  font-size: 16px;
  color: #262626;
  font-family: "Noto Serif TC", serif;
}
.recommendList .intro {
  margin-top: 20px;
  line-height: 2;
}
.recommendList .moreBtn {
  margin-left: 0;
}
.recommendList .price {
  display: none;
}

.shopList {
  margin: 0 -20px;
}
.shopList li {
  width: 33.33%;
  padding: 10px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .shopList li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .shopList li {
    width: 100%;
  }
}
.shopList li.hot .item::before {
  content: "HOT";
  background-color: #d0121c;
  color: #fff;
}
.shopList li.new .item::before {
  content: "NEW";
  background-color: #000;
  color: #fff;
}
.shopList .item {
  margin-bottom: 35px;
  position: relative;
  perspective: 1000px;
}
.shopList .item:hover .Img:not(.hasPic2) img {
  opacity: 0.5;
}
.shopList .item:hover .Img.hasPic2 .front {
  transform: rotateY(180deg);
}
.shopList .item:hover .Img.hasPic2 .back {
  transform: rotateY(0deg);
}
.shopList .item::before {
  line-height: 1;
  padding: 4px 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
  text-align: center;
  transform-origin: top left;
}
.shopList .Img {
  position: relative;
  margin: 30px 0;
}
.shopList .Img .front {
  backface-visibility: hidden;
  transition: all 0.4s ease;
}
.shopList .Img .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: all 0.4s ease;
}
.shopList .Img img {
  display: block;
  width: 100%;
  transition: all 0.4s ease;
}
.shopList .title {
  text-align: center;
  margin-bottom: 8px;
}
.shopList .title a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shopList .priceBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopList .priceBox .price {
  font-size: 18px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  color: #d0121c;
  font-style: italic;
}
.shopList .priceBox .price.delete {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #aaaaaa;
  text-decoration: line-through;
}
.shopList .btnBox {
  margin-top: 0;
  position: absolute;
  top: -6px;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.shopList .btnBox a {
  margin: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
}
.shopList .btnBox a:hover {
  background-color: #fbbf07;
}

.productDesc {
  line-height: 1.8;
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .productDesc {
    padding: 30px 0;
  }
}
.productDesc .title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
.productDesc .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.productDesc .subTitle {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.productDesc .Txt {
  font-size: 15px;
  font-weight: 400;
  color: #626262;
}
.productDesc iframe {
  margin: 10px 0;
}

.soldOut {
  flex: 0 0 55px;
  align-self: center;
  margin-left: 5px;
}

.orderNote {
  padding-top: 10px;
}
.orderNote textarea {
  width: 100%;
  height: 50px;
  padding: 5px;
  border: 1px solid #c5c5c5;
  color: #2f2f2f;
}

.specList li {
  display: flex;
  align-items: center;
  min-height: 25px;
  padding-left: 36px;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
  color: #626262;
  letter-spacing: 0.075em;
}
.specList .fare {
  width: 100%;
  background-image: url("../images/icon-fare.svg");
  background-size: 26px 19px;
}
.specList .money {
  background-image: url("../images/icon-money.svg");
  background-size: 25px 25px;
}
.specList .discount {
  margin-left: 25px;
  background-image: url("../images/icon-discount.svg");
  background-size: 25px 25px;
}

.quickBtnBox {
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 90;
  width: 80px;
  margin-top: -136px;
  text-align: center;
}
@media (max-width: 1180px) {
  .quickBtnBox {
    right: 0;
  }
}
@media (max-width: 960px) {
  .quickBtnBox {
    display: none;
  }
}
.quickBtnBox a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quickBtnBox a:nth-child(-n+3) {
  flex-direction: column;
  padding-top: 13px;
  padding-bottom: 13px;
  border-left: 1px solid #d0121c;
  border-right: 1px solid #d0121c;
  border-top: 1px solid #d0121c;
  color: #000;
  font-size: 13px;
  background-color: #fff;
}
.quickBtnBox a:nth-child(-n+3):nth-child(3) {
  border-bottom: 1px solid #d0121c;
}
@media (min-width: 1201px) {
  .quickBtnBox a:nth-child(-n+3):hover {
    color: #fff;
    background-color: #d0121c;
  }
  .quickBtnBox a:nth-child(-n+3):hover svg {
    fill: #fff;
  }
}
.quickBtnBox svg {
  margin-bottom: 10px;
  fill: #d0121c;
}
.quickBtnBox .goTop {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #d0121c;
}
@media (min-width: 1201px) {
  .quickBtnBox .goTop:hover {
    background-color: #d0121c;
  }
}