.makura_vote {
  margin: auto;
}

.makura_vote * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.makura_vote h1 {
  background: none;
  padding:0;
}

.makura_vote img {
  max-width: 100%;
}

.makura_title {
  border-top: 2px solid #E50013;
  border-bottom: 2px solid #E50013;
  color: #E50013;
  text-align: center;
  font-size: 18px;
  padding: 18px 0;
  font-family: 'Noto Serif JP', 'Yu Mincho', 'YuMincho', serif;
  font-weight: 600;
}

.makura_title span {
  font-size: 40px;
  line-height: 0.9;
  margin: 0 5px;
  font-weight: 800;
  vertical-align: -2px;
}

.makura_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
  padding-bottom: 40px;
/*  border-bottom: 1px solid #ccc;*/
background: #fff;
        padding: 20px 20px 20px;
}

.makura_item__detail {
  width: 100%;
  margin-bottom:20px;
}

.makura_item__detail.is-2nd {
  padding: 45px 0 0 115px;
}

.makura_item__detail_title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  background: none;
  font-weight: 600;
}

.makura_item__detail_text {
  margin-bottom: 5px;
  font-weight: 200;
  line-height: 1.8;
}

.makura_item__detail_price {
  font-size: 12px;
  margin-bottom: 20px;
}

.makura_item__detail_price span {
  font-size: 20px;
}

.makura_item__detail_img {
  width: 100%;
  margin-bottom: 20px;
}

.makura_item__detail_imgbdr {
  border: 1px solid #ccc;
}

.makura_item__detail_btn {
  width: 100%;
  border-radius: 20px;
  height: 40px;
  text-align: center;
  display: block;
  border: 1px solid #5b6770;
  color: #5b6770;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 40px;
  font-weight: 200;
  position: relative;
}

.makura_item__detail_cart {
  width: 100%;
  border-radius: 20px;
  height: 40px;
  text-align: center;
  display: block;
  border: 1px solid #E50013;
  color: #E50013;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 40px;
  font-weight: 200;
  position: relative;
}

.makura_item__detail_btn:hover, .makura_item__detail_cart:hover {
  color: #E50013;
  background: #fff3f3;
}

.makura_item__detail_btn::after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #5b6770;
  border-top: 2px solid #5b6770;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 30px;
  top: 15px;
}

.makura_item__detail_cart::after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #E50013;
  border-top: 2px solid #E50013;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 30px;
  top: 15px;
}

.makura_item__detail_cart {
  color: white;
  background: #E50013;
  -webkit-transition: .3s;
  transition: .3s;
}

.makura_item__detail_cart:hover {
  color: #fff;
  border: 1px solid #f27083;
  background: #f27083;
}

.makura_item__detail_cart::before {
  content: '';
  border: none;
  display: inline-block;
  background: url(/img/usr/freepage/makura_vote/ico_cart.png) no-repeat 0 0;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  position: static;
  vertical-align: -6px;
  margin-right: 10px;
}

.makura_item__detail_cart::after {
  content: none;
}

.makura_item__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.makura_item__comment_text {
  position: relative;
  z-index: 5;
  padding: 10px;
  width: 65%;
  line-height: 1.8;
  font-weight: 200;
}

@media (max-width: 320px) {
  .makura_item__comment_text {
    width: 60%;
  }
}

.makura_item__comment_text span::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 17px;
  right: 0;
  top: 40%;
  background-color: #fff;
  -webkit-transform: rotate(5deg) skew(65deg);
          transform: rotate(5deg) skew(65deg);
  -webkit-box-shadow: 0px 0px 5px rgba(229, 23, 91, 0.3);
          box-shadow: 0px 0px 5px rgba(229, 23, 91, 0.3);
  z-index: -2;
}

.makura_item__comment_text span::after {
  content: '';
  display: block;
  width: 50px;
  height: 30px;
  position: absolute;
  top: 36%;
  right: 0;
  background: #fff;
  z-index: -1;
}

.makura_item__comment_text::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(229, 23, 91, 0.3);
          box-shadow: 0px 0px 5px rgba(229, 23, 91, 0.3);
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: -2;
}

.makura_item__comment_text.is-mens::before {
  -webkit-box-shadow: 0px 0px 5px rgba(41, 113, 185, 0.3);
          box-shadow: 0px 0px 5px rgba(41, 113, 185, 0.3);
}

.makura_item__comment_text.is-mens span::before {
  -webkit-box-shadow: 0px 0px 5px rgba(41, 113, 185, 0.3);
          box-shadow: 0px 0px 5px rgba(41, 113, 185, 0.3);
}

.makura_item__comment_text.is-right span::before {
  -webkit-transform: rotate(-25deg) skew(65deg);
          transform: rotate(-25deg) skew(65deg);
  right: auto;
  left: 0;
}

.makura_item__comment_text.is-right span::after {
  right: auto;
  left: 0;
}

.makura_item__comment_person {
  width: 30%;
}

.makura_item__comment_person-age {
  width: 60px;
  background: #F60050;
  border-radius: 10px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

.makura_item__comment_person-age.is-mens {
  background: #2971B9;
}

.makura_item__comment_person-age.is-right {
  margin-left: 10.6vw;
}

/* 210224追加 */
.btn_area01 {
  margin: 0 5%;
}
.makura_title2 {
  border-bottom: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}

.makura_vote .btn01 {
  width: 100%;
  border-radius: 20px;
  height: 40px;
  text-align: center;
  display: block;
  background-color: #E50013;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  font-weight: 200;
}

.bnr_ranking {
  margin: 60px 5% 0;
  text-align: center;
}

.bnr_area01 {
  margin: 60px 5% 0;
}

.bnr_area01 .bnr_list {
  margin: 0 auto;
}

.bnr_area01 .bnr_list li {
  width: 80%;
  margin: 0 auto 20px;
}

.fixed_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 5%;
  text-align: center;
  background: rgba(202,190,154,0.5);
  z-index: 100;
}

.block-page-top {
  bottom: 60px;
}

.pane-footer {
  padding-bottom: 60px;
}

.page-lead {
  padding: 20px 15px 30px;
}

.conversion-lead {
  margin-bottom: 30px;
}

.conversion-lead p {
  margin-top: 1rem;
}

.makura_item h2.makura_title2{
	background:none;
}