/* Sass Document */
#main_title_area {
  position: relative;
  padding: 0;
}
#main_title_area .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#main_title_area .wrap .en {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  text-align: center;
  text-shadow: 0 0 6px #000;
}
@media screen and (max-width: 1024px) {
  #main_title_area .wrap .en {
    margin-bottom: 0.8333333333vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  #main_title_area .wrap .en {
    margin-bottom: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
#main_title_area .wrap .main_title {
  font-size: 4.4rem;
  text-align: center;
  text-shadow: 0 0 8px #000;
}
@media screen and (max-width: 1024px) {
  #main_title_area .wrap .main_title {
    font-size: 3.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #main_title_area .wrap .main_title {
    font-size: 6.6666666667vw;
  }
}
#main_title_area img {
  width: 100%;
}

#message {
  padding: 10rem 0 4rem;
}
@media screen and (max-width: 1024px) {
  #message {
    padding: 8.3333333333vw 0 3.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #message {
    padding: 14.6666666667vw 0 7.2vw;
  }
}
#message .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #message .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10.6666666667vw;
  }
}
#message .wrap .title02 {
  width: 50%;
  padding: 0 4rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6666;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  #message .wrap .title02 {
    padding: 0 1vw 0 0;
    font-size: 2.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #message .wrap .title02 {
    width: 100%;
    padding: 0;
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
#message .wrap .txt {
  width: 50%;
  padding: 0 4rem;
}
@media screen and (max-width: 1024px) {
  #message .wrap .txt {
    padding: 0 0 0 1vw;
  }
}
@media screen and (max-width: 640px) {
  #message .wrap .txt {
    width: 100%;
    padding: 0;
  }
}
#message .wrap .txt p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  #message .wrap .txt p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #message .wrap .txt p {
    font-size: 3.4666666667vw;
    line-height: 1.923;
  }
}

#banner {
  padding: 4rem 0 8rem;
}
@media screen and (max-width: 1024px) {
  #banner {
    padding: 3.3333333333vw 0 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #banner {
    padding: 7.2vw 0 13.3333333333vw;
  }
}
#banner .wrap {
  max-width: 80rem;
}
#banner .wrap .slick-next,
#banner .wrap .slick-prev {
  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: 3.7rem;
  height: 3.7rem;
  border: 0.1rem solid #032A38;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #banner .wrap .slick-next,
  #banner .wrap .slick-prev {
    width: 3.0833333333vw;
    height: 3.0833333333vw;
  }
}
#banner .wrap .slick-next:before,
#banner .wrap .slick-prev:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #032A38;
  border-right: solid 0.2rem #032A38;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #banner .wrap .slick-next:before,
  #banner .wrap .slick-prev:before {
    width: 0.5vw;
    height: 0.5vw;
    border-top: solid 0.1666666667vw #032A38;
    border-right: solid 0.1666666667vw #032A38;
  }
}
#banner .wrap .slick-next:hover,
#banner .wrap .slick-prev:hover {
  opacity: 0.7;
}
#banner .wrap .slick-prev {
  left: -5.7rem;
}
@media screen and (max-width: 1024px) {
  #banner .wrap .slick-prev {
    left: -4.75vw;
  }
}
#banner .wrap .slick-prev:before {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 1024px) {
  #banner .wrap .slick-prev:before {
    margin-left: 0.3333333333vw;
  }
}
#banner .wrap .slick-next {
  right: -5.7rem;
}
@media screen and (max-width: 1024px) {
  #banner .wrap .slick-next {
    right: -4.75vw;
  }
}
#banner .wrap .slick-next:before {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  #banner .wrap .slick-next:before {
    margin-right: 0.3333333333vw;
  }
}
#banner .wrap .slick-dots {
  bottom: -3.6rem;
}
@media screen and (max-width: 1024px) {
  #banner .wrap .slick-dots {
    bottom: -3vw;
  }
}
@media screen and (max-width: 640px) {
  #banner .wrap .slick-dots {
    bottom: -8vw;
  }
}
#banner .wrap .slick-dots li {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.9rem;
}
@media screen and (max-width: 1024px) {
  #banner .wrap .slick-dots li {
    width: 0.5vw;
    height: 0.5vw;
    margin: 0 0.75vw;
  }
}
@media screen and (max-width: 640px) {
  #banner .wrap .slick-dots li {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 2.4vw;
  }
}
#banner .wrap .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #B9B9B9;
  border-radius: 50%;
}
#banner .wrap .slick-dots li button:before {
  display: none;
}
#banner .wrap .slick-dots li.slick-active button {
  background: #B59768;
}

