@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');


body{
  width: 100%;
  margin: 0;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  color:#231815
}

.din{
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.inview1{
	opacity: 0;
	transform: translateY(30px);
	transition: 0.7s;
	transition-delay: 0.1s;
}

.inview1.show1{
	opacity: 1;
	transform: translateY(0px);	
}

.inview2{
	opacity: 0;
	transform: translateY(30px);
	transition: 0.7s;
	transition-delay: 0.3s;
}

.inview2.show2{
	opacity: 1;
	transform: translateY(0px);	
}

.inview3{
	opacity: 0;
	transition: 0.7s;
	transition-delay: 0.3s;
}

.inview3.show3{
	opacity: 1;
}

.wrap{
  width: 1200px;
  padding:0 30px;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}

.mainV__area{
  width: 1182px;
  height: 665px;
  margin: 60px auto 0;
  position: relative;
}


.mainV__area .mainV__img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1;

}

.mainV__logo{
  position: absolute;
  left: 0;
  bottom: 0;
}

.insta__logo{
  position: fixed;
  right: calc(50% - 650px);
  top: 60px;
  width: 32px;
  display: block;
  transition: 0.3s;
  z-index: 10;
}

.insta__logo:hover{
  opacity: 0.6;
}


.scrolldown__img{
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 12px;
}

.insta__logo img{
  width: 100%;
}

.concept__area{
  position: relative;
  margin-top: 300px;
}

.concept__area:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% + 450px);
  height: 100%;
  background: #FAFDFE;
}

.info__area:before{
  content: '';
  position: absolute;
  right: 0;
  top: 25px;
  width: calc(50% + 405px);
  height: 100%;
  background: #FAFDFE;
}

.info__title{
  position: relative;
  z-index: 2;
  margin: 0!important;
}

.m0{
  margin: 0;
}

.concept__area h3 img{
  width: 659px;
}

.concept__area p{
  margin:45px 0 0;
  font-size: 18px;
  line-height: 2.4;
}

.concept__area h2{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -23px;
  width: 168px;
}

.concept__area h2 img{
  width: 100%;
}

.text__area{
  padding:90px 0;
  position: relative;
  z-index: 2;
}

.event__area , .info__area{
  margin-top: 270px;
  position: relative;
}

.event__area h2{
  width: 115px;
  margin: 0 auto 100px;
}

.event__area h2 img{
  width: 100%;
}

.num1 img{
  width: 547px;
}

.eb__flex{
  display: flex;
  padding:0 100px;
}

.eb__flex .eb__left{
  width: 44%;
  box-sizing: border-box;
  padding-right: 50px;
}

.eb__flex .eb__left img{
  width: 100%;
}

.eb__flex .eb__right{
  width: 56%;
}

.eb__flex .eb__right p{
  margin: 0;
  font-size: 18px;
  line-height: 2.2;
}

.text__img2{
  padding:0 100px;
  margin:75px 0 50px;
  width: 869px;
  max-width: 100%;
}

.text__img2 img{
  width: 100%;
}


.text__img3{
  padding:0 100px;
  margin:75px 0 50px;
  width: 832px;
  max-width: 100%;
}

.event__box.eb2{
  margin-top: 100px;
}

.event__box{
  position: relative;
}

.event__box:before{
  content: '';
  position: absolute;
  left: 60px;
  top: 90px;
  width: calc(100% - 60px);
  height: calc(100% - 150px);
  background: #FEFEF7;
  z-index: -1;
}

.event__box.eb2:before{
  background: #FFFBF4;
  height: calc(100% - 230px);
}


.text__img3 img{
  width: 100%;
}

.info__title{
  width: 277px;
  margin: 0 auto;
}

.info__title img{
  width: 100%;
}

.info__flex{
  margin-top:80px;
  display: flex;
  flex-wrap: wrap;
  line-height: 2.2;
  padding-bottom: 40px;
}

.info__flex .info__left{
  width: 132px;  
  margin-bottom: 10px;
}

.info__flex .info__right{
  width: calc(100% - 132px);
  box-sizing: border-box;
  padding-left: 60px;
  margin-bottom: 10px;
}

.info__flex .info__left p{
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  text-align: justify;
  text-align-last: justify;
  word-spacing: 0.5em;
  white-space: nowrap;

}

.info__flex .info__left p span{
  letter-spacing: 0.4em;
}

.info__flex .info__right p{
  font-size: 18px;
  margin: 0;
  
}

