@charset "utf-8";

main {
  line-height: 1.55;
}
/*nav {
}
nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -4px 14px;
}
nav li a {
  display: block;
  width: 186px;
  height: 62px;
  background: 0 0 no-repeat;
}
nav li a img {
  display: block;
  width: 186px;
  height: 62px;
  background: 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
nav li a img:hover {
  opacity: 1;
}
nav .present,
nav .present img {
  background-image: url(../img/navi_present.png);
}
nav .goods,
nav .goods img {
  background-image: url(../img/navi_goods.png);
}
nav .menu,
nav .menu img {
  background-image: url(../img/navi_menu.png);
}
nav .ticket,
nav .ticket img {
  background-image: url(../img/navi_ticket.png);
}
nav .campaign,
nav .campaign img {
  background-image: url(../img/navi_campaign.png);
}*/
#goods {
  background: #fff url(../img/img04.png) 96% 38px no-repeat;
}
.img01 {
  text-align: center;
}
#menu span {
  display: inline-block;
  margin: -2px 0 0;
  font-size: 14px;
  color: #666;
}
.goods_btn {
  position: relative;
  top: -10px;
  left: 16px;
  display: block;
  width: 960px;
  height: 142px;
  margin: 0 0 16px;
  background: url(../img/btn_goods_info.png) 0 0 no-repeat;
}
.goods_btn img {
  display: block;
  width: 960px;
  height: 142px;
  background: url(../img/btn_goods_info.png) 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.goods_btn:hover img {
  opacity: 1;
}

table {
  width: 100%;
  margin: 0 auto 16px;
}
table th,table td {
  padding: 12px;
  border-bottom: 6px solid #fff;
}
table th {
  width: 120px;
  background: #bb8532;
  color: #fff;
  text-align: left;
  vertical-align: top;
}
table td {
}
table td.casts {
  text-align: center;
}
table td.casts img {
  display: inline-block;
  margin: 0 0 -8px;
}
#goods p {
  font-size: 41rem;
  padding: 10px 0 110px 10px;
}
#outline .img03 {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 10;
}
.ticket_buy {
  display: block;
  margin: 12px 0 0 8px;
  display: block;
  width: 385px;
  height: 102px;
  background: url(../img/btn_ticket_buy.png) 0 0 no-repeat;
}
.ticket_buy img {
  display: block;
  width: 385px;
  height: 102px;
  background: url(../img/btn_ticket_buy.png) 0 100% no-repeat;
  opacity: 0;
}
.ticket_buy:hover img {
  opacity: 1;
}
.enquete {
  display: block;
  margin: 12px 0 0 8px;
  display: block;
  width: 449px;
  height: 94px;
  background: url(../img/btn_enquete.png) 0 0 no-repeat;
}
.enquete img {
  display: block;
  width: 449px;
  height: 94px;
  background: url(../img/btn_enquete.png) 0 100% no-repeat;
  opacity: 0;
}
.enquete:hover img {
  opacity: 1;
}
.tweet_wrap {
  width: 500px;
  margin: 10px auto 50px;
}
.end_msg {
  padding: 0.7em 0 0.3em;
  text-align: center;
  font-size: 32rem;
  color: #ff2a48;
}
.camp_outline {
  width: 680px;
  border: 2px solid #ffc663;
  padding: 10px 14px;
  margin: 0 auto 10px;
  background: #fffae5;
}
.camp_outline dt {
  margin: 0 0 2px;
  font-size: 22px;
  text-align: center;
  color: #ff2a48;
}
.camp_outline dd {
  margin: 0;
}
.camp_outline dd li {
  padding: 0 0 0 5.2em;
  text-indent: -5.2em;
}
.caution li {
  margin: 0 0 2px;
  padding-left: 1em;
  text-indent: -1em;
}
main strong {
  display: inline-block;
  font-size: 22rem;
  margin: 0 0 2px;
}

/* 物販情報 */
.goods {
  clear: both;
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.goods li {
  position: relative;
  float: left;
  width: 50%;
  margin: 0 0 20px;
}
.goods li a:hover {
  opacity: 0.8;
}
.goods li a {
  display: block;
  width: 337px;
  height: 325px;
  margin: 0 auto;
}

.site_top_btn {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 317px;
  height: 93px;
  background: url(../img/banner_link.png) 0 0 no-repeat;
  -webkit-tap-highlight-color: transparent;
}
.site_top_btn img {
  display: block;
  width: 317px;
  height: 93px;
  background: url(../img/banner_link.png) 0 bottom no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.site_top_btn:hover img {
  opacity: 1;
}
.align_center {
  text-align: center;
}
.goods_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 706px;
  margin: 0 auto;
}
.goods_list li {
  width: 353px;
}
#cboxClose {
  right: 0;
  top: -53px;
  background-position: 0;
  width: 50px;
  height: 50px;
  background: url(../img/btn_close.png);
}
#cboxPrevious {
  left: -70px;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 61px;
  height: 47px;
  background: url(../img/arrow_prev.png) no-repeat 0 0 / 100% auto;
}
#cboxNext {
  right: -70px;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 61px;
  height: 47px;
  background: url(../img/arrow_next.png) no-repeat 0 0 / 100% auto;
}
#pagetop {
  position: fixed;
  right: 0;
  bottom: -300px;
  width: 139px;
  height: 201px;
  background: url(../img/to_page_top.png) 0 0 no-repeat;
  color: transparent;
  text-indent: -390em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 500ms linear, bottom 300ms linear;
  -o-transition: opacity 500ms linear, bottom 300ms linear;
  transition: opacity 500ms linear, bottom 300ms linear;
  z-index: 100;
}
#pagetop:hover {
  background-position: 100% 0;
}
#pagetop.show {
  opacity: 1;
  bottom: 40px;
  -webkit-transition: opacity 500ms linear, bottom 300ms linear;
  -o-transition: opacity 500ms linear, bottom 300ms linear;
  transition: opacity 500ms linear, bottom 300ms linear;
}