@charset "UTF-8";

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  max-height: 999999px;
}
body {
  line-height: 1;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
  overflow: hidden;
  line-height: 140%;
}
ol, ul {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {text-decoration: line-through;}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

a {
  text-decoration: none;
  outline: none;
}

img{
  vertical-align: bottom;
  max-width: 100%;
}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }





/*----------------------------------------
	設定
----------------------------------------*/

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: white;
  overflow-x: hidden;
  position: relative;
    background-color: #0560a5;

}

body p {
  color: #00235B;
}

#wrap {
  background: #0a76bf url(../images/result/fv_bg.jpg) no-repeat center top / 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  display: block;

}

@media screen and (max-width: 767px) {
  #wrap {
    background-size: 258%;
  }
}

@media screen and (max-width: 480px) {
  #wrap {
    background-size: 359%;
  }
}




main {
  position: relative;
  z-index: 2;
}


.sp {display: none;}
.pcbr {display: inline;}
.spbr {display: none;}
.sp-none { display: block; }
.tbbr { display: none; }


@media screen and (max-width: 1024px) {
.tbbr { display: inline;}
}

@media screen and (max-width: 767px) {
  .sp {display: block;}
  .pcbr {display: none;}
  .spbr {display: inline;}
  .sp-none { display: none; }
  .tbbr { display: none;}

}
.center {text-align: center;}
a {transition: all 0.2s ease;}

/*------------------------------------
	Value
------------------------------------*/
.mtop0 { margin-top: 0!important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }

.mtop100 { margin-top: 100px; }

.mtop5per{ margin-top: 5%; }


.mbtm0 { margin-bottom: 0!important; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }

.mbtm5per { margin-bottom: 5%; }


.mleft5 { margin-left: 5px; }
.mleft10 { margin-left: 10px; }
.mleft15 { margin-left: 15px; }
.mleft20 { margin-left: 20px; }

.mright5 { margin-right: 5px; }
.mright10 { margin-right: 10px; }
.mright15 { margin-right: 15px; }
.mright20 { margin-right: 20px; }

.mauto {margin: auto;}


.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p30 { padding: 30px; }
.p40 { padding: 40px; }

.ptop30 { padding-top: 30px; }
.ptop40 { padding-top: 40px; }
.ptop50 { padding-top: 50px; }

.pbtm30 { padding-bottom: 30px; }


.pleft5 { padding-left: 5px; }
.pleft10 { padding-left: 10px; }
.pleft15 { padding-left: 15px; }
.pleft20 { padding-left: 20px; }



.pright5 { padding-right: 5px; }
.pright10 { padding-lerightft: 10px; }
.pright15 { padding-right: 15px; }
.pright20 { padding-right: 20px; }


.contBx {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}

.contBx-In {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
}



/*----------------------------------------
	トップビュー
----------------------------------------*/

.mv-fade {
  animation-name: fadeInUpAnime;
  animation-fill-mode: forwards;
  animation-duration: 1.75s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 0.8s;
  animation-direction: normal;
}

.scroll-fade {
  animation-name: fadeInUpAnime;
  animation-fill-mode: forwards;
  animation-duration: 1.75s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-direction: normal;
}

@keyframes fadeInUpAnime {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}
.scale {
  animation-name: scaleAnime;
  animation-fill-mode: forwards;
  animation-duration: 0.575s;
  /* animation-iteration-count: 1; */
  animation-timing-function: ease;
  /* animation-direction: normal; */
}

@keyframes scaleAnime {
  0% { transform: scale(20); }
  70% { transform: scale(0.5); }
  100% { transform: scale(1); }
}

.fade-container {
  opacity: 0;
}

header {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.mv {
  width: 100%;
  text-align: center;
  position: relative;
  justify-content: center;
}


.mv h1 {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  width: 48.51%;
  opacity: 0;
}
.mv h1.scale {
  opacity: 1;
}
.mv h1 img { width: 100%; }

.mv h1 img.fv_ttl {width: 60%;}

@media screen and (max-width: 767px) {
  .mv h1 img.fv_ttl {width: 65%;}
}




@media screen and (max-width: 767px) {
  .mv h1 { width: 80%; }
}






/*----------------------------------------
	イントロ
----------------------------------------*/

#result, #campaign,#entry {
  text-align: center;
  position: relative;
  overflow: hidden;
}

#result::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5%;
  transform: translateX(-50%);

  width: 120%;
