/* どっち派タイトル */
:root {
  --color-item1: #c05639;
  --color-item2: #53a595;
}
.item1{
  color: var(--color-item1);
}
.item1:after{
  border-color: var(--color-item1);
}
.ph1{
  border-color: var(--color-item1)!important;
}
.vote .c-vote__vs__a{
  background-color: var(--color-item1);
}
.item2{
  color: var(--color-item2);
}
.item2:after{
  border-color: var(--color-item2);
}
.ph2{
  border-color: var(--color-item2)!important;
}
.vote .c-vote__vs__b{
  background-color: var(--color-item2);
}

.vote-contents{
  padding: 40px;
  margin-bottom: 40px;
  border: none;
}
.vote-title{
  margin: 0;
}
.vote-title header{
  margin: 0;
  padding: 20px;
}

.c-vote__entry{
  border: none;
}

@media (max-width: 768px) {
  .vs img{
    display: inline-block;
  }
}

.c-vote__vs__inner{
  padding: 20px 0;
  color: #fff;
}

.c-vote__img{
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
}
.c-vote__img img{
  object-fit: cover;
  width: 120px;
  height: 120px;
}

@media (max-width: 768px) {
  .c-vote__img{
    width: 70px;
    height: 70px;
  }
  .c-vote__img img{
    width: 70px;
    height: 70px;
  }
}

.moredata{
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
  background: #fff6f7;
  padding-right: 300px;
  position: relative;
}

.moredata figure{
  position: absolute;
  right: 50px;
  top: 50%;
  translate: 0 -50%;
}

.subhead{
  text-align: center;
}

.subhead h4{
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 30px 10px 10px;
  border-radius: 100px;
  display: inline-block;
}

.subhead .h4__img{
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 100px;
  overflow: hidden;
}
.subhead .h4__img img{
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.bnr{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.bnr h4{
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.bnr h4:before{
  content: "▼";
  color: #e60012;
}
.bnr img{
  display: inline-block;
  width: 100%;
  max-width: 500px;
}


.ft-bnr{
  display: flex;
  flex-wrap: nowrap;
}

.ft-bnr li{
  width: calc((100% - 40px) / 2);
  margin-left: 40px;
  text-align: center;
  line-height: 1.4;
  background-color: #e60012;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-size: 90%;
}
.ft-bnr li:first-child{
  margin-left: 0;
}
.ft-bnr li img{
  max-width: none;
  width: 100%;
}

.fl-r{
  float: right;
}

.comment{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.comment .fukidashi{
  border-radius: 20px;
  padding: 30px 20px;
  background: #ddd;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 150px);
  font-size: 2.0rem;
  text-align: left;
}
.comment .fukidashi:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 10px transparent;
  position: absolute;
  right: -20px;
  top: 50%;
  translate: 0 -50%;
}
.comment .fukidashi.-woman:after{
  border-left: solid 15px #ff6695;
}
.comment .fukidashi.-man:after{
  border-left: solid 15px #539bff;
}

.comment .fukidashi.-woman{
  background: #ff6695;
}

.comment .fukidashi.-man{
  background: #539bff;
}

.comment .fig{
  width: 150px;
  text-align: right;
}
.comment .fig .wrap{
  width: 112px;
  display: inline-block;
  text-align: center;
}



@media (max-width: 768px) {
  .hosoku{
    padding: 0 ;
  }
  .scroll{
    overflow-x: scroll;
  }
  .scroll table{
    width: 300%;
  }
  .scroll img{
    min-width: 200%;
  }
  .ft-bnr{
    display: block;
  }
  .ft-bnr li{
    width: 100%;
    margin-left: 0;
  }
  .ft-bnr li:first-child{
    margin-bottom: 40px;
  }
  
  .-mt{
    margin-top: 40px;
  }

  .moredata{
    padding: 8%;
    border-radius: 10px;
  }
  
  .moredata figure{
    position: static;
    translate: none;
    text-align: center;
  }

  .moredata figure img{
    width: 60%;
    margin: 10px auto 0;
  }

  .comment .fukidashi{
    font-size: 1.4rem;
    width: calc(100% - 100px);
  }

  .comment .fig{
    width: 100px;
  }
  .comment .fig .wrap{
    width: 80px;
    font-size: 1.2rem;
  }

  .subhead h2{
    font-size: 2.0rem;
  }

  .p-data__title .p-inner{
    font-size: 1.7rem;
  }

  .sp-14{
    font-size: 1.4rem;
  }

  .sp-12,
  .c-notice{
    font-size: 1.2rem;
  }

  .sp-18{
    font-size: 1.8rem;
  }

  .subhead h4{
    font-size: 1.8rem;
  }

}