@charset "UTF-8";

/* 開催地別背景画像
---------------------------------------------------------- */
.place-mv_bg.mie {
  background-image: url(/2018/images/place/bg_mie_pc.jpg);
}

.place-mv_bg.shimane {
  background-image: url(/2018/images/place/bg_shimane_pc.jpg);
}

.place-mv_bg.akita {
  background-image: url(/2018/images/place/bg_akita_pc.jpg);
}

.place-mv_bg.ishikawa {
  background-image: url(/2018/images/place/bg_ishikawa_pc.jpg);
}

.place-mv_bg.iwate {
  background-image: url(/2018/images/place/bg_iwate_pc.jpg);
}

.place-mv_bg.kagawa {
  background-image: url(/2018/images/place/bg_kagawa_pc.jpg);
}

.place-mv_bg.kumamoto {
  background-image: url(/2018/images/place/bg_kumamoto_pc.jpg);
}

.place-mv_bg.fukui {
  background-image: url(/2018/images/place/bg_fukui_pc.jpg);
}

.place-mv_bg.shizuoka {
  background-image: url(/2018/images/place/bg_shizuoka_pc.jpg);
}

.place-mv_bg.fukushima {
  background-image: url(/2018/images/place/bg_fukushima_pc.jpg);
}

.place-mv_bg.aichi {
  background-image: url(/2018/images/place/bg_aichi_pc.jpg);
}

.place-mv_bg.ehime {
  background-image: url(/2018/images/place/bg_ehime_pc.jpg);
}

.place-mv_bg.yamaguchi {
  background-image: url(/2018/images/place/bg_yamaguchi_pc.jpg);
}

.place-mv_bg.osaka {
  background-image: url(/2018/images/place/bg_osaka_pc.jpg);
}

.page-place .content-wrap p + p,
.page-place .content-wrap p + a {
  margin-top: 25px;
}

.place-mv_bg {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-size: cover;
}

.tweet-pc {
  margin: 25px auto 0;
  display: block;
  width: 326px;
  height: 60px;
}

.tweet-sp {
  display: none;
}

.place-mv-inner_pc {
/*  width: 740px;*/
  width: 848px;
  height: auto;
  margin: 0 auto;
  padding: 0 2% 20px 2%;
  overflow: visible;
}

.place-mv-inner_pc div {
  display: inline-block;
  vertical-align: bottom;
}

.place-mv-inner_pc div:not(:first-child) {
  margin-top: 0;
  margin-bottom: 15px;
}

.place-mv-inner_pc .tv {
  width: 110px;
  height: auto;
  margin: -45px 0 0 -20px;
}

.mie .place-mv-inner_pc .tv,
.fukushima .place-mv-inner_pc .tv,
.osaka .place-mv-inner_pc .tv {
  margin: -45px 0 10px -20px;
}

.ehime .place-mv-inner_pc .tv {
  margin: -51px 0 0 -20px;
}

.place-mv-inner_pc .date {
  width: 165px;
  height: auto;
}

.place-mv-inner_pc .date img {
  height: auto;
}

.place-mv-inner_pc div.place {
  width: auto;
  max-width: 490px;
  height: 55px;
  margin-left: 10px;
  margin-top: 10px;
}

.mie .place-mv-inner_pc div.place,
.fukushima .place-mv-inner_pc div.place,
.osaka .place-mv-inner_pc div.place {
  height: 70px;
}

.place-mv-inner_pc .place img {
  width: 100%;
  height: auto;
}

.mie .place-mv-inner_pc .place img,
.fukushima .place-mv-inner_pc .place img,
.osaka .place-mv-inner_pc .place img {
  width: auto;
  height: 100%;
}

.place-mv-comment_pc {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-top: -15px;
}

.ttl-comment {
  color: #1a70b2;
  font-size: 18px;
  font-size: 1.8rem;
  width: 140px;
  float: left;
  line-height: 1.4;
}

.txt-comment {
    width: calc(100% - 140px);
    float: right;
}

.place-mv-comment_pc span {
  color: #5895c5;
  width: calc(100% - 140px);
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
  padding-top: 10px;
}

.box-now {
  padding: 25px 0 0;
  text-align: center;
}

.box-now.bg-fireworks {
  background-position: 0 120px;
  margin-bottom: -40px;
}

.page-place .box-now + .bg-village {
  margin-top: 150px;
}

.box-now h2 img {
  max-width: 392px;
  margin-bottom: 10px;
}

.page-place .bg-village {
  padding-top: 35px;
  margin-top: 56px;
}

