body{
  color:#333333;
  line-height: 1.5;
}
img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover{
  opacity: 0.7;
}
.flex{
  display: -webkit-flex;
  display: flex;
}
.inner{
  width: 100%;
}
.nav ul li{
  list-style: none;
}
@media (min-width:768px){
  .nav{
    margin-bottom: -30px;
    background: #e4007f;
    position: sticky;
    top:0;
    z-index: 1000;
  }
  .nav ul{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1;
  }
  .nav ul li:not(:last-child):after{
    content:"/";
    color: #fff;
    font-size: 22px;
  }
  .nav ul li a{
    display: inline-block;
    padding:0 1.25em;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.06em;
    text-decoration: none;
    line-height: 1.0;
  }
}
@media (max-width:767px){
  .nav{
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 10.416666vw;
    background: rgba(229,0,127,0.8);
    position: fixed;
    top:0;
    left:0;
    z-index: 50;
  }
  .nav ul li a{
    display: block;
    padding: 3.90625vw 2.6vw;
    color: #fff;
    font-size: 5.2vw;
    letter-spacing: 0.02em;
    text-decoration: none;
    line-height: 1.0;
  }
  #menu,
  #close{
    width: 5.2vw;
    height: 5.859375vw;
    position: fixed;
    top:2.6vw;
    right:2.6vw;
  }
  #menu{
    background: url("../img/menu.png") no-repeat center/contain;
    z-index:10;
  }
  #close{
    background: url("../img/menu_close.png") no-repeat center/contain;
    z-index: 100;
  }
}

#main .lead{
  padding: 40px;
  background: url("../img/bg_lead.png") no-repeat left center/100% 100%;
}
#main .lead p{
  max-width: 1200px;
  margin: 0 auto;
  color: #212323;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#contents{
  background: url("../img/bg.jpg") no-repeat center bottom/cover;
}
@media (max-width:767px){
  #contents{
    background: url("../img/bg_sp.jpg") no-repeat center bottom/cover;
  }
  #main .lead{
    padding: 5.2vw 2.6vw;
  }
  #main .lead p{
    max-width: inherit;
    font-size: 2.864583vw;
  }
}
#comment{
  padding-top: 80px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  background: url("../img/bg_comment.jpg") no-repeat center bottom/cover;
}
#comment .box{
  max-width: 1084px;
  margin: 0 auto;
  padding: 40px 56px;
  background: rgba(255,255,255,0.7);
  box-shadow: 0px 0px 7px #f954bc;
  border:2px solid #fd8593;
}
#comment .box h2{
  margin-bottom:30px;
}
#comment .box h3{
  margin-bottom:15px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.36;
}
#comment .box h3 span{
  font-size:16px;
}
#comment .box .flex{
  justify-content: space-between;
}
#comment .box .flex div{
  width: 45.20295203%;
  max-width: 490px;
}
#comment .box .flex ul li{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 120px;
  list-style-type: none;
  font-size:18px;
  letter-spacing: 0.16em;
  line-height: 1.5;
  position: relative;
}
#comment .box .flex ul li:not(:last-child){
  background:url("../img/line.png") repeat-x left bottom;
}
#comment .box .flex ul li span{
  font-size:16px;
}
#comment .box .flex ul li .btn{
  position: absolute;
  right:0;
  top:50%;
  transform: translateY(-50%);
}
@media (max-width:767px){
  #comment{
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
    padding-left: 2.6vw;
    padding-right: 2.6vw;
    background: url("../img/bg_comment_sp.jpg") no-repeat center bottom/contain;
  }
  #comment .box h2{
    margin-bottom: 3.90625vw;
  }
  #comment .box h2 img{
    display: inline-block;
    height:4.6875vw;
  }
  #comment .box{
    max-width: inherit;
    margin: 0 auto;
    padding: 5.2vw 3.90625vw;
  }
  #comment .box h3{
    margin-top:3.90625vw;
    margin-bottom:3.90625vw;
    font-size: 2.864583vw;
  }
  #comment .box h3 span{
    font-size: 2.083333vw;
  }
  #comment .box .flex{
    flex-direction: column;
  }
  #comment .box .flex div{
    width:auto;
    max-width: inherit;
  }
  #comment .box .flex ul li{
    padding-top: 2.6vw;
    padding-bottom: 2.6vw;
    padding-right: 15.625vw;
    list-style-type: none;
    font-size: 2.34375vw;
  }
  #comment .box .flex ul li span{
    font-size: 2.083333vw;
  }
  #comment .box .flex ul li .btn img{
    display: inline-block;
    width: auto;
    height: 4.6875vw;
  }
}

