@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/*----- カミングスーン -----*/
section {
  position: relative;
  /* min-height: 80vh; */
  padding: 60px 0 20px 0;
  box-sizing: border-box;
  overflow: hidden; }
  section .inner {
    position: relative;
    z-index: 2; }
  section .coming-soon {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem; }
    @media (min-width: 769px) {
      section .coming-soon {
        font-size: calc( 2.4rem + ( 1vw - 7.69px ) * 2.6763990268 ); } }
    @media (min-width: 1180px) {
      section .coming-soon {
        font-size: 3.5rem; } }
  section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

a {
  position: relative;
  z-index: 3;
  display: inline-block; }

.max-w300 {
  max-width: 300px; }

/*----- 共通CSS -----*/
#contents {
  padding-top: 0; }
  #contents::before {
    display: block;
    top: 0;
    left: 0;
    height: 4px;
    background: #FFF;
    border-top: 40px solid #c53028;
    border-bottom: 8px solid #3265a5;
    content: ''; }
  #contents .contents__ttl {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    padding: 20px 40px 10px;
    border: 3px solid #3265a5;
    border-radius: 4px;
    background: #FFF;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
    @media (min-width: 769px) {
      #contents .contents__ttl {
        font-size: calc( 2.2rem + ( 1vw - 7.69px ) * 6.8126520681 ); } }
    @media (min-width: 1180px) {
      #contents .contents__ttl {
        font-size: 5rem; } }
    #contents .contents__ttl::after {
      position: absolute;
      top: 4px;
      left: 4px;
      width: 100%;
      height: 100%;
      border: 3px solid #c53028;
      border-radius: 4px;
      z-index: 1;
      content: ''; }
    #contents .contents__ttl .contents__ttl-dec {
      position: absolute;
      top: 0;
      right: 0;
      transform: translate(50%, -50%);
      z-index: 2;
      width: 50px; }
  #contents .contents__sub-ttl {
    margin-bottom: 15px;
    font-size: 2.6rem; }
    @media (min-width: 769px) {
      #contents .contents__sub-ttl {
        font-size: calc( 2.6rem + ( 1vw - 7.69px ) * 2.1897810219 ); } }
    @media (min-width: 1180px) {
      #contents .contents__sub-ttl {
        font-size: 3.5rem; } }
  #contents .contents__txt {
    margin-bottom: 60px;
    font-size: 1.2rem;
    line-height: 1.8; }
    @media (min-width: 769px) {
      #contents .contents__txt {
        font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
    @media (min-width: 1180px) {
      #contents .contents__txt {
        font-size: 1.4rem; } }
  #contents .contents__wp .contents__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px; }
    #contents .contents__wp .contents__box:last-of-type {
      margin-bottom: 0; }
    #contents .contents__wp .contents__box .contents__box-img {
      position: relative;
      margin: 0 auto 20px; }
      #contents .contents__wp .contents__box .contents__box-img .contents__box-img-txt {
        position: absolute;
        right: 10px;
        bottom: 5px;
        font-size: 1rem; }
    #contents .contents__wp .contents__box .contents__box-copy {
      font-size: 1.4rem; }
      @media (min-width: 769px) {
        #contents .contents__wp .contents__box .contents__box-copy {
          font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 1.9464720195 ); } }
      @media (min-width: 1180px) {
        #contents .contents__wp .contents__box .contents__box-copy {
          font-size: 2.2rem; } }
    #contents .contents__wp .contents__box .contents__box-ttl {
      position: relative;
      font-size: 2rem;
      font-weight: bold;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
      @media (min-width: 769px) {
        #contents .contents__wp .contents__box .contents__box-ttl {
          font-size: calc( 2rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
      @media (min-width: 1180px) {
        #contents .contents__wp .contents__box .contents__box-ttl {
          font-size: 3rem; } }
    #contents .contents__wp .contents__box .contents__box-ttl--s {
      font-size: 1.4rem;
      font-weight: bold;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
      @media (min-width: 769px) {
        #contents .contents__wp .contents__box .contents__box-ttl--s {
          font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 1.9464720195 ); } }
      @media (min-width: 1180px) {
        #contents .contents__wp .contents__box .contents__box-ttl--s {
          font-size: 2.2rem; } }
    #contents .contents__wp .contents__box .contents__box-ttl-guest {
      font-size: 1rem; }
      @media (min-width: 769px) {
        #contents .contents__wp .contents__box .contents__box-ttl-guest {
          font-size: calc( 1rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
      @media (min-width: 1180px) {
        #contents .contents__wp .contents__box .contents__box-ttl-guest {
          font-size: 1.2rem; } }
    #contents .contents__wp .contents__box .contents__box-ttl-ruby {
      display: inline-block;
      position: relative;
      margin-top: 10px;
      line-height: 1; }
      #contents .contents__wp .contents__box .contents__box-ttl-ruby::after {
        display: inline-block;
        position: absolute;
        top: -12px;
        left: 0;
        right: 0;
        width: 100%;
        font-size: 1rem;
        content: 'いのち';
        line-height: 1; }
    #contents .contents__wp .contents__box .contents__box-date-wp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 10px;
      padding-top: 20px;
      font-weight: bold; }
      #contents .contents__wp .contents__box .contents__box-date-wp .contents__box-date-box {
        margin-right: 20px;
        background: #3265a5; }
        #contents .contents__wp .contents__box .contents__box-date-wp .contents__box-date-box--red {
          background: #c53028; }
        #contents .contents__wp .contents__box .contents__box-date-wp .contents__box-date-box:nth-of-type(2) {
          background: #c53028; }
        #contents .contents__wp .contents__box .contents__box-date-wp .contents__box-date-box:last-of-type {
          margin-right: 0; }
        #contents .contents__wp .contents__box .contents__box-date-wp .contents__box-date-box .contents__box-date {
          padding: 5px 10px;
          box-sizing: border-box;
          color: #FFF;
          font-size: 1.2rem;
          line-height: 1; }
          @media (min-width: 769px) {
            #contents .contents__wp .contents__box .contents__box-date-wp .contents__box-date-box .contents__box-date {
              font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
          @media (min-width: 1180px) {
            #contents .contents__wp .contents__box .contents__box-date-wp .contents__box-date-box .contents__box-date {
              font-size: 1.4rem; } }
          #contents .contents__wp .contents__box .contents__box-date-wp .contents__box-date-box .contents__box-date--l {
            font-size: 1.6rem; }
            @media (min-width: 769px) {
              #contents .contents__wp .contents__box .contents__box-date-wp .contents__box-date-box .contents__box-date--l {
                font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9732360097 ); } }
            @media (min-width: 1180px) {
              #contents .contents__wp .contents__box .contents__box-date-wp .contents__box-date-box .contents__box-date--l {
                font-size: 2rem; } }
    #contents .contents__wp .contents__box .contents__box-txt {
      font-size: 1.2rem;
      font-weight: 500;
      line-height: 2;
      letter-spacing: 0; }
      @media (min-width: 769px) {
        #contents .contents__wp .contents__box .contents__box-txt {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
      @media (min-width: 1180px) {
        #contents .contents__wp .contents__box .contents__box-txt {
          font-size: 1.4rem;
          font-weight: 500; } }
    #contents .contents__wp .contents__box .contents__box-attention {
      padding-top: 10px;
      font-size: 1rem; }
      @media (min-width: 769px) {
        #contents .contents__wp .contents__box .contents__box-attention {
          font-size: calc( 1rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
      @media (min-width: 1180px) {
        #contents .contents__wp .contents__box .contents__box-attention {
          font-size: 1.2rem; } }
    #contents .contents__wp .contents__box .contents__box-btn {
      position: relative;
      z-index: 1;
      width: 330px;
      margin: 10px auto 0;
      padding: 10px;
      box-sizing: border-box;
      border: 1px solid #0f183b;
      border-radius: 30px;
      background: #0f183b;
      color: #FFF;
      transition: .3s;
      font-size: 1.6rem;
      cursor: pointer; }
      @media (min-width: 769px) {
        #contents .contents__wp .contents__box .contents__box-btn {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
      @media (min-width: 1180px) {
        #contents .contents__wp .contents__box .contents__box-btn {
          font-size: 1.8rem; } }
      #contents .contents__wp .contents__box .contents__box-btn::after {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(-50%, -50%) rotate(45deg);
        width: 10px;
        height: 10px;
        border-right: 3px solid #FFF;
        border-bottom: 3px solid #FFF;
        border-radius: 2px;
        box-sizing: border-box;
        content: '';
        transition: .3s; }
    #contents .contents__wp .contents__box .contents__box-more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 170px;
      height: 170px;
      margin: 0 auto;
      border: 3px solid #0f183b;
      border-radius: 170px; }
      #contents .contents__wp .contents__box .contents__box-more .contents__box-more-txt {
        font-weight: bold;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        font-size: 2rem; }
        @media (min-width: 769px) {
          #contents .contents__wp .contents__box .contents__box-more .contents__box-more-txt {
            font-size: calc( 2rem + ( 1vw - 7.69px ) * 0.9732360097 ); } }
        @media (min-width: 1180px) {
          #contents .contents__wp .contents__box .contents__box-more .contents__box-more-txt {
            font-size: 2.4rem; } }

