<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* (PC版要素) */
.pc-itme {
  display: block;
}

.sp-itme {
  display: none;
}

.hanyou-area {
  max-width: 850px;
  margin: 0 auto 40px;
}

.hanyou-area img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: inherit;
}

.hanyou-area a {
  display: block;
}

.hanyou-area .mt1 {
  margin-top: 1em;
}

.hanyou-area .mt2 {
  margin-top: 2em;
}

.hanyou-area .mt3 {
  margin-top: 3em;
}

.hanyou-area .mt4 {
  margin-top: 4em;
}

.hanyou-area .mb1 {
  margin-bottom: 1em;
}

.hanyou-area .mb2 {
  margin-bottom: 2em;
}

.hanyou-area .mb3 {
  margin-bottom: 3em;
}

.hanyou-area .mb4 {
  margin-bottom: 4em;
}

.hanyou-area .pt1 {
  padding-top: 1em;
}

.hanyou-area .pt2 {
  padding-top: 2em;
}

.hanyou-area .pt3 {
  padding-top: 3em;
}

.hanyou-area .pt4 {
  padding-top: 4em;
}

.hanyou-area .pb1 {
  padding-bottom: 1em;
}

.hanyou-area .pb2 {
  padding-bottom: 2em;
}

.hanyou-area .pb3 {
  padding-bottom: 3em;
}

.hanyou-area .pb4 {
  padding-bottom: 4em;
}

.pc-mt01 {
  margin-top: 7.5em;
}

.pc-mt02 {
  margin-top: 10.5em;
}

.hanyou-area .page-link-block {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 auto 100px;
}

.hanyou-area .page-link-block a {
  margin-right: 5%;
  margin-bottom: 3%;
  width: 16%;
}

.hanyou-area .page-link-block a:nth-child(5n) {
  margin-right: 0;
}

.hanyou-area .bg-c {
  background-color: #f9efe4;
}

.hanyou-area .item-block {
  padding: 50px 30px;
}

.hanyou-area .item-block-text {
  display: inline-block;
  margin: 50px auto 0;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #ff681e;
}

.hanyou-area .item-block .item-link-box {
  margin: 70px auto 50px;
  padding: 50px 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  border: 3px dashed #84735b;
  position: relative;
}

.hanyou-area .item-block .item-link-box .index-box {
  display: block;
  margin: auto;
  padding: 15px 5px;
  width: 330px;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background-color: #84735b;
  position: absolute;
  top: -30px;
  left: 28.5%;
}

.hanyou-area .item-block .item-link-box a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.hanyou-area .item-block .item-link-box a img {
  width: 48%;
  /* height: max-content; */
}

.hanyou-area .item-block .item-link-box .max-img {
  width: 100%;
}

.hanyou-area .item-block .item-link-box .max-img img {
  width: 100%;
}

.more-btn {
  margin: auto;
  width: 600px;
}

.more-btn a {
  position: relative;
  display: block;
  padding: 15px 20px;
  font-size: min(4vw, 1.7rem);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #4A4031;
  background-color: #fff;
  border: 3px solid #4A4031;
}

.more-btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 15px;
  height: 15px;
  border-top: 4px solid #7F7669;
  border-right: 4px solid #7F7669;
  transform: rotate(45deg) translateY(-50%);
}

.return-btn {
  margin: 50px auto;
  padding: 15px;
  width: 700px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  border: 3px solid #434343;
  background-color: #adadad;
}

.item-link-box .deta {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  border: 2px solid #84735b;
}

.item-link-box .deta li {
  padding: 10px 5px;
  font-size: 25px;
  font-weight: bold;
}

.item-link-box .deta li:nth-of-type(1) {
  width: 30%;
  background-color: #84735b;
  color: #fff;
}

.item-link-box .deta li:nth-of-type(2) {
  width: 70%;
}

