@charset "utf-8";
/* CSS Document */


a{text-decoration: none;}
img{max-width: 100%;}


.mpj_body{font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;}
.mpj_top{
  padding: 48px 16px 184px;
  text-align: center;
  background-image: url(../img/ph_topbg_left_v2.jpg), url(../img/ph_topbg_right_v2.jpg);
  background-position: left center, right center;
  background-repeat: no-repeat;
}
.mpj_top p{
  line-height: 1.5;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  color: #0A3960;
}

.mpj_deco{position: relative;}
.mpj_deco::before{
  content: "";
  position: absolute;
  display: block;
  width: 242px;
  left: calc(50% - 121px);
  bottom: -6px;
  border-top: 1px solid #F08300;
}
.mpj_deco::after{
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  left: calc(50% - 3px);
  bottom: -10px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F08300;
  border-right: 1px solid #F08300;
  transform: rotate(45deg) skew(20deg,20deg);
}

.mpj_top .mpj_deco{margin-bottom: 56px;}
.mpj_top h1{margin-bottom: 44px;}
.mpj_maincopy p:nth-last-of-type(n+2){margin-bottom: 1em;}
.mpj_maincopy p span{display: inline-block;}



.mpj_decoh2{
  position: relative;
  margin-bottom: 56px;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 10;
}
.mpj_decoh2 span{
  position: relative;
  display: inline-block;
  transform: rotate(-3.6deg);
  opacity: 0;
  transition: all 0.2s linear 0.5s;
  z-index: 5;
}
.mpj_decoh2.inView span{opacity: 1;}
.mpj_decoh2::before,
.mpj_decoh2::after{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 40px;
  background-color: #0A3960;
  transform: skewY(-3deg);
  transition: all 0.2s linear 0.3s;
}
.mpj_decoh2::before{
  left: calc(50% - 116px);
  top: -19px;
}
.mpj_decoh2::after{
  right: calc(50% - 116px);
  top: 8px;
}
.mpj_decoh2.inView::before{
  width: 184px;
  top: -24px;
}
.mpj_decoh2.inView::after{
  width: 184px;
  top: 13px;
}

.mpj_decoh2.inView::before {
  width: 200px;
}

.mpj_supporter{
  padding-bottom:128px;
}

.mpj_supporter .mpj_decoh2.inView::after{
  width: 200px;
}

.mpj_supporter .mpj_supbnrlist{
  display:flex;
  justify-content: center;
  gap:16px;
}

.mpj_supbnrlist div{
  max-width:400px;
}


.mpj_belt{position: relative;}
.mpj_belt::before{
  content: "";
  position: absolute;
  width: 0%;
  height: 144px;
  right: 0;
  top: calc(14px - 2.6vw);
  background-color: #C7DCEF;
  transform: skewY(-3deg);
  transition: all 0.3s linear;
}
.mpj_belt.inView::before{
  width: 100%;
  top: 14px;
}