@media screen and (min-width: 1250px){
  .page-place .bg-village {
    margin-top: 45px;
  }
}

/*TOPICS*/
.page-place .topics dt {
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
  width: 10%;
}

.page-place .topics dd {
  display: inline-block;
  width: 85%;
}

.page-place .topics dt span {
  color: #fff;
  background-color: #8d93a0;
  margin-left: 10px;
  padding: 5px 3px 5px 13px;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 5px;
  letter-spacing:1em;
  display: inline;
}

.page-place .topics + p {
  margin-top: 20px;
}

/*イベントリポート*/
.top-topics-wrap + .content-wrap {
  margin-top: 10px !important;
}

#report .box-inner > .col2-5-5_l {
  width: 49%;
}

#report .box-inner > .col2-5-5_r {
  width: 47%;
}

#report .box-inner > .col2-5-5_l {
  border-right: 1px solid #d9d9d9;
  padding-right: 2%;
}

#report .box-inner.col1 > .col2-5-5_l {
  border: none;
  float: none;
  margin: 0 auto;
  padding-right: 0;
}

#report .box-inner {
  padding: 15px 3%;
}

#report .box-inner:last-child {
  padding-bottom: 30px;
}

.report-name {
  width: 100%;
  margin-bottom: 20px;
}
.report-name img {
  width: 38px;
  margin-right: 10px;
  vertical-align: middle;
}

.report-name span {
  padding-top: 8px;
  display: inline-block;
}

.report-date {
  padding-top: 8px;
}

/*出演者一覧*/
.artist-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  width: 102%;
}

.artist-inner {
  width: 18%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.artist-image {
  position: relative;
  overflow: hidden;
}

.artist-image img {
  width: 100%;
  height: auto;
}

.artist-image span {
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 5px 8px;
  border-radius: 0 10px 0 0;
  color: #fff;
  background-color: rgba(255,39,34,0.5);
  font-size: 12px;
  font-size: 1.2rem;
}

.artist-name {
  padding: 10px 3%;
  height: 75px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 0;
}

#artist .ttl-md + .box-inner {
  padding-top: 0;
}

/*会場マップ*/
#map p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 15px;
  margin-bottom: 0;
}

/*タイムテーブル*/
.open {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  background: #959595;
  color: #fff;
  padding: 10px 2%;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: bold;
}

.open span {
  font-weight: normal;
}

.content h3 {
  margin-bottom: 15px;
  padding: 10px 2%;
  background-color: #43bcc1;
  color: #fff;
  border-radius: 5px;
}

.content ul {
  border: 2px solid #efefef;
  border-radius: 5px;
}

.content ul li {
  padding: 10px 2%;
  border-top: 1px solid #efefef;
  font-weight: bold;
}

.page-place .content p,
.page-place .content p + p,
.page-place .content p + a {
  margin: 0;
}

.page-place .content .red + p {
  margin-top: 5px;
}

.content .red span {
  padding: 2px 5px;
  background: #ff0000;
  color: #fff;
  border-radius: 10px;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: normal;
}

.content .red span + span {
  margin-left: 5px;
}

.content .artist {
  color: #707070;
  padding-left: 20px;
  font-weight: normal;
  margin-bottom: 0;
  position: relative;
}

.content .artist::before {
  content: "";
  top: 1px;
  left: 4px;
  background-image: url(/2018/images/place/ico_artist.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 11px;
  height: 25px;
}

.content .time {
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}

.content .time::before {
  content: "";
  top: 2px;
  left: 1px;
  background-image: url(/2018/images/place/ico_time.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 15px;
  height: 15px;
}

.content .watch {
  width: 64px;
}

#time .lot {
  margin-top: 20px;
}

#time .lot .txt-rd {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

/*グッズ情報*/
#goods {
  padding-bottom: 25px;
}

#goods .ttl-md {
  padding-bottom: 10px;
}

.box-inner.goods-artist {
  padding: 0 3% 15px 3%;
}

.goods-artist a {
  width: 47%;
}

/*アクセス*/
.box-access p {
  margin-bottom: 0;
}

.box-access img.time {
  width: auto;
}

.access-inner + .access-inner{
  margin-top: 25px;
}

