/* post 川柳受付終了時 */
#post{
  max-width: 732px;
  margin: 25px auto 84px;
}

#post .post_lead {
  text-align: center;
  color: #EB6D8E;
  font-size: 39px;
  letter-spacing: -0.04em;
  line-height: 1.444;
  margin: 0px auto 76px;
  width: fit-content;
  position: relative;
}

#post .post_lead::after{
  content: "";
  width: 62.879px;
  height: 106.7795px;
  background: url(../img/post_deco.png) no-repeat center center/cover;
  position: absolute;
  bottom: 10px;
  right: -67px;
}

#post .ttl{
  /* background-color: #AD7F47; */
  background-color: #F19CA6;
  font-size: 55px;
  line-height: 1.42;
  letter-spacing: 0;
  padding: 20px 0 15px;
  margin-top: 20px;
}

#post .ttl span{
  font-size: 39px;
  letter-spacing: 0.05em;
}

#post .ttl span.day{
  font-size: 65px;
  line-height: 0;
}

#post .txt-box{
  margin: 15px 44px 52px;
  padding-right: 12px;
}

#post .txt{
  font-size: 22px;
  text-indent: inherit;
  line-height: 1.6;
  text-align: justify;
}

#post .modal-text:not(:last-of-type){
  margin-top: 0;
}

/* .post-img{
  margin: 0 auto;
  text-align: center;
  max-width: 403.0353px;
} */

/* post 一般投票 募集
====================================*/
#post .post-ttl__reception{
  font-size: 66px;
  text-align: center;
  color: #D31176;
}

#post .btn p{
  font-size: 30px;
  line-height: 1.43;
  color: #D31176;
}

#post .btn p::before, .btn p::after{
  height: 1.6em;
  top: inherit;
  bottom: 0;
}

#post .btn p::before {
  left: -2rem;
}

#post .btn p::after {
  right: -2rem;
}

#post .btn .title{
  border-radius: 10px;
  color: #FFF;
  text-align: center;
  max-width: 481px;
  padding: 15px 0 25px;
  display: block;
  margin: 0 auto;
  background-color: #F19CA6;
  font-feature-settings: "palt";
}

#post .btn h2{
  font-size: 44px;
  line-height: 1.36;
}

#post .btn h3{
  font-size: 29px;
  line-height: 1.2;
  text-align: left;
  display: inline-block;
  margin-top: 5px;
}

#post .btn h3 .day01-1{
  font-size: 39px;
}

#post .btn h3 .day01-2{
  font-size: 25px;
}

#post .btn h3 .day02-1{
  font-size: 40px;
}

#post .btn h3 .day02-2{
  font-size: 61px;
}

#post .btn h3 .day02-3{
  font-size: 35px;
}

#post .chance{
  color: #D31176;
  font-size: 25px;
  background-color: #FFF;
  display: block;
  border: 3px solid #D31176;
  letter-spacing: -0.05em;
  width: 379px;
  transform: rotate(-5deg);
  text-align: center;
  margin: 0 auto;
  margin-top: 2px;
}

.post-dsc{
  font-size: 28px;
  max-width: 636px;
  margin: 50px auto 100px;
  letter-spacing: 0.07em;
  line-height: 1.96;
}

.post-img{
  margin: 0 auto;
  max-width: 732px;
  padding: 20px 35px;
  background-color: #FFF;
  box-shadow: 0px 0px 18px 28px #FFF;
  border-radius: 40px;
}

.present_title{
  font-size: 30px;
  text-align: center;
  color: #D31176;
  background-color: #F6DAE6;
  width: 215px;
  margin: 0 auto;
  border-radius: 10px;
}

.present_title.wide{
  background-color: #D31176;
  color: #FFF;
  width: fit-content;
  line-height: 1.4;
  padding: 20px 30px;
  margin: 3em auto 10px;
}

.present_title span {
  font-size: 27px;
}

.post-present{
  margin: 20px auto;
  text-align: center;
  max-width: 403.0353px;
}

.post-present img{
  margin: 15px 0;
}

.or{
  font-size: 31px;
}

.post-work_ttl{
  max-width: 159.9805px;
  width: 100%;
  margin: 0 auto;
}

.post-work{
  margin-top: 30px;
}

.post-work ul{
  margin-top: 20px;
}

.post-work li{
  margin: 15px auto 0;
  display: inline-block;
}

/* #post .btn01 a{
  margin-bottom: 30px;
  background-color: #D71618;
} */

.btn01 a:hover{
  opacity: 0.5;
}

.post-note{
  margin-top: 30px;
  font-size: 17px;
  text-align: center;
}

.post-btn-note{
  font-size: 14px;
  text-align: center;
  margin: 50px 0;
  letter-spacing: -0.03em;
}

@media screen and (max-width:767px){
  #post{
    margin: 20px 17px;
  }

  #post .post-ttl__reception{
    /* font-size: 44.5px; */
    font-size: 37px;
    margin-bottom: 20px;
  }

  #post ruby{
    position: relative;
  }

  #post rt {
    position: absolute;
    top: -0.5em;
    left: -4px;
    white-space: nowrap;
  }

  .post-img{
    padding: 10px 5px 25px;
    box-shadow: 0px 0px 10px 10px #FFF;
    border-radius: 20px;
  }

  #post .btn p{
    font-size: 26px;
  }

  #post .btn h2{
    font-size: 31px;
  }

  #post .btn h3{
    font-size: 20px;
  }

  #post .btn h3 .day01-1{
    font-size: 27px;
  }

  #post .btn h3 .day01-2 {
    font-size: 19px;
  }

  #post .btn h3 .day02-1 {
    font-size: 28px;
}

  #post .btn h3 .day02-2{
    font-size: 43px;
  }

  #post .btn h3 .day02-3 {
    font-size: 25px;
  }

  #post .chance{
    font-size: 16px;
    width: 260px;
    border: 2px solid #D31176;
  }

  #post .ttl{
    font-size: 25px;
    margin: 0 5px;
    padding: 10px 0 6px;
  }

  #post .ttl span{
    font-size: 18.5px;
  }

  #post .ttl span.day{
    font-size: 29px;
  }

  .post-dsc{
    font-size: 24px;
    /* padding: 0 5px; */
    padding: 0 8px;
    line-height: 1.58;
    letter-spacing: 0.01em;
    text-align: justify;
    margin-bottom: 60px;
    margin-top: 30px;
  }

  .present_title{
    font-size: 29px;
  }

  .present_title.wide{
    font-size: 24px;
    margin: 3em auto -20px;
  }

  .present_title.wide span {
    font-size: 21px;
  }

  .or {
    font-size: 29px;
    line-height: 1;
  }

  .post-work img:first-of-type{
    width: 154px;
  }

  .post-work li {
    max-width: 400px;
  }

  .post-note{
    margin-top: 40px;
    font-size: 14px;
    max-width: 260px;
    margin: 30px auto 40px;
    text-align: left;
    text-indent: -1rem;
    padding-left: 1rem;
  }

  .post-work .post-note{
    max-width: none;
    text-align: center;
    font-size: 12.5px;
    letter-spacing: -0.05em;
  }
}

@media(max-width:374px){
  #post .post-ttl__reception{
    font-size: clamp(30px,10.67vw,40px);
    white-space: inherit;
  }
}