@charset "utf-8";
/* CSS Document */
.c-ttl {
  margin: 6rem 0 1rem !important;
}
.heading {
  margin: 2rem 0 !important;
}
.label_list {
  width: 100%;
  margin-left: 5%;
  /*font-family: "BIZ UDP明朝 Medium";*/
  margin-right: -3%;
}
.label_list li {
  width: 42%;
  float: left;
  margin: 1rem;
}
@media screen and (max-width: 820px) {
  .label_list {
    margin-left: 0rem !important;
  }
  .label_list li {
    width: 100%;
    float: left;
    margin: 0 0 1rem !important;
  }
  .label_box .title {
    font-size: 2rem !important;
  }
  .label_box .btn, .label_box a.btn, button.btn {
    padding: 1rem 2rem !important;
  }
}
@media screen and (max-width: 600px) {
  .label_box {
    height: auto !important;
  }
}
.label_list li:last-child {
  margin-right: 0;
}
.label_box {
  position: relative;
  padding: 2rem;
  background: #fff;
  height: 340px;
}
.label_box img {
  width: 100%;
}
.label_box .title {
  /*font-size: 3rem;*/
  font-size: 2rem;
  border-bottom: 1px dotted #999;
  padding-bottom: 0.5rem;
}
.label_box .txt {
  /*font-size: 3rem;*/
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
.label_box .offer {
  padding: 1rem 1rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
.label_box .offer-up {
  padding: 1rem 1rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
.label_inner {
  position: absolute;
  top: -2px;
  left: 1px;
  width: 90px;
  height: 91px;
  overflow: hidden;
}
.ribbon {
  display: inline-block;
  position: absolute;
  padding: 4px 0;
  right: -21px;
  top: 15px;
  width: 160px;
  text-align: center;
  font-size: 14px;
  background: #9e1522;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  /*border-top: 4px solid #A20002;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;*/
}
.ribbon:before {
  left: 20px;
}
.ribbon:after {
  right: 24px;
}
.Product {
  background-color: #e1d3b8;
  padding: 2rem;
  width: fit-content;
}
.label_box .btn, .label_box a.btn, button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  background-color: black;
  color: white;
}
.label_box a.btn:hover {
  opacity: .6;
}
/*.label_box a.btn--black {
   border-radius: 100vh;
}*/
/*
.label_box .btn--black:hover,
.label_box a.btn--black:hover {
  color: black!important;
  background: white!important;
 border:solid black 1px!important;
}*/