
.contentsmap-section {
    padding: 85px 0;
}
.contentsmap-section figure {
    padding-top: 27px;
}
.contentsmap-section figure img {
    border-radius: 8px
}
.contentsmap-section:first-child {
    padding-top: 0;
    height: auto;
}
.contentsmap-section:last-child {
    padding-top: 150px
}
.contentsmap-section__title {
    color: #fdd23e;
    font-size: 24px;
    font-weight: 700;
    width: 92%;
    margin: 0 auto;
}
.contentsmap-section__note {
    font-size: 14px;
    line-height: 1.4;
    width: 92%;
    margin: 16px auto 30px auto;
    text-align: center;
}
.contentsmap-section__note__lead {
    display: inline-block;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
.contentsmap-section__art {
    vertical-align: top;
    padding-top: 27px;
}
.contentsmap-section__art li {
    display: inline-block;
    width: 160px;
    height: 160px;
    font-size: 9px;
    vertical-align: top;
    padding-left: 2px;
    margin-bottom: 20px;
    background: url(../image/contents/bg_contents.png) no-repeat center center;
    background-size: auto 100%;
}
.contentsmap-section__art li:last-child {
    margin-bottom: 0px;
}
.contentsmap-section__art li strong {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fdd23e;
    font-size: 9px;
    font-weight: bold;
    width: 300px;
    height: 50px;
    padding: 9px 0 0px;
}

.contentsmap-section__tab {
  width: 92%;
  height: 55px;
  margin: 0 auto;
  z-index: 10;
  position: relative; }
  .contentsmap-section__tab ul {
    letter-spacing: -.40em;
    width: 100%;
    padding: 12px 0;
    background: #fdd23e;
    border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px; }
    .contentsmap-section__tab ul li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top;
      margin: 0 5px; }
      .contentsmap-section__tab ul li span {
        display: inline-block;
        padding-left: 18px;
        font-size: 14px;
        line-height: 30px;
        color: #212ba7;
        font-weight: 700;
        background: url(../image/ticket/icon_tab_matsu.png) no-repeat left center;
        background-size: 15px 15px;
        -webkit-background-size: 15px 15px; }
      .contentsmap-section__tab ul li.active span {
        display: inline-block;
        padding-left: 18px;
        font-size: 14px;
        line-height: 30px;
        color: #e60012;
        font-weight: 700;
        background: url(../../../assets/image/common/icon_tab_matsu_r.png) no-repeat left center;
        background-size: 15px 15px;
        -webkit-background-size: 15px 15px; }

.contentsmap-section__map div p {
    display: inline-block;
    padding: 30px 0; }
    .contentsmap-section__tab li.comingsoon {
      opacity: .5;
      cursor: default;
      pointer-events : none; }


.contentsmap-section__mapwrap {
    position: relative;
    top:0;
    min-height: 333px;
    z-index: 0;
}

.contentsmap-section__map {
    position: relative;
    z-index: 50;
}
.contentsmap-section__map div {
    position: absolute;
    top:0;
}
.contentsmap-section__map div p {
    display: inline-block;
}

.contentsmap-section__map.active {
  display: block;
  position: relative;
  z-index: 100;
}

.contentsmap-section__map div.active  {
  opacity: 1;
}

.contentsmap-section__map div {
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1) .3s;
  transition:         all 600ms cubic-bezier(0.19, 1, 0.22, 1) .3s;
  /* -webkit-transform: translateY(3em);
  transform: translateY(3em); */
  opacity: 0; }