height: clamp(160px, 30vw, 320px);
  background: url(./../images/result/cp_bg.png) repeat;

  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
}


#result::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 110%;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background:
    url(./../images/result/bg_right.png) no-repeat right 5% top 35% / 22%,
    url(./../images/result/bg_left.png) no-repeat left 5% top 70% / 22%
    ;
}

@media screen and (max-width: 767px) {
#result::before {
  background: none;
}
}

#campaign {
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-bottom: 4px solid #C39C01;
}
#campaign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 100%;
  transform: translateX(-50%);
  background: url(./../images/result/cp_bg.png) repeat;
  z-index: 0;
}

#campaign > * {
  position: relative;
  z-index: 1;
}

#entry {
  background: url(./../images/result/entry_bg.png) repeat;
}

@media screen and (max-width: 767px) {
  #entry {
    background-size: 5px;
  }
}



@media screen and (max-width: 960px) {
  #result::after {
    width: 140%;
    bottom: -7%;
    height: clamp(80px, 30vw, 320px);
  }
  #campaign::before {
      width: 114%;
      background-size: 10px;
  }
}




@media screen and (max-width: 767px) {
  #result { margin-top: 0; }
  #result::after {
    bottom: -2%;
    height: clamp(80px, 20vw, 320px);
    width: 114%;
    background-size: 10px;
    }
}

.result-inner, .campaign-inner, .entry-inner, .entry-end {
  max-width: 1210px;
  width: 94%;
  margin: 0 auto 5%;
  position: relative;
  z-index: 2;
}

.campaign-inner {
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .campaign-inner {
    margin-top: 0;
  }
}

.entry-inner {
  padding-top: 5%;
  margin-bottom: 2.5%;
}

@media screen and (max-width: 767px) {
  .entry-inner {
    padding-top: 10%;
  }
}




.entry-end {
  margin-bottom: 7.5%;
}



.result-inner {
  padding-bottom: 15%;
}


.result-title ,.campaign-title {
  opacity: 0;
  transform: scale(0.6) translateY(20px);
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
    margin-top: 5%;

}

.entry-title {
  width: 55.12%;
  max-width: 667px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .entry-title {
    width: 90%;
  }
}


.result-inner.scroll-fade .result-title,.campaign-inner.scroll-fade .campaign-title {
  animation: popIn 0.7s ease 0.4s forwards;
}

@keyframes popIn {
  0% { opacity: 0; transform: scale(0.6) translateY(20px); }
  60% { opacity: 1; transform: scale(1.08) translateY(-4px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}


@media screen and (max-width: 767px) {
  .result-title, .campaign-title {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }
}





.ruledLine_wrap {
  padding: 120px 50px 8%;
  font-size: 24px;
  color: #663200;
  line-height: 2.2;
  background: #FFFFFF;
  margin-top: -120px;
  border-radius: 5px;

    box-shadow: inset 0 0 0 3px #e0b84f;
    border: 5px solid white;


max-width: 1210px;
width: 100%;
overflow: hidden;

box-sizing: border-box;
}



#result .ruledLine_wrap {
  background: white url(./../images/result/result_bg.png) no-repeat center top / 80%;
  padding: 40% 9% 8%;
}



@media screen and (max-width: 767px) {
  .ruledLine_wrap {
    padding-right: 5%;
    padding-left: 5%;
    box-shadow: inset 0 0 0 2px #e0b84f;
    border: 3px solid white;
  }

  #result .ruledLine_wrap {
    background-size: 120%;
    padding-top: 50%;
    margin-top: -15%;
  }
  #campaign .ruledLine_wrap {
        margin-top: -14%;
        padding-top: 15%;
        padding-bottom: 13%;
  }
}


.campaign-img01 {
  width: 100%;
  max-width: 407px;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}

@media screen and (max-width: 767px) {
  .campaign-img01 {
    width: 90%;
    margin: 7% 0 10%;
  }

}


.campaignTxt01 {
  background: #FFFBEF;
  border-radius: 25px;
  font-size: 18px;
  max-width: 600px;
  width: 90%;
  padding: .5% 2.5%;
  text-align: center;
  margin: 0 auto 5%;
}


@media screen and (max-width: 767px) {

.campaignTxt01 {
    font-size: clamp(11px, 2.05vw, 18px);
    width: 100%;
    margin-bottom: 10%;
}

}



