/*
faq
 _________________________________________________________*/
.faq {
  padding-bottom: 80px;
  background: url(../img/page_bg_orange_pc.gif) center top #ffb400;
}

.faq-attention,
.faq-qa,
.faq-cosplay {
  background: #fff2bb;
  padding: 35px;
  margin-bottom: 80px;
}

.faq-title {
  text-align: center;
  color: #ff3060;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 15px;
}

.faq-attention__list {
  background: #fff;
  border-radius: 8px;
  padding: 15px 40px;
}

.faq-attention__list li {
  position: relative;
  text-indent: -10px;
  margin: 15px 0;
}
.faq-attention__list li:before {
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #bb2800;
  position: relative;
}

.qa-unit {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 16px;
}
.qa-unit .qa-unit__title {
  background: url(../img/qa_q.gif) no-repeat left top;
  color: #0068dd;
  font-weight: bold;
  padding: 5px 0 0 52px;
  min-height: 38px;
}
.qa-unit .qa-unit__text {
  margin-top: 10px;
}
.qa-unit .qa-unit__text h5 {
  background: url(../img/qa_a.gif) no-repeat left top;
  color: #dd4039;
  font-weight: bold;
  padding: 5px 0 0 52px;
  min-height: 38px;
}
.qa-unit .qa-unit__text p {
  padding-left: 52px;
}

.cosplay-unit {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 16px;
}

.cosplay-link {
  min-height: 1px;
  margin: 0 -0.5% 15px -0.5%;
}
.cosplay-link:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cosplay-link li {
  display: block;
  width: 19%;
  margin: .5%;
  float: left;
}
.cosplay-link a {
  display: block;
  border-radius: 3px;
  background: #fff;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  color: #0064e0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.cosplay-link a:hover {
  color: #fff;
  background: #0064e0;
}

.cosplay-unit__title {
  background: #ffb400;
  color: #fff;
  padding: 10px;
  margin-bottom: 15px;
  font-weight: bold;
  border-radius: 3px;
}