#movie,
#goods,
#race,
#sponsor{
  max-width: 1200px;
  margin: 80px auto 0;
  padding-left: 20px;
  padding-right: 20px;
}
#movie .inner,
#goods .inner{
  width: calc(100% - 72px);
  padding: 36px;
  background: #fff;
  border: 2px solid #fd8593;
  box-shadow: 0px 0px 7px #f954bc inset;
}
@media (max-width:767px){
  #movie,
  #goods,
  #race,
  #sponsor{
    max-width: inherit;
    margin: 10.416666vw auto 0;
    padding-left: 2.6vw;
    padding-right: 2.6vw;
  }
  #movie .inner,
  #goods .inner{
    width: calc(100% - 10.4vw);
    padding: 5.2vw;
  }
}

#movie h3{
  max-width:900px;
  margin: 18px auto;
}
#movie .flex .col{
  width: 50%;
}
#movie .video{
  width: 100%;
  max-width: 450px;
  margin: 0 auto 36px;
}
#movie .video iframe{
  width:100%;
}
#movie .dummy{
  width: 100%;
  max-width: 900px;
  height: 480px;
  margin: 0 auto 36px;
  background: #ccc;
}
@media (max-width:767px){
  #movie .flex{
    display: block;
  }
  #movie .flex .col{
    width:100%;
  }
  #movie .video{
    max-width: 69.661453vw;
    height: 36.458333vw;
    margin: 0 auto 2.6vw;
  }
  #movie h3{
    width:100%;
    max-width: 69.661453vw;
    margin: 0 auto 2.6vw;
  }
  #movie h3 img{
    max-width: inherit;
    max-height: 100%;
    height: 3.3854166vw;
  }
  #movie .video iframe{
    width:100%;
    max-width: 69.661453vw;
    height: 36.458333vw;
  }
  #movie .dummy{
    max-width: 69.661453vw;
    height: 36.458333vw;
    margin: 0 auto 2.6vw;
  }
}

#goods{
}
#goods .flex{
  justify-content: space-between;
  justify-content: space-evenly;
  justify-content: space-around;
  flex-wrap: wrap;
}
#goods .flex .item{
  width: 22.60638298%;
  max-width:255px;
  margin-bottom: 40px;
}
#goods .flex .item a{
  display: block;
  color: #333;
  text-decoration: none;
}
#goods .flex .item a:hover{
  color:#00a7ac;
  opacity: 0.7;
}
#goods .flex .item dl dt{
  margin-top: calc(20px - 0.25em);
  margin-bottom: calc(10px - 0.25em);
  font-size:22px;
  font-weight: 600;
}
#goods .flex .item dl dd{
  font-size:18px;
}
#goods .flex .item dl dd.caution{
  font-size:12px;
}
@media (max-width:767px){
  #goods .flex .item{
    width: 38.411458vw;
    max-width: inherit;
    margin-bottom: 5.2vw;
  }
  #goods .flex .item dl dt{
    margin-top: calc(2.6vw - 0.25em);
    margin-bottom: calc(1.333vw - 0.25em);
    font-size: 3.645833vw;
  }
  #goods .flex .item dl dd{
    font-size: 2.864583vw;
  }
  #goods .flex .item dl dd.caution{
    font-size: 2.285714vw;
  }
}

#race .inner{
  background: #fff url("../img/bg_race.jpg") no-repeat right center/cover;
}
#race .flex{
  justify-content: space-between;
  padding:40px 3%;
}
#race .flex ul{
  width: 43%;
  max-width:470px;
  margin: 0 2%;
  padding: 20px 25px;
  background:rgba(255,255,255,0.85);
  border:2px solid #cccccc;
}
#race .flex ul li{
  list-style-type: none;
}
#race .flex ul li:not(:last-child){
  margin-bottom: 20px;
}
#race .flex ul li a{
  display: block;
  padding: 0 18px;
  color:#fff;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-decoration: none;
  background: rgb(251,145,185);
  background: -moz-linear-gradient(left,  rgba(251,145,185,1) 0%, rgba(246,175,99,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(251,145,185,1) 0%,rgba(246,175,99,1) 100%);
  background: linear-gradient(to right,  rgba(251,145,185,1) 0%,rgba(246,175,99,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb91b9', endColorstr='#f6af63',GradientType=1 );
}
@media (max-width:767px){
  #race .inner{
    background: #fff url("../img/bg_race_sp.jpg") no-repeat center bottom/contain;
    border: 2px solid #fd8593;
    box-shadow: 0px 0px 7px #f954bc inset;
  }
  #race .flex{
    padding: 5.2vw 3.90625vw;
  }
  #race .flex ul{
    width: 35.677083vw;
    max-width: inherit;
    margin: 0;
    padding: 2.6vw;
  }
  #race .flex ul li:not(:last-child){
    margin-bottom: 2.6vw;
  }
  #race .flex ul li a{
    padding: 0 2.0833333vw;
    font-size: 3.38541vw;
    line-height: 5.2vw;
  }
}