#contents .contents__wp .contents__box .contents__box-btn.toggle-open::after {
  transform: translate(-50%, -50%) rotate(-135deg); }

.contents__box-date-wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 20px; }
  .contents__box-date-wp .contents__box-date-box {
    margin-right: 20px;
    background: #3265a5; }
    .contents__box-date-wp .contents__box-date-box--red {
      background: #c53028; }
    .contents__box-date-wp .contents__box-date-box:nth-of-type(2) {
      background: #c53028; }
    .contents__box-date-wp .contents__box-date-box:last-of-type {
      margin-right: 0; }
    .contents__box-date-wp .contents__box-date-box .contents__box-date {
      padding: 5px 10px;
      box-sizing: border-box;
      color: #FFF;
      font-size: 1.2rem;
      line-height: 1; }
      @media (min-width: 769px) {
        .contents__box-date-wp .contents__box-date-box .contents__box-date {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
      @media (min-width: 1180px) {
        .contents__box-date-wp .contents__box-date-box .contents__box-date {
          font-size: 1.4rem; } }
      .contents__box-date-wp .contents__box-date-box .contents__box-date--l {
        font-size: 1.6rem; }
        @media (min-width: 769px) {
          .contents__box-date-wp .contents__box-date-box .contents__box-date--l {
            font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9732360097 ); } }
        @media (min-width: 1180px) {
          .contents__box-date-wp .contents__box-date-box .contents__box-date--l {
            font-size: 2rem; } }

/*----- moreボタン -----*/
.more {
  display: none;
  padding: 35px 20px 40px;
  background: #FFF;
  transform: translateY(-20px);
  border: 2px solid #0f183b; }
  .more .more__txt {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0; }
  .more .more__img img {
    max-width: 160px;
    margin: 0 auto 40px; }
  .more .more__img .more__img-txt {
    margin-bottom: 35px;
    font-size: 2rem;
    line-height: 1; }
    .more .more__img .more__img-txt--s {
      font-size: 1.2rem; }
  .more .more__info {
    margin-bottom: 40px; }
    .more .more__info .more__info-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 10px; }
      .more .more__info .more__info-box .more__info-ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 110px;
        margin-right: 5px;
        padding: 5px 0;
        background: #6492cd;
        color: #FFF;
        font-size: 1.2rem;
        line-height: 1; }
      .more .more__info .more__info-box .more__info-txt {
        flex: 1;
        font-size: 1.2rem;
        text-align: left;
        word-break: break-all; }
        .more .more__info .more__info-box .more__info-txt a {
          display: inline; }
        .more .more__info .more__info-box .more__info-txt--s {
          display: block;
          font-size: 10px;
          line-height: 1.5; }
  .more .more__about {
    margin-bottom: 40px;
    padding: 25px 15px;
    border-radius: 10px;
    background: #fff5a6; }
    .more .more__about .more__about-ttl {
      width: 180px;
      margin: 0 auto 20px;
      padding: 5px;
      box-sizing: border-box;
      border-radius: 20px;
      background: #FFF;
      font-size: 14px;
      line-height: 1; }
    .more .more__about .more__about-wp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .more .more__about .more__about-wp .more__about-box {
        margin: 0 auto 10px; }
        .more .more__about .more__about-wp .more__about-box:first-child {
          margin-bottom: 20px; }
  .more .more__excellent {
    margin-bottom: 50px; }
    .more .more__excellent .more__excellent-icon {
      display: inline-block;
      vertical-align: middle;
      width: 25px; }
    .more .more__excellent .more__excellent-ttl {
      display: block;
      position: relative;
      margin: 0 auto 25px;
      font-size: 18px; }
    .more .more__excellent .more__excellent-txt {
      font-weight: bold;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      font-size: 16px; }
  .more .more__judge {
    margin-bottom: 30px; }
    .more .more__judge .more__judge-ttl {
      margin-bottom: 15px;
      font-size: 1.4rem;
      line-height: 1; }
    .more .more__judge .more__judge-txt {
      font-size: 1.2rem; }
  .more .more__attention {
    margin-bottom: 25px; }
    .more .more__attention .more__attention-txt {
      position: relative;
      margin-bottom: 5px;
      padding-left: 1em;
      font-size: 1.2rem;
      text-align: left;
      letter-spacing: 0; }
      .more .more__attention .more__attention-txt::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '●'; }
      .more .more__attention .more__attention-txt a {
        display: inline-block; }
  .more .more__sponser .more__sponser-txt {
    margin-bottom: 5px;
    padding-left: 3em;
    font-size: 1.2rem;
    text-align: left;
    text-indent: -3em; }
    .more .more__sponser .more__sponser-txt a {
      display: inline; }
    .more .more__sponser .more__sponser-txt:last-of-type {
      margin-bottom: 0;
      padding-left: 9em;
      text-indent: -9em;
      word-break: break-all; }

#outline .bg-b {
  background: url(../../../img/home/bg_01-b.svg) center top/100% repeat-y; }
#outline .bg-il {
  background: url(../../../img/home/bg_01-il.svg) center top/100% repeat-y; }

  @media (max-width: 970px) {
    #outline .bg-b {
      background: url(../../../img/home/bg_01-b.svg) center top/120% repeat-y;
      opacity: 0.9; }
    #outline .bg-il {
      background: url(../../../img/home/bg_01-il.svg) center top/120% repeat-y;
      opacity: 0.9; }
  }
    

