@charset "utf-8";
/* CSS Document */

.tss_wrap{
  padding-bottom: 110px;
}

img{
  max-width: 100%;
}

.nwp_body{
  padding:8px 16px 110px;
  background: url("../img/il_bodybg.jpg") center top repeat-x;
  background-color: #000000;
}


.nwp_mv{
  position: relative;
  background-color: #61E1FF;
  padding: 32px 0 48px 0;
}
.nwp_mv_bg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center
}
.nwp_mv_bg img {
  opacity: 0.41;
  background-blend-mode: multiply;
}
.nwp_mv_ttl {
  max-width: clamp(480px,70vw,900px);
  margin-bottom: 24px;
  z-index: 10;
  position: relative;
}
.nwp_mv_ph {
  max-width: 1340px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 95%;
  display: flex;
  justify-content: space-between;
  z-index: 20;
}
.nwp_mv_ph_left,
.nwp_mv_ph_right{
  max-width: clamp(120px,20vw,356px);
}
.nwp_mv_ph_center{
  display: none;
}
.nwp_mv_details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nwp_mv_txt01 {
  margin-bottom: 24px;
  max-width: clamp(370px,52vw,540px);
}
.nwp_mv_subttl {
  margin-bottom: 12px;
  max-width: clamp(346px,45vw,472px);
}
.nwp_mv_txt02{
  padding: 0 24px;
}
.nwp_mv_txt02 p{
  font-family: "メイリオ", Meiryo, "sans-serif";
  line-height: calc(24/16);
  font-size: clamp(0.875rem,2vw,1rem);
  text-align: center;
}
span.nwp_pcbr{
  display: block;
}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
.nwp_scroll_down{
  position: relative;
  background-color: #61E1FF;
  width: 100vw;
  height: 104px;
}
.nwp_scroll_down_txt{
  color: #000;
  font-size: clamp(0.75rem,2vw,1rem);
  letter-spacing: 2px;
  position: absolute;
  top: 48px;
  left: 50%;
  display: block;
  background-size: 14px auto;
  z-index: 2;
  text-decoration: none;
  transform: translate(-50%, -50%);
}
.nwp_scroll_down_txt:before {
  position: absolute;
  top: calc(50% - 47px);
  left: calc(50% - 8px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #000;
  border-width: 0px 0 2px 2px;
}
.nwp_scroll_down_txt:after {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #000;
  content: "";
  border-radius: 100%;
  top: calc(50% - 55px);
  left: calc(50% - 19px);
}
.nwp_scroll_down_des::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 0 0 #000;
  opacity: 0;
  animation: circle 3s infinite;
  top: calc(50% - 54px);
  left: calc(50% - 19px);
}
@keyframes circle {
  0% { opacity: 0; }
  30% { opacity: 1; }
  60% { box-shadow: 0 0 0 24px rgb(78, 20, 0, 0.1);
        opacity: 0; }
  100% { opacity: 0; }
}




.nwp_header{margin-bottom: 44px;}
.nwp_logo{
  text-align: center;
}
.nwp_logo p,
.nwp_logo h1{
  width: 320px;
  margin: auto;
}
.nwp_logo p a,
.nwp_logo h1 a{
  display: block;
  width: 100%;
}
.nwp_logo p a img,
.nwp_logo h1 a img{
  filter: drop-shadow(0 0 32px rgba(210,163,93,0.8));
  max-height: 100%;
}
.nwp_header ul{
  display: flex;
  justify-content: center;
  max-width: 932px;
  margin: auto;
  padding: 12px 20px;
  gap: 0 18px;
  background-color: rgba(0,0,0,0.46);
}

.nwp_header ul li{
  width:clac(100% / 4);
}

.nwp_header ul li.nolink{
  opacity: 0.4;
  pointer-events: none;
}
.nwp_header ul li a{display: block;}


.tss_footer{
  color: #FFFFFF;
  background-color: #4E1400;
}

#tss_gototop a {
  display: block;
  background: #4E1400;
  aspect-ratio: 1;
  padding: 1.125em 1em 0.5em;
  font-size: 24px;
  color: #FFF;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0.7;
}

.nwp_nolink{
  pointer-events:none;
}

/*-- バナー --*/
.nwp_cheering{
  max-width: 1200px;
  width:100%;
  margin: 0 auto 56px auto;
}
.nwp_cheering ul{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 14px;
  height: 52vh;
  overflow-y: scroll;
}

.nwp_cheering ul li{
  width:calc(100% / 3.075);
  background-color:#FFF8E3;
  background-image:url("../img/bg_logosupporter.png");
  background-size:auto 100%;
  background-repeat:no-repeat;
  background-position:top right;
  border: 2px solid #FFF;
}

.nwp_cheering ul li.nwp_rankbronze{
  border: 2px solid #8F7445;
}

.nwp_cheering ul li.nwp_rankbronze{
  border: 2px solid #8F7445;
}

.nwp_cheering ul li.nwp_ranksilver{
  border: 2px solid #8E888B;
}

.nwp_cheering ul li.nwp_rankgold{
  border: 2px solid #CB9B0C;
}
.nwp_cheeringbg{
  display:flex;
  flex-direction: column;
  height:100%;
  justify-content: space-between;
}

.nwp_cheeringbg > div{
  display:flex;
  align-items: flex-start;
  justify-content: space-between;
  padding:8px;
}