footer {
  background: #fff;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
}

.footer-logo {
  max-width: 284px;
  width: 50%;
  margin: 0 auto;
}

.copyright {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 30px;
    font-size: 12px;
  }
}

.mainBx {
  width: 100%;
    height: 100vh;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
  padding-top: 8%;
  padding-bottom: 5%;
}

@media screen and (max-width: 1280px) {
  .mainBx { 
    padding-top: 12%;
  }

}



@media screen and (max-width: 767px) {
  .mainBx { 
    background-size: 180%;
    padding-top: 11vh;
    padding-bottom: 8%;
  }

}

@media screen and (max-width: 480px) {
  .mainBx { 
    background-size: 180%;
    padding-top: 20vh;
    padding-bottom: 8%;
  }

}



.maku {
  width: 100%;
  z-index: 5;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;

}

.maku img {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

@media screen and (max-width: 767px) {
  .maku img {
    width: 100%;
    transform: scale(1.5);
    left: 0;
    top: 0;
}

}

.maku::before,
.maku::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 400px;
}

.maku::before { left: 0; background: url(./../images/result/fv_bg_maku_left.png) no-repeat left top / auto 100%; }
.maku::after { right: 0; background: url(./../images/result/fv_bg_maku_right.png) no-repeat right top / auto 100%; }

@media screen and (max-width: 767px) {
  .maku::before { left: 0; background: url(./../images/result/fv_bg_maku_left_sp.png) no-repeat left top / auto 100%; }
  .maku::after { right: 0; background: url(./../images/result/fv_bg_maku_right_sp.png) no-repeat right top / auto 100%; }

}



.curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
}

