@charset "utf-8";
img {
  width: 100%;
}
.mainImg {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mainImg .date {
  position: absolute;
  background-color: #861b20;
  color: #fff;
  bottom: 4%;
  left: 0;
  right: 0;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15em 0;
}
.mainImg .date span {
  font-size: 60%;
}
.tab-lead {
  max-width: 1060px;
  width: 100%;
  margin: 30px auto 0;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.tabs {
  max-width: 1060px;
  width: 100%;
  margin: 10px auto 0;
}
.tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab {
  width: calc(100% / 6);
  height: 90px;
  background-color: #4b3516;
  border: solid 1px #eee4d4;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab.active {
  background-color: #eee4d4;
  color: #4b3516;
  font-weight: bold;
}
.content {
  display: none;
}
.content.show {
  display: block;
}
.products-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4b3516;
  height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
.products-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.products-list-item {
  width: 31.5%;
  text-align: left;
}
.products-list-item:not(:nth-child(3n)) {
  margin-right: 2.75%;
}
.products-list-item:nth-child(n + 4) {
  margin-top: 30px;
}
.products-list-item-fig {
  position: relative;
}
.products-list-item-fig span {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0.25em 0.5em;
}
.products-list-item-fig span.icon01 {
  background: #162c89;
}
.products-list-item-fig span.icon02 {
  background: #cd9337;
}
.products-list-item-fig span.icon03 {
  background: #37abcd;
}
.products-list-item-fig span.is-2icon {
  right: 3.5em;
}
.products-list-item-name {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0.75em;
}
.products-list-item-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.products-list-item-info.is-second {
  margin-top: 1em;
}
.products-list-item-info-01 {
  background: #eee4d4;
  width: 19%;
  height: 4em;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-list-item-info-02 {
  width: 28%;
  margin-left: 2%;
}
.products-list-item-info-02 .text01 {
  font-size: 14px;
  white-space: nowrap;
}
.products-list-item-info-02 .text01 span {
  font-size: 10px;
}
.products-list-item-info-02 .text02 {
  margin-top: 1em;
  font-size: 20px;
  font-weight: bold;
  color: #c30d23;
  line-height: 1;
  white-space: nowrap;
}
.products-list-item-info-03 {
  width: 51%;
  text-align: right;
}
.products-list-item-info-03 .text01 {
  font-size: 14px;
  font-weight: bold;
  color: #c30d23;
  border: #c30d23 solid 2px;
  display: inline-block;
  padding: 0.25em 0.5em;
}
.products-list-item-info-03 .text02 {
  margin-top: 0.25em;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.products-list-item-info-03 .text02 span {
  font-size: 16px;
  line-height: 1;
}

.products-btn-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}

.products-btn-list .products-btn-list-btn a,
.products-btn-list .products-btn-list-btn button {
  transition: 0.3s linear;
  display: block;
  background: #4b3516;
  color: #fff;
  width: 162px;
  padding: 10px 0;
  font-size: 16px;
  line-height: inherit;
  border: none;
  cursor: pointer;
  text-align: center;
}

.products-btn-list .products-btn-list-btn.is-second a,
.products-btn-list .products-btn-list-btn.is-second button {
  background: #8e0000;
}

.products-btn-list .products-btn-list-btn a:hover,
.products-btn-list .products-btn-list-btn button:hover{
  opacity: 0.7;
  text-decoration: none;
}

.products-btn-list .products-btn-list-btn a[disabled],
.products-btn-list .products-btn-list-btn a[disabled]:hover {
  opacity: 1;
  cursor: default;
  background: #999;
  width: 100%;
}

.products-btn-list .products-btn-list-btn.is-second dl {
  display: none;
}

.btnBox .btn.btn2 dl {
	display: none;
}

@media (max-width:767px) {
  .mainImg .date {
    bottom: 2.5vw;
    font-size: 5vw;
    letter-spacing: 0.025em;
    padding: 0.25em 0;
  }
  .tab-lead {
    max-width: 92vw;
    margin-top: 6vw;
    font-size: 4vw;
  }
  .tabs {
    max-width: 92vw;
    margin-top: 3vw;
  }
  .tab-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tab {
    width: calc(100% / 3);
    height: 18vw;
    font-size: 4vw;
    line-height: 1.4;
  }
  .products-title {
    height: 14vw;
    font-size: 5vw;
    margin-top: 6vw;
  }
  .products-list {
    margin-top: 6vw;
    display: block;
  }
  .products-list-item {
    width: 100%;
    text-align: left;
  }
  .products-list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .products-list-item:nth-child(n + 2) {
    margin-top: 10vw;
  }
  .products-list-item-fig {
    width: 100%;
    margin: 0 auto;
  }
  .products-list-item-fig span {
    font-size: 4vw;
  }
  .products-list-item-fig span.is-2icon {
    right: 3.5em;
  }
  .products-list-item-name {
    font-size: 5vw;
    margin-top: 4vw;
  }
  .products-list-item-info.is-second {
    margin-top: 4vw;
  }
  .products-list-item-info-01 {
    width: 14vw;
    height: 14vw;
    font-size: 4vw;
  }
  .products-list-item-info-02 {
    width: 23vw;
    margin-left: 1.5vw;
  }
  .products-list-item-info-02 .text01 {
    font-size: 3.6vw;
  }
  .products-list-item-info-02 .text01 span {
    font-size: 2.6vw;
  }
  .products-list-item-info-02 .text02 {
    font-size: 5vw;
    margin-top: 2vw;
  }
  .products-list-item-info-03 {
    width: 53.5vw;
  }
  .products-list-item-info-03 .text01 {
    font-size: 3.6vw;
    border: #c30d23 solid 1px;
  }
  .products-list-item-info-03 .text02 {
    font-size: 9.5vw;
    margin-top: 2.5vw;
  }
  .products-list-item-info-03 .text02 span {
    font-size: 4vw;
  }
  .products-btn-list{
    margin-top: 4vw;
  }
  .products-btn-list .products-btn-list-btn{
    width: 48%;
  }
  .products-btn-list .products-btn-list-btn a,
  .products-btn-list .products-btn-list-btn button{
    width: 100%;
    line-height: 1.3;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
  }
  .products-btn-list .products-btn-list-btn a:hover,
  .products-btn-list .products-btn-list-btn button:hover{
    opacity: 1;
  }
  .products-btn-list .products-btn-list-btn a span,
  .products-btn-list .products-btn-list-btn button span{
    /* display: table-cell;
    vertical-align: middle; */
  }
  .products-btn-list .products-btn-list-btn a[disabled] {
    width: 100%;
  }
  .go-top {
    position: fixed;
    bottom: 4vw;
    right: 2vw;
  }
  .go-top a {
    display: block;
    margin-left: auto;
    width: 10.667vw;
    height: 10.667vw;
    background: #8c0000;
    border: #8c0000 solid 2px;
    border-radius: 50vw;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .go-top a::after {
    position: absolute;
    left: 40%;
    top: 45%;
    margin: 0 auto;
    content: "";
    display: block;
    width: 18%;
    height: 18%;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}