#top {
  position: relative;
  padding: 60px 0 40px;
  background: #FFF;
  text-align: center; }
  #top::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 2px;
    max-width: 600px;
    background: #0f183b;
    content: ''; }
  #top .top__mv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto 2rem auto;
    max-width: 1070px;
  }
    @media (max-width: 970px) {
      #top .top__mv {
        display: block;
      }
    }
  #top .top__mv-column {

  }
  #top .shadow {
    box-shadow: 10px 10px 0 #182c75;
  }
  #top .top__copy {
    display: inline-block;
    margin-bottom: 40px;
    padding: 10px;
    border-top: 2px solid #0f183b;
    border-bottom: 2px solid #0f183b;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1; }
    @media (min-width: 769px) {
      #top .top__copy {
        font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 3.4063260341 ); } }
    @media (min-width: 1180px) {
      #top .top__copy {
        font-size: 3rem; } }
  #top .top__img-copy {
    width: 65%;
    max-width: 680px;
    margin: 0 auto 10px; }
  #top .top__img {
    width: 70%;
    max-width: 1080px;
    margin: 0 auto 15px; }
  #top .top__date {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.5;
    letter-spacing: 0; }
    @media (min-width: 769px) {
      #top .top__date {
        font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 2.9197080292 ); } }
    @media (min-width: 1180px) {
      #top .top__date {
        font-size: 3rem; } }
    #top .top__date--s {
      font-size: 1.6rem; }
      @media (min-width: 769px) {
        #top .top__date--s {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9732360097 ); } }
      @media (min-width: 1180px) {
        #top .top__date--s {
          font-size: 2rem; } }
    #top .top__date--l {
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.25; }
      @media (min-width: 769px) {
        #top .top__date--l {
          font-size: calc( 3rem + ( 1vw - 7.69px ) * 6.0827250608 ); } }
      @media (min-width: 1180px) {
        #top .top__date--l {
          font-size: 5.5rem; } }
  #top .top__place {
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.5; }
    @media (min-width: 769px) {
      #top .top__place {
        font-size: calc( 2rem + ( 1vw - 7.69px ) * 0.9732360097 ); } }
    @media (min-width: 1180px) {
      #top .top__place {
        font-size: 2.4rem; } }
    #top .top__place a {
      display: inline-block;
      border-bottom: 2px solid #0f183b; }
  #top .top__txt {
    position: relative;
    margin-bottom: 80px;
    padding: 30px 20px;
    border: 3px solid #3265a5;
    border-radius: 15px;
    font-size: 1.4rem;
    line-height: 2; }
    @media (min-width: 769px) {
      #top .top__txt {
        font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 1.4598540146 ); } }
    @media (min-width: 1180px) {
      #top .top__txt {
        font-size: 2rem; } }
    #top .top__txt a {
      display: inline-block;
      border-bottom: 2px solid #0f183b; }
    #top .top__txt:after {
      position: absolute;
      top: 4px;
      left: 4px;
      width: 100%;
      height: 100%;
      border: 3px solid #c53028;
      border-radius: 15px;
      content: ''; }
  #top .top__info {
    margin-bottom: 10px; }
    #top .top__info .top__info-txt {
      margin-bottom: 5px;
      font-size: 1.2rem;
      text-align: left;
      letter-spacing: 0; }
      @media (min-width: 769px) {
        #top .top__info .top__info-txt {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
      @media (min-width: 1180px) {
        #top .top__info .top__info-txt {
          font-size: 1.4rem; } }
      #top .top__info .top__info-txt--s {
        font-size: 1rem; }
        @media (min-width: 769px) {
          #top .top__info .top__info-txt--s {
            font-size: calc( 1rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
        @media (min-width: 1180px) {
          #top .top__info .top__info-txt--s {
            font-size: 1.2rem; } }

/*----- EXPOで遊ぶ -----*/
#play {
  padding-top: 40px; }
  #play .play__ttl {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.7;
    letter-spacing: 0; }
    @media (min-width: 769px) {
      #play .play__ttl {
        font-size: calc( 2.2rem + ( 1vw - 7.69px ) * 6.8126520681 ); } }
    @media (min-width: 1180px) {
      #play .play__ttl {
        font-size: 5rem; } }
    #play .play__ttl--l {
      color: #c53028;
      font-size: 2.8rem; }
      @media (min-width: 769px) {
        #play .play__ttl--l {
          font-size: calc( 2.8rem + ( 1vw - 7.69px ) * 10.2189781022 ); } }
      @media (min-width: 1180px) {
        #play .play__ttl--l {
          font-size: 7rem; } }
  #play .play__txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 2; }
    @media (min-width: 769px) {
      #play .play__txt {
        font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 1.4598540146 ); } }
    @media (min-width: 1180px) {
      #play .play__txt {
        font-size: 2rem; } }
  .play__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px; }
    #play .play__wp .play__box {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      max-width: 250px;
      position: relative;
      margin: 0 4% 4% 0; }
      #play .play__wp .play__box:nth-of-type(1), #play .play__wp .play__box:nth-of-type(4), #play .play__wp .play__box:nth-of-type(5), #play .play__wp .play__box:nth-of-type(8) {
        filter: drop-shadow(4px 4px 0 #c53028); }
      #play .play__wp .play__box:nth-of-type(2), #play .play__wp .play__box:nth-of-type(3), #play .play__wp .play__box:nth-of-type(6), #play .play__wp .play__box:nth-of-type(7) {
        filter: drop-shadow(4px 4px 0 #3265a5); }
      #play .play__wp .play__box:nth-of-type(2n) {
        margin-right: 0; }
      #play .play__wp .play__box .play__content-img {
        position: relative; }
        #play .play__wp .play__box .play__content-img .play__content-img-txt {
          position: absolute;
          bottom: 2px;
          left: 10px;
          font-size: 1rem;
          color: #FFF;
          line-height: 1.2; }
      #play .play__wp .play__box .play__content-txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        color: #FFF;
        font-size: 1.6rem;
        font-weight: bold;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        line-height: 1.2;
        filter: drop-shadow(1px 1px 4px #000); }
        @media (min-width: 769px) {
          #play .play__wp .play__box .play__content-txt {
            font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 3.4063260341 ); } }
        @media (min-width: 1180px) {
          #play .play__wp .play__box .play__content-txt {
            font-size: 3rem; } }
        #play .play__wp .play__box .play__content-txt--l {
          font-size: 2.4rem; }
          @media (min-width: 769px) {
            #play .play__wp .play__box .play__content-txt--l {
              font-size: calc( 2.4rem + ( 1vw - 7.69px ) * 6.3260340633 ); } }
          @media (min-width: 1180px) {
            #play .play__wp .play__box .play__content-txt--l {
              font-size: 5rem; } }
  #play .play__btn-wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #play .play__btn-wp .play__btn {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      margin-right: 4%; }
      #play .play__btn-wp .play__btn:last-of-type {
        margin-right: 0; }
      #play .play__btn-wp .play__btn a {
        display: block;
        max-width: 210px;
        padding: 10px;
        border-radius: 40px;
        box-sizing: border-box;
        background: #c53028;
        color: #FFF;
        font-size: 1.6rem;
        text-align: center; }
        @media (min-width: 769px) {
          #play .play__btn-wp .play__btn a {
            font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
        @media (min-width: 1180px) {
          #play .play__btn-wp .play__btn a {
            font-size: 1.8rem; } }