#sponsor h2{
  margin-bottom: 20px;
}
#sponsor h3{
  margin-bottom: 20px;
}
#sponsor ul{
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
#sponsor ul li{
  width: 23.75%;
  max-width: 285px;
  margin-top: 20px;
  list-style-type: none;
}
#sponsor ul li a:hover{
  opacity: 0.85;
}
#sponsor ul.short{
  justify-content: flex-start;
}
#sponsor ul.short li{
  width: 18.666666667%;
  max-width: 224px;
}
#sponsor ul.short li:not(:first-child){
  margin-left: 20px;
}
@media (max-width:767px){
  #sponsor h2{
    margin-bottom: 6.5vw;
  }
  #sponsor h3{
    width: 7.03125vw;
    margin-bottom: 2.6vw;
  }
  #sponsor ul{
    padding-bottom: 5.2vw;
  }
  #sponsor ul li{
    width: 22.135416vw;
    max-width: inherit;
    margin-top: 2.6vw;
  }
  #sponsor ul.short{
    justify-content: space-between;
  }
  #sponsor ul.short li{
    width: 22.135416vw;
    max-width: inherit;
  }
  #sponsor ul.short li:not(:first-child){
    margin-left: 0;
  }
}

footer{
  margin-top: 450px;
  background: #383c3e;
}
footer .inner{
  padding: 40px 0;
  color:#909191;
  font-size: 12px;
  text-align: center;
}
footer .copy{
  margin-bottom: 26px;
  color:#fff;
}
footer p:last-child{
  margin-top: 70px;
}
#pagetop{
  display: none;
  position: fixed;
  right:40px;
  bottom:40px;
  cursor: pointer;
}
@media (max-width:767px){
  footer{
    margin-top: 113.28125vw;
  }
  footer .inner{
    width: auto;
    padding: 7.8125vw 2.6vw;
    line-height: 1.666;
  }
  footer .copy{
    margin-bottom: 7.8125vw;
  }
  footer p:last-child{
    margin-top: 9vw;
  }
  #pagetop{
    width:14.322916vw;
    height:14.322916vw;
    right: 2.6vw;
    bottom: 5.2vw;
  }
}

#win{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  background: rgba(229,0,127,0.8);
  z-index: 50;
}
#win #prev,
#win #next{
  width:21px;
  height:26px;
  position: fixed;
  top:50%;
  left:50%;
  cursor: pointer;
}
#win #prev{
  transform: translate(-411px,-50%);
  background: url("../img/arrow_prev.png") no-repeat;
}
#win #next{
  transform: translate(389px,-50%);
  background: url("../img/arrow_next.png") no-repeat;
}
.win{
  width:620px;
  min-height: 350px;
  padding: 60px;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: 100;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.win.active{
  opacity:1;
  z-index:1;
}
.win:not(.active){
  opacity:0;
  z-index:0;
}
.win .flex{
  justify-content: space-between;
}
.win .photo{
  width: 230px;
  font-size: 14px;
  text-align: center;
}
.win .photo img{
  display: inline-block;
  margin-bottom: 10px;
}
.win .photo span{
  display: inline-block;
  font-size: 10px;
  line-height: 1.5;
}
.win .txt{
  width: 360px;
  height: 410px;
  overflow-y: auto;
}
.win .txt p{
  font-size: 14px;
  line-height: 1.857;
}
.win .txt p+p{
  border-top: 1px solid #ccc;
  margin-top: 1em;
  padding-top: 1em;
}
.win .close{
  width: 30px;
  height: 30px;
  background: url("../img/close.png") no-repeat center/contain;
  cursor: pointer;
  position: absolute;
  top:20px;
  right: 20px;
}
@media (max-width:767px){
  #win #prev,
  #win #next{
    width:21px;
    height:26px;
    position: fixed;
    top:50%;
    left:auto;
    cursor: pointer;
  }
  #win #prev{
    transform: translate(0,-50%);
    background: url("../img/arrow_prev.png") no-repeat;
    left:2vw;
  }
  #win #next{
    transform: translate(0,-50%);
    background: url("../img/arrow_next.png") no-repeat;
    right:2vw;
  }
  .win{
    width:76vw;
    height: auto;
    padding: 7.8125vw 2.6vw;
  }
  .win .flex{
    flex-direction: column;
  }
  .win .photo{
    width: 62.5vw;
    margin: 0 auto 2.6vw;
    font-size: 3.645833vw;
    text-align: center;
  }
  .win .photo img{
    display: inline-block;
    width: 39.0625vw;
    margin-bottom: 2.6vw;
  }
  .win .photo span{
    display: inline-block;
    font-size: 2.6vw;
    line-height: 1.5;
  }
  .win .txt{
    width: 62.5vw;
    min-height: 50vw;
    max-height: 65vw;
    margin: 0 auto;
    overflow-y: auto;
  }
  .win .txt p{
    font-size: 3.645833vw;
    line-height: 1.857;
  }
  .win .close{
    width: 5.2vw;
    height: 5.2vw;
    background: url("../img/close.png") no-repeat center/contain;
    cursor: pointer;
    position: absolute;
    top:2.6vw;
    right: 2.6vw;
  }
}
