.makura_vote {
  margin: auto;
  width: 1000px;
}

.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: 28px;
  padding: 18px 0;
  font-family: 'Noto Serif JP', 'Yu Mincho', 'YuMincho', serif;
  font-weight: 600;
}

.makura_title span {
  font-size: 80px;
  line-height: 0.9;
  margin: 0 5px;
  font-weight: 800;
  vertical-align: -5px;
}

.makura_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #ccc;
}

.makura_item__detail {
  width: calc(100% - 375px);
  padding-right: 40px;
}

.makura_item__detail.is-2nd {
  padding: 45px 0 0 115px;
}

.makura_item__detail_title {
  padding: 0;
  font-size: 36px;
  background: none;
  font-weight: 600;
}

.makura_item__detail_text {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 200;
  line-height: 1.8;
}

.makura_item__detail_price {
  font-size: 16px;
  margin-bottom: 40px;
}

.makura_item__detail_price span {
  font-size: 30px;
}

.makura_item__detail_btn {
  width: 410px;
  border-radius: 30px;
  height: 64px;
  text-align: center;
  display: block;
  border: 1px solid #5b6770;
  color: #5b6770;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 64px;
  font-weight: 200;
  position: relative;
  transition: .3s;
}

.makura_item__detail_cart {
  width: 410px;
  border-radius: 30px;
  height: 64px;
  text-align: center;
  display: block;
  border: 1px solid #E50013;
  color: #E50013;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 64px;
  font-weight: 200;
  position: relative;
  transition: .3s;
}

.makura_item__detail_btn:hover {
  opacity: 0.6;
  color: #5b6770;
}

.makura_item__detail_cart:hover {
  color: #E50013;
  background: #fff3f3;
}

.makura_item__detail_btn::after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #5b6770;
  border-top: 2px solid #5b6770;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 30px;
  top: 26px;
}

.makura_item__detail_cart::after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #E50013;
  border-top: 2px solid #E50013;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 30px;
  top: 26px;
}

.makura_item__detail_cart {
  color: white;
  background: #E50013;
  -webkit-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(/ec/img/usr/freepage/makura_vote/ico_cart.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  position: static;
  vertical-align: -12px;
  margin-right: 10px;
}

.makura_item__detail_cart::after {
  content: none;
}

.makura_item__img {
  width: 375px;
}

.makura_item__img.is-2nd {
  margin: 45px 0;
}

.makura_item__imgbdr {
  border: 1px solid #ccc;
}

.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.makura_item__comment_text {
  margin-top: 45px;
  position: relative;
  z-index: 5;
  padding: 25px;
  font-size: 20px;
  width: calc(100% - 250px);
  line-height: 1.8;
  font-weight: 200;
}

.makura_item__comment_text span::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 17px;
  right: -15px;
  top: 50px;
  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: 40px;
  position: absolute;
  top: 40px;
  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: -15px;
}

.makura_item__comment_text.is-right span::after {
  right: auto;
  left: 0;
}

.makura_item__comment_person-age {
  width: 85px;
  background: #F60050;
  border-radius: 10px;
  text-align: center;
  margin-left: 22px;
  color: #fff;
}

.makura_item__comment_person-age.is-mens {
  background: #2971B9;
}

.makura_item__comment_person-age.is-right {
  margin-left: 106px;
}

/* 210224追加 */
.makura_title2 {
  border-bottom: none;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  width: 1000px;
}

.makura_vote .btn01 {
  width: 410px;
  border-radius: 30px;
  height: 64px;
  text-align: center;
  display: block;
  background-color: #E50013;
  color: #fff;
  margin:  0 auto;
  font-size: 20px;
  line-height: 64px;
  font-weight: 200;
  position: relative;
}

.makura_vote .btn01:hover {
  opacity: .8;
}

.bnr_ranking {
  margin: 100px 0 0;
  text-align: center;
}

.bnr_ranking:hover {
  opacity: .8;
}

.bnr_area01 {
  margin: 100px 0 0;
}

.bnr_area01 .bnr_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

.bnr_area01 .bnr_list li {
  width: calc((100% - 40px)/3);
}

.fixed_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: rgba(202,190,154,0.5);
  z-index: 999999999;
}

.page-lead {
  margin-bottom: 60px;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}

.conversion-lead {
  margin-bottom: 60px;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}

.conversion-lead p {
  margin-top: 1rem;
}