/*----- 音楽コンテンツ -----*/
#music {
  background: #b0d4f4;
  text-align: center; }
  #music .bg-b {
    background: url(../../../img/home/bg_06-b.svg) center top/120% repeat-y; }
  #music .bg-il {
    background: url(../../../img/home/bg_06-il.svg) center top/120% repeat-y; }

/*----- 恐竜コンテンツ -----*/
#dinosaur {
  text-align: center; }
  #dinosaur .dinosaur__program-ttl {
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-top: 3px solid #c53028;
    border-bottom: 3px solid #c53028;
    font-size: 1.8rem;
    line-height: 1; }
    @media (min-width: 769px) {
      #dinosaur .dinosaur__program-ttl {
        font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.4598540146 ); } }
    @media (min-width: 1180px) {
      #dinosaur .dinosaur__program-ttl {
        font-size: 2.4rem; } }
  #dinosaur .dinosaur__program-txt {
    margin-bottom: 25px;
    font-size: 1.6rem; }
    @media (min-width: 769px) {
      #dinosaur .dinosaur__program-txt {
        font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9732360097 ); } }
    @media (min-width: 1180px) {
      #dinosaur .dinosaur__program-txt {
        font-size: 2rem; } }
  #dinosaur .contents__wp {
    margin-bottom: 80px; }
    #dinosaur .contents__wp .contents__box .contents__box-img .contents__box-img-txt {
      text-align: left;
      left: 10px;
      filter: drop-shadow(0px 0px 0.5px #000); }
    #dinosaur .contents__wp .contents__box .contents__box-txt {
      letter-spacing: 0; }
  #dinosaur .bg-b {
    background: url(../../../img/home/bg_02-b.svg) center top/100% repeat-y; }
  #dinosaur .bg-il {
    background: url(../../../img/home/bg_02-il.svg) center top/100% repeat-y; }

