.top-mv__btn {
  text-align: center;
  padding: 0.7rem;
  background: #fff;
  font-weight: 600;
}
.top-content {
  padding: 4rem 1.5rem 6rem 1.5rem;
}
.top .top-items hr {
  border: none;
  border-top: 1px dashed #402205;
  margin-top: 44px;
  margin-bottom: 38px;
}
.top .top-item {
  position: relative;
}
.top .top-item + .top-item {
  margin-top: 2.7rem;
}
.top .top-item:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid #95785A;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(#F2E9E1));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, #F2E9E1 100%);
}
.top .top-item a:before {
  position: absolute;
  display: block;
  content: "";
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.793' height='10.758' viewBox='0 0 6.793 10.758'%3E%3Cpath id='Path_18' data-name='Path 18' d='M304.188-180.477l3.965,3.965-3.965,3.965' transform='translate(-302.774 181.892)' fill='none' stroke='%23402205' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.top .top-item a[target=_blank]::before {
  right: 13px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.886' height='15.886' viewBox='0 0 15.886 15.886'%3E%3Cg id='Icon_feather-external-link' data-name='Icon feather-external-link' transform='translate(-3.65 -5.298)'%3E%3Cpath id='Path_2101' data-name='Path 2101' d='M17.533,18.695v1.6A1.738,1.738,0,0,1,15.8,22.033H6.238A1.738,1.738,0,0,1,4.5,20.3V10.738A1.738,1.738,0,0,1,6.238,9h1.6' transform='translate(0 -1.699)' fill='none' stroke='%23402205' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7'/%3E%3Cpath id='Path_2102' data-name='Path 2102' d='M21.5,4.5h6.213v6.213' transform='translate(-9.379 2)' fill='none' stroke='%23402205' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7'/%3E%3Cpath id='Path_2103' data-name='Path 2103' d='M18,11.058,24.558,4.5' transform='translate(-6.224 2)' fill='none' stroke='%23402205' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.top .top-item__cs {
  position: absolute;
  top: 0;
  left: 0;
  right: -6px;
  bottom: -6px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-family: "Times New Roman";
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: rgba(149, 120, 90, 0.85);
}
.top .top-item__cs + a:before {
  display: none;
}
.top .top-item__img-icon {
  position: absolute;
  top: -14px;
  right: 10px;
  width: 101px;
  z-index: 999;
}
.top .top-item__img-icon img {
  position: relative;
  z-index: 2;
}
.top .top-item__img-icon:after {
  position: absolute;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  background-color: #F4ECE1;
  border-radius: 50px;
  content: "";
  top: -1px;
  left: -7px;
  right: -7px;
  bottom: -7px;
}