.page-background {
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

body,ul,li,p{
    padding: 0;
    margin: 0;
}
ul,li{
    list-style: none;
}

a{
    color: inherit;
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}

.pc-hide{
    display: none;
}
.sp-hide{
        display: block;
    }

@media screen and (max-width:768px){
    .sp-hide{
        display: none;
    }

    .pc-hide{
        display: block;
    }
}

.view-all .row{
    background: unset;
    max-width: 1200px;
    margin: 0 auto;
}

.adidas-sis {
    width: 100%;
    overflow: hidden;
    position: relative;
}



.month_bk{
    background-color: #121212;
    width: 100%;
    font-family: 'Roboto', source-han-sans-japanese, sans-serif;
}

.month_bk .fv{
    text-align: center; 
    margin-bottom: 60px;
}

.month_bk h1{
    font-family: "adineuePRO", 'Poppins', source-han-sans-japanese, sans-serif;
    font-size: 5.6em;
    color: #fff;
    padding: 60px 0 50px;
    line-height: 1.2em;
}

.month_bk .sub-ttl2{
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 1.6em;
    margin:0 auto 10px;
}

.m-ev{
    max-width: 1200px;
    width: 94%;
    margin: 0 auto 100px;
    background-color: #ffffff;
    padding: 50px 40px 70px;
    box-sizing: border-box;
}

.m-ev h2{
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 35px;
    font-family: "adineuePRO", 'Poppins', source-han-sans-japanese, sans-serif;
}

.m-ev .h2-l{
    width: 40px;
    border: 1px solid #121212;
    padding: 0;
    margin: 20px auto 10px;
}

.m-ev h2 span{
    font-size: 24px;
    font-weight: bold;
}

.m-ev p{
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}

.m-ev .ev01{
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 16px;
}

.ev01 li{
    width: 48%;
    max-width: 470px;
    margin: 0 auto;
}

.ev01 li img{
    width: 100%;
    max-width: 470px;
    margin-bottom: 20px;
}

.ev01 li h4{
    background-color: #121212;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 20px;
}

.ev01 li p{
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 0px;
}

.ev01 li a {
    font-size: 14px;
    border-bottom: 1px #121212 solid;
    padding: 7px 0 5px;
    line-height: 1.0em;
    margin-top: 5px;
    display: inline-block;
}

.ev01 li a:hover{
    opacity: 0.7;
}

.report{
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 0;
    padding: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: #ededed solid 6px;
    box-sizing: border-box;
}

.m-ev .ev02{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

.m-ev .ev02 li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}


.ev02 li img{
    max-width: 500px;
    width: 48%;
}

.ev02 li p{
    max-width: 440px;
    text-align: left;
    width: 48%;
    margin-bottom: 0;
}

.ev02 li p b{
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
}

.ev02 li p span{
    display: block;
    margin-top: 40px;
    font-size: 14px;
}

.ev02 li p span a {
    font-size: 14px;
    border-bottom: 1px #121212 solid;
    padding: 7px 0 5px;
    line-height: 1.0em;
    margin-top: 5px;
    display: inline-block;
}

.ev02 li p span a:hover{
    opacity: 0.7;
}

.ev02 li p span b{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.m-ev .l_f50{
    background-color: #121212;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
}

.m-ev .l_f50_02{
    background-color: #121212;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
}



.m-ev .l_f50:hover{
    background-color: #ff7662;
}

.m-ev .mt60{
    margin-top: 60px;
}

.m-ev .notice{
    font-size: 14px;
    color: #666;
    text-align: left;
	margin: 0 auto;
    max-width: 1000px;
}

/*動画*/
.movie{
    margin: 30px auto 0;
    width: 100%;
    max-width: 850px;
}
  
.movie .movie-block {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }

  .movie .movie-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }


.view-all {
    background: #646464;
    padding: 50px 0;
}

.view-all .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.other-btn {
    max-width: 570px;
    width: 47%;
}

.other-btn a {
    border: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 1.28em;
    color: #fff;
    transition: .3s;
}

.other-btn a:hover {
    background: #fff;
    border: 1px solid #646464;
    color: #646464;
}

/* 固定イベントタイトル */
#ev-ttl {
    position: fixed;
    top: 57px;
    right: 0px;
    z-index: 999;
    width: 100%;
    background-color: #121212;
}

#ev-ttl .e-ttl-i{
    max-width: 1200px;
    width:100%;
    margin: 0 auto;
    padding: 10px 0;
    color: #ffffff;
    text-align: center;
}

#ev-ttl .e-ttl-i b{
    font-size: 20px;
}


#ev-ttl .sub-ttl3{
    font-weight: bold;
    margin-bottom: 3px;
}



/* 右下ページ最上部に戻るボタン */
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

#pageTop i {
    padding-top: 6px
}

#pageTop a {
    display: block;
    z-index: 999;
    /*  padding: 8px 0 0 8px;
  border-radius: 30px;*/
    width: 80px;
    height: 80px;
    /*  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;*/
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#pageTop img {
    width: 100%;
}


.fxbn_navi{
    position: fixed;
    left: 0;
    top:200px;
    z-index: 99;
}
.fxbn_navi ul li a{
    display: block;
    margin: 0 0 15px;
/*    background: #00e3db;*/
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 999px;
    text-align: center;
}
.fxbn_navi ul li a:hover{
    transform: translateY(-10px);
    transition: .3s;
}
.footer{
    background: #fff;
}