/*----- 音楽コンテンツ -----*/
#music .music__ttl {
  display: inline-block;
  margin-bottom: 25px;
  padding: 10px 20px;
  border-top: 3px solid #c53028;
  border-bottom: 3px solid #c53028;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  line-height: 1; }
#music .music__txt {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.8; }
  @media (min-width: 769px) {
    #music .music__txt {
      font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 1.4598540146 ); } }
  @media (min-width: 1180px) {
    #music .music__txt {
      font-size: 2rem; } }
#music .music__img-wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px; }
  #music .music__img-wp .music__img {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    margin: 0 4% 4% 0; }
    #music .music__img-wp .music__img img {
      margin-bottom: 10px; }
    #music .music__img-wp .music__img:nth-of-type(2n), #music .music__img-wp .music__img:last-of-type {
      margin-right: 0; }
    #music .music__img-wp .music__img .music__img-txt {
      font-weight: bold;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      font-size: 1.6rem;
      line-height: 1.5; }
      @media (min-width: 769px) {
        #music .music__img-wp .music__img .music__img-txt {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.4598540146 ); } }
      @media (min-width: 1180px) {
        #music .music__img-wp .music__img .music__img-txt {
          font-size: 2.2rem; } }
    #music .music__img-wp .music__img .contents__box-date-wp {
      display: inline-block;
      margin-bottom: 20px;
      padding-top: 5px; }
      #music .music__img-wp .music__img .contents__box-date-wp .contents__box-date-box {
        margin: 0 0 5px 0;
        background: #3265a5; }
        #music .music__img-wp .music__img .contents__box-date-wp .contents__box-date-box--red {
          background: #c53028; }
        #music .music__img-wp .music__img .contents__box-date-wp .contents__box-date-box:nth-of-type(2) {
          background: #c53028; }
        #music .music__img-wp .music__img .contents__box-date-wp .contents__box-date-box .contents__box-date {
          font-size: 1.6rem; }
          @media (min-width: 769px) {
            #music .music__img-wp .music__img .contents__box-date-wp .contents__box-date-box .contents__box-date {
              font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9732360097 ); } }
          @media (min-width: 1180px) {
            #music .music__img-wp .music__img .contents__box-date-wp .contents__box-date-box .contents__box-date {
              font-size: 2rem; } }
#music .music__and-more {
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin-bottom: 40px;
  font-size: 1.8rem; }
  @media (min-width: 769px) {
    #music .music__and-more {
      font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.4598540146 ); } }
  @media (min-width: 1180px) {
    #music .music__and-more {
      font-size: 2.4rem; } }
#music .music__fm {
  position: relative;
  margin-bottom: 50px; }
  #music .music__fm .music__fm-ttl {
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 10px;
    background: #0f183b;
    color: #FFF;
    font-size: 1.6rem; }
    @media (min-width: 769px) {
      #music .music__fm .music__fm-ttl {
        font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.4598540146 ); } }
    @media (min-width: 1180px) {
      #music .music__fm .music__fm-ttl {
        font-size: 2.2rem; } }
  #music .music__fm .music__fm-wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #music .music__fm .music__fm-wp .music__fm-box {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      margin: 0 4% 2% 0; }
      #music .music__fm .music__fm-wp .music__fm-box img {
        margin-bottom: 5px; }
      #music .music__fm .music__fm-wp .music__fm-box:nth-of-type(2n), #music .music__fm .music__fm-wp .music__fm-box:last-of-type {
        margin-right: 0; }
      #music .music__fm .music__fm-wp .music__fm-box .music__fm-box-txt {
        font-size: 1.4rem; }
        @media (min-width: 769px) {
          #music .music__fm .music__fm-wp .music__fm-box .music__fm-box-txt {
            font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
        @media (min-width: 1180px) {
          #music .music__fm .music__fm-wp .music__fm-box .music__fm-box-txt {
            font-size: 1.6rem; } }
#music .contents__wp {
  margin-bottom: 50px; }
  #music .contents__wp .contents__img-wp {
    margin-bottom: 20px; }
    #music .contents__wp .contents__img-wp .contents__img {
      margin-bottom: 10px; }
      #music .contents__wp .contents__img-wp .contents__img:last-of-type {
        margin-bottom: 0; }
#music .more {
  border: none; }

#dinosaur .dinosaur__guest-wp .dinosaur__guest-box {
  margin-bottom: 30px; }
  #dinosaur .dinosaur__guest-wp .dinosaur__guest-box:last-of-type {
    margin-bottom: 0; }
  #dinosaur .dinosaur__guest-wp .dinosaur__guest-box .dinosaur__guest-img {
    max-width: 220px;
    margin: 0 auto 20px; }
  #dinosaur .dinosaur__guest-wp .dinosaur__guest-box .dinosaur__guest-info .dinosaur__guest-name {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1; }
    @media (min-width: 769px) {
      #dinosaur .dinosaur__guest-wp .dinosaur__guest-box .dinosaur__guest-info .dinosaur__guest-name {
        font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9732360097 ); } }
    @media (min-width: 1180px) {
      #dinosaur .dinosaur__guest-wp .dinosaur__guest-box .dinosaur__guest-info .dinosaur__guest-name {
        font-size: 2rem; } }
  #dinosaur .dinosaur__guest-wp .dinosaur__guest-box .dinosaur__guest-info .dinosaur__guest-txt {
    font-size: 1.2rem; }
    @media (min-width: 769px) {
      #dinosaur .dinosaur__guest-wp .dinosaur__guest-box .dinosaur__guest-info .dinosaur__guest-txt {
        font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
    @media (min-width: 1180px) {
      #dinosaur .dinosaur__guest-wp .dinosaur__guest-box .dinosaur__guest-info .dinosaur__guest-txt {
        font-size: 1.4rem; } }
#dinosaur .contents__box-img-credit {
  position: absolute;
  bottom: 0; }