#child_cat {
  position: relative;
  padding: 8rem 0 11.6rem;
}
@media screen and (max-width: 1024px) {
  #child_cat {
    padding: 6.6666666667vw 0 9.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #child_cat {
    padding: 16vw 0;
  }
}
#child_cat:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 120rem;
  height: 0.1rem;
  margin: auto;
  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) {
  #child_cat:before {
    width: 100vw;
  }
}
@media screen and (max-width: 640px) {
  #child_cat:before {
    width: 86.6666666667vw;
  }
}
#child_cat .center {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  #child_cat .center {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #child_cat .center {
    margin-bottom: 8vw;
  }
}
#child_cat .center p {
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #child_cat .center p {
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #child_cat .center p {
    font-size: 3.4666666667vw;
  }
}
#child_cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 2rem 2.5rem;
}
@media screen and (max-width: 1024px) {
  #child_cat ul {
    gap: 1.6666666667vw 2.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #child_cat ul {
    gap: 1.3333333333vw;
  }
}
#child_cat ul li {
  width: calc((100% - 5rem) / 3);
}
@media screen and (max-width: 1024px) {
  #child_cat ul li {
    width: calc((100% - 4.1666666667vw) / 3);
  }
}
@media screen and (max-width: 640px) {
  #child_cat ul li {
    width: 100%;
  }
}
#child_cat ul li a {
  position: relative;
  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: 1.5rem;
  background: #fff;
  border: 0.1rem solid #111;
}
@media screen and (max-width: 1024px) {
  #child_cat ul li a {
    padding: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #child_cat ul li a {
    padding: 1.3333333333vw;
  }
}
#child_cat ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #B59768;
  border-right: solid 0.2rem #B59768;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
#child_cat ul li.no_link a:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  #child_cat ul li a:before {
    right: 1.6666666667vw;
    width: 0.5vw;
    height: 0.5vw;
    border-top: solid 0.1666666667vw #B59768;
    border-right: solid 0.1666666667vw #B59768;
  }
}
@media screen and (max-width: 640px) {
  #child_cat ul li a:before {
    right: 4.2666666667vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top: solid 0.5333333333vw #B59768;
    border-right: solid 0.5333333333vw #B59768;
  }
}
#child_cat ul li a figure {
  width: 10rem;
}
#child_cat ul li.no_link a:hover figure img {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #child_cat ul li a figure {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #child_cat ul li a figure {
    width: 16vw;
  }
}
#child_cat ul li a .in {
  width: calc(100% - 3rem - 10rem);
}
@media screen and (max-width: 1024px) {
  #child_cat ul li a .in {
    width: calc(100% - 2.5vw - 8.3333333333vw);
  }
}
@media screen and (max-width: 640px) {
  #child_cat ul li a .in {
    width: calc(100% - 5.3333333333vw - 16vw);
  }
}
#child_cat ul li a .in p {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  #child_cat ul li a .in p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 640px) {
  #child_cat ul li a .in p {
    font-size: 2.6666666667vw;
  }
}
#child_cat ul li a .in p.en {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  #child_cat ul li a .in p.en {
    margin-bottom: 0.4rem;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #child_cat ul li a .in p.en {
    margin-bottom: 0.3rem;
    font-size: 3.4666666667vw;
  }
}
#child_cat .txt {
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  #child_cat .txt {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 640px) {
  #child_cat .txt {
    margin-top: 7vw;
  }
}
#child_cat .txt p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  #child_cat .txt p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #child_cat .txt p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
}

