@charset "UTF-8";
#mainArea {
  margin-bottom: 0 !important;
}
img {
  height: auto;
}
.cam25ble_TextColor01 {
  color: #268c4c;
}
.cam25ble_TextColor02 {
  color: #ff4309;
}
.cam25ble_TextSlash {
  color: #ff4309;
}
.cam25ble_TextSlash::before,
.cam25ble_TextSlash::after {
  display: inline-block;
  content: '';
  width: 2px;
  height: 1em;
  margin: 0 .45em 0 0;
  box-shadow: inset 0 0 0 1px currentColor;
  rotate: -30deg;
  translate: 0 .12em;
}
.cam25ble_TextSlash::after {
  rotate: 30deg;
  margin: 0 0 0 .4em;
}
.cam25ble_TextMarker {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 0 .15em 0 .2em;
  z-index: 1;
}
.cam25ble_TextMarker::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: '';
  width: 100%;
  height: 1.35em;
  background: #268c4c;
  z-index: -1;
  pointer-events: none;
}
.cam25ble_anchorLink {
  text-decoration: underline;
  text-underline-offset: .15em;
  cursor: pointer;
}
.cam25ble_anchorLink:hover {
  text-decoration: none;
}
.cam25ble_ContentInner {
  width: 1000px;
  margin: 0 auto;
}

#wrap .cam25ble_campaign .jsAccTitle h4 img {
  width: auto !important;
  height: 23px;
}
#wrap .cam25ble_campaign .jsAccSwitch {
  position: relative;
}
#wrap .cam25ble_campaign .jsAccSwitch::before,
#wrap .cam25ble_campaign .jsAccSwitch::after,
#wrap .cam25ble_campaign .jsAccSwitch[aria-selected="false"]::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 32px;
  height: 4px;
  margin-top: -2px;
  background: #268c4c;
}
#wrap .cam25ble_campaign .jsAccSwitch[aria-selected="false"]::after {
  transform: rotate(90deg);
}