/*----- 宇宙コンテンツ -----*/
#space {
  min-height: 100vh;
  box-sizing: border-box;
  background: #ffd29b; }
  #space .bg-b {
    background: url(../../../img/home/bg_07-b.svg) center top/100% repeat-y; }
  #space .bg-il {
    background: url(../../../img/home/bg_07-il.svg) center top/100% repeat-y; }
  #space .more {
    border: none; }
    #space .more .more__img .more__img-txt:first-of-type {
      margin-bottom: 10px; }

/*----- 食コンテンツ -----*/
#food .bg-b {
  background: url(../../../img/home/bg_03-b.svg) center top/120% repeat-y; }
#food .bg-il {
  background: url(../../../img/home/bg_03-il.svg) center top/120% repeat-y; }
#food .more .more__text {
  line-height: 2; }

/*----- スポーツコンテンツ -----*/
#sports {
  background: #ffe3e2; }
  #sports .bg-b {
    background: url(../../../img/home/bg_08-b.svg) center top/120% repeat-y; }
  #sports .bg-il {
    background: url(../../../img/home/bg_08-il.svg) center top/120% repeat-y; }
  #sports .sports__box {
    margin-bottom: 80px; }
    #sports .sports__box .sports__img {
      max-width: 575px;
      margin: 0 auto 30px; }
    #sports .sports__box .sports__ttl {
      margin-bottom: 20px;
      font-size: 2rem;
      font-weight: bold;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
      @media (min-width: 769px) {
        #sports .sports__box .sports__ttl {
          font-size: calc( 2rem + ( 1vw - 7.69px ) * 3.6496350365 ); } }
      @media (min-width: 1180px) {
        #sports .sports__box .sports__ttl {
          font-size: 3.5rem; } }
    #sports .sports__box .sports__txt {
      font-size: 1.2rem; }
      @media (min-width: 769px) {
        #sports .sports__box .sports__txt {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
      @media (min-width: 1180px) {
        #sports .sports__box .sports__txt {
          font-size: 1.4rem; } }
  #sports .contents__wp .contents__box {
    margin-bottom: 40px; }

/*----- アートコンテンツ -----*/
#art {
  text-align: center; }
  #art .art__program-ttl {
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-top: 3px solid #c53028;
    border-bottom: 3px solid #c53028;
    font-size: 1.8rem;
    line-height: 1; }
    @media (min-width: 769px) {
      #art .art__program-ttl {
        font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.4598540146 ); } }
    @media (min-width: 1180px) {
      #art .art__program-ttl {
        font-size: 2.4rem; } }
  #art .art__program-txt {
    margin-bottom: 25px;
    font-size: 1.6rem; }
    @media (min-width: 769px) {
      #art .art__program-txt {
        font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9732360097 ); } }
    @media (min-width: 1180px) {
      #art .art__program-txt {
        font-size: 2rem; } }
  #art .contents__wp {
    margin-bottom: 80px; }
    #art .contents__wp .contents__box .contents__box-img .contents__box-img-txt {
      text-align: left;
      left: 10px;
      filter: drop-shadow(0px 0px 0.5px #000); }
    #art .contents__wp .contents__box .contents__box-txt {
      letter-spacing: 0; }
#art .art__guest-wp .art__guest-box {
  margin-bottom: 30px; }
  #art .art__guest-wp .art__guest-box:last-of-type {
    margin-bottom: 0; }
  #art .art__guest-wp .art__guest-box .art__guest-img {
    max-width: 220px;
    margin: 0 auto 20px; }
  #art .art__guest-wp .art__guest-box .art__guest-info .art__guest-name {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1; }
    @media (min-width: 769px) {
      #art .art__guest-wp .art__guest-box .art__guest-info .art__guest-name {
        font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9732360097 ); } }
    @media (min-width: 1180px) {
      #art .art__guest-wp .art__guest-box .art__guest-info .art__guest-name {
        font-size: 2rem; } }
  #art .art__guest-wp .art__guest-box .art__guest-info .art__guest-txt {
    font-size: 1.2rem; }
    @media (min-width: 769px) {
      #art .art__guest-wp .art__guest-box .art__guest-info .art__guest-txt {
        font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
    @media (min-width: 1180px) {
      #art .art__guest-wp .art__guest-box .art__guest-info .art__guest-txt {
        font-size: 1.4rem; } }
#art .contents__box-img-credit {
  position: absolute;
  bottom: 0; }

                  
#art .bg-b {
  background: url(../../../img/home/bg_04-b.svg) center top/100% repeat-y; }
#art .bg-il {
  background: url(../../../img/home/bg_04-il.svg) center top/100% repeat-y; }

/*----- specialコンテンツ -----*/
#special {
  background: #c3b5e6; }
  #special .bg-b {
    background: url(../../../img/home/bg_09-b.svg) center top/120% repeat-y; }
  #special .bg-il {
    background: url(../../../img/home/bg_09-il.svg) center top/120% repeat-y; }

/*----- 学びコンテンツ -----*/
#learn .bg-b {
  background: url(../../../img/home/bg_05-b.svg) center top/100% repeat-y; }
#learn .bg-il {
  background: url(../../../img/home/bg_05-il.svg) center top/100% repeat-y; }
#learn .more .more__txt {
  font-size: 1.2rem;
  text-align: left;
  word-break: break-all;
  margin-bottom: 20px; }
  #learn .more .more__txt a {
    display: inline; }
#learn .more .learn__attention {
  font-size: 1.2rem;
  text-align: left; }

/*----- アクセス -----*/
#access {
  text-align: center; }
  #access .access__ttl {
    display: inline-block;
    margin-bottom: 35px;
    padding: 10px 40px;
    border-top: 2px solid #c53028;
    border-bottom: 2px solid #c53028;
    font-size: 2.4rem;
    line-height: 1; }
    @media (min-width: 769px) {
      #access .access__ttl {
        font-size: calc( 2.4rem + ( 1vw - 7.69px ) * 6.3260340633 ); } }
    @media (min-width: 1180px) {
      #access .access__ttl {
        font-size: 5rem; } }
        
  #access .access__btn a {
    width: 90%;
    max-width: 330px;
    margin: 0 auto 20px;
    padding: 10px 0;
    background: #c53028;
    border-radius: 100px;
    color: #FFF;
    font-size: 1.8rem; }

  #music .timetable__btn {
      width: 90%;
      max-width: 330px;
      margin: auto auto 50px;
      padding: 10px 0;
      background: #c53028;
      border-radius: 100px;
      color: #FFF;
      font-size: 1.8rem; }