.list-access{
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.list-access a {
  text-indent: 0em !important;
}

.list-access-top + .list-access-bottom {
  margin: 0 !important;
}

/*この町について*/
.page-place .col2-4-6_r {
  padding-left: 2%;
}

.page-place .col2-6-4_l {
  padding-right: 2%;
}

.box-ye h4 {
  width: 340px;
  margin: -67px auto 10px auto;
}

.box-ye a {
  margin-top: 30px;
  text-align: center;
  display: block;
}

.box-ye a img {
  width: 370px;
  height: auto;
}

@media screen and (max-width: 767px){
  /* 開催地別背景画像
  ---------------------------------------------------------- */
  .place-mv_bg.mie {
    background-image: url(/2018/images/place/bg_mie_sp.jpg);
  }

  .place-mv_bg.shimane {
    background-image: url(/2018/images/place/bg_shimane_sp.jpg);
  }

  .place-mv_bg.akita {
    background-image: url(/2018/images/place/bg_akita_sp.jpg);
  }

  .place-mv_bg.ishikawa {
    background-image: url(/2018/images/place/bg_ishikawa_sp.jpg);
  }

  .place-mv_bg.iwate {
    background-image: url(/2018/images/place/bg_iwate_sp.jpg);
  }

  .place-mv_bg.kagawa {
    background-image: url(/2018/images/place/bg_kagawa_sp.jpg);
  }

  .place-mv_bg.kumamoto {
    background-image: url(/2018/images/place/bg_kumamoto_sp.jpg);
  }

  .place-mv_bg.fukui {
    background-image: url(/2018/images/place/bg_fukui_sp.jpg);
  }

  .place-mv_bg.shizuoka {
    background-image: url(/2018/images/place/bg_shizuoka_sp.jpg);
  }

  .place-mv_bg.fukushima {
    background-image: url(/2018/images/place/bg_fukushima_sp.jpg);
  }

  .place-mv_bg.aichi {
    background-image: url(/2018/images/place/bg_aichi_sp.jpg);
  }

  .place-mv_bg.ehime {
    background-image: url(/2018/images/place/bg_ehime_sp.jpg);
  }

  .place-mv_bg.yamaguchi {
    background-image: url(/2018/images/place/bg_yamaguchi_sp.jpg);
  }

  .place-mv_bg.osaka {
    background-image: url(/2018/images/place/bg_osaka_sp.jpg);
  }

  .page-place p,
  .page-place .box-inner {
    line-height: 1.7;
  }

  .place-mv_bg {
    margin-bottom: 15px;
    padding: 10px 0 0 0;
    height: 187px;
    position: relative;
    z-index: 1;
  }

  .tweet-pc {
    display: none;
  }

  .tweet-sp {
    margin: 10px auto 0;
    display: block;
    width: 72.5%;
  }

  .place-mv-inner_sp .date {
    margin-right: 2%;
    width: auto;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 0;
  }

  .place-mv-inner_sp .date img {
    width: auto;
    height: 100%;
  }

  .place-mv-inner_sp .bg-ye {
    width: 100%;
    bottom: 0;
    position: absolute;
    padding: 7px 2%;
    text-align: center;
  }

  .place-mv-inner_sp .tv {
    width: 20%;
    position: absolute;
    right: 0;
    bottom: 30px;
  }

  .mie .place-mv-inner_sp .tv {
    bottom: 45px;
  }

  .place-mv-inner_sp .place {
    width: auto;
    height: 55px;
    display: inline-block;
  }
  .place-mv-inner_sp .place img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .place-mv-inner_sp .line-gr::after {
    height: 3px;
    bottom: -3px;
  }

  .place-mv-comment_sp {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 12px 2%;
    background-color: #ffcc00;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .place-mv-comment_sp::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url(/2018/images/bg_lantern.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
  }
  .place-mv-comment_sp .box-inner {
    background: #fff;
  }

  .place-mv-comment_sp span {
    display: block;
    text-align: right;
    color: #5895c5;
  }

  .ttl-comment {
    margin: 0 auto -10px auto;
    color: #1a70b2;
    font-weight: bold;
    float: none;
  }

  .movie-wrap {
    width: 70%;
    height: 160px;/*仮*/
    margin: 0 auto;
  }

  .box-now {
    background: url(/2018/images/bg_fireworks_sp.png) top center no-repeat;
    background-size: contain;
  }

  .box-now h2 img {
    max-width: 80%;
    margin-bottom: 10px;
  }

  .box-now.bg-fireworks {
    background-position: 0 0;
    margin-bottom: 80px;
  }

  /*ページ内ナビ*/
  .page-place .bg-village {
    padding-top: 15px;
    margin-top: 80px;
  }
  
  .page-place .bg-village::before {
    pointer-events: none;
  }

  .page-place .box-now + .bg-village {
    margin-top: 0;
  }

  /*TOPICS*/
  .page-place .topics dt {
    width: 100%;
    margin-bottom: 0;
  }

  .page-place .topics dd {
    display: inline-block;
    width: 100%;
  }

  .page-place .topics dt span {
    margin-left: 10px;
    padding: 5px 3px 5px 13px;
    font-size: 11px;
    font-size: 1.1rem;
}

  /*イベントリポート*/
  #report .box-inner > .col2-5-5_l,
  #report .box-inner > .col2-5-5_r {
    width: 100%;
  }

  #report .box-inner > div + div {
    margin-top: 15px;
  }

  #report .col2-5-5_l .col2-5-5_l img,
  #report .col2-5-5_r .col2-5-5_l img {
    width: 50%;
    float: left;
    display: inline;
    margin-right: 2%;
  }

  #report .col2-5-5_l .col2-5-5_r,
  #report .col2-5-5_r .col2-5-5_r {
    width: 50%;
    text-align: left;
    display: inline;
  }

  #report .box-inner > .col2-5-5_l {
    border: none;
    padding-right: 0;
  }

  #report .box-inner + .box-inner {
    padding-top: 0;
  }

  #report .box-inner {
    padding: 10px 3%;
  }

  #report .box-inner:last-child {
    padding-bottom: 25px;
  }

  .report-name {
    margin-bottom: 10px;
  }

  .report-name img {
    width: 38px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .report-date {
    padding-top: 8px;
  }

  /*出演者一覧*/
  .artist-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 104%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .artist-inner {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 10px;
  }

  .artist-image span {
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 4px 8px;
    border-radius: 0 10px 0 0;
    color: #fff;
    background-color: rgba(255,39,34,0.5);
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1;
  }

   p.artist-name {
    height: auto;
    line-height: 1.4;
    padding: 5px;
    margin-bottom: 0;
  }

  #artist .ttl-md {
    line-height: 1.7;
    padding: 5px 0px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  /*会場マップ*/
  #map p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 10px;
  }

  /*タイムテーブル*/
  .tab {
    margin-bottom: 10px;
  }

  .tab li {
    width: 49%;
    padding: 10px 0;
    color: #c2e6e7;
    background: #43bcc1;
    border-radius: 5px;
    text-align: center;
  }

  .tab li.select {
    color: #fde805;
    background:#44d8de;
  }

  .hide {
    display: none;
  }

  .content ul li {
    padding: 5px 2%;
  }

  .page-place .content p + p,
  .page-place .content p + a {
    margin-top: 0;
  }

  .page-place .content .open {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 2%;
    margin-bottom: 10px;
  }

  .content .artist::before {
    top: 2px;
  }

  .content .time::before {
    top: 3px;
  }

  #time .lot {
    margin-top: 0;
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
  }

  #time .lot .txt-rd {
    font-size: 11px;
    font-size: 1.1rem;
  }

  /*グッズ情報*/
  #goods {
    padding-bottom: 25px;
  }

  #goods .box-inner {
    padding: 25px 3% 0 3%;
  }

  #goods .ttl-md {
    padding-bottom: 10px;
  }

  #goods .box-inner.goods-artist a {
    width: 100%;
  }

  /*アクセス*/
  .box-access p,
  .box-access a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .box-access img.time-full {
    width: 100%;
    height: auto;
  }

  .box-access img.time-210 {
    width: 45%;
    height: auto;
  }

  .access-inner + .access-inner{
    margin-top: 15px;
  }

  .page-place .content-wrap p + p,
  .page-place .content-wrap p + a {
    margin-top: 0;
  }

  .page-place .content-wrap.box-access p + p,
  .page-place .content-wrap.box-access p + a {
    margin-top: 15px;
  }

  .box-access .col2-5-5_r + .col2-5-5_l {
    margin-top: 13px;
  }

  /*この町について*/
  #about .box-inner:first-child {
    padding: 0 3% 15px 3%;
  }

  #about .box-inner .col2-4-6_l img,
  #about .box-inner .col2-6-4_r img {
    width: 107%;
    margin-left: -3.5%;
  }

  #about .ttl-lg {
    padding-top: 25px;
  }

  .page-place .col2-4-6_r {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .page-place .col2-6-4_l {
    padding-right: 0;
    margin-bottom: 10px;
  }

  .box-ye h4 {
    width: 70%;
    margin: -40px auto 5px auto;
  }

  .box-ye a {
    margin-top: 25px;
  }

  .box-ye a img {
    width: 95%;
  }

}


@media screen and (min-width: 500px) and  (max-width: 767px) {
  .place-mv_bg {
    position: relative;
  }
}