.cosplay-unit__text {
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .faq {
    background: #fff2bb;
    padding-bottom: 20px;
  }

  .faq-attention,
  .faq-qa,
  .faq-cosplay {
    padding: 0 7px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .faq-title {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .faq-attention__list {
    background: none;
    border-radius: 8px;
    padding: 0;
  }

  .faq-attention__list li {
    background: #fff;
    position: relative;
    text-indent: 0;
    margin: 10px 0;
    padding: 5px;
    font-size: 13px;
  }
  .faq-attention__list li:before {
    display: none;
  }

  .qa-unit {
    background: #fff;
    padding: 5px;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .qa-unit .qa-unit__title {
    background: url(../img/qa_q.gif) no-repeat 0 2px;
    background-size: 21px 19px;
    padding: 0px 0 0 25px;
    min-height: 21px;
  }
  .qa-unit .qa-unit__text {
    margin-top: 10px;
  }
  .qa-unit .qa-unit__text h5 {
    background: url(../img/qa_a.gif) no-repeat 0 2px;
    background-size: 21px 19px;
    padding: 0px 0 0 25px;
    min-height: 38px;
  }
  .qa-unit .qa-unit__text p {
    padding-left: 25px;
  }

  .cosplay-unit {
    background: #fff;
    padding: 5px;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .cosplay-unit__title {
    padding: 5px;
    margin-bottom: 10px;
  }

  .cosplay-link {
    min-height: 1px;
    margin: 10px -0.5%;
  }
  .cosplay-link:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .cosplay-link li {
    display: block;
    width: 49%;
    margin: .5%;
    float: left;
  }
  .cosplay-link a {
    display: block;
    border-radius: 3px;
    background: #fff;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    color: #0064e0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .cosplay-link a:hover {
    color: #fff;
    background: #0064e0;
  }
}
/*
about
 _________________________________________________________*/
.about-mainphoto {
  height: 204px;
  background: url(../img/about_mainphoto_pc.jpg) top center;
}

.about-text {
  background: url(../img/about_text_bg_pc.gif) top center #fff;
  padding: 30px;
  text-align: center;
  font-size: 20px;
}
.about-text p {
  margin: 15px 0;
}

.about-pv {
  background: #ffd929;
  text-align: center;
  padding-bottom: 30px;
}

.about-pv__movie {
  background: #000;
  border-radius: 5px;
  width: 706px;
  height: 407px;
  margin: 0px auto 30px auto;
  padding: 30px;
}

.about-pv__oldyear a:hover {
  opacity: 0.7;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media only screen and (max-width: 640px) {
  .about-mainphoto {
    height: auto;
    background: none;
  }

  .about-text {
    background: url(../img/about_text_bg_sp.jpg) bottom center no-repeat #fff;
    background-size: 100%;
    padding: 15px;
    text-align: left;
    font-size: 14px;
  }
  .about-text p {
    margin: 10px 0;
  }

  .about-pv__movie {
    width: 100%;
    height: auto;
    margin: 0px auto 10px auto;
    padding: 10px;
  }
}
/*
cast
 _________________________________________________________*/
.cast {
  background: url(../img/bg_cast_pc.gif) center top #fff;
  padding: 40px 0 0 0;
}
.cast:after {
  content: '';
  display: block;
  height: 76px;
  width: 100%;
  background: url(../img/bg_cast_machi.png) bottom repeat-x;
}

.cast-text {
  color: #666666;
  width: 963px;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 50px;
}

.cast-text__title {
  color: #ff3060;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .cast {
    background-image: none;
    padding: 20px 0 0 0;
  }
  .cast:after {
    content: '';
    display: block;
    height: 38px;
    width: 100%;
    background: url(../img/bg_cast_machi.png) bottom repeat-x;
    background-size: 209px 38px;
  }

  .cast-text {
    width: 96%;
    margin: 0px auto;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .cast-text__title {
    font-size: 14px;
  }
}
/*
collection
 _________________________________________________________*/
.collection {
  width: 964px;
  margin: 0px auto;
  position: relative;
  top: -90px;
  background: #fff;
}

.collection-header {
  background: url(../img/collection_header_bg_pc.jpg);
  height: 667px;
  position: relative;
}

.collection-header__title {
  display: none;
}

.collection-header__link {
  width: 100%;
  height: 347px;
  bottom: 17px;
  position: absolute;
}
.collection-header__link li {
  position: absolute;
  width: 210px;
  height: 220px;
}
.collection-header__link li a img:hover {
  opacity: 1;
}
.collection-header__link .link-karaoke {
  top: 0;
  left: 10px;
}
.collection-header__link .link-symbol {
  top: 126px;
  left: 201px;
}
.collection-header__link .link-vr {
  top: 0;
  left: 386px;
}
.collection-header__link .link-omiyage {
  top: 126px;
  right: 192px;
}
.collection-header__link .link-jinja {
  top: 0;
  right: 10px;
}

.collection-sponsor {
  width: 100%;
  height: 107px;
  background: url(../img/collection_sponsor_pc.jpg);
}
.collection-sponsor ul {
  padding: 20px;
  text-align: center;
}
.collection-sponsor li {
  display: inline-block;
}

.collection-movie {
  margin: 6px;
  padding: 6px 0;
  background: #fff;
  background: url(../img/colleciton_bg_top.jpg);
}

.collection-movie-inner {
  background: url(../img/collection_bg_repeat.jpg);
  padding: 0 5px;
}

.collection-movie__list {
  background: #fff;
  text-align: center;
  padding: 30px 10px;
}

.colleciton-movie__item {
  width: 440px;
  margin: 0px 10px;
  float: left;
}
.colleciton-movie__item .title {
  background: #ea007e;
  color: #fff;
  padding: 5px;
  border-radius: 3px 3px 0 0;
}

.colleciton-movie__item.is_full {
  float: none;
  margin: 0 auto 20px auto;
}

@media only screen and (max-width: 640px) {
  .collection {
    width: 100%;
    margin: 0px auto;
    position: static;
    top: 0;
  }

  .collection-header {
    background: none;
    height: auto;
    position: relative;
  }

  .collection-sponsor {
    width: 100%;
    height: auto;
    background: url(../img/collection_sponsor_sp.jpg);
    background-size: 100%;
    padding: 3px 1%;
  }
  .collection-sponsor ul {
    padding: 20px;
    text-align: center;
    min-height: 1px;
    background: #fff;
  }
  .collection-sponsor ul:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .collection-sponsor li {
    width: 48%;
    float: left;
    vertical-align: middle;
    display: block;
  }
  .collection-sponsor li img {
    max-width: 100%;
  }

  .collection-movie {
    background: url(../img/colleciton_bg_top.jpg);
    background-size: 450px 3px;
    padding: 5px 0;
    margin: 0;
  }

  .collection-movie-inner {
    background: url(../img/collection_bg_repeat.jpg);
    background-size: 5px 79px;
    padding: 0 5px;
  }

  .collection-movie__list {
    background: #fff;
    text-align: center;
    padding: 10px;
  }

  .colleciton-movie__item {
    width: 100%;
    margin: 10px auto 10px auto;
  }
  .colleciton-movie__item .title {
    background: #ea007e;
    color: #fff;
    padding: 5px;
    border-radius: 3px 3px 0 0;
  }

  .colleciton-movie__item.is_full {
    float: none;
    margin: 0 auto 20px auto;
  }
}
