@charset "utf-8";

/* CSS Document */
.articleList {
  display: flex;
  flex-wrap: wrap;
}

.articleList h2.cate-title {
  font-size: 18px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  background-color: #F3EAE3;
  color: #222222;
  padding: 10px 15px;
  line-height: 1.0em;
}

.articleList a {
  width: 48%;
  margin: 10px 1% 0;
  font-size: 14px;
  margin-top: 10px;
  background-color: #FFF;
  display: block;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
}

.articleList a figure {
  position: relative;
}

.articleList a figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.articleList a figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.articleList a .badge div {
  position: absolute;
  top: 20px;
  width: 50px;
  height: 50px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.articleList a .badge div:first-of-type {
  left: 20px;
}

.articleList a .badge div:nth-of-type(2) {
  left: 75px;
}

@media all and (min-width: 769px) {
  .articleList a .badge div {
    top: 30px;
  }

  .articleList a .badge div:first-of-type {
    left: 30px;
  }

  .articleList a .badge div:nth-of-type(2) {
    left: 85px;
  }
}

.articleList a .badge div.new {
  background-color: #c30d23;
  padding-top: 15px;
}

.articleList a .badge div.sale {
  background-color: #3071b9;
  padding-top: 8px;
}

.articleList a .badge div.sale span {
  display: block;
  font-size: 12px;
}

.articleList a .tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.articleList a .tag div {
  color: #FFF;
  font-size: 12px;
  padding: 7px 10px 8px;
  border-radius: 4px;
  margin: 1.5px;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 30px;
}

.articleList a .tag div.type01 {
  background-color: #4c4948;
  padding-left: 30px;
}

.articleList a .tag div.type01::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../icon/ico_cart-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
  top: 7px;
}

.articleList a .tag div.type02 {
  background-color: #3071b9;
}

.articleList a .tag div.type03 {
  background-color: #67aac7;
  padding-left: 30px;
}

.articleList a .tag div.type03::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../icon/ico_book.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
  top: 7px;
}

.articleList a .tag div.type04 {
  background-color: #d36e3a;
  padding-left: 30px;
}

.articleList a .tag div.type04::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../icon/ico_medama.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
  top: 5px;
}

.articleList a .tag div.type05 {
  background-color: #ffde0a;
  color: #000;
  align-items: flex-end;
}

.articleList a .tag div.type05 span {
  font-size: 16px;
  padding: 0 2px;
}

.articleList a p {
  line-height: 1.4;
}

.articleList a .title {
  font-weight: 700;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.articleList a .content {
  text-align: justify;
  margin-top: 10px;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.articleList a .price {
  color: #c30d23;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.articleList a .price .sp {
  font-size: 14px;
  color: #555;
}

.articleList a .price .tax {
  font-size: 10px;
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  .articleList a .price {
    line-height: 1.2;
  }

  .articleList a .price .sp {
    display: block;
  }
}

.articleList a figure::before {
  padding-top: 100%;
}

.articleList a .price {
  /*font-size: 14px;
      color: #221815;*/
  text-align: right;
  font-size: 16px;
}

.articleList a .price span {
  font-size: 12px;
}

@media all and (min-width: 769px) {
  .articleList a {
    margin: 20px 1% 0;
    width: 31.3%;
    font-size: 16px;
    padding: 20px;
  }

  .articleList a .price {
    font-size: 20px;
  }

  .articleList a .price span {
    font-size: 14px;
  }
}

#cate-seek {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

#cate-seek .container {
  background-color: #FFF;
  border-radius: 4px;
  padding: 15px 10px;
}

#cate-seek h2 {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  border-bottom: solid 1px #221815;
  padding-bottom: 5px;
}

#cate-seek h2 .en {
  font-family: "Lato", sans-serif;
}

#cate-seek ul {
  padding: 0 5px;
}

#cate-seek ul li {
  margin-top: 15px;
  line-height: 1;
}

#cate-seek ul li a {
  display: flex;
  align-items: center;

  width: auto;
  padding: 0;
  margin: 0;
  margin-top: 0;
  background-color: transparent;
}

#cate-seek ul li figure {
  margin-right: 3px;
}

#cate-seek ul li figure img {
  height: 15px;
  width: auto;
}

/*商品詳細*/
.articleDetails {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
}


@media all and (min-width: 769px) {
  .articleDetails {
    /* width: 73%; */
  }
  

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

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

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

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

.articleDetails h1 {
  text-align: left;
}

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

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

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

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

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

.articleDetails .item_info .accordion {
  /*height: 210px;*/
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
  text-align: justify;
}

.articleDetails .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.articleDetails .item_info .table dt {
  width: 25%;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: left;
}

.articleDetails .item_info .table dd {
  width: 75%;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: left;
}

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

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

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

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

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

.articleDetails .item_info .subCode {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.articleDetails .item_info .common select {
  width: 75%;
}

.articleDetails .item_info .common input {
  width: 60px;
}

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

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

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

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