#wrap .cam25ble_campaignList-box .jsAccSwitch::before {
  content: none;
}
#wrap .cam25ble_campaignList-box .jsAccSwitch::after,
#wrap .cam25ble_campaignList-box .jsAccSwitch[aria-selected="false"]::after {
  content: "";
  display: block;
  position: static;
  width: 40px;
  height: 20px;
  margin: 0 auto;
  background: #268c4c;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#wrap .cam25ble_campaignList-box .jsAccSwitch[aria-selected="false"]::after {
  transform: rotate(180deg);
}
#wrap .cam25ble_campaignList-box .jsAccSwitch:hover::after {
  opacity: .8;
}
#wrap .cam25ble_AccBlock01 .jsAccSwitch>*::before,
#wrap .cam25ble_AccBlock01 .jsAccSwitch>*::after,
#wrap .cam25ble_AccBlock01 .jsAccSwitch[aria-selected="false"]>*::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 4px;
  margin-top: -2px;
  background: #268c4c;
}
#wrap .cam25ble_AccBlock01 .jsAccSwitch[aria-selected="false"]>*::after {
  transform: rotate(90deg);
}
.cam25ble_AccBlock01 {
  box-sizing: border-box;
  padding: 0 50px;
  background: #fff;
}
.cam25ble_EntryBlockWrap-box {
  background: #00371c;
}
.cam25ble_EntryBlockWrap {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: auto;
  padding: 30px 0 23px;
}
*[class*="cam25ble_Btn"] {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  transition: transform 0.3s, box-shadow 0.3s;
}
*[class*="cam25ble_Btn"]:hover {
  color: #fff;
  box-shadow: none;
  transform: translateY(5px);
}
*[class*="cam25ble_Btn"]:visited {
  color: #fff;
}
.cam25ble_Btn01,
.cam25ble_Btn03 {
  width: 485px;
  max-width: 100%;
  height: 80px;
  margin-bottom: 6px;
  font-size: 2.8rem;
  border-radius: 7px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223px%22%20height%3D%2237px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%224px%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20d%3D%22M4.748%2C4.727%20L16.747%2C18.261%20L4.748%2C30.734%22%2F%3E%3C%2Fsvg%3E');
  background-size: auto 0.85em;
  background-repeat: no-repeat;
  background-position: right 26px center;
}
.cam25ble_Btn01 {
  letter-spacing: .05em;
  padding-right: 13px;
  background-color: #ff4309;
  box-shadow: 0 6px 0 0 #af2100;
}
.cam25ble_Btn03 {
  letter-spacing: 0;
  padding-right: 4px;
  background-color: #6aad01;
  box-shadow: 0 6px 0 0 #1f7800;
}
.cam25ble_Btn01:hover,
.cam25ble_Btn03:hover {
  transform: translateY(6px);
}
.cam25ble_Btn04 {
  width: 440px;
  height: 60px;
  margin-bottom: 6px;
  font-size: 1.8rem;
  border-radius: 6px;
  background: linear-gradient(90deg, #2ad85b 0%, #268c4c 100%);
  box-shadow: 0 6px 0 0 #00822f;
}
.cam25ble_Mv {
  position: relative;
  background: url(/kojin/hiraku/cam/2025_bleague/images/mv_bg.jpg) center top / 1920px auto no-repeat #019b5f;
}
.cam25ble_MvObi {
  display: grid;
  place-items: center;
  padding: 15px 0 14px;
  background: #000;
}
.cam25ble_MvMain {
  padding: 15px 0 18px;
  position: relative;
  background: url(/kojin/hiraku/cam/2025_bleague/images/mv_bg-main.jpg) center top / 1920px auto no-repeat #b2b2b2;
}
.cam25ble_CampaignPic {
  margin-bottom: 69px;
  background: url(/kojin/hiraku/cam/2025_bleague/images/campaign_pic-bg.jpg) top center / 1920px auto no-repeat #000;
}
.cam25ble_CampaignPic h3 {
  padding: 42px 20px 29px 0;
}
.cam25ble_campaign {
  padding-bottom: 100px;
  background: no-repeat #004e23;
  background-image: url(/kojin/hiraku/cam/2025_bleague/images/campaign_bg-top.jpg), url(/kojin/hiraku/cam/2025_bleague/images/campaign_bg-bottom.jpg);
  background-position: top 1445px center, bottom 577px center;
  background-size: 1920px auto;
}
.cam25ble_campaign h2 {
  margin-bottom: 68px;
}
.cam25ble_campaignItem {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 0 50px;
  background: #fff;
}
.cam25ble_campaignItemHeader {
  position: absolute;
  top: -1px;
  left: 50%;
  translate: -50% -50%;
  display: grid;
  place-items: center;
  width: 240px;
  height: 62px;
  z-index: 0;
}
.cam25ble_campaignItemHeader::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 210px;
  height: 100%;
  background: #ff4309;
  transform-origin: bottom center;
  translate: 0 -50%;
  transform: skew(154deg);
  pointer-events: none;
  z-index: -1;
}
.cam25ble_campaignEntry {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  position: absolute;
  top: 19px;
  right: 20px;
  width: 130px;
  height: 32px;
  background: #fff000;
}
.cam25ble_campaignItem :where(h2, h3, h4) {
  font-size: 3rem;
  line-height: 4rem;
}
.cam25ble_campaignConditionWrap {
  margin: auto;
}
.cam25ble_campaignCondition {
  display: flex;
  align-items: flex-start;
}
.cam25ble_campaignConditionBadge {
  flex-shrink: 0;
  min-width: 60px;
  margin: 0.17em 8px 0 0;
  padding: 0.05em 0 0;
  color: #fff;
  background-color: #268c4c;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.cam25ble_campaignConditionText {
  font-size: 2.2rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
.cam25ble_campaignConditionText>sup {
  font-size: .56em;
}
.cam25ble_campaignNote {
  font-size: 2.6rem;
  line-height: 1.45454;
  text-align: center;
  font-weight: bold;
  color: #268c4c;
  margin-bottom: 40px;
  padding: 11px 0 9px;
  border: 2px solid #268c4c;
}
.cam25ble_campaignNote02 {
  font-size: 1.8rem;
  line-height: 1.55555;
  text-align: center;
  font-weight: bold;
}
.cam25ble_campaignNoteList {
  font-size: 1.8rem;
  line-height: 1.44444;
}
.cam25ble_campaignList-box {
  box-sizing: border-box;
  width: 900px;
  margin: 33px auto 0;
  padding: 7px 20px 0;
  background: #dceee3;
}
.cam25ble_campaignList-box h4 {
  font-size: 2.2rem;
  letter-spacing: -0.05em;
  font-weight: bold;
  color: #268c4c;
  margin-bottom: 2px;
}
.cam25ble_campaignList {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 410px 1fr;
  gap: 0 .6em;
  font-size: 1.8rem;
  line-height: 1.66666;
  letter-spacing: -.05em;
  font-weight: bold;
  font-feature-settings: "palt";
  margin: 3px 0 -.7em;
  padding: 10px 0 0 19px;
  background: #fff;
}
.cam25ble_campaignList02 {
  margin: 0;
  padding-top: .65em;
  padding-bottom: 10px;
}
.cam25ble_campaignList dt ,
.cam25ble_campaignList dd {
  position: relative;
  z-index: 1;
}
.cam25ble_campaignListName::before,
.cam25ble_campaignListEven::before {
  position: absolute;
  top: .05em;
  left: -9px;
  content: '';
  width: 840px;
  height: 1.5em;
  z-index: -1;
  pointer-events: none;
}
.cam25ble_campaignListName::before {
  background: #dedede;
}
.cam25ble_campaignListEven::before {
  background: #efeeda;
}
.cam25ble_campaignListBtn {
  position: relative;
  width: 100%;
  padding: .7em 0 14px;
  background: transparent;
  border: none;
  background: #dceee3;
  z-index: 1;
}
.cam25ble_campaignItem01 {
  margin-bottom: 80px;
  padding: 52px 50px 50px;
}
.cam25ble_campaignItem01 h3 {
  font-size: 3.4rem;
  line-height: 1.47058;
  margin-left: -40px;
  margin-right: -40px;
}
.cam25ble_campaignItem01 h3 img {
  margin-right: 10px;
}
.cam25ble_campaignItem02 {
  margin-bottom: 80px;
  padding: 72px 0 50px;
}
.cam25ble_campaignItem03 {
  margin-bottom: 60px;
  padding: 55px 0 37px;
}
.cam25ble_campaignItem03 h3 img {
  margin-right: 10px;
}
.cam25ble_campaignItem04 {
  padding: 36px 50px 55px;
  background: #efeeda;
}
.cam25ble_campaignItem04 .cam25ble_EntryBlock {
  margin: 0 auto 53px;
}
.cam25ble_campaignItem04 .cam25ble_campaignConditionBadge {
  width: 140px;
}
.cam25ble_campaignCase {
  background: #dceee3;
}
.cam25ble_campaignCaseTtle {
  text-align: center;
  margin-bottom: 20px;
}
.cam25ble_campaignCaseBgColor {
  background: #efeeda;
}
.cam25ble_campaignCase:not(:last-of-type) {
  margin-bottom: 29px;
}
.cam25ble_campaignCase h4 {
  position: relative;
  display: flex !important;
  align-items: center;
  font-size: 2.6rem;
  line-height: 1.38461;
  font-weight: bold;
  color: #268c4c;
  min-height: 90px;
  padding: 20px 60px 20px 0 !important;
  overflow: hidden;
}
.cam25ble_campaignCase h4::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 185px;
  height: 50px;
  max-height: 50px;
  background: #268c4c;
  transform-origin: top right;
  translate: 0 -50%;
  transform: skew(154deg);
  pointer-events: none;
}
.cam25ble_campaignCase h4::after {
  content: none !important;
}
.cam25ble_campaignCase h4 img {
  position: relative;
  margin: -3px 66px 0 11px;
  z-index: 100;
}
.cam25ble_campaignCase02 h4 img {
  margin-left: 14px;
  margin-right: 38px;
}
.cam25ble_campaignCaseBg {
  height: 260px;
  background: #fff;
}
.cam25ble_campaignCaseBg02 {
  height: 270px;
}
.cam25ble_campaignCaseBg03 {
  height: 240px;
}
.cam25ble_campaignCaseDay {
  display: inline-block;
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.95;
  height: 40px;
  padding: 0 35px 0 13px;
  overflow: hidden;
  vertical-align: top;
  z-index: 1;
}
.cam25ble_campaignCaseDay::before {
  position: absolute;
  bottom: 0;
  right:  0;
  content: '';
  width: 260px;
  height: 50px;
  transform-origin: top right;
  transform: skew(153deg);
  pointer-events: none;
  background: #fcdfd2;
  z-index: -1;
}
.cam25ble_campaignCaseDay-blue::before {
  background: #c7e0ee;
}
.cam25ble_campaignCaseDay-gray::before {
  background: #dbdbdb;
}
.cam25ble_campaignCaseDay-green::before {
  background: #d2ede2;
}
.cam25ble_campaignCaseBlock {
  display: grid;
  grid-template-columns: 200px 560px;
  justify-content: space-between;
  width: 800px;
  margin: auto;
  padding-bottom: 50px;
}
.cam25ble_campaignCaseBlock04 {
  grid-template-columns: 380px 380px;
}
.cam25ble_campaignCaseMoney {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 195px;
}
.cam25ble_campaignCaseMoney1 {
  align-items: flex-end;
  padding-bottom: 25px;
  height: calc(100% - 45px);
}
.cam25ble_campaignCaseMoney2 {
  justify-content: space-between;
  padding: 0 37px 0 47px;
}
.cam25ble_campaignCaseMoney3 {
  justify-content: space-between;
  padding: 0 53px 0 46px;
}
.cam25ble_campaignCaseItem {
  display: grid;
  place-items: center;
  width: 108px;
}
.cam25ble_campaignCaseName {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  width: 190px;
  margin: 0 -50px 19px;
}
.cam25ble_campaignCaseName2 {
  display: block;
  margin: .5em 0 -1.4em;
}
.cam25ble_campaignCaseImg {
  display: grid;
  place-items: center;
  width: 100%;
  height: 112px;
}
.cam25ble_campaignCaseImg02 {
  display: grid;
  place-items: end center;
  height: auto !important;
}
.cam25ble_campaignCaseImgLast {
  width: 108px;
}
.cam25ble_campaignCaseBalloon,
.cam25ble_campaignCaseBalloon02 {
  position: relative;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  width: 121px;
  margin: -16px -20px 18px;
  padding: .13em 0 0;
  background: #fff000;
}
.cam25ble_campaignCaseBalloon::after,
.cam25ble_campaignCaseBalloon02::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  translate: -50% 0;
  content: '';
  width: 16px;
  height: auto;
  aspect-ratio: 2 / 1;
  background: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.cam25ble_campaignCaseBalloon02 {
  width: 140px;
  margin-top: 0;
  margin-bottom: 18px;
  background-color: #c9c9c9;
}
.cam25ble_campaignCaseBalloon03 {
  margin-top: -40px;
}
.cam25ble_campaignCaseArrow {
  position: relative;
}
.cam25ble_campaignCaseArrow::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  translate: 0 -50%;
  content: '';
  width: 20px;
  height: 40px;
  background: #268c4c;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}