.info__flex .info__right p a{
  text-decoration: none;
  display: inline-block;
  color:#231815;
  transition: 0.3s;
}
.info__flex .info__right p a:hover{
  opacity: 0.6;
}

.info__flex .info__right p a img{
  width: 16px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

footer{
  margin-top: 250px;
  padding-bottom: 50px;
  position: relative;
}

.footer__logo{
  padding-top:95px;
  text-align: center;
  border-top:1px solid #999;
}

.footer__logo img{
  max-width: 100%;
}

.copyright{
  margin:90px auto 0;
  width: 285px;
  max-width: 100%;
  display: block;
}

.top__link{
  position: fixed;
  right: 50px;
  bottom: 40px;
  display: block;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.top__link img{
  width: 16px;
}

.top__link:hover{
  opacity: 0.6;
}


footer{
  position: relative;
}

.top__link{
  z-index: 2;
}

.sp{
  display: none!important;
}


.info__right iframe{
  width: 100%;
  height: 420px;
  border-radius: 15px;
}

.info__flex .info__left.last , 
.info__flex .info__right.last{
  margin-top: 20px;
}

.info__flex .info__left.last p span{
  letter-spacing: 2.3em;
}

.error__page{
  padding:50px 0 0;
  text-align: center;
}

.error__page .logo{
  display: block;
  margin:0 auto;
  max-width: 80%;
}

.error__page h2{
  font-size: 38px;
  margin:160px 0 40px;
}

.error__page p{
  font-size: 20px;
  margin:0;
}

.top__back{
  display: block;
  width: 320px;
  box-sizing: border-box;
  padding:15px 0;
  margin:60px auto 0;
  color:white;
  font-size: 16px;
  background:#ed7a06;
  border: 1px solid #ed7a06;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.4s;
  font-weight: bold;
}

.top__back:hover{
  background:#fff;
  color:#ed7a06;
}

.sponsor__area{
  margin-top: 180px;
}

.sponsor__title img{
  width: 267px;
  display: block;
  margin:0 auto 90px;
}

.host__title img{
  width: 93px;
  display: block;
  margin:190px auto 90px;
}

.logo1{
  display: block;
  margin:0 auto 95px;
  width: 220px;
}

.logo__row2 div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.logo__row2 div.logo__size1 p{
  width: 25%;
  text-align: center;
  margin: 0;
}


.logo__size2 , .logo__size3{
  border-top: 1px solid #999;
  margin-top: 30px;
  padding-top: 75px;
}

.logo__row2 div.logo__size2 p{
  width: 20%;
  text-align: center;
  margin: 0;
}

.logo__row2 div.logo__size3 p{
  width: 16.66%;
  text-align: center;
  margin: 0;
}

.logo__row2 div.logo__size1 p img ,
.logo__row2 div.logo__size2 p img ,
.logo__row2 div.logo__size3 p img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.logo__row2 img{
  display: block;
  margin-bottom: 55px;
}

.logo2{
  width: 240px;
  max-width: 30%;
}

.logo3{
  width: 220px;
  max-width: 30%;

}

.logo4{
  width: 260px;
  max-width: 30%;
}

.logo5{
  width: 220px;
  max-width: 30%;
}

.logo6{
  width: 240px;
  max-width: 23%;

}

.logo7{
  width: 228px;
  max-width: 23%;

}

.logo8{
  width: 240px;
  max-width: 23%;

}

.logo9{
  width: 196px;
  max-width: 20%;
}

.logo10{
  width: 172px;
}

.logo11{
  width: 188px;
  max-width: 24%;
}

.logo12{
  width: 196px;
  max-width: 25%;
}

.logo13{
  width: 196px;
  max-width: 25%;
}

.logo14{
  width: 132px;
  max-width: 19%;
}

.logo15{
  width: 156px;
  max-width: 18%;
}

.logo16{
  width: 156px;
  max-width: 17%;
}

.logo17{
  width: 140px;
  max-width: 18%;
}

.logo18{
  width: 160px;
}

.logo__flex{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}


.logo19{
  width: 440px;
  display: block;
  max-width: 43%;
  margin-top: -5px;
}

.logo20{
  width: 440px;
  display: block; 
  max-width: 43%;
}

.logo21{
  width: 260px;
  display: block; 
}

.ev__row{
  position: relative;
  width: 100%;
  margin-top: 15vw;
}

.ev__flex{
  display: flex;
  align-items: center;
}

.ev__left{
  width: 50%;
}

.ev__right{
  width: 50%;
  box-sizing: border-box;
  padding-left: 50px;
}

.ev__right img.ev1-2{
  width: 280px;
  display: block;
  margin:0 auto 35px;
}

.ev__right img.ev2-2{
  width: 240px;
  display: block;
  margin:0 auto 35px;
}

.ev__right p{
  margin: 0;
  font-size: 16px;

}

.evleft__img{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}

.event__area h2.mb__half{
  margin:15vw auto 60px;
}

/* .pickup__area{
  margin-top: 15vw;
} */

.pick__title {
  margin:15vw 0 60px;
  text-align: center;
}

.pick__title.type2{
  margin-top: 120px;
}

.pick__title img{
  width: 300px;
  display: block;
  margin:0 auto;
}

.pickup__flex{
  display: flex;
  justify-content:center;
}

.pickup__flex.type2{
  justify-content:space-between;
}

.pickup__flex .pickup__col{
  width: 31.6%;
  letter-spacing: 0;
  margin:0 24px;
}

.pickup__flex.type2 .pickup__col{
  margin: 0;
}

.pickup__flex .pickup__col img{
  width: 100%;
}

.pc__text1{
  margin:20px 0 0;
  font-size: 16px;
}

.pc__text2{
  margin:0 0 10px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 900;
}

.pc__text3{
  margin:0;
  font-size: 16px;
}

.pc__text4{
  margin:0;
  line-height: 1.6;
  font-weight: 900;
  font-size: 16px;
}

.event__area h2.shop__title{
  width: 100%;
  margin:100px 0 55px;
  font-size: 28px;
  font-weight: 900;
  color:#444;
  border-bottom: 1px solid #444;
}

.shop__title2{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 0 50px;
  font-size: 40px;
  font-weight: 900;
  color:#444;
  line-height: 1.5;
}

.shop__title2 .icon1{
  width: 38px;
  margin-right: 15px;
  position: relative;
  top: 3px;
}

.shop__title2 .icon2{
  width: 40px;
  margin-right: 15px;
  position: relative;
  top: 3px;
}

.shop__title2 .icon3{
  width: 41px;
  margin-right: 15px;
  position: relative;
  top: 3px;
}

.shop__title2 .icon5{
  width: 40px;
  margin-right: 15px;
  position: relative;
  top: 3px;
}


.eb__flex.type2{
  margin-top: 110px;
}

.sports__flex{
  display: flex;
  flex-wrap: wrap;
}

.sports__col{
  width: 24%;
  margin-bottom:40px;
}

.sports__col:nth-child(1) ,
.sports__col:nth-child(5) ,
.sports__col:nth-child(9){
  margin-right: 0.75%;
}

.sports__col:nth-child(2) ,
.sports__col:nth-child(6) ,
.sports__col:nth-child(10){
  margin-right: 0.6%;
  margin-left: 0.6%;
  transition-delay: 0.2s;
}

.sports__col:nth-child(3) ,
.sports__col:nth-child(7) ,
.sports__col:nth-child(11){
  margin-right: 0.6%;
  margin-left: 0.6%;
  transition-delay: 0.3s;

}

.sports__col:nth-child(4) ,
.sports__col:nth-child(8) ,
.sports__col:nth-child(12){
  margin-left: 0.75%;
  transition-delay: 0.4s;

}

.sports__col img{
  width: 100%;
}

.sports__col p{
  font-size: 18px;
  font-weight: 900;
  margin:20px 0 10px;
  text-align: center;
}

.tag__flex{
  display: flex;
  align-items: center;
  justify-content: center;
}

.tag__flex p{
  width: 96px;
  margin:0 8px;
  display: block;
  line-height: 1;
}

.nav__fix{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding:10px 0;
  background: white;
  z-index: 99;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}

.nav__fix.show{
  opacity: 1;
  pointer-events: auto;
}

.nav__fix .nav__flex{
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__fix .nav__flex a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 55px;
  text-align: center;
  position: relative;
  font-size: 20px;
  color:#444;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  margin:0 30px;
  padding-bottom: 22px;
  letter-spacing: 0.2em;
}

.nav__fix .nav__flex a:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 6px;
  height: 16px;
  background-image: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ev1-2.center{
  width: 280px;
  display: block;
  margin:0 auto 60px;
}

.sports__col p.shop__name{
  margin:0 0 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop .sports__col{
  background: #FEFEF7;
  box-sizing: border-box;
  padding: 23px 10px;
  margin-bottom: 15px;
}

.shop__title2.mt__plus{
  margin-top: 60px;
}

.ev2-2.center{
  width: 240px;
  display: block;
  margin:100px auto 60px;
}

#menu{
  display: none;
}



































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

  .ev__row{
    margin-top:110px ;
  }

  .mainV__area{
    width: calc( 100% - 120px );
    box-sizing: border-box;
    margin: 60px auto 0;
    height: 51.5vw;
  }

  .mainV__logo{
    width: 50vw;
  }

  .insta__logo{
    right: 15px;
  }

  .scrolldown__img{
    right: -40px;
  }

  footer .wrap{
    padding:0 80px;
  }

  .top__link{
    right: 15px;
  }

  .text__img2 , .text__img3{
    padding: 0 70px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .eb__flex{
    padding:0 70px;
  }

  .concept__area:before{
    width: calc(100% - 100px);
  }

}

#nav{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}


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

  .sp{
    display: block!important;
  }

  .pc{
    display: none!important;
  }

  #menu{
    display: block;
  }

  .sports__col{
    transition-delay: 0.1s!important;
  }

  .info__flex .info__left.last p span{
    letter-spacing: 0.04em;
  }

  .info__flex .info__right.last{
    margin-top: 5px;
    box-sizing: border-box;
    padding-left: 30px;
  }

  .mainV__area{
    margin:20px auto 0;
    width: calc(100% - 40px);
    height: 165vw;
  }

  .text__img2 img{
    width: 95%;
    margin-bottom: -10vw;
    position: relative;
    z-index: 2;
  }

  .text__img3 img{
    width: 90%;
    margin-bottom: -10vw;
    position: relative;
    z-index: 2;
  }

  .eb__flex{
    position: relative;
    z-index: -1;
  }

  .insta__logo{
    right: calc(7vw + 35px);
    top: 20px;
  }

  #menu{
    display: block;
    width: 6vw;
    position: fixed;
    right: 20px;
    top: calc(20px + 1vw);
    z-index: 10;
  }

  body{
    position: relative;
  }

  #nav{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
  }

  #nav .nav__flex{
    padding:20vw 0 ;
  }

  #nav .nav__flex p{
    margin:0 0 30px;
    text-align: center;
  }

  #nav .nav__flex p a{
    display: inline-block;
    position: relative;
    color:#444;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.5;
    padding-bottom: 25px;
  }

  #nav .nav__flex p a:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 8px;
    height: 20px;
    background-image: url(../img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  #nav.show{
    opacity: 1;
    pointer-events: auto;
    z-index: 9;
  }

  #menu img{
    width: 100%;
  }

  .scrolldown__img{
    right: 5px;
  }

  .mainV__logo{
    width: 100%;
  }

  .scrolldown__img{
    width: 3vw;
    bottom: 20vw;
  }

  .insta__logo{
    width: 8vw;
  }

  .concept__area{
    margin-top: 200px;
  }

  .concept__area p{
    line-height: 2.5;
  }

  .text__area{
    padding:130px 0 100px;
  }

  .eb__flex{
    padding:0 50px;
    display: block;
  }

  .text__img2, .text__img3{
    padding:0 50px;
  }

  .eb__flex .eb__left{
    width: 100%;
    padding:0 ;
  }

  .eb__flex .eb__right{
    width: 100%;
    margin-top: 40px;
  }

  .eb__flex .eb__right p{
    line-height: 2.5;
  }

  .info__flex{
    display: block;
  }

  .info__flex .info__left{
    width: 100%;
    margin: 0;
  }

  .info__flex .info__right{
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }

  .info__flex .info__left p{
    text-align: initial;
    text-align-last: initial;
    word-spacing: initial;
    white-space: initial;
  }

  .info__flex .info__right p{
    line-height: 2;
  }

  .info__area:before{
    width: calc(100% - 80px);
  }

  .info__flex .info__left p span{
    letter-spacing: 0.04em;
    display: inline-block;
    margin-left: 3px;
  }

  footer .wrap{
    padding:0 20px;
  }

  .top__link{
    bottom: 30px;
  }

  img{
    max-width: 100%;
  }

  .logo__row2{
    justify-content: space-between;
  }

  .logo19 , .logo20{
    width: 40%;
  }

  .logo__row2 div.logo__size1 p{
    width: 50%;
  }

  .logo__row2 div.logo__size2 p{
    width: 33.33%;
  }

  .logo__row2 div.logo__size3 p{
    width: 25%;
  }

  .logo__row2 div.logo__size1 p img, .logo__row2 div.logo__size2 p img, .logo__row2 div.logo__size3 p img{
    max-width: 92%;
  }

  .logo19, .logo20{
    width: 80%;
    max-width: 440px;
    margin:25px auto;
  }

  .logo__flex{
    flex-wrap: wrap;
  }

  .ev__flex{
    display: block;
  }

  .ev__left{
    display: none;
  }

  .ev__right{
    width: 100%;
    padding:0;
  }

  .evleft__img2{
    display: block;
    width: calc(100% - 60px);
    margin-top: 45px;
  }

  .ev__row{
    margin-top: 80px;
  }

  .pickup__flex{
    display: block;
  }

  .pickup__flex .pickup__col{
    width: 100%;
    margin:0 0 40px;
    display: flex;
  }

  .pickup__flex.type2 .pickup__col{
    margin-bottom: 30px;
  }

  .pickup__img{
    width: 40%;
    position: relative;
    top: 4px;
  }

  .pick__title{
    margin:100px 0 60px ;
    text-align: center;
  }

  .pick__title.type2{
    margin-top: 100px;
  }

  .pickup__area{
    margin-top: 0;
  }

  .pick__title img{
    width: 250px;
  }

  .pickup__text{
    width: 60%;
    box-sizing: border-box;
    padding-left: 20px;
  }

  .pc__text1{
    margin-top: 0;
  }

  .ev1-2.center{
    width: 200px;
  }

  .ev2-2.center{
    width: 190px;
    margin:100px auto 30px;
  }

  .sports__flex{
    justify-content: space-between;
  }

  .shop .sports__col{
    width: 48%;
    margin:0 0 15px!important;
  }

  .sports__col{
    width: 48%;
    margin:0 0 30px!important;
  }

  .sports__col p{
    margin-top: 10px;
  }

  .tag__flex p{
    margin-top: 0!important;
  }

  .event__area, .info__area{
    margin-top: 170px;
  }

  .shop__title2{
    justify-content: inherit;
    position: relative;
  }

  .shop__title2::before{
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 2px;
    background: #444; 
  }

  .shop__title2::after{
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 25px;
    height: 2px;
    background: #444; 
    transition: 0.3s;
  }

  .shop__title2.open::after{
    transform: translateY(-50%) rotate(0deg);
  }

  .slide{
    display: none;
  }

  .shop__title2{
    margin: 0;
    padding:30px 0;
    cursor: pointer;
  }

  .shop__box{
    
    border-bottom: 1px solid #444;
  }

  .shop__title2.mt__plus{
    margin: 0;
  }

  .sports__flex{
    padding-bottom: 30px;
  }

  .shop__title2{
    font-size: 32px;
  }

  .shop__title2 .icon1{
    width: 30px;
  }

  .shop__title2 .icon2{
    width: 32px;
  }

  .shop__title2 .icon3{
    width: 33px;
  }

  .shop__title2 .icon5{
    width: 32px;
  }

  .type2.eb__flex .eb__right p{
    font-size: 15px;
    line-height: 1.8;
  }

  .type2.eb__flex .eb__left img{
    width: 70%;
    display: block;
    margin:0 auto;
  }

  .nav__fix{
    display: none!important;
  }

  .nav__logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    width: 90%;
    display: block;
  }





} 

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

  .scrolldown__img{
    bottom: 29vw;
  }

  .concept__area p{
    font-size: 14px;
  }

  .wrap{
    padding:0 20px;
  }

  .text__area{
    padding:100px 0 75px;
  }

  .concept__area:before{
    width: calc(100% - 50px);
  }

  .event__area, .info__area{
    margin-top: 150px;
  }

  .event__area h2{
    width: 92px;
    margin-bottom: 80px;
  }

  .num1 img{
    width: 85%;
  }

  .text__img2, .text__img3 , .eb__flex{
    padding:0 20px;
  }

  .text__img2, .text__img3{
    margin-top: 50px;
  }

  .text__img2 img , .text__img3 img{
    margin-bottom: -15vw;
  }

  .eb__flex .eb__right{
    margin-top: 30px;
  }

  .eb__flex .eb__right p{
    font-size: 14px;
  }

  .info__title{
    width: 220px;
  }

  .info__flex{
    margin-top: 50px;
  }

  .info__flex .info__left p{
    font-size: 14px;
  }

  .info__flex .info__right p{
    font-size: 14px;
  }

  .info__flex .info__right.last{
    padding-left: 20px;
  }

  .info__right iframe{
    height: 280px;
  }

  .info__flex{
    padding-bottom: 0;
  }

  footer{
    margin-top: 170px;
    padding-bottom: 20px;
  }

  .footer__logo img{
    width: 220px;
    display: block;
    margin:0 auto;
  }

  .copyright{
    width: 250px;
    margin-top: 75px;
  }

  .footer__logo{
    padding-top: 70px;
  }

  .concept__area h2{
    width: 130px;
  }

  .event__box:before{
    left: 0;
    width: 100%;
    top: 50px;
    height: calc(100% - 350px);
  }

  .info__area:before{
    width: calc(100% - 55px);
  }

  .info__flex .info__right{
    margin-bottom: 18px;
  }

  .info__flex{
    padding-bottom: 10px;
  }

  .error__page h2{
    font-size: 30px;
    margin:100px 0 30px;
  }

  .error__page p{
    font-size: 16px;
  }

  .sponsor__title img{
    width: 220px;
  }

  .logo1{
    width: 170px;
    margin-bottom: 65px;
  }

  .logo__row2 img{
    margin-bottom: 45px;
  }

  .host__title img{
    width: 80px;
    margin:120px auto 65px;
  }

  .logo__flex{
    justify-content: center;
  }

  .logo19, .logo20{
    width: 80%;
    margin:15px auto;
  }

  .logo10{
    width: 70px;
  }

  .logo__row2 div.logo__size1 p img, .logo__row2 div.logo__size2 p img, .logo__row2 div.logo__size3 p img{
    max-width: 90%;
  }


  .logo__flex{
    flex-wrap: wrap;
  }

  .logo__size2, .logo__size3{
    margin-top: 20px;
    padding-top: 50px;
  }

  .logo__row2 img{
    margin-bottom: 30px;
  }

  .ev__right img.ev1-2{
    width: 200px;
  }

  .ev__right p{
    font-size: 15px;
  }

  .evleft__img2{
    width: calc(100% - 40px);
  }

  .ev__right img.ev2-2{
    width: 190px;
  }

  .pickup__img{
    width: 38%;
  }

  .pickup__text{
    width: 62%;
  }

  .pc__text1{
    font-size: 14px;
  }

  .pc__text2{
    font-size: 15px;
  }

  .pc__text3{
    font-size: 13px;
  }

  .pc__text4{
    font-size: 13px;
  }

  .event__area h2.shop__title{
    font-size: 22px;
  }

  .ev1-2.center{
    width: 160px;
  }

  .shop__title2{
    font-size: 26px;
  }

  .shop__title2 .icon1{
    width: 24px;
    top: 2px;
  }

  .shop__title2 .icon2{
    width: 26px;
    top: 2px;
  }

  .shop__title2 .icon3{
    width: 25px;
    top: 2px;
  }

  .shop__title2::after{
    width: 18px;
  }

  .shop__title2::before{
    width: 18px;
  }

  .ev2-2.center{
    width: 160px;
  }

  .shop__title2 .icon5{
    width: 26px;
    top: 0;
  }

  .sports__col p.shop__name{
    font-size: 14px;
  }

  .tag__flex p{
    width: 47%;
    margin: 0;
  }

  .tag__flex{
    justify-content: space-between;
  }

  .shop .sports__col{
    padding:20px 10px;
  }

  .eb__flex.type2{
    margin-top: 80px;
    padding:0;
  }

  .sports__col p{
    font-size: 16px;
  }

  .event__area, .info__area{
    margin-top: 120px;
  }

  #menu{
    width: 6.5vw;
  }

  #nav .nav__flex{
    padding-top: 100px;
    padding-bottom: 0;
  }

  #nav .nav__flex p a{
    font-size: 24px;
    padding-bottom: 20px;
  }

  #nav .nav__flex p a:after{
    width: 6px;
    height: 16px;
  }

  .pick__title{
    margin-bottom: 40px;
  }

  .pick__title img{
    width: 150px;
  }

  .sports__col p{
    margin-top: 5px;
  }

  .nav__logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:inherit;
    top: 500px;
    width: 90%;
    display: block;
  }


}