#market_area {
  padding: 10rem 0;
  background: #F7F7F7;
  border-top: 0.1rem solid #111;
}
@media screen and (max-width: 1024px) {
  #market_area {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 640px) {
  #market_area {
    padding: 16vw 0 pvw(70);
  }
}
#market_area .table_area_in tr {
  opacity: 1;
}
#market_area .table_area_in tr.is-hidden {
  display: none !important;
}
#market_area .table_area_in .btn {
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  #market_area .table_area_in .btn {
    padding-bottom: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  #market_area .table_area_in .btn {
    padding-bottom: 8vw;
  }
}
#market_area .table_area_in .btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 36.5rem;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 243, 0)), to(#f6f6f3));
  background: linear-gradient(rgba(246, 246, 243, 0) 0%, #f6f6f3 100%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #market_area .table_area_in .btn:after {
    height: 30.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #market_area .table_area_in .btn:after {
    height: 97.3333333333vw;
  }
}
#market_area .table_area_in .btn a {
  position: relative;
  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: 27.5rem;
  height: 5rem;
  margin: auto;
  font-size: 1.6rem;
  font-weight: 600;
  background: #FFC502;
  border-radius: 2.5rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #market_area .table_area_in .btn a {
    width: 22.9166666667vw;
    height: 4.1666666667vw;
    font-size: 1.3333333333vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #market_area .table_area_in .btn a {
    width: 73.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4vw;
    border-radius: 6.6666666667vw;
  }
}
#market_area .table_area_in .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.5rem;
  bottom: 0;
  display: inline-block;
  height: 0.6rem;
  width: 0.6rem;
  margin: auto;
  border-left: 0.2rem solid #191919;
  border-bottom: 0.2rem solid #191919;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 1024px) {
  #market_area .table_area_in .btn a:after {
    right: 2.0833333333vw;
    height: 0.5vw;
    width: 0.5vw;
    border-left: 0.1666666667vw solid #191919;
    border-bottom: 0.1666666667vw solid #191919;
  }
}
@media screen and (max-width: 640px) {
  #market_area .table_area_in .btn a:after {
    right: 5.3333333333vw;
    height: 1.6vw;
    width: 1.6vw;
    border-left: 0.5333333333vw solid #191919;
    border-bottom: 0.5333333333vw solid #191919;
  }
}
#market_area .table_area_in .btn.is-btn-hidden {
  display: none;
}
#market_area .txt {
  margin-top: 9rem;
}
@media screen and (max-width: 1024px) {
  #market_area .txt {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 640px) {
  #market_area .txt {
    margin-top: 10.6666666667vw;
  }
}
#market_area .txt p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  #market_area .txt p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #market_area .txt p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
}