.gogo__btn a {
    width: 90%;
    max-width: 330px;
    margin: 0 auto 20px;
    padding: 10px 0;
    background: #ffa500;
    border-radius: 100px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold; }

.stop__btn a {
    pointer-events: none;
    width: 90%;
    max-width: 330px;
    margin: 0 auto 20px;
    padding: 10px 0;
    background: #7a7a7a;
    border-radius: 100px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;}


/*----- マップ -----*/
#map {
  text-align: center;
  background: #d3e1ed;  }
  #map .map__ttl {
    display: inline-block;
    padding: 10px 40px;
    border-top: 2px solid #c53028;
    border-bottom: 2px solid #c53028;
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom:20px; }
    @media (min-width: 769px) {
      #map .map__ttl {
        font-size: calc( 2.2rem + ( 1vw - 7.69px ) * 6.8126520681 ); } }
    @media (min-width: 1180px) {
      #map .map__ttl {
        font-size: 5rem; } }

/*----- フッター -----*/
#footer {
  padding: 40px;
  background: #0f183b;
  box-sizing: border-box; }
  #footer .footer__txt {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0; }
    @media (min-width: 769px) {
      #footer .footer__txt {
        font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
    @media (min-width: 1180px) {
      #footer .footer__txt {
        font-size: 1.4rem; } }

.page-top__btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  text-align: center; }
  .page-top__btn a {
    position: relative;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #0f183b;
    border-radius: 100px;
    background: #0f183b;
    font-size: 1.4rem;
    line-height: 1.35; }
    .page-top__btn a::before {
      position: absolute;
      display: block;
      left: 50%;
      top: 15px;
      transform: translate(-50%, 0) rotate(-45deg);
      width: 10px;
      height: 10px;
      border-top: 3px solid #FFF;
      border-right: 3px solid #FFF;
      border-radius: 2px;
      content: ''; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  /*----- カミングスーン -----*/
  section {
    padding: 80px 0 0 0; }

  #contents::before {
    height: 8px;
    border-top: 80px solid #c53028;
    border-bottom: 16px solid #3265a5; }

  #contents::befor {
    height: 8px;
    border-top: 80px solid #c53028;
    border-bottom-width: 16px; }
  #contents .contents__ttl {
    margin-bottom: 80px;
    padding: 30px 100px 15px;
    border-width: 5px;
    border-radius: 15px; }
    #contents .contents__ttl::after {
      top: 6px;
      left: 6px;
      border-width: 5px;
      border-radius: 15px; }
    #contents .contents__ttl .contents__ttl-dec {
      width: 100px; }
  #contents .contents__sub-ttl {
    margin-bottom: 30px; }
  #contents .contents__txt {
    margin-bottom: 100px; }
  #contents .contents__wp {
    max-width: 1250px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #contents .contents__wp .contents__box {
      flex: 0 1 46%;
      width: 46%;
      max-width: 46%;
      min-height: 400px;
      margin: 0 8% 80px 0; }
      #contents .contents__wp .contents__box:nth-of-type(2n), #contents .contents__wp .contents__box:last-of-type {
        margin-right: 0; }
      #contents .contents__wp .contents__box .contents__box-img .contents__box-img-txt {
        bottom: 10px;
        right: 20px; }
      #contents .contents__wp .contents__box .contents__box-date-wp {
        margin-bottom: 15px;
        padding-top: 15px; }
        #contents .contents__wp .contents__box .contents__box-date-wp .contents__box-date-box {
          margin-right: 20px; }
          #contents .contents__wp .contents__box .contents__box-date-wp .contents__box-date-box .contents__box-date {
            padding: 5px 10px; }
      #contents .contents__wp .contents__box .contents__box-txt {
        letter-spacing: 0; }
      #contents .contents__wp .contents__box .contents__box-btn:hover {
        background: #FFF;
        color: #0f183b;
        opacity: 1; }
        #contents .contents__wp .contents__box .contents__box-btn:hover::after {
          transition: .3s;
          border-color: #0f183b; }
      #contents .contents__wp .contents__box .contents__box-btn::after {
        right: 15px;
        width: 15px;
        height: 15px; }
      #contents .contents__wp .contents__box .contents__box-more {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        #contents .contents__wp .contents__box .contents__box-more .contents__box-more-txt {
          font-size: 1.6rem; } }
        @media screen and (min-width: 769px) and (min-width: 769px) {
          #contents .contents__wp .contents__box .contents__box-more .contents__box-more-txt {
            font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.9464720195 ); } }
        @media screen and (min-width: 769px) and (min-width: 1180px) {
          #contents .contents__wp .contents__box .contents__box-more .contents__box-more-txt {
            font-size: 2.4rem; } }

@media screen and (min-width: 970px) {
    #top .top__img {
        width: 100%;
        margin: 0 auto 20px; }
    }

