@charset "UTF-8";

/*20230118追加*/
@media all and (min-width: 769px) {

  .cart .wrapper,
  .item_page .wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .cart .slider,
  .cart figure,
  .item_page .slider,
  .item_page figure {
    width: 35%;
    margin-top: 15px;
  }

  .cart .slider a,
  .cart figure a,
  .item_page .slider a,
  .item_page figure a {
    display: block;
  }

  .cart .item_info,
  .item_page .item_info {
    width: 60%;
    margin-top: 25px;
  }
}

#articleArea .item_title p {
  font-size: 12px;
  line-height: 1.6;
  color: #999;
  margin-bottom: 0
}

#articleArea .item_title p.itemName {
  font-size: 22px;
  line-height: 1.4;
  color: #222;
  font-weight: 700;
  margin-top: 15px;
}

#articleArea .item_info {
  margin-top: 15px;
  line-height: 1.4;
}

#articleArea .item_info .catchCopy {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  border-bottom: 2px solid #CCC;
  background-color: #EFEFEF;
  padding: 8px 10px;
}

#articleArea .item_info .catchText {
  margin-top: 5px;
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: solid 1px #CCC;
}

#articleArea .item_info .accordion {
  /*height: 210px;*/
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
}

#articleArea .item_info .accordion::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 35px;
  background: linear-gradient(rgba(242, 243, 243, 0), #fff);
  bottom: 0;
  left: 0;
}

#articleArea .item_info .accordion.open {
  height: auto;
  overflow: visible;
}

@media all and (min-width: 769px) {
  #articleArea .item_info .accordion {
    /*height: 478px;*/
  }
}

@media screen and (max-width:768px) {
  #articleArea .item_info {
    margin-bottom: 40px;
  }
}

#articleArea .item_info .more {
  display: inline-block;
  color: #3071b9;
  cursor: pointer;
  /*margin-top: 15px;*/
  text-decoration: underline;
}

#articleArea .item_info .price {
  margin-top: 15px;
  text-align: right;
}

#articleArea .item_info .price #mainPrice {
  font-size: 14px;
}

#articleArea .item_info .price #mainPrice span {
  font-size: 18px;
  padding: 0 3px;
}

#articleArea .item_info .price #mainPrice span.through {
  text-decoration: line-through;
}

#articleArea .item_info .price .salePrice {
  margin-top: 3px;
}

#articleArea .item_info .price .salePrice span {
  color: red;
  font-size: 22px;
}

#articleArea .item_info .price .label {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

#articleArea .item_info .price .label li {
  font-size: 12px;
  color: #FFF;
  padding: 3px 5px;
  margin-left: 3px;
  border-radius: 3px;
}

#articleArea .item_info .price .label li#taxRate {
  background-color: lightslategrey;
}

#articleArea .item_info .price .label li#postage {
  background-color: salmon;
}

#articleArea .item_info .table {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 20px;
}

#articleArea .item_info .table dt {
  width: 25%;
  box-sizing: border-box;
  background-color: #FFF;
}

#articleArea .item_info .table dd {
  width: 75%;
  box-sizing: border-box;
  background-color: #FFF;
}

#articleArea .item_info .table dt {
  padding: 10px;
  border-bottom: dotted 1px #DDD;
  font-weight: 700;
}

#articleArea .item_info .table dt:first-of-type {
  border-top: dotted 1px #DDD;
}

#articleArea .item_info .table dd {
  padding: 10px;
  border-bottom: dotted 1px #DDD;
}

#articleArea .item_info .table dd:first-of-type {
  border-top: dotted 1px #DDD;
}

#articleArea .item_info form {
  margin-top: 20px;
  border-radius: 5px;
  border: solid 1px #CCC;
  padding: 15px;
}

#articleArea .item_info .subCode {
  display: flex;
  flex-wrap: wrap;
}

#articleArea .item_info .subCode .input_group {
  margin: 1%;
  width: 48%;
  display: flex;
}

#articleArea .item_info .subCode button {
  width: 100%;
  padding: 7px 10px;
  background-color: #FFF;
  border: solid 1px #CCC;
  font-size: 14px;
}

#articleArea .item_info .subCode button.select {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #DDE7F4;
  border: solid 1px #3071b9;
}

#articleArea .item_info .common {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

#articleArea .item_info .common p {
  padding: 0 10px;
  width: 25%;
  font-size: 14px;
  margin-bottom: 0;
}

#articleArea .item_info .common select,
#articleArea .item_info .common input {
  background-color: #FFF;
  padding: 5px;
  border: solid 1px #CCC;
  border-radius: 5px;
}

#articleArea .item_info .common select {
  width: 75%;
}

#articleArea .item_info .common input {
  width: 60px;
}

#articleArea .item_info .cartInn {
  text-align: center;
  margin-top: 25px;
}

#articleArea .item_info .cartInn input,
#articleArea .item_info .cartInn a {
  width: 100%;
  color: #FFF;
  background-color: #3071b9;
  padding: 15px;
  border-radius: 4px;
}

#articleArea .item_info .contactInn {
  text-align: center;
  margin-top: 25px;
}

#articleArea .item_info .contactInn input {
  width: 100%;
  color: #3071b9;
  border: solid 1px #3071b9;
  padding: 15px;
  border-radius: 4px;
}