.curtain-left,
.curtain-right {
  position: absolute;
  top: -5%;
  width: 53%;
  height: 110%;
  transition: transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.curtain-left {
  left: 0;
  background: url(./../images/result/open_maku_left.jpg) no-repeat left top / cover;
  transform-origin: left center;
  transform: translateX(0) rotate(0deg);
}

.curtain-right {
  right: 0;
  background: url(./../images/result/open_maku_right.jpg) no-repeat right top / cover;
  transform-origin: right center;
  transform: translateX(0) rotate(0deg);
}

.mainBx.is-open .curtain-left {
  animation: curtainOpenLeft 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.mainBx.is-open .curtain-right {
  animation: curtainOpenRight 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes curtainOpenLeft {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  1% {
    transform: translateX(0) rotate(-4deg);
  }

  100% {
    transform: translateX(-100%) rotate(0deg);
  }
}

@keyframes curtainOpenRight {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  1% {
    transform: translateX(0) rotate(4deg);
  }

  100% {
    transform: translateX(100%) rotate(0deg);
  }
}



@media screen and (max-width: 480px) {

  .curtain-left, .curtain-right {
      background: url(./../images/result/open_maku_left.jpg) repeat left top / 237px;
  }
}

.scrollBox {
  display: none;
}

@media screen and (max-width: 767px) {
  .scrollBox {
    display: block;
    position: absolute;
    margin: auto;
    bottom: 9%;
    right: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .scrollBox.show {
    opacity: 1;
  }
  .scroll {
    position: relative;
    z-index: 9999;
    color: #fff;
    padding-top: 70px;
    font-size: 18px;
    text-align: center;
  }
  .scroll::before {
    animation: scroll 2s infinite;
    border: solid #fff;
    border-width: 0 0 1px 1px;
    content: "";
    display: inline-block;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    transform: rotate(-45deg);
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 9999;
  }
}



@keyframes scroll {
	0% {
		transform: rotate(-45deg) translate(-20px, 20px);
	}
	80% {
		transform: rotate(-45deg) translate(-30px, 30px);
	}
	0%, 80%, 100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}





#result {
  background-image: url(./../images/result/bg_confetti.png);
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: center top;
}

.resultLnk {
  margin-bottom: 5%;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.resultLnk li {
  width: 31.5%;
  overflow: visible;
}

.resultLnk li:nth-child(2) { width: 37%; }

.imgWrap {
  position: relative;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  }

.result-inner.scroll-fade .resultLnk li:nth-child(2) .imgWrap { animation: podiumUp 1.4s ease-out 0.2s forwards; }
.result-inner.scroll-fade .resultLnk li:nth-child(1) .imgWrap { animation: podiumUp 1.4s ease-out 0.5s forwards; }
.result-inner.scroll-fade .resultLnk li:nth-child(3) .imgWrap { animation: podiumUp 1.4s ease-out 0.8s forwards; }
@keyframes podiumUp {
  0% { transform: translateY(100%); opacity: 0; }
  70% { transform: translateY(-6%); opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}


.imgWrap > img:first-child {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* バッジを台の上に載せる */
.rank-badge {
  position: absolute;
  left: 50%;
  bottom: 85%;
  transform: translate(-50%, -220%);
  width: 88%;
  z-index: 10;
  opacity: 0;
}



.result-inner.scroll-fade .resultLnk li:nth-child(2) .rank-badge { animation: badgeDrop 1.4s cubic-bezier(0.25, 0.8, 0.3, 1) 1.6s forwards; }
.result-inner.scroll-fade .resultLnk li:nth-child(1) .rank-badge { animation: badgeDrop 1.4s cubic-bezier(0.25, 0.8, 0.3, 1) 1.9s forwards; }
.result-inner.scroll-fade .resultLnk li:nth-child(3) .rank-badge { animation: badgeDrop 1.4s cubic-bezier(0.25, 0.8, 0.3, 1) 2.2s forwards; }

@keyframes badgeDrop {
  0% { transform: translate(-50%, -200%); opacity: 0; }
  100% { transform: translate(-50%, 0); opacity: 1; }
}


@media screen and (max-width: 767px) {
  .resultLnk {
    margin-top: 12%;
    margin-bottom: 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    align-items: end;
    justify-items: center;
    row-gap: 0;
    column-gap: 0;
  }

  .resultLnk li { width: 100%; overflow: visible; }

  /* 1位を上段中央に */
  .resultLnk li:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 1;
    width: 65%;
    z-index: 1;
    margin-bottom: 10%;
  }

  /* 2位を左下 */
  .resultLnk li:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    z-index: 2;
  }

  /* 3位を右下 */
  .resultLnk li:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    z-index: 2;
  }

  /* バッジ位置をスマホ用に少し調整 */
  .rank-badge {
    bottom: 83%;
    width: 88%;
  }

  .resultLnk li:nth-child(2) .rank-badge {
    width: 90%;
    bottom: 84%;
  }

  .resultLnk li:nth-child(1) .rank-badge,
  .resultLnk li:nth-child(3) .rank-badge {
    width: 86%;
    bottom: 83%;
  }
}


.confetti-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 4;
  overflow: hidden;
}

.confetti-piece {
  position: absolute;
  top: -20px;
  opacity: 0;
  animation: confettiFall linear infinite;
}

@keyframes confettiFall {
  0% { transform: translateY(0) rotate(0deg) scaleX(1); opacity: 1; }
  50% { transform: translateY(50vh) rotate(360deg) scaleX(-1); opacity: 0.9; }
  100% { transform: translateY(110vh) rotate(720deg) scaleX(1); opacity: 0; }
}


.resultLnk4-5 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}
.resultLnk4-5 li {
  width: 48%;
  background: #FFFBEF;
  border-radius: 5%;
  padding: 5%;
}

.resultLnk4-5 p {
  font-weight: bold;
  font-size: 1.6em;
}

@media screen and (max-width: 767px) { .resultLnk4-5 p { font-size: 1.0em; } }



.rankingAcc {
}

.rankingAcc-head {
  width: 100%;
  background: #00235B;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 24px;
  font-size: 1.4em;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.rankingAcc-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6em;
  font-weight: normal;
}

.rankingAcc-body {
  margin-top: 5%;
  background: #FFFBEF;
  border-radius: 12px;
  overflow: hidden;
}

.rankingAcc-inner {
  padding: 2% 4%;
}

.rankingList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rankingList li {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid #00235B;
  padding: 7.5% 5%;
  min-width: 0;
  font-size: 1.2rem;
}

.rankNo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  box-sizing: content-box;
  padding: 2% 5%;
  background: #00235C;
  color: #fff;
  border-radius: 999px;
  font-size: .9em;
  line-height: 1;
  flex-shrink: 0;
}

.rankName {
  color: #052b70;
  font-size: 0.9em;
  line-height: 1.4;
  word-break: break-all;
}

.rankingAcc-close {
  display: block;
  margin: 26px auto 0;
  background: none;
  border: none;
  color: #052b70;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
}