.cam25ble_campaignCasePlus {
  margin-top: 35px;
}
.cam25ble_campaignCaseEqual {
  margin-top: 28px;
}
.cam25ble_campaignBorder {
  box-sizing: border-box;
  padding: 0 38px 35px 38px;
  border: solid #268c4c;
  border-width: 2px;
}
.cam25ble_campaignBorder h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  width: 500px;
  margin: 0 auto 25px;
  padding: 0 .5em 0 0;
  background: #268c4c;
}
.cam25ble_campaignBorderText {
  font-size: 2.6rem;
  line-height: 1.38461;
  font-weight: bold;
  text-align: center;
  color: #268c4c;
  margin-bottom: 15px;
}
.cam25ble_campaignBorder .cam25ble_campaignCondition {
  margin-right: -50px;
}
.cam25ble_campaignBorder .cam25ble_campaignConditionBadge {
  width: 64px;
}
.cam25ble_campaignBorder .cam25ble_campaignCondition:not(:first-of-type) {
  margin-top: 14px;
}
.cam25ble_Merit {
  padding: 100px 0;
  background: url(/kojin/hiraku/cam/2025_bleague/images/merit_bg.jpg) top 144px center / 1920px auto no-repeat #268c4c;
}
.cam25ble_Merit h2 {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  height: 300px;
  margin-bottom: 19px;
  padding-bottom: 40px;
  background: url(/kojin/hiraku/cam/2025_bleague/images/merit_ttl-bg.png) center top / 100% auto no-repeat;
}
.cam25ble_MeritBlock {
  box-sizing: border-box;
  padding: 39px 50px 60px;
  background: #fff;
}
.cam25ble_MeritBlockText {
  font-size: 2.8rem;
  line-height: 1.57142;
  font-weight: bold;
  margin-bottom: 21px;
}
.cam25ble_MeritBg {
  padding: 20px 40px 40px;
  background: #dceee3;
}
.cam25ble_MeritItemTtle {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  color: #268c4c;
  margin-bottom: 13px;
}
.cam25ble_MeritItem-box {
  display: flex;
  justify-content: space-between;
}
.cam25ble_MeritItem {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 396px;
  height: 340px;
  padding-top: 15px;
  background: #fff;
}
.cam25ble_MeritItem02 {
  height: 360px;
}
.cam25ble_MeritItemName {
  display: flex;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}