@media screen and (min-width: 769px) {
  .contents__box-date-wp {
    margin-bottom: 20px;
    padding-top: 15px; }
    .contents__box-date-wp .contents__box-date-box {
      margin-right: 20px; }
      .contents__box-date-wp .contents__box-date-box .contents__box-date {
        padding: 5px 10px; }

  .more .more__about .more__about-wp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .more .more__about .more__about-wp .more__about-box {
      flex: 0 1 47%;
      width: 47%;
      max-width: 47%;
      margin: 0; }
      .more .more__about .more__about-wp .more__about-box:first-child {
        margin-bottom: 0; }
  .more .more__sponser .more__sponser-wp .more__sponser-box:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  #top {
    padding: 50px 0 50px; }
    #top .top__copy {
      margin-bottom: 50px;
      padding: 15px;
      min-width: 350px; }
    #top .top__img-copy {
      width: auto;
      margin-bottom: 30px; }
    #top .top__date {
      margin-bottom: 40px;
      line-height: 2; }
    #top .top__place {
      margin-bottom: 50px; }
    #top .top__txt {
      padding: 60px 30px 40px;
      border-width: 4px;
      border-radius: 30px;
      box-sizing: border-box;
      line-height: 2; }
      #top .top__txt::after {
        top: 8px;
        left: 8px;
        border-width: 4px;
        border-radius: 30px; }
    #top .top__info {
      display: inline-block;
      margin: 4rem auto; }


  /*----- 音楽コンテンツ -----*/
  #music {
    padding: 120px 0; }
    #music .music__wp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #music .music__wp .music__box {
        flex: 0 1 46%;
        width: 46%;
        max-width: 46%; }
        #music .music__wp .music__box:last-of-type {
          margin-bottom: 0; }
        #music .music__wp .music__box .music__box-img {
          margin: 0 auto 15px; }
        #music .music__wp .music__box .music__box-ttl {
          margin-bottom: 15px; }
        #music .music__wp .music__box .music__box-date-wp {
          margin-bottom: 20px; }
          #music .music__wp .music__box .music__box-date-wp .music__box-date-box {
            margin-right: 20px; }
            #music .music__wp .music__box .music__box-date-wp .music__box-date-box .music__box-date {
              padding: 5px 10px; }
        #music .music__wp .music__box .music__box-txt {
          margin-bottom: 30px; }
        #music .music__wp .music__box .music__box-more {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 170px;
          height: 170px;
          margin: 0 auto;
          border: 2px solid #0f183b;
          border-radius: 170px; }
          #music .music__wp .music__box .music__box-more .music__box-more-txt {
            font-size: 1.6rem; } }
          @media screen and (min-width: 769px) and (min-width: 769px) {
            #music .music__wp .music__box .music__box-more .music__box-more-txt {
              font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.9464720195 ); } }
          @media screen and (min-width: 769px) and (min-width: 1180px) {
            #music .music__wp .music__box .music__box-more .music__box-more-txt {
              font-size: 2.4rem; } }

@media screen and (min-width: 769px) {
  /*----- 音楽コンテンツ -----*/
  #music .music__ttl {
    margin-bottom: 40px;
    padding: 10px 20px; }
  #music .music__txt {
    margin-bottom: 60px; }
  #music .music__img-wp {
    margin-bottom: 80px; }
    #music .music__img-wp .music__img {
      flex: 0 1 30%;
      width: 30%;
      max-width: 30%;
      margin: 0 5% 0 0; }
      #music .music__img-wp .music__img:nth-of-type(2n) {
        margin-right: 5%; }
      #music .music__img-wp .music__img:nth-of-type(3n), #music .music__img-wp .music__img:last-of-type {
        margin-right: 0; }
      #music .music__img-wp .music__img .contents__box-date-wp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #music .music__img-wp .music__img .contents__box-date-wp .contents__box-date-box {
          margin-right: 20px; }
          #music .music__img-wp .music__img .contents__box-date-wp .contents__box-date-box:nth-of-type(2n), #music .music__img-wp .music__img .contents__box-date-wp .contents__box-date-box:last-of-type {
            margin-right: 0; }
  #music .music__and-more {
    margin-bottom: 140px; }
  #music .music__fm {
    max-width: 825px;
    margin: 0 auto 120px;
    position: relative; }
    #music .music__fm .music__fm-ttl {
      position: absolute;
      top: -15px;
      left: -25px;
      display: inline-block;
      transform: translate(0%, -100%) rotate(-3deg); }
    #music .music__fm .music__fm-wp .music__fm-box {
      flex: 0 1 18%;
      width: 18%;
      max-width: 18%;
      margin: 0 2.5% 0 0; }
      #music .music__fm .music__fm-wp .music__fm-box img {
        margin-bottom: 5px; }
      #music .music__fm .music__fm-wp .music__fm-box:nth-of-type(2n) {
        margin-right: 2.5%; }
      #music .music__fm .music__fm-wp .music__fm-box:nth-of-type(5n), #music .music__fm .music__fm-wp .music__fm-box:last-of-type {
        margin-right: 0; }
  #music .contents__wp {
    margin-bottom: 120px; }
    #music .contents__wp:last-of-type {
      margin-bottom: 50px; }
    #music .contents__wp .contents__img-wp {
      max-width: 1080px;
      margin: 0 auto 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #music .contents__wp .contents__img-wp .contents__img {
        margin-bottom: 0;
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%; }
      }

@media screen and (min-width: 769px) {
  /*----- アクセス -----*/
  #access {
    background: #ebebeb; }
    #access .access__ttl {
      margin-bottom: 80px;
      padding: 15px 80px;
      border-top: 4px solid #c53028;
      border-bottom: 4px solid #c53028; }
    #access .access__btn a {
      margin-bottom: 100px; }

  /*----- マップ -----*/
    #map .map__ttl {
      padding: 15px 80px;
      border-top: 4px solid #c53028;
      border-bottom: 4px solid #c53028;
      margin-bottom: 50px; }

  /*----- フッター -----*/
  #footer {
    padding: 80px; }
    #footer .footer__txt {
      line-height: 2.5; }

  .page-top__btn {
    bottom: 60px;
    right: 60px; }
    .page-top__btn a {
      position: relative;
      width: 95px;
      height: 95px;
      padding-top: 40px;
      background: #FFF;
      transition: .3s; }
      .page-top__btn a::before {
        top: 15px;
        width: 20px;
        height: 20px;
        border-color: #0f183b; }
      .page-top__btn a:hover {
        background: #0f183b;
        color: #FFF; }
        .page-top__btn a:hover::before {
          border-color: #FFF; } }


/* added */
p.place__copy {
 font-family: 'M PLUS Rounded 1c', sans-serif;
 font-size: 4rem;
 font-weight: bold;
 padding-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  p.place__copy {
   font-size: 6rem;
   font-weight: bold;
   padding-bottom: 4rem;
  }
}


/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1281px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