#purchase_price_area {
  padding: 10rem 0;
  background: #F7F7F7;
  border-top: 0.1rem solid #111;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area {
    padding: 16vw 0 18.6666666667vw;
  }
}
#purchase_price_area .center {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .center {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .center {
    margin-bottom: 8vw;
  }
}
#purchase_price_area .center p {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.7647;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .center p {
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .center p {
    font-size: 3.4666666667vw;
  }
}
#purchase_price_area .date {
  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: 29rem;
  height: 5rem;
  margin: 0 auto 5.8rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  background: #262323;
  border-radius: 2.5rem;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .date {
    width: 24.1666666667vw;
    height: 4.1666666667vw;
    margin: 0 auto 4.8333333333vw;
    font-size: 1.25vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .date {
    width: 66.6666666667vw;
    height: 10.6666666667vw;
    margin: 0 auto 8vw;
    font-size: 3.4666666667vw;
    border-radius: 6.6666666667vw;
  }
}
#purchase_price_area .purchase_price_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  max-width: 120rem;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .purchase_price_list {
    gap: 2.6666666667vw;
  }
}
#purchase_price_area .purchase_price_list .purchase_price_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc((100% - 2rem) / 2);
  padding: 2rem;
  background: #fff;
  border: 0.1rem solid #707070;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content {
    width: calc((100% - 1.6666666667vw) / 2);
    padding: 1.6666666667vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .purchase_price_list .purchase_price_content {
    width: 100%;
    padding: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
#purchase_price_area .purchase_price_list .purchase_price_content.is-hidden {
  display: none !important;
}
#purchase_price_area .purchase_price_list .purchase_price_content figure {
  width: 20rem;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content figure {
    width: 16.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .purchase_price_list .purchase_price_content figure {
    width: 26.6666666667vw;
  }
}
#purchase_price_area .purchase_price_list .purchase_price_content .in {
  width: calc(100% - 20rem - 2rem);
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in {
    width: calc(100% - 16.6666666667vw - 1.6666666667vw);
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in {
    width: calc(100% - 26.6666666667vw - 2.6666666667vw);
  }
}
#purchase_price_area .purchase_price_list .purchase_price_content .in .name {
  margin-bottom: 3.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in .name {
    margin-bottom: 2.75vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in .name {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#purchase_price_area .purchase_price_list .purchase_price_content .in dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-bottom: 2.6rem;
  margin-bottom: 1.5rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #707070), color-stop(0.1rem, transparent));
  background-image: linear-gradient(to right, #707070 0.1rem, transparent 0.1rem);
  background-size: 0.6rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in dl {
    gap: 2.0833333333vw;
    padding-bottom: 2.1666666667vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in dl {
    gap: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#purchase_price_area .purchase_price_list .purchase_price_content .in dl dt {
  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: 9.5rem;
  height: 3rem;
  font-size: 1.3rem;
  font-weight: 500;
  background: #F1F1F1;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in dl dt {
    width: 7.9166666667vw;
    height: 2.5vw;
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in dl dt {
    width: 20vw;
    height: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
#purchase_price_area .purchase_price_list .purchase_price_content .in dl dd {
  font-size: 3rem;
  color: #A8312F;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in dl dd {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in dl dd {
    font-size: 5.3333333333vw;
  }
}
#purchase_price_area .purchase_price_list .purchase_price_content .in dl dd .yen {
  margin-left: 0.6rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in dl dd .yen {
    margin-left: 0.5vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in dl dd .yen {
    margin-left: 0.8vw;
    font-size: 2.6666666667vw;
  }
}
#purchase_price_area .purchase_price_list .purchase_price_content .in .brand_name {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in .brand_name {
    font-size: 1vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in .brand_name {
    font-size: 3.2vw;
  }
}
#purchase_price_area .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .btn {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .btn {
    padding-bottom: 8vw;
  }
}
#purchase_price_area .btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 11.8rem;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 243, 0)), color-stop(40%, #F6F6F6));
  background: linear-gradient(rgba(246, 246, 243, 0) 0%, #F6F6F6 40%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .btn:after {
    height: 9.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .btn:after {
    height: 31.4666666667vw;
  }
}
#purchase_price_area .btn a {
  position: relative;
  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: 23rem;
  height: 5rem;
  margin: auto;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  border: 0.1rem solid #111;
  border-radius: 2.5rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .btn a {
    width: 19.1666666667vw;
    height: 4.1666666667vw;
    font-size: 1.25vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .btn a {
    width: 73.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4vw;
    border-radius: 6.6666666667vw;
  }
}
#purchase_price_area .btn a span {
  position: absolute;
  right: 4rem;
  display: inline-block;
  width: 1.2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: #111;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .btn a span {
    right: 3.3333333333vw;
    width: 1vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .btn a span {
    right: 5.3333333333vw;
    width: 3.2vw;
  }
}
#purchase_price_area .btn a span:before, #purchase_price_area .btn a span:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0;
  width: 0.6065rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: #111;
  -webkit-transform-origin: calc(100% - 0.1rem) 50%;
          transform-origin: calc(100% - 0.1rem) 50%;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .btn a span:before, #purchase_price_area .btn a span:after {
    width: 0.5054166667vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .btn a span:before, #purchase_price_area .btn a span:after {
    width: 1.6vw;
  }
}
#purchase_price_area .btn a span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#purchase_price_area .btn a span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#purchase_price_area .btn a:hover {
  opacity: 0.7;
}
#purchase_price_area .btn.is-btn-hidden {
  display: none;
}
#purchase_price_area .txt {
  margin-top: 11rem;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .txt {
    margin-top: 9.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .txt {
    margin-top: 13.3333333333vw;
  }
}
#purchase_price_area .txt p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  #purchase_price_area .txt p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #purchase_price_area .txt p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
}

