@charset "UTF-8";
/********************************************************************
  見出し
********************************************************************/
#kmangamatsuri2026 h2{
  padding: 8px 10px 8px 10px;
  font-size: 2.6rem;
  color: #403646;
  background: #fff;
  border-top: 6px double #403646;
  border-bottom: 6px double #403646;
}

#kmangamatsuri2026 h2 span{
  color: #e72f82;
}

#kmangamatsuri2026 h3{
  padding: 8px 10px 8px 10px;
  color: #fff;
  font-size: 2.4rem;
  background: #e73082;
  border-radius: 15px 15px 0 0;
}

#kmangamatsuri2026 h4.subheading{
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
}

#kmangamatsuri2026 h4 span{
  padding: 8px 50px 6px 50px;
  font-size: 2rem;
  color: #d2c716;
  background: #403646;
  border-radius: 50px;
  display: inline-block;
}

/********************************************************************
  共通box
********************************************************************/
/*メイン*/
#kmangamatsuri2026 .content-box{
  width: 100%;
  background: #fff;
  border: 3px solid #e73082;
  border-radius: 20px;
}

#kmangamatsuri2026 .content-box__wrap{
  padding: 30px 30px 30px 30px;
}

/*サブ*/
#kmangamatsuri2026 .content-subbox{
  width: 100%;
  background: #fff;
  border: 3px solid #403646;
  border-radius: 20px;
  position: relative;
}

#kmangamatsuri2026 .content-subbox__wrap{
  padding: 40px 30px 30px 30px;
}

/********************************************************************
  共通box__中の指定
********************************************************************/
#kmangamatsuri2026 .content-box__wrap p {
  font-size: 1.6rem;
}

#kmangamatsuri2026 .content-box__wrap p span{
  font-size: 1.4rem;
}

#kmangamatsuri2026 .content-box__wrap .text-deco{
  font-size: 1.4rem;
  line-height: 1.4;
  color: #e73082;
  text-decoration: underline;
}


/********************************************************************
  共通-装飾
********************************************************************/
#kmangamatsuri2026 .annotation{
  padding: 10px 10px 10px 10px;
  font-size: 1.1rem!important;
  line-height: 1.1;
  background: #fef78a;
}

#kmangamatsuri2026 .annotation p{
  font-size: 1.1rem!important;
  line-height: 1.1;
}

#kmangamatsuri2026 .annotation-alt{
  font-size: 1.2rem!important;
  text-align: left;
}

/********************************************************************
  リンク
********************************************************************/
#kmangamatsuri2026 .button a{
  width: 480px;
  padding: 14px 40px 14px 40px;
  color: #403646;
  font-size: large;
  font-size: 2rem;
  font-weight: bold;
  background: #ffef00;
  border: 3px solid #403646;
  border-radius: 30px;
  box-shadow: 2px 2px 0 #403646;
  display: inline-block;
  position: relative;
}

#kmangamatsuri2026 .button a::after {
  content: "▶";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  aria-hidden: true; /* 補足: CSSでは効かないが意図として */
}

#kmangamatsuri2026 .link-detail a{
  color: #e73082;
  text-decoration: underline;
}

#kmangamatsuri2026 #campaign-details a{
  text-decoration: underline;
}

/********************************************************************
  通常記述
********************************************************************/
#kmangamatsuri2026 .top__campaign-period{
  padding: 8px 10px 8px 10px;
  color: #fff;
  background: #403646;
}

#kmangamatsuri2026 .global-copyright{
  font-size: 1.2rem!important;
}

#kmangamatsuri2026 .decorator--dashed-lines{
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;
  border-top: 1px dashed #403646;
  border-bottom: 1px dashed #403646;
}

/********************************************************************
  キャンペーン詳細
********************************************************************/
#kmangamatsuri2026 #campaign-details.content-box{
  border: 3px solid #403646;
}

#kmangamatsuri2026 #campaign-details h3{
  background: #403646;
}

#kmangamatsuri2026 #campaign-details h4,
#kmangamatsuri2026 #campaign-details h5{
  font-weight: bold;
}

#kmangamatsuri2026 #campaign-details h4,
#kmangamatsuri2026 #campaign-details h5,
#kmangamatsuri2026 #campaign-details p,
#kmangamatsuri2026 #campaign-details ul,
#kmangamatsuri2026 #campaign-details ul li,
#kmangamatsuri2026 #campaign-details dl dt,
#kmangamatsuri2026 #campaign-details dl dd{
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #403646;
}

#kmangamatsuri2026 #campaign-details .text-deco--underline{
  text-decoration: underline;
}

#kmangamatsuri2026 #campaign-details address {
  text-align: left;
  font-style: normal;
}

#kmangamatsuri2026 #campaign-details p span{
  font-size: 1.1rem!important;
}

/********************************************************************
  非表示
********************************************************************/
a#GA_cpbunner_buy {
  display: none;
}