/* (SP版要素) */
@media screen and (max-width: 767px) {
  .pc-itme {
    display: none;
  }
  .sp-itme {
    display: block;
  }
  .hanyou-area {
    width: 100%;
  }
  .pc-mt01,
  .pc-mt02 {
    margin-top: 0;
  }
  .hanyou-area .page-link-block {
    margin: 0 auto 50px;
    width: 95%;
  }
  .hanyou-area .page-link-block a {
    margin-right: 5%;
    margin-bottom: 3%;
    width: 30%;
  }
  .hanyou-area .page-link-block a:nth-child(3n) {
    margin-right: 0;
  }
  .hanyou-area .page-link-block a:nth-child(5n) {
    margin-right: 5%;
  }
  .hanyou-area .item-block {
    padding: 30px 15px;
  }
  .hanyou-area .item-block-text {
    margin: 30px auto 0;
    font-size: 6vw;
  }
  .hanyou-area .item-block .item-link-box {
    margin: 55px auto 30px;
    padding: 40px 10px 20px;
  }
  .hanyou-area .item-block .item-link-box .index-box {
    width: 75%;
    font-size: 6vw;
    top: -7vw;
    left: 12%;
  }
  .hanyou-area .item-block .item-link-box a {
    display: block;
  }
  .hanyou-area .item-block .item-link-box a img {
    width: 100%;
  }
  .hanyou-area .item-block .item-link-box a .text-img {
    margin-top: 2em;
  }
  .more-btn {
    width: 100%;
  }
  .return-btn {
    margin: 30px auto;
    padding: 10px;
    width: 90%;
    font-size: 6.5vw;
  }
  .item-link-box .deta {
    display: block;
  }
  .item-link-box .deta li {
    padding: 5px 2px;
    font-size: 1.3rem;
  }
  .item-link-box .deta li:nth-of-type(1),
  .item-link-box .deta li:nth-of-type(2) {
    width: 100%;
  }
}
/* 202311 追加 */
.item-link-box .item-img {
  width: 48%;
}

.item-link-box .text-img {
  width: 48%;
}

.item-link-box .text-img.as-center {
  align-self: center;
}

.item-link-box .text-img.as-end {
  align-self: flex-end;
}

.item-link-box .item-img img,
.item-link-box .text-img img {
  width: 100% !important;
}

.item-link-box .text-img .new {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 15px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  background-color: #FF2D00;
}

.item-link-box .text-img .copy {
  margin-bottom: 15px;
  font-size: min(4.3vw, 1.15rem);
  line-height: 1.3;
  font-weight: 500;
}

.item-link-box .text-img .copy p + p {
  margin-top: 5px;
}

.item-link-box .text-img .red {
  font-size: min(4.5vw, 1.4rem);
  color: #FF2D00;
  text-decoration: underline;
}

.item-link-box .text-img .orange {
  color: #FF8E33;
}

.item-link-box .text-img .brand {
  line-height: 1.3;
}

.item-link-box .text-img .name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}

.item-link-box .text-img .name span {
  display: inline-block;
  font-size: 1.3rem;
}

.item-link-box .text-img .spec {
  font-size: 1.1rem;
  line-height: 1.3;
}

.item-link-box .text-img .price {
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: right;
}

.item-link-box .text-img .price span {
  font-size: 2.4rem;
}

.item-link-box .text-img .tax {
  font-size: 1.1rem;
  text-align: right;
  line-height: 1.3;
}

.item-link-box .text-img em {
  font-size: 0.95rem;
  font-style: normal;
}

.item-link-box .text-img .price-box {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.item-link-box .text-img .price-box dt {
  margin-top: 10px;
  padding: 5px;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  border: 2px solid #000;
}

.item-link-box .text-img .price-box .price {
  margin-top: 0;
}

/* (SP版要素) */
@media screen and (max-width: 767px) {
  .item-link-box .item-img {
    width: 100%;
  }
  .item-link-box .text-img {
    width: 100%;
  }
}</pre></body></html>