#artcle_list_area {
  padding: 10rem 0;
  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) {
  #artcle_list_area {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area {
    padding: 16vw 0 18.6666666667vw;
  }
}
#artcle_list_area .center {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 1024px) {
  #artcle_list_area .center {
    margin-bottom: 5.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .center {
    margin-bottom: 10.6666666667vw;
  }
}
#artcle_list_area .center p {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.7647;
}
@media screen and (max-width: 1024px) {
  #artcle_list_area .center p {
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .center p {
    font-size: 3.4666666667vw;
  }
}
#artcle_list_area .artcle_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  max-width: 126rem;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex {
    gap: 1.6666666667vw;
    margin-bottom: 5.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex {
    gap: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
#artcle_list_area .artcle_list_flex .artcle_content {
  width: calc((100% - 6rem) / 4);
}
@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content {
    width: calc((100% - 5vw) / 4);
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content {
    width: calc((100% - 2.6666666667vw) / 2);
  }
}
#artcle_list_area .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;
}
@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a {
    padding: 1.6666666667vw 1.25vw 1.5vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a {
    padding: 2.6666666667vw 2.6666666667vw 3.4666666667vw;
    border-radius: 1.3333333333vw;
  }
}
#artcle_list_area .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) {
  #artcle_list_area .artcle_list_flex .artcle_content a figure {
    margin: 0 auto 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a figure {
    max-width: none;
    margin: 0 auto 2.6666666667vw;
  }
}
#artcle_list_area .artcle_list_flex .artcle_content a figure img {
  width: 100%;
  height: auto;
}
#artcle_list_area .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: 0 5px 1.4rem 0;
  font-size: 1.1rem;
  line-height: 1;
  border: 0.1rem solid #111;
  border-radius: 1.4rem;
  min-height: 2.2rem;
}
@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .item {
    height: 1.9166666667vw;
    padding: 0 1vw;
    margin: 0 5px 1.1666666667vw 0;
    font-size: 0.9166666667vw;
    border-radius: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .item {
    height: 4.5333333333vw;
    padding: 0 2.4vw;
    margin: 0 5px 2.6666666667vw 0;
    font-size: 2.4vw;
    border-radius: 3.7333333333vw;
  }
}
#artcle_list_area .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) {
  #artcle_list_area .artcle_list_flex .artcle_content a .title03 {
    margin-bottom: 1.6666666667vw;
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .title03 {
    margin-bottom: 3.2vw;
    font-size: 2.4vw;
    line-height: 1.555;
  }
}
#artcle_list_area .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) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price {
    margin-bottom: 2.4vw;
  }
}
#artcle_list_area .artcle_list_flex .artcle_content a .price dt {
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price dt {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price dt {
    font-size: 2.4vw;
  }
}
#artcle_list_area .artcle_list_flex .artcle_content a .price dd .en {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price dd .en {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price dd .en {
    font-size: 4vw;
  }
}
#artcle_list_area .artcle_list_flex .artcle_content a .price dd .yen {
  font-size: 1.5rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price dd .yen {
    font-size: 1.25vw;
    margin-left: 0.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price dd .yen {
    font-size: 2.6666666667vw;
    margin-left: 0.5333333333vw;
  }
}
#artcle_list_area .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;
  line-height: 1;
  min-height: 3.1rem;
}
@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .shop {
    padding-top: 1.25vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .shop {
    padding-top: 2.6666666667vw;
    font-size: 2.4vw;
  }
}
#artcle_list_area .site_btn {
  width: 100%;
}
#artcle_list_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;
  margin: auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  #artcle_list_area .site_btn a {
    width: 33.3333333333vw;
    height: 5vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .site_btn a {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 4vw;
  }
}
#artcle_list_area .site_btn a span {
  width: 1.213rem;
  height: 0.12rem;
}
@media screen and (max-width: 1024px) {
  #artcle_list_area .site_btn a span {
    width: 1.0108333333vw;
    height: 0.1vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .site_btn a span {
    width: 3.2346666667vw;
    height: 0.32vw;
  }
}
#artcle_list_area .site_btn a span:before, #artcle_list_area .site_btn a span:after {
  width: 0.6065rem;
  height: 0.12rem;
}
@media screen and (max-width: 1024px) {
  #artcle_list_area .site_btn a span:before, #artcle_list_area .site_btn a span:after {
    width: 0.5054166667vw;
  }
}
@media screen and (max-width: 640px) {
  #artcle_list_area .site_btn a span:before, #artcle_list_area .site_btn a span:after {
    width: 1.6173333333vw;
  }
}