.cam25ble_MeritItemNo {
  flex-shrink: 0;
  text-align: left;
  width: 86px;
}
.cam25ble_MeritItemText {
  margin-top: -.25em;
}
.cam25ble_MeritItemImg03 {
  margin-right: -29px;
}
.cam25ble_Caution {
  padding: 100px 0;
  background: url(/kojin/hiraku/cam/2025_bleague/images/caution_bg.jpg) top 547px center / 1920px auto no-repeat #000;
}
.cam25ble_Caution h2 {
  letter-spacing: -.07em;
  padding: 1.3em 0 1.2em;
  border-bottom: none;
}
.cam25ble_Caution .clear {
  margin-top: 0 !important;
}
.cam25ble_Caution sup {
  font-size: .55em;
  vertical-align: middle;
}
.cam25ble_CautionText {
  line-height: 1.88888;
  padding: 22px 0 50px;
  border-top: 2px solid #7a7a7a;
}
footer {
  margin-top: 0 !important;
  padding-bottom: 139px !important;
}
#pageTop.up {
  margin-bottom: 51px;
}
.fixedBottom01 {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
  border-bottom: none !important;
}
.fixedBottom01 :is(.cam25ble_Btn01, .cam25ble_Btn03) {
  font-size: min(2.833vw, 34px);
}
.v3-itemModal .mangaLeadBlock01 {
  display: none;
}
.v3-boxModal.cam25ble_Modal01 {
  width: 1300px;
  margin-left: -650px;
}
.v3-boxModal.cam25ble_Modal01 .v3-itemModal {
  padding: 0 0 76px;
}
@media screen and (max-width: 767px) {
  .cam25ble_TextSlash::before,
  .cam25ble_TextSlash::after {
    width: 1px;
  }
  .cam25ble_EntryBlockWrap-box {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .cam25ble_ContentFullwidth {
    width: calc(100% + 20px);
    height: auto;
    margin: 0 -10px;
  }
  .cam25ble_ContentInner {
    width: 86.66666vw;
    max-width: 325px;
  }
  #wrap .cam25ble_campaign .jsAccSwitch::before,
  #wrap .cam25ble_campaign .jsAccSwitch::after,
  #wrap .cam25ble_campaign .jsAccSwitch[aria-selected="false"]::after {
    top: calc(50% + 5px);
    right: 5.08474%;
    width: 16px;
    height: 2px;
    margin-top: -1px;
  }
  #wrap .cam25ble_campaignList-box .jsAccSwitch::after,
  #wrap .cam25ble_campaignList-box .jsAccSwitch[aria-selected="false"]::after {
    width: 28px;
    height: 15px;
  }
  #wrap .cam25ble_AccBlock01 .jsAccSwitch>*::before,
  #wrap .cam25ble_AccBlock01 .jsAccSwitch>*::after,
  #wrap .cam25ble_AccBlock01 .jsAccSwitch[aria-selected="false"]>*::after {
    width: 16px;
    height: 2px;
    margin-top: -1px;
  }
  .cam25ble_AccBlock01 {
    padding: 0 4.61538%;
  }
  .cam25ble_EntryBlockWrap {
    display: flex;
    gap: 0 15px;
    padding: 25px 25px 22px;
  }
  .cam25ble_EntryBlock {
    width: 47.6923%;
    max-width: 155px;
  }
  *[class*="cam25ble_Btn"] {
    margin: 0 0 5px;
    padding: 10px 10px 9px;
    border-radius: 30px;
    font-size: 2rem;
  }
  *[class*="cam25ble_Btn"]:hover {
    transform: none;
    filter: brightness(1.2);
  }
  .cam25ble_Btn01,
  .cam25ble_Btn03 {
    height: 75px;
    min-height: 75px;
    font-size: 1.6rem;
    letter-spacing: .02em;
    line-height: 1.35;
    border-radius: 5px;
    background-position: right 6.45161% center;
  }
  .cam25ble_Btn01 {
    letter-spacing: 0;
    padding-right: 18%;
  }
  .cam25ble_Btn03 {
    padding-right: 14%;
  }
  .cam25ble_Btn01,
  .cam25ble_Btn01:hover {
    box-shadow: 0 3px 0 0 #c9300d;
  }
  .cam25ble_Btn03,
  .cam25ble_Btn03:hover {
    box-shadow: 0 3px 0 0 #057d52;
  }
  .cam25ble_MvBlock01 {
    width: calc(100% + 20px);
    height: auto;
    margin: 0 -10px;
  }
  .cam25ble_Mv {
    background-image: url(/kojin/hiraku/cam/2025_bleague/images/mv_bg-sp.jpg);
    background-size: 100% auto;
  }
  .cam25ble_Mv img {
    width: 100%;
    height: auto;
  }
  .cam25ble_MvObi {
    padding: 2.53% 0 3.2%;
  }
  .cam25ble_MvObi img {
    width: 92%;
  }
  .cam25ble_MvMain {
    padding: 3.3% 0 2.3%;
    background-image: url(/kojin/hiraku/cam/2025_bleague/images/mv_bg-main-sp.jpg);
    background-size: 100% auto;
  }
  .cam25ble_MvMain img {
    width: 86.8%;
  }
  .cam25ble_CampaignPic {
    margin-bottom: 35px;
    background-image: url(/kojin/hiraku/cam/2025_bleague/images/campaign_pic-bg-sp.jpg);
    background-size: 100% auto;
  }
  .cam25ble_CampaignPic h3 {
    width: 75.73332%;
    margin: 0 auto;
    padding: 5.5% .5% 4.3% 0;
  }
  .cam25ble_campaign {
    padding-bottom: 40px;
    background-image: none;
  }
  .cam25ble_campaign h2 {
    width: 71.53846%;
    margin: 0 auto 32px;
  }
  .cam25ble_campaignItemHeader {
    top: -2px;
    font-size: 2rem;
    width: 120px;
    height: 31px;
  }
  .cam25ble_campaignItemHeader::before {
    width: 105px;
  }
  .cam25ble_campaignItemHeader img {
    width: auto;
    height: 20px;
  }
  .cam25ble_campaignEntry {
    top: 0;
    right: 0;
    width: 76px;
    height: 18px;
    padding: 0 5px;
  }
  .cam25ble_campaignItem {
    padding: 0 4.61538%;
  }
  .cam25ble_campaignItem .cam25ble_Btn03 {
    width: 100%;
    max-width: 270px;
  }
  .cam25ble_campaignList-box {
    width: 100%;
    margin-top: 25px;
    padding: 6px 4.61538% 0;
  }
  .cam25ble_campaignList-box h4 {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  .cam25ble_campaignList {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin: 5px 0 -2.1em;
    padding: 4px 0 0 3.5849%;
  }
  .cam25ble_campaignList02 {
    margin: 0;
    padding-top: 2.1em;
    padding-bottom: 4px;
  }
  .cam25ble_campaignList dd {
    margin-left: 1em;
  }
  .cam25ble_campaignListEven::before {
    top: 0;
    left: -1.8135%;
    width: 100%;
    height: 4.5em;
  }
  .cam25ble_campaignListBtn {
    padding: 7px 0 8px;
  }
  .cam25ble_campaignItem01 {
    margin-bottom: 40px;
    padding-top: 33px;
    padding-bottom: 25px;
  }
  .cam25ble_campaignItem01 h3 {
    font-size: 1.7rem;
    line-height: 1.35294;
    letter-spacing: 0;
    margin: 0 -4.61538%;
  }
  .cam25ble_campaignItem01 h3 img {
    width: 75.6923%;
    margin-right: 0;
  }
  .cam25ble_campaignItem02 {
    margin-bottom: 41px;
    padding-top: 34px;
    padding-bottom: 18px;
  }
  .cam25ble_campaignItem02 h3 img {
    width: 85.42372%;
  }
  .cam25ble_campaignItem03 {
    margin-bottom: 24px;
    padding-top: 27px;
    padding-bottom: 14px;
  }
  .cam25ble_campaignItem03 h3 {
    line-height: 1.35294;
    margin: 0 -4.61538%;
  }
  .cam25ble_campaignItem03 h3 img {
    width: 67.07692%;
    margin: 10px 0 0;
  }
  .cam25ble_campaignItem04 {
    padding-top: 19px;
    padding-bottom: 25px;
    background: #eceac9;
  }
  .cam25ble_campaignItem04 h3 {
    line-height: 1.35294;
    margin: 0 -4.61538%;
    padding-right: 9px;
  }
  .cam25ble_campaignItem04 h3 .cam25ble_TextColor02 {
    padding-left: 20px;
  }
  .cam25ble_campaignItem04 .cam25ble_Btn03 {
    height: 45px;
    min-height: 45px;
  }
  .cam25ble_campaignItem04 .cam25ble_EntryBlock {
    width: 100%;
    max-width: 265px;
    margin-bottom: 30px;
  }
  .cam25ble_campaignItem04 .cam25ble_Btn03 {
    padding-right: 3%;
  }
  .cam25ble_campaignItem04 .cam25ble_campaignConditionWrap {
    display: flex;
    justify-content: center;
    margin: 0 -4.61538%;
  }
  .cam25ble_campaignItem04 .cam25ble_campaignCondition {
    min-width: 90.76923%;
  }
  .cam25ble_campaignItem04 .cam25ble_campaignConditionBadge {
    letter-spacing: -.02em;
    width: 78px;
  }
  .cam25ble_campaignItem :where(h2, h3, h4) {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  .cam25ble_campaignCaseTtle {
    margin: 0 0 15px !important;
  }
  .cam25ble_campaignCaseTtle img {
    width: 100% !important;
    height: auto;
  }
  .cam25ble_campaignCase:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .cam25ble_campaignCase h4 {
    flex-direction: column;
    font-size: 1.4rem;
    text-align: center;
    min-height: auto;
    padding: 0 0 9px !important;
  }
  .cam25ble_campaignCase h4::before {
    top: 0;
    left: 48.5%;
    width: 108px;
    height: 27px;
    translate: -50% 0;
    transform: skew(160deg);
    transform-origin: bottom center;
  }
  .cam25ble_campaignCase h4 img {
    height: 14px !important;
    margin: 7px 0 15px;
  }
  .cam25ble_campaignCaseBg {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .cam25ble_campaignCaseBg:nth-of-type(1) {
    width: 150px;
    height: 120px;
    margin-bottom: 20px;
  }
  .cam25ble_campaignCaseBg:nth-of-type(2) {
    height: 130px;
  }
  .cam25ble_campaignCaseBg02:nth-of-type(2) {
    height: 130px;
  }
  .cam25ble_campaignCaseBg03:nth-of-type(1),
  .cam25ble_campaignCaseBg03:nth-of-type(2) {
    width: 215px;
    height: 120px;
  }
  .cam25ble_campaignCaseDay {
    box-sizing: border-box;
    font-size: 1.1rem;
    line-height: 1.65;
    white-space: nowrap;
    height: 23px;
    padding: .2em 24px 0 6px;
  }
  .cam25ble_campaignCaseDay::before {
    transform: skew(157deg);
  }
  .cam25ble_campaignCaseDay-blue {
    padding-right: 22px;
  }
  .cam25ble_campaignCaseBlock {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0 5.08474% 15px;
  }
  .cam25ble_campaignCaseBlock04 {
    grid-template-columns: 100%;
  }
  .cam25ble_campaignCaseBlock05 {
    display: grid;
    grid-template-columns: 46.22641% 46.22641%;
  }
  .cam25ble_campaignCaseBlock05 .cam25ble_campaignCaseBg {
    width: 100%;
    height: 130px;
    margin: 0;
  }
  .cam25ble_campaignCaseBlock05 .cam25ble_campaignCaseBg03 {
    height: 120px !important;
  }
  .cam25ble_campaignCaseBlock05 .cam25ble_campaignCaseArrow::after {
    top: 50%;
    left: calc(100% + 7px);
    translate: 0 -50%;
    width: 10px;
    height: 20px;
    clip-path: polygon(0 100%, 0 0, 100% 50%);
  }
  .cam25ble_campaignCaseBlock05 .cam25ble_campaignCaseBalloon {
    margin-top: 0;
  }
  .cam25ble_campaignCaseBlock05 .cam25ble_campaignCaseBalloon02 {
    margin-top: 0;
  }
  .cam25ble_campaignCaseMoney {
    height: 90px;
  }
  .cam25ble_campaignCaseMoney1 {
    align-items: flex-end;
    padding-bottom: 14px;
    height: calc(100% - 10px);
  }
  .cam25ble_campaignCaseMoney2 {
    padding: 0 15.34883% 0 15.81395%;
  }
  .cam25ble_campaignCaseMoney3 {
    padding: 0 6.60377% 0 6.98113%;
  }
  .cam25ble_campaignCaseItem {
    width: 54px;
  }
  .cam25ble_campaignCaseName {
    font-size: .9rem;
    width: 90px;
    height: 1em;
    margin: 0 -23px 10px;
  }
  .cam25ble_campaignCaseImg {
    height: 55px;
  }
  .cam25ble_campaignCaseImgLast {
    width: 54px;
  }
  .cam25ble_campaignCaseBalloon,
  .cam25ble_campaignCaseBalloon02 {
    font-size: 1rem;
    width: 60px;
    margin: -2px -11px 9px;
  }
  .cam25ble_campaignCaseBalloon::after,
  .cam25ble_campaignCaseBalloon02::after {
    width: 10px;
  }
  .cam25ble_campaignCaseBalloon02 {
    width: 70px;
    margin: -7px -16px 9px;
  }
  .cam25ble_campaignCaseBalloon03 {
    margin-top: -27px;
  }
  .cam25ble_campaignCaseArrow::after {
    top: calc(100% + 5px);
    left: 50%;
    translate: -50% 0;
    width: 20px;
    height: 10px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .cam25ble_campaignCasePlus {
    width: 19px;
    margin-top: 15px;
  }
  .cam25ble_campaignCaseEqual {
    width: 19px;
    margin-top: 7px;
  }
  .cam25ble_campaignBorder {
    padding: 0 4.77815% 10px;
    border-width: 1px;
  }
    .cam25ble_campaignBorder .cam25ble_campaignConditionWrap {
    display: block;
    margin: 0;
  }
  .cam25ble_campaignBorder .cam25ble_campaignCondition {
    min-width: auto;
    margin-right: -4%;
  }
  .cam25ble_campaignBorder .cam25ble_campaignConditionBadge {
    width: 33px;
  }
  .cam25ble_campaignBorder .cam25ble_campaignCondition:not(:first-of-type) {
    margin-top: 14px;
  }
  .cam25ble_campaignBorder h3 {
    font-size: 1.4rem;
    line-height: 1.3;
    width: 165px;
    margin: 0 auto 13px;
    padding-top: .3em;
    padding-bottom: .3em;
  }
  .cam25ble_campaignBorderText {
    font-size: 1.6rem;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .cam25ble_campaignNote {
    font-size: 1.4rem;
    line-height: 1.57142;
    margin-bottom: 20px;
    padding: 11px 0 8px;
    border-width: 1px;
  }
  .cam25ble_campaignNote02 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 -4.61538%;
  }
  .cam25ble_campaignNoteList {
    font-size: 1rem;
    line-height: 1.5;
  }
  .cam25ble_campaignConditionWrap {
    margin: 0 auto 0 0;
  }
  .cam25ble_campaignCondition {
    margin: auto;
  }
  .cam25ble_campaignConditionBadge {
    min-width: 33px;
    font-size: 1rem;
    margin-right: 6px;
  }
  .cam25ble_campaignConditionText {
    font-size: 1.3rem;
    line-height: 1.38461;
  }
  .cam25ble_Merit {
    padding: 40px 0;
    background-image: none;
  }
  .cam25ble_Merit h2 {
    height: 215px;
    margin-bottom: 10px;
    padding-bottom: 6%;
    background-image: url(/kojin/hiraku/cam/2025_bleague/images/merit_ttl-bg-sp.png);
    background-size: 100% auto;
  }
  .cam25ble_Merit h2::before {
    width: 120px;
    height: 20px;
  }
  .cam25ble_Merit h2 img {
    width: 90.92307%;
  }
  .cam25ble_MeritBlock {
    padding: 20px 4.61538% 33px;
  }
  .cam25ble_MeritBlockText {
    font-size: 1.5rem;
    line-height: 1.53333;
    margin: 0 -4.61538% 17px;
  }
  .cam25ble_MeritBg {
    padding: 10px 5.08474% 15px;
  }
  .cam25ble_MeritItemTtle {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
  .cam25ble_MeritItem-box {
    display: block;
  }
  .cam25ble_MeritItem {
    font-size: 1.2rem;
    line-height: 1.5;
    width: 100%;
    height: 230px;
    padding-top: 15px;
  }
  .cam25ble_MeritItem + .cam25ble_MeritItem {
    margin-top: 15px;
  }
  .cam25ble_MeritItem02 {
    height: 245px;
  }
  .cam25ble_MeritItemName {
    font-size: 1.2rem;
    padding: 0 1em 0 5.66037%;
  }
  .cam25ble_MeritItemNo {
    width: 51px;
  }
  .cam25ble_MeritItemNo img {
    width: auto;
    height: 27px;
  }
  .cam25ble_MeritItemImg {
    width: 56.60377%;
    margin: 0 auto;
  }
  .cam25ble_MeritItemImg img {
    width: 100%;
  }
  .cam25ble_MeritItemImg03 {
    width: 64%;
    margin-right: -7%;
  }
  .cam25ble_MeritBlock .v3-appDlContent {
    max-width: 250px;
  }
  .cam25ble_Caution {
    padding: 40px 0;
    background-image: none;
  }
  .cam25ble_Caution h2 {
    font-size: 1.27rem;
    letter-spacing: 0;
    border-bottom: none;
  }
  .cam25ble_CautionText {
    font-size: 1.2rem;
    line-height: 1.66666;
    padding: 10px 0 25px;
    border-top-width: 1px;
  }
  .blockInnerA05>*, .blockInnerB05>* {
    margin-top: 25px;
  }
  footer {
    padding-bottom: 127px !important;
  }
  #pageTop.up {
    margin-bottom: 0;
  }
  .fixedBottom01 :is(.cam25ble_Btn01, .cam25ble_Btn03) {
    font-size: 1.8rem;
  }
  .v3-boxModal.cam25ble_Modal01 {
    width: auto;
    margin-left: 0;
  }
  .v3-boxModal.cam25ble_Modal01 .v3-itemModal {
    padding: 0 0 14px;
  }
  .v3-boxModal.cam25ble_Modal01 .mainInner {
    width: auto;
  }
  .v3-boxModal.cam25ble_Modal01 .v3-appDownloadBlockC01 .v3-appDlTitle {
    font-size: 1.4rem;
  }
}
@media print {
  .cam25ble_ContentInner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
