/* Sass Document */
.products_area {
  padding: 7.2rem 0 11rem;
}
@media screen and (max-width: 1024px) {
  .products_area {
    padding: 6vw 0 9.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area {
    padding: 8vw 0 16vw;
  }
}
.products_area .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .products_area .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
}
.products_area .flex .products_image_area {
  max-width: 55rem;
  width: 42.96875%;
}
@media screen and (max-width: 640px) {
  .products_area .flex .products_image_area {
    max-width: none;
    width: 100%;
  }
}
.products_area .flex .products_info {
  max-width: 67rem;
  width: 52.34375%;
}
@media screen and (max-width: 640px) {
  .products_area .flex .products_info {
    max-width: none;
    width: 100%;
  }
}
.products_area .flex .products_info .title02 {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .products_area .flex .products_info .title02 {
    margin-bottom: 1.6666666667vw;
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .flex .products_info .title02 {
    margin-bottom: 5.0666666667vw;
    font-size: 4.8vw;
    line-height: 1.555;
  }
}
.products_area .flex .products_info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .products_area .flex .products_info .tags {
    gap: 0.8333333333vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .flex .products_info .tags {
    gap: 2.6666666667vw;
    margin-bottom: 9.0666666667vw;
  }
}
.products_area .flex .products_info .tags li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.7rem;
  padding: 0 1.2rem;
  font-size: 1.1rem;
  background: #fff;
  border: 0.1rem solid #111;
  border-radius: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .products_area .flex .products_info .tags li a {
    height: 2.25vw;
    padding: 0 1vw;
    font-size: 0.9166666667vw;
    border-radius: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .flex .products_info .tags li a {
    height: 6.6666666667vw;
    padding: 0 3.2vw;
    font-size: 2.6666666667vw;
    border-radius: 3.7333333333vw;
  }
}
.products_area .flex .products_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 0;
  border-bottom: 0.1rem dotted #111;
}
@media screen and (max-width: 1024px) {
  .products_area .flex .products_info dl {
    padding: 2.5vw 0;
  }
}
@media screen and (max-width: 640px) {
  .products_area .flex .products_info dl {
    padding: 2.6666666667vw 0;
  }
}
.products_area .flex .products_info dl dt {
  width: 18rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .products_area .flex .products_info dl dt {
    width: 15vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .flex .products_info dl dt {
    width: 30vw;
    font-size: 3vw;
  }
}
.products_area .flex .products_info dl dd {
  width: calc(100% - 18rem);
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .products_area .flex .products_info dl dd {
    width: calc(100% - 15vw);
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .flex .products_info dl dd {
    width: calc(100% - 30vw);
    font-size: 2.8vw;
  }
}
.products_area .flex .products_info dl dd.price {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .products_area .flex .products_info dl dd.price {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .flex .products_info dl dd.price {
    font-size: 2.8vw;
  }
}
.products_area .flex .products_info dl dd.price .en {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .products_area .flex .products_info dl dd.price .en {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .flex .products_info dl dd.price .en {
    font-size: 4.5vw;
    letter-spacing: 0;
  }
}
.products_area .flex .products_info dl dd.price .yen {
  margin: 0 0.8rem;
}
@media screen and (max-width: 1024px) {
  .products_area .flex .products_info dl dd.price .yen {
    margin: 0 0.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .flex .products_info dl dd.price .yen {
    margin: 0 0 0 1.3333333333vw;
  }
}
.products_area .flex .products_info dl dd a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.products_area .product_content {
  padding: 3.2rem 4rem;
  margin: 8rem 0 6rem;
  background: #fff;
  border: 0.1rem solid #111;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .products_area .product_content {
    padding: 2.6666666667vw 3.3333333333vw;
    margin: 6.6666666667vw 0 5vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .product_content {
    padding: 8.5333333333vw 5.3333333333vw;
    margin: 13.3333333333vw 0 8vw;
    border-radius: 1.3333333333vw;
  }
}
.products_area .product_content .title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #111), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to right, #111 0.1rem, transparent 0.2rem);
  background-size: 0.6rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 1024px) {
  .products_area .product_content .title02 {
    padding-bottom: 2.5vw;
    margin-bottom: 2.5vw;
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .product_content .title02 {
    padding-bottom: 5.8666666667vw;
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
.products_area .product_content .title02 .en {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .products_area .product_content .title02 .en {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .product_content .title02 .en {
    font-size: 3.7333333333vw;
  }
}
.products_area .product_content .txt p {
  font-size: 1.6rem;
  line-height: 2.125;
}
@media screen and (max-width: 1024px) {
  .products_area .product_content .txt p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .product_content .txt p {
    font-size: 3.4666666667vw;
    line-height: 2.07692;
  }
}
.products_area .shop_info {
  padding: 4.3rem 4rem 6.4rem;
  background: #fff;
  border: 0.1rem solid #111;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .products_area .shop_info {
    padding: 3.5833333333vw 3.3333333333vw 5.3333333333vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .shop_info {
    padding: 8.5333333333vw 5.3333333333vw 10.1333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.products_area .shop_info .title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #111), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to right, #111 0.1rem, transparent 0.2rem);
  background-size: 0.6rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 1024px) {
  .products_area .shop_info .title02 {
    padding-bottom: 2.5vw;
    margin-bottom: 2.5vw;
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .shop_info .title02 {
    padding-bottom: 5.8666666667vw;
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
.products_area .shop_info .title02 .en {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .products_area .shop_info .title02 .en {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .shop_info .title02 .en {
    font-size: 3.7333333333vw;
  }
}
.products_area .shop_info .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .products_area .shop_info .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8vw;
  }
}
.products_area .shop_info figure {
  max-width: 48rem;
  width: 40%;
}
@media screen and (max-width: 640px) {
  .products_area .shop_info figure {
    max-width: none;
    width: 100%;
  }
}
.products_area .shop_info .right {
  max-width: 61rem;
  width: 50.8333333333%;
}
@media screen and (max-width: 640px) {
  .products_area .shop_info .right {
    max-width: none;
    width: 100%;
  }
}
.products_area .shop_info .right .title04 {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 4rem;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .products_area .shop_info .right .title04 {
    padding-left: 2vw;
    margin-bottom: 3.3333333333vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .shop_info .right .title04 {
    padding-left: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.products_area .shop_info .right .title04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  background: #B59768;
  border-radius: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .products_area .shop_info .right .title04:before {
    width: 0.3333333333vw;
    border-radius: 0.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .shop_info .right .title04:before {
    width: 0.8vw;
    border-radius: 0.5333333333vw;
  }
}
.products_area .shop_info .right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products_area .shop_info .right dl + dl {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .products_area .shop_info .right dl + dl {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .shop_info .right dl + dl {
    margin-top: 3.2vw;
  }
}
.products_area .shop_info .right dl dt {
  width: 10.4rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .products_area .shop_info .right dl dt {
    width: 8.6666666667vw;
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .shop_info .right dl dt {
    width: 21.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
.products_area .shop_info .right dl dd {
  width: calc(100% - 10.4rem);
  font-size: 1.4rem;
  line-height: 1.57142;
}
@media screen and (max-width: 1024px) {
  .products_area .shop_info .right dl dd {
    width: calc(100% - 8.6666666667vw);
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .shop_info .right dl dd {
    width: calc(100% - 21.0666666667vw);
    font-size: 3.2vw;
    line-height: 1.666;
  }
}
.products_area .shop_info .right .site_btn {
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .products_area .shop_info .right .site_btn {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .shop_info .right .site_btn {
    width: 100%;
    margin-top: 8vw;
  }
}
.products_area .shop_info .right .site_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17rem;
  height: 4.6rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .products_area .shop_info .right .site_btn a {
    width: 14.1666666667vw;
    height: 3.8333333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .shop_info .right .site_btn a {
    width: 45.3333333333vw;
    height: 12.2666666667vw;
    margin: auto;
    font-size: 4vw;
  }
}
.products_area .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .products_area .btn_area {
    gap: 2.5vw;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .btn_area {
    gap: 2.6666666667vw;
    margin-top: 8vw;
  }
}
.products_area .btn_area .prev,
.products_area .btn_area .next {
  width: 7rem;
}
@media screen and (max-width: 1024px) {
  .products_area .btn_area .prev,
  .products_area .btn_area .next {
    width: 5.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .btn_area .prev,
  .products_area .btn_area .next {
    width: 10.6666666667vw;
  }
}
.products_area .btn_area .prev a,
.products_area .btn_area .next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.6rem;
  background: #fff;
  border: 0.1rem solid #111;
  border-radius: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .products_area .btn_area .prev a,
  .products_area .btn_area .next a {
    height: 3vw;
    border-radius: 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .btn_area .prev a,
  .products_area .btn_area .next a {
    height: 6.9333333333vw;
    border-radius: 4.8vw;
  }
}
.products_area .btn_area .prev a:hover,
.products_area .btn_area .next a:hover {
  background: #111;
}
.products_area .btn_area .prev a:hover img,
.products_area .btn_area .next a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1;
}
.products_area .btn_area .site_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40rem;
  height: 6rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .products_area .btn_area .site_btn a {
    width: 33.3333333333vw;
    height: 5vw;
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .btn_area .site_btn a {
    width: 56vw;
    height: 11.4666666667vw;
    margin: auto;
    font-size: 3.2vw;
  }
}
.products_area .btn_area .site_btn a span {
  width: 1.313rem;
  height: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .products_area .btn_area .site_btn a span {
    width: 1.0941666667vw;
    height: 0.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .btn_area .site_btn a span {
    width: 2.5626666667vw;
    height: 0.4vw;
  }
}
.products_area .btn_area .site_btn a span:before, .products_area .btn_area .site_btn a span:after {
  top: calc(50% - 0.1rem);
  width: 0.8rem;
  height: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .products_area .btn_area .site_btn a span:before, .products_area .btn_area .site_btn a span:after {
    width: 0.6666666667vw;
    height: 0.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .products_area .btn_area .site_btn a span:before, .products_area .btn_area .site_btn a span:after {
    top: calc(50% - 0.2vw);
    width: 1.6vw;
    height: 0.4vw;
  }
}

.related {
  padding: 8rem 0;
  background: #F4F1F0;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #111), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to right, #111 0.1rem, transparent 0.2rem);
  background-size: 0.6rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1024px) {
  .related {
    padding: 6.6666666667vw 0;
  }
}
@media screen and (max-width: 640px) {
  .related {
    padding: 16vw 0;
  }
}
.related .artcle_list_flex {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .related .artcle_list_flex {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .related .artcle_list_flex {
    margin-bottom: 12.5333333333vw;
  }
}
.related .artcle_list_flex .slick-list {
  overflow: visible;
}
.related .artcle_list_flex .artcle_content {
  margin: 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  .related .artcle_list_flex .artcle_content {
    margin: 0 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  .related .artcle_list_flex .artcle_content {
    margin: 0 2.6666666667vw;
  }
}
.related .artcle_list_flex .artcle_content a {
  display: block;
  padding: 2rem 1.5rem 1.8rem;
  background: #fff;
  border: 0.1rem solid #111;
  border-radius: 0.5rem;
  -webkit-box-shadow: 1rem 1rem 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: 1rem 1rem 0 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  .related .artcle_list_flex .artcle_content a {
    padding: 1.6666666667vw 1.25vw 1.5vw;
    border-radius: 0.4166666667vw;
    -webkit-box-shadow: 0.8333333333vw 0.8333333333vw 0 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0.8333333333vw 0.8333333333vw 0 0 rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 640px) {
  .related .artcle_list_flex .artcle_content a {
    padding: 4vw;
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: 2.6666666667vw 2.6666666667vw 0 0 rgba(0, 0, 0, 0.05);
            box-shadow: 2.6666666667vw 2.6666666667vw 0 0 rgba(0, 0, 0, 0.05);
  }
}
.related .artcle_list_flex .artcle_content a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 18rem;
  aspect-ratio: 1/1;
  margin: 0 auto 0.6rem;
}
@media screen and (max-width: 1024px) {
  .related .artcle_list_flex .artcle_content a figure {
    margin: 0 auto 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .related .artcle_list_flex .artcle_content a figure {
    max-width: none;
    margin: 0 auto 2.6666666667vw;
  }
}
.related .artcle_list_flex .artcle_content a figure img {
  width: 100%;
  height: auto;
}
.related .artcle_list_flex .artcle_content a .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.3rem;
  padding: 0 1.2rem;
  margin-bottom: 1.4rem;
  font-size: 1.1rem;
  line-height: 1;
  border: 0.1rem solid #111;
  border-radius: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .related .artcle_list_flex .artcle_content a .item {
    height: 1.9166666667vw;
    padding: 0 1vw;
    margin-bottom: 1.1666666667vw;
    font-size: 0.9166666667vw;
    border-radius: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .related .artcle_list_flex .artcle_content a .item {
    height: 5.3333333333vw;
    padding: 0 3.2vw;
    margin-bottom: 4vw;
    font-size: 2.6666666667vw;
    border-radius: 3.7333333333vw;
  }
}
.related .artcle_list_flex .artcle_content a .title03 {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6923;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .related .artcle_list_flex .artcle_content a .title03 {
    margin-bottom: 1.6666666667vw;
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  .related .artcle_list_flex .artcle_content a .title03 {
    margin-bottom: 3.7333333333vw;
    font-size: 3.4666666667vw;
  }
}
.related .artcle_list_flex .artcle_content a .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .related .artcle_list_flex .artcle_content a .price {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  .related .artcle_list_flex .artcle_content a .price {
    margin-bottom: 4.2666666667vw;
  }
}
.related .artcle_list_flex .artcle_content a .price dt {
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .related .artcle_list_flex .artcle_content a .price dt {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  .related .artcle_list_flex .artcle_content a .price dt {
    font-size: 3.2vw;
  }
}
.related .artcle_list_flex .artcle_content a .price dd .en {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .related .artcle_list_flex .artcle_content a .price dd .en {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  .related .artcle_list_flex .artcle_content a .price dd .en {
    font-size: 5.8666666667vw;
  }
}
.related .artcle_list_flex .artcle_content a .price dd .yen {
  font-size: 1.5rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .related .artcle_list_flex .artcle_content a .price dd .yen {
    font-size: 1.25vw;
    margin-left: 0.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .related .artcle_list_flex .artcle_content a .price dd .yen {
    font-size: 3.4666666667vw;
    margin-left: 3.2vw;
  }
}
.related .artcle_list_flex .artcle_content a .shop {
  padding-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #707070), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to right, #707070 0.1rem, transparent 0.2rem);
  background-size: 0.6rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1024px) {
  .related .artcle_list_flex .artcle_content a .shop {
    padding-top: 1.25vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .related .artcle_list_flex .artcle_content a .shop {
    padding-top: 4vw;
    font-size: 3.2vw;
  }
}
.related .btn_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .related .btn_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8vw;
  }
  .related .btn_area .arrow_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 1024px) {
  .related .btn_area .arrow_box {
    gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .related .btn_area .arrow_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.6666666667vw;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .related .btn_area .arrow_box .slide-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 7rem;
    height: 3.6rem;
    background: #fff;
    border: 0.1rem solid #111;
    border-radius: 1.8rem;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
@media screen and (max-width: 640px) and (max-width: 1024px) {
  .related .btn_area .arrow_box .slide-arrow {
    width: 5.8333333333vw;
    height: 3vw;
    border-radius: 1.5vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .related .btn_area .arrow_box .slide-arrow {
    width: 18.6666666667vw;
    height: 9.6vw;
    border-radius: 4.8vw;
  }
}
@media screen and (max-width: 640px) {
  .related .btn_area .arrow_box .slide-arrow:hover {
    background: #111;
  }
  .related .btn_area .arrow_box .slide-arrow:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    opacity: 1;
  }
  .related .btn_area .site_btn {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) and (max-width: 1024px) {
  .related .btn_area .site_btn {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .related .btn_area .site_btn {
    position: unset;
    width: 80vw;
    margin: auto;
    -webkit-transform: unset;
            transform: unset;
  }
}