.bn_f50{
    margin: 80px auto;
    display: block;
    width: 94%;
    max-width: 1000px;
}

.bn_f50:hover{
    opacity: 0.7;
}

.otherf50{
    margin: 0 auto 100px;
    box-sizing: border-box;
}

.otherf50 h2{
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 35px;
    font-family: "adineuePRO", 'Poppins', source-han-sans-japanese, sans-serif;
    color: #fff;
}

.otherf50 .h2-l{
    width: 40px;
    border: 1px solid #ffffff;
    padding: 0;
    margin: 20px auto 10px;
    color: #fff;
}

.otherf50 h2 span{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.otherf50 p{
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
    color: #fff;
}

.otherf50 ul{
    max-width: 1200px;
    width: 1200px;
    display: flex;
    gap: 0 60px;
    margin: 0 auto;
}

.otherf50 li{
    width: 360px;
    display: flex;
}

.other-box {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
}

.other-caption {
  text-align: center;
  margin-top: 15px;
}

.other-caption .text {
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto;
  color: #121212;
  line-height: 1.4em;
}

.other-caption .btn {
  display: inline-block;
  background-color: #ffffff;
  color: #121212;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  border: 1px solid #121212;
}

.other-caption .btn:hover {
  background-color: #121212;
  color: #ffffff; 
}

.month2024{
    text-align: center;
    padding: 20px;
    max-width: 800px;
    color: #fff;
    border: 1px solid #ffffff;
    margin: 60px auto ;
    letter-spacing: 1.5px;
    font-size: 20px;
    font-weight: 700;
}

.month2024:hover {
  background-color: #ffffff;
  color: #121212; 
}

.bottombana {
  margin: 60px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bottombana a {
  margin: 10px 0;
}

.bottombana img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}


html { scroll-behavior: smooth;}

/*-----------------------------------
スマホ用はここから
-------------------------------*/
@media screen and (max-width:1000px) {

.view-all .row{
    margin: 0 3%;
}

}


@media screen and (max-width:820px) {


    .view-all {
        padding: 50px 0 30px 0;
    }

    .other-btn {
        max-width: 570px;
        width: 90%;
        margin: 0 auto 20px;
    }

    


   /* 固定イベントタイトル */

    #ev-ttl { top: 92px;}




    /* 右下ページ最上部に戻るボタン */
    #pageTop {
        position: fixed;
        bottom: 15px;
        right: 15px;
    }

    #pageTop i {
        padding-top: 6px
    }

    #pageTop a {
        display: block;
        z-index: 999;
        /*  padding: 8px 0 0 8px;
  border-radius: 30px;*/
        width: 60px;
        height: 60px;
        /*  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;*/
    }

    #pageTop img {
        width: 100%;
    }

    .movie .movie-block {
        width: 100%;
        height: auto;
        aspect-ratio: 850 / 478;
        padding-bottom:0;
      }
    
      .movie .movie-block iframe{
        width: 100%;
        height: auto !important;
        aspect-ratio: 850 / 478;
      }

      .m-ev p{
        text-align: left;
      }

      .m-ev .ev01{
        display: block;
      }

      .ev01 li{
        max-width: 100%;
        width: 100%;
      }

      .ev01 li img{
        max-width: 100%;
        width: 100%;
    }

      .m-ev .ev02 li{
        display: block;
      }

      .ev02 li img, .ev02 li p{
        max-width: 100%;
        width: 100%;
      }

      .ev02 li img{
        margin-bottom: 30px;
      }

}

@media screen and (max-width:480px) {
    .m-ev{
      padding: 30px 15px 50px;
      margin-bottom: 40px;
    }

    .month_bk .fv{
        margin-bottom: 40px;
    }
    
    .month_bk h1{
        font-size: 46px;
        padding: 40px 0 30px;
    }
    
    .month_bk .sub-ttl2{
        font-weight: 700;
        font-size: 17px;
        letter-spacing: normal;
    }

    .sub-ttl{
        font-size: 16px; 
    }

    .m-ev h2{
        font-size: 2.0em;
        margin-bottom: 25px;
    }

    .m-ev .h2-l{
        margin: 10px auto 5px;
    }

    .m-ev h2 span{
        font-size: 18px;
    }

    .m-ev p{
        font-size: 14px;
        margin-bottom: 30px;
    }

    .bn_f50{
        margin: 40px auto;
    }

    /* 固定イベントタイトル */

    #ev-ttl { top: 80px;}

    #ev-ttl .e-ttl-i{
        padding: 10px;
        box-sizing: border-box;
    }

    #ev-ttl .e-ttl-i b{
        font-size: 20px;
    }

    .otherf50 ul {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .otherf50 li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
.otherf50{
        max-width: 100%; 
        margin: 0 auto 60px; 
    }

    .other-caption .btn {
  font-size: 16px;
}

.otherf50 h2{
        font-size: 2.0em;
        margin-bottom: 25px;
    }

    .month2024{
    text-align: center;
    padding: 10px 15px;
    max-width: 800px;
    margin: 20px 20px;
}

.bottombana {
  margin: 30px auto 60px;
}

}

@media screen and (max-width:375px) {

}

@media screen and (max-width:360px) {

}

@media screen and (max-width:320px) {

}

/*----スクロールアニメ----*/
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.wow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*----//スクロールアニメ----*/