.nwp_cheeringbg .nwp_message > p{
  font-weight:bold;
  padding:0 8px;
  line-height:1.375;
}

.nwp_cheeringbg > p{
  padding:0.5em 1em;
  color:#FFF;
  text-shadow: 1px 1px 0px #000;
  font-weight:bold;
  display: flex;
  justify-content:flex-start;
  font-size:0.75rem;
  align-items: center;
  height: 2.5em;
}

.nwp_rankbronze .nwp_cheeringbg > p{
  background: linear-gradient(to right,  #5b100e 0%,#96501c 8%,#d3a14c 36%,#debd91 79%,#ba7e36 89%,#a55900 95%,#a55900 100%);
}

.nwp_ranksilver .nwp_cheeringbg > p{
  background: linear-gradient(to right,  #eae7e3 0%,#dcd8d6 6%,#b6b1b3 18%,#9a959a 24%,#c6c3c5 79%,#8e888b 90%,#dcdddd 100%);
}

.nwp_rankgold .nwp_cheeringbg > p{
  background: linear-gradient(to right,  #fbcf00 0%,#fffcd1 21%,#faf4c0 26%,#efdd93 34%,#dcba4b 47%,#cb9b0c 54%,#e8cd67 78%,#f3e18b 82%,#f3e18b 100%);
}

.nwp_cheeringbg > p span{
  filter:drop-shadow(0px 0px 2px rgba(0,0,0,0.2))
}

.nwp_cheeringbg > p span:first-of-type{
  font-size:0.75rem;
  display:inline-block;
  margin-right:1rem;
}

.nwp_cheeringbg > p span:nth-of-type(2){
  font-size:0.875rem;
}

.nwp_iccheer{
  max-width:56px;
}
.nwp_message{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  width: calc(100% - 56px);
}
.nwp_badge{
  display: flex;
  align-items: center;
  gap: 0 4px;
  padding: 0 4px;
}
.nwp_badge p{width: 46px;}
.nwp_ttl_tarubo{
  margin-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.nwp_tarubo{text-align: center;}
.nwp_tarubo a{
  display: block;
  max-width: 500px;
  margin: auto;
}

@media screen and (min-width:801px){
  .nwp_header ul li a:hover{background-color: #FFFFFF;}
  .tss_gotop{bottom: 90px;}
  .nwp_cheering ul li{min-width:284px;}
}

@media screen and (max-width:1000px){/*デザイン依存*/
  .nwp_header ul{
    flex-wrap: wrap;
    gap: 14px 32px;
  }
  .nwp_header ul li{width: calc(50% - 16px);}
  .nwp_header ul li img{width: 100%;}
}
@media screen and (max-width:800px){
  .nwp_body{
    padding:0 0 calc(17.5vw + 120px);
    background-size: contain;
  }

  .nwp_logo p,
  .nwp_logo h1{width: 39.4vw;}
  .nwp_logo p a,
  .nwp_logo h1 a{
    height: 36.8vw;
    padding: 5vw 0;
    border-radius: 4.2vw;
  }
  .nwp_header ul{
    padding: 8px 32px;
    gap: 12px;
  }
  .nwp_header ul li{width: calc(50% - 6px);}
  
  .nwp_cheering{padding: 0 16px;}
  .nwp_cheering ul li{
    width: calc(50% - 9px);
    background-size: 48px;
    background-position: right -10px top -10px;
  }

  .nwp_cheeringbg > div{
    flex-wrap: wrap;
    align-items: center;
  }
  .nwp_cheeringbg > p{
    font-size:0.75rem;
    line-height:1.375;
    flex-direction: column;
    height: 3.5em;
    align-items: baseline;
  }
  .nwp_cheeringbg > p span{font-size:0.65rem}
  .nwp_cheeringbg > p span:first-of-type{font-size:0.65rem;}
  .nwp_cheeringbg > p span:nth-of-type(2){
    font-size:0.875rem;
    display: block;
    text-align: right;
  }
  .nwp_message{
    display: contents;
    width: 100%;
    padding-right:0;
  }
  .nwp_message>p{
    width: calc(100% - 56px);
    line-height: 1.2;
    font-size:0.75rem;
  }
  .nwp_badge{
    gap: 0 2px;
    margin-top: 4px;
  }
  .nwp_badge p{width: calc(100%/6);}

  .nwp_ttl_tarubo{padding: 0 16px;}
  .nwp_tarubo{padding: 0 16px;}
  
  .tss_wrap{
    padding-bottom: 110px;
  }
  
  .tss_spbtmnavi{
    padding-bottom:132px;
  }
  .tss_gotop{
    bottom: 236px;
  }
}
@media screen and (max-width:640px){
  .nwp_mv_bg {
    display: none;
  }
  .nwp_mv_ttl{
    margin-bottom: 0;
  }
  .nwp_mv_ph{
    display: none;
  }
  .nwp_mv_ph_center{
    display: block;
    max-width: 420px;
    margin-bottom: 12px;
  }
  .nwp_mv_txt01{
    margin-bottom: 12px;
  }
  .nwp_mv_txt02 p{
    text-align: left;
  }
  span.nwp_pcbr{
    display: inline;
  }
}
@media screen and (max-width:420px){
  .nwp_cheering ul li{width: calc(50% - 7px);}
}