/* 開閉用 */
.rankingAcc-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 1.1s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.7s ease,
              margin-top 0.7s ease;
}

.rankingAcc-body.is-open {
  opacity: 1;
}

.rankingAcc-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}

.rankingAcc-icon::before,
.rankingAcc-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

/* 横線 */
.rankingAcc-icon::before {
  width: 24px;
  height: 3px;
  border-radius: 999px;
}

/* 縦線 */
.rankingAcc-icon::after {
  width: 3px;
  height: 24px;
  border-radius: 999px;
}

/* 開いたときは縦線を消す */
.rankingAcc-head.is-open .rankingAcc-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0.2);
}

/* SP */
@media screen and (max-width: 960px) {
  .rankingAcc-head {
    padding: 12px 18px;
    font-size: 26px;
  }

  .rankingAcc-icon {
    right: 18px;
  }


  .rankingAcc-inner {
      padding: 2% 4% 4%;
    }

  .rankingList {
  grid-template-columns: 1fr 1fr;
  }

  .rankingList li {
    gap: 10px;
    border-width: 1px;
  }

  .rankNo {
    min-width: 42px;
    font-size: 0.8em;
  }

  .rankName {
    font-weight: bold;
  }

  .rankingAcc-close {
    margin-top: 18px;
    font-size: 16px;
  }
}



@media screen and (max-width: 767px) {
  .resultLnk4-5 p {
    font-size: 1.0em;
  }
  .rankingAcc-head {
    font-size: 19px;
  }
  .rankNo{
    font-size: 11px;
    min-width: 32px;

  }
  .rankName {
    font-size: 11px;
  }
}



.camBtn {
  display: inline-block;
  background: #EF2525;
  padding: 1% 25px 1%;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  font-size: 1em;
  position: relative;
  width: 80%;
  max-width: 500px;
  border: 3px solid #011F5B;
  border-bottom-width: 6px;

  opacity: 0;
transform: translateY(20px) scale(0.95);
}

.scroll-fade .camBtn {
  animation: camBtnBounce 0.8s ease-out 0.8s forwards;
}

.camBtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  right: 39px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.2s ease;
}
.camBtn:hover { background: #011F5B; }
.camBtn:hover:after { right: 34px; }

@keyframes camBtnBounce {
  0% { transform: translateY(-20px) scale(0.95); opacity: 0; }
  40% { transform: translateY(8px) scale(1.03); opacity: 1; }
  55% { transform: translateY(-4px) scale(0.98); }
  70% { transform: translateY(4px) scale(1.01); }
  85% { transform: translateY(-2px); }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}


@media screen and (max-width: 767px) {
  .camBtn {
    width: 93.4%;
    font-size: 20px;
    border-width: 2px;
    border-bottom-width: 4px;
  }
  .camBtn::after {
    right: 8%;
    width: 7px;
    height: 7px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
  }
  .camBtn:hover:after { right: 6%; }
}




#badgeLineup {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.badgeLineup-inner {
  width: 100%;
  position: relative;
}

.badgeRow {
    overflow: visible;
    margin-top: 16px;
}

.badgeRow .swiper-wrapper {
  transition-timing-function: linear;
  align-items: stretch;
}

.badgeRow .swiper-slide {
  width: 150px;
  height: auto;
  list-style: none;
  flex-shrink: 0;
}

.badgeRow .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.badgeRow .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;

  box-shadow:
    0 4px 8px rgba(0,0,0,0.2),
    0 1px 2px rgba(0,0,0,0.15);

  transition: all 0.3s ease;
}


.badgeRow .swiper-slide a:hover img {
  transform: translateY(-8px) scale(1.05);
}

@media screen and (max-width: 767px) {
  #badgeLineup {
    padding: 0px 0;
  }

  .badgeRow {
    margin-top: 12px;
  }

  .badgeRow .swiper-slide {
    width: 110px;
  }
}


.badgeGuide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;

  background: rgba(0,0,0,0.7);
  border-radius: 16px;
  padding: 3% 5% 3%;
  text-align: center;
  border: 5px solid white;

  opacity: 1;
  transition: opacity 0.8s ease;

  max-width: 500px;
}

.badgeGuide.is-hide {
  opacity: 0;
  pointer-events: none;
}

.badgeGuide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guide-icon {
  margin-bottom: 10%;
  width: 80%;
}

.badgeGuide p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .badgeGuide p { font-size: 1rem;

}
}