
/*/////////////////////////////
fixedUi
/////////////////////////////*/
.fixedUi .buy a {
  font-size: 20px;
  padding: 45px 0;
  line-height: 120%;
  font-weight: bold;
}

/*/////////////////////////////
MC
/////////////////////////////*/

.artistsBlock section .mc{
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top:20px;
  vertical-align: middle;
  -webkit-transition: opacity 0.4s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.artistsBlock section .mc .cap {
  width: 100px;
}
.artistsBlock section .mc .text {
  color: #fff;
  padding-left: 10px;
  text-align: left;
}
.artistsBlock section .mc .text p {
  font-size: 12px;
  line-height: 1.333;
}
.artistsBlock section .mc .text p b {
  font-weight: bold;
}
.artistsBlock section .mc .text p small {
  font-size: 10px;
}

/*/////////////////////////////
FOOD
/////////////////////////////*/
.foodContent {
  background: #fff;
  padding: 85px 0 65px;
}
.foodContent .hdgAc {
  font-size: 26px;
}
.foodContent .foodBody {
  max-width: 740px;
  margin: 30px auto 0;
}
.foodContent .foodBody .specialLogo {
  max-width: 300px;
  margin: 0 auto 3em;
}
.foodContent .foodBody b {
  font-weight: bold;
}
.foodContent .foodBody em {
  text-decoration: underline;
}
.foodContent .foodBody p {
  line-height: 2.1;
  margin-top: 1.5em;
}
.foodContent .foodBody p:first-child {
  margin-top: 0;
}
.foodContent .foodBody p.ar {
  text-align: right;
}
.foodContent .foodBody .btn {
  line-height: 1.5;
  max-width: 320px;
  margin: 1.5em auto;
}
.foodContent .foodBody .btn a {
  color: #e61e78;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 2px;
  border: #e61e78 2px solid;
  padding: 10px 0;
}
.foodContent .foodBody h3 {
  font-size: 16px;
  margin-top: 4em;
  text-align: center;
}
.foodContent .foodBody h3 + * {
  margin-top: 1em;
}
.foodContent .foodBody h4 {
  font-size: 15px;
  margin-top: 2em;
  font-weight: normal;
}
.foodContent .foodBody h4:before {
  content: "■";
  display: inline-block;
}
.foodContent .foodBody h4 + * {
  margin-top: .5em;
}
.foodContent .foodBody ul{
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.foodContent .foodBody .food_image_list li{
  box-sizing: border-box;
  width: 33.33333%;
  padding: 0 0.98039%;
  margin-top:2em;
}
.foodContent .foodBody .food_image_list li:nth-child(3) img{
  margin-bottom:0.5em;
}
.foodContent .foodBody .food_image_list li span{
  font-size:11px;
}

/*/////////////////////////////
presented
/////////////////////////////*/

.footer .top .presented dd .logo.nakabayashi {
  width: 11.26563%;
  max-width: 157px;
}

.footer .top .presented dd .logo.sstv {
  vertical-align: bottom;
}

.footer .top .presented dd .logo.livedam {
  width: 16.23438%;
  max-width: 136px;
}
.footer .top .presented dd .logo.gyao {
  width: 5.3%;
  max-width: 109px;
}



@media (max-width: 768px) {
  /*/////////////////////////////
  fixedUi
  /////////////////////////////*/
  .fixedUi .buy a {
    font-size: 16px;
    padding:0;
    line-height: 50px;
    font-weight: bold;
  }

  /*/////////////////////////////
  MC
  /////////////////////////////*/

  .artistsBlock section .mc .cap {
    width: 80px;
  }

  /*/////////////////////////////
  FOOD
  /////////////////////////////*/
  .foodContent {
    background: #fff;
    padding: 35px 0 25px;
  }
  .foodContent .hdgAc {
    font-size: 4.8vw;
  }
  .foodContent .foodBody {
    margin: 30px 0 0;
    padding: 0 5.6338%;
  }
  .foodContent .foodBody .food_image_list li{
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin:5px 0;
  }

  /*/////////////////////////////
  presented
  /////////////////////////////*/
  .footer .top .presented.sponser dd .logo.nakabayashi{
    width: 50%;
    max-width: none;
  }
  .footer .top .presented.sponser dd .logo.nakabayashi a {
    width: 32.333333vw;
  }
  .footer .top .presented dd .logo.sstv {
    vertical-align: bottom;
  }
  .footer .top .presented.sponser dd .logo.gyao a {
    width: 40%;
    max-width: 130px;
  }
}