.mpj_news{margin-bottom: 80px;}
.mpj_newslist{
  opacity: 0;
  transition: all 0.2s linear 0.5s;
}
.mpj_news.inView .mpj_newslist{opacity: 1;}
.mpj_newsblock{width: 314px;}
.mpj_newsblock div{
  margin-bottom: 12px;
  width:fit-content;
  position:relative;
}
.mpj_newsblock div:not(.mpj_noicon):after{
  content: "";
  display: block;
  width: 6em;
  height: 6em;
  background-image: url(../img/ic_video.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  transition: all .3s;
}
.mpj_newsblock div:not(.mpj_noicon):hover::after{
    width: 5.75em;
    height: 5.75em;
    border: solid 2px #fff;
    background-size: 80% auto;
    filter: drop-shadow(1px 2px 2px rgba(22, 31, 41, 0.6));
}
.mpj_newsblock div.mpj_noicon:hover{
 opacity:0.5; 
}
.mpj_newsblock a{
  width:fit-content;
  display:block;
  margin: auto;
}
.mpj_newsblock p{
  margin-bottom: 8px;
  padding: 0 12px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #0a3960;
}
.mpj_newsblock h3{
  padding: 0 12px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #0a3960;
  line-height:1.2;
}

.mpj_program{margin-bottom: 80px;}
.mpj_programlist{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 32px;
  gap: 0 22px;
}
.mpj_programblock{
  width: 100%;
  max-width: 604px;
  opacity: 0;
  transition: all 0.2s linear 0.65s;
}
.mpj_programblock:nth-of-type(2){transition-delay: 0.8s;}
.mpj_programblock:nth-of-type(3){transition-delay: 0.95s;}
.mpj_programblock:nth-of-type(4){transition-delay: 1.1s;}
.mpj_program.inView .mpj_programblock,
.mpj_award.inView .mpj_programblock{opacity: 1;}
.mpj_programblock div{
  width: 100%;
  max-width: 596px;
  height: 142px;
  margin: 0 auto 24px;
  transform: skewY(-3deg);
}
.mpj_programblock div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mpj_programblock h3{
  margin-bottom: 26px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #0A3960;
}
.mpj_programblock p{
  max-width: 400px;
  line-height: 1.75;
  margin: 0 auto 12px;
  font-weight: bold;
  color: #F08300;
}
.mpj_programblock dl{
  display: flex;
  flex-wrap: wrap;
  max-width: 388px;
  line-height: 2;
  margin: auto;
  font-weight: bold;
}
.mpj_programblock dl dt{width: fit-content;}
.mpj_programblock dl dd{width: calc(100% - 5.5em);}
.mpj_programblock dl dt.mpj_entrydate{width: 8em;}
.mpj_programblock dl dd:last-of-type{width: calc(100% - 8em);}

.mpj_award{
  padding-bottom:40px;
}

.mpj_award h2{
  color:#9F3134;
  font-size:1.625em;
  margin:0 auto 40px;
  width:fit-content;
  font-weight:bold;
}

.mpj_award .mpj_deco span{
  display:block;
  font-size:1.25rem;
  text-align: center;
  background-image:url("../img/star.png");
  background-repeat:no-repeat;
  background-position: center top;
  background-size:auto 100%;
  padding:0.5em 0;
}

.mpj_award .mpj_programlist{
  flex-direction:column;
  align-items:center;
}

.mpj_award .mpj_programblock{
  max-width:620px;
  margin-bottom: 40px;
}

.mpj_award .mpj_programblock div{
  margin: 0 auto 16px;
}

.mpj_award .mpj_programblock p{
  max-width:100%;
  color:#9F3134;
}

.mpj_award .mpj_programblock h3{
  color:#9F3134;
}

.mpj_award .mpj_deco::before {
  border-top: 1px solid #9F3134;
}

.mpj_award .mpj_deco::after{
  border-bottom: 1px solid #9F3134;
  border-right: 1px solid #9F3134;
}

.mpj_award .mpj_programblock dl{
  color:#0A3960;
}

.mpj_officialsite{
  margin-bottom: 80px;
  padding: 56px 16px 0;
}
.mpj_officialsite div{
  position: relative;
  margin-bottom: 8px;
  opacity: 0;
  transition: all 0.2s linear 0.3s;
  z-index: 5;
}
.mpj_officialsite div a{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 612px;
  height: 52px;
  margin: auto;
  font-weight: bold;
  color: #FFF;
  background-color: #f08300;
}
.mpj_officialsite p{
  position: relative;
  text-align: center;
  font-size: 0.875rem;
  opacity: 0;
  transition: all 0.2s linear 0.3s;
  z-index: 5;
}
.mpj_officialsite.inView div,
.mpj_officialsite.inView p{opacity: 1;}



.mpj_sponsor{
  margin-bottom: 80px;
  padding: 0 16px;
}
.mpj_sponsor > p{
  font-weight: bold;
  font-size:1.125rem;
  color: #0A3960;
  text-align:center;
  padding-bottom:1em;
}
.mpj_sponsor dl{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 536px;
  line-height: 2;
  margin: 0 auto 40px;
  font-weight: bold;
  color: #0A3960;
}
.mpj_sponsor dl dt{
  width:fit-content;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s linear 0.5s;
}
.mpj_sponsor dl dd{
  width: calc(100% - 3.5em);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s linear 0.5s;
}
.mpj_sponsor dl dt:nth-of-type(2),
.mpj_sponsor dl dd:nth-of-type(2){transition-delay: 0.65s;}
.mpj_sponsor dl dt:nth-of-type(3),
.mpj_sponsor dl dd:nth-of-type(3){transition-delay: 0.8s;}
.mpj_sponsor dl dt:nth-of-type(4),
.mpj_sponsor dl dd:nth-of-type(4){transition-delay: 0.95s;}
.mpj_sponsor dl.inView dt,
.mpj_sponsor dl.inView dd{
  opacity: 1;
  transform: none;
}



.mpj_link{margin-bottom: 80px;}
.mpj_linkbnrlist{
  display: flex;
  justify-content: center;
  gap: 0 30px;
  padding: 0 16px;
}
.mpj_linkbnrlist div{
  opacity: 0;
  transition: all 0.2s linear 0.5s;
  max-width:280px;
}
.mpj_linkbnrlist div:nth-of-type(2){transition-delay: 0.65s;}
.mpj_linkbnrlist div:nth-of-type(3){transition-delay: 0.8s;}
.mpj_linkbnrlist div:nth-of-type(4){transition-delay: 0.95s;}
.mpj_linkbnrlist.inView div{opacity: 1;}
.mpj_linkbnrlist div a{display: block;}



.tss_gotop{width: 80px;}

/*-- slick上書き --*/
.slick-track{
  display:flex;
  gap:24px;
  justify-content: center;
  margin:0;
}





@media screen and (min-width:801px){
  .mpj_officialsite div a:hover{background-color: #FFF;color:#f08300;}
  .mpj_linkbnrlist div a:hover{opacity: 0.5;}
  .slick-list{
    width:90% !important;
    max-width:1200px;
    margin:auto;
  }
}




@media screen and (max-width:1800px){
  .mpj_top{background-size: 31.5% auto;}
  .mpj_top p{font-size: max(1.222vw, 0.875rem);}
  
}
@media screen and (max-width:1280px){
  .mpj_programlist{
    flex-wrap: wrap;
    padding: 0 16px;
  }
  .mpj_programblock:nth-last-of-type(n+2){margin-bottom: 40px;}
}
@media screen and (max-width:1200px){
  .mpj_top{
    background-size: 378px auto;
    background-position: left calc(50% - 400px) center, right calc(50% - 400px) center;
  }
}
@media screen and (max-width:800px){
  .mpj_body{padding-bottom: calc(17.5vw + 120px);}


  .mpj_top{padding: 16px 16px 72px;}
  .mpj_top h1{
    width: 86%;
    margin: 0 auto 24px;
  }

  .mpj_program{margin-bottom: 40px;}
  .mpj_programblock h3{font-size: clamp(1rem, 0.738rem + 1vw, 1.25rem);}/*16-20 420-820*/
  .mpj_programblock p{font-size: clamp(0.875rem, 0.744rem + 0.5vw, 1rem);}/*14-16 420-820*/
  .mpj_programblock dl{font-size: clamp(0.875rem, 0.744rem + 0.5vw, 1rem);}/*14-16 420-820*/



  .mpj_officialsite div a{font-size: max(2vw, 0.75rem);}
  .mpj_officialsite p{font-size: clamp(0.625rem, 0.363rem + 1vw, 0.875rem);}/*10-14 420-820*/



  .mpj_supporter dl{font-size: clamp(0.875rem, 0.744rem + 0.5vw, 1rem);}/*14-16 420-820*/



  .mpj_linkbnrlist{
    flex-wrap: wrap;
    gap: 16px 8px;
  }
  .mpj_linkbnrlist div{width: 240px;}
  .mpj_supbnrlist div{width: 300px;}
  
  .mpj_award h2{
    font-size:1rem;
    width:100%;
    padding:0 1em;
    line-height:1.375;
  }
  .mpj_award h2 span{
    font-size:0.875rem;
  }
  .mpj_sponsor{
    font-size:0.75rem;
  }
  .mpj_sponsor > p{
    font-size:0.875rem;
  }
  .mpj_award .mpj_deco span{
    font-size:1rem;
  }
  
  .mpj_supporter .mpj_supbnrlist{
    flex-direction:column;
    align-items: center;
  }

}



@media screen and (max-width:430px){
  .mpj_decoh2{font-size: 1.125rem;}
  .mpj_decoh2::before,
  .mpj_decoh2::after{height: 28px;}
  .mpj_decoh2::before{
    left: calc(50% - 96px);
    top: -14px;
  }
  .mpj_decoh2::after{
    right: calc(50% - 96px);
    top: 4px;
  }
  .mpj_decoh2.inView::before{
    width: 160px;
    top: -18px;
  }
  .mpj_decoh2.inView::after{
    width: 160px;
    top: 8px;
  }
  .mpj_belt::before{top: calc(8px - 2.6vw);}
  .mpj_belt.inView::before{top: 8px;}
  /*--slick--*/
  .slick-list{
    padding:0 16px !important;
  }
  .slick-track{
    gap:10px;
  }
}