#column_list_area {
  padding: 12rem 0 11rem;
  background: #fff;
  border-top: 0.1rem solid #111;
}
@media screen and (max-width: 1024px) {
  #column_list_area {
    padding: 10vw 0 9.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area {
    padding: 16vw 0;
  }
}
#column_list_area .center {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  #column_list_area .center {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .center {
    margin-bottom: 8vw;
  }
}
#column_list_area .center p {
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #column_list_area .center p {
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .center p {
    font-size: 3.4666666667vw;
  }
}
#column_list_area .column_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  max-width: 120rem;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex {
    gap: 1.6666666667vw;
    margin: 0 auto 5.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .column_list_flex {
    gap: 2.6666666667vw;
    margin: 0 auto 13.3333333333vw;
  }
}
#column_list_area .column_list_flex .column_content {
  width: 59rem;
}
@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content {
    width: 49.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .column_list_flex .column_content {
    width: 90.6666666667vw;
  }
}
#column_list_area .column_list_flex .column_content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
  border: 0.1rem solid #111;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a {
    padding: 1.6666666667vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .column_list_flex .column_content a {
    padding: 4vw;
    border-radius: 1.3333333333vw;
  }
}
#column_list_area .column_list_flex .column_content a figure {
  position: relative;
  width: 20rem;
  aspect-ratio: 1/0.7;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a figure {
    width: 16.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .column_list_flex .column_content a figure {
    width: 25.3333333333vw;
  }
}
#column_list_area .column_list_flex .column_content a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#column_list_area .column_list_flex .column_content a .in {
  width: 30.4rem;
  padding: 1.5rem 0;
}
@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a .in {
    width: 25.3333333333vw;
    padding: 1.25vw 0;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .column_list_flex .column_content a .in {
    width: 52vw;
    padding: 0;
  }
}
#column_list_area .column_list_flex .column_content a .in .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a .in .flex {
    gap: 1.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .column_list_flex .column_content a .in .flex {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#column_list_area .column_list_flex .column_content a .in .flex .date {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a .in .flex .date {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .column_list_flex .column_content a .in .flex .date {
    font-size: 2.6666666667vw;
  }
}
#column_list_area .column_list_flex .column_content a .in .flex .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.4rem;
  padding: 0 1.2rem;
  font-size: 1.2rem;
  border: 0.1rem solid #111;
  border-radius: 1.4rem;
}
@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a .in .flex .item {
    height: 2vw;
    padding: 0 1vw;
    font-size: 1vw;
    border-radius: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .column_list_flex .column_content a .in .flex .item {
    height: 5.3333333333vw;
    padding: 0 2.1333333333vw;
    font-size: 2.6666666667vw;
    border-radius: 3.7333333333vw;
  }
}
#column_list_area .column_list_flex .column_content a .in .title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6923;
}
@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a .in .title {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .column_list_flex .column_content a .in .title {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
#column_list_area .site_btn {
  width: 100%;
}
#column_list_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;
  margin: auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  #column_list_area .site_btn a {
    width: 33.3333333333vw;
    height: 5vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .site_btn a {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 4vw;
  }
}
#column_list_area .site_btn a span {
  width: 1.213rem;
  height: 0.12rem;
}
@media screen and (max-width: 1024px) {
  #column_list_area .site_btn a span {
    width: 1.0108333333vw;
    height: 0.1vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .site_btn a span {
    width: 3.2346666667vw;
    height: 0.32vw;
  }
}
#column_list_area .site_btn a span:before, #column_list_area .site_btn a span:after {
  width: 0.6065rem;
  height: 0.12rem;
}
@media screen and (max-width: 1024px) {
  #column_list_area .site_btn a span:before, #column_list_area .site_btn a span:after {
    width: 0.5054166667vw;
  }
}
@media screen and (max-width: 640px) {
  #column_list_area .site_btn a span:before, #column_list_area .site_btn a span:after {
    width: 1.6173333333vw;
  }
}