/* layout
    ========================================================================== */
@import url('html5reset.css');
@import url('animation.css');
@import url('normalize.css');

html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  font-family: 'Hiragino Kaku Gothic ProN’, 'ヒラギノ角ゴ ProN W3’, 'Meiryo UI’, Meiryo, メイリオ, Osaka, 'MS PGothic’, arial, helvetica, sans-serif;
  font-size: 1.6em;
  line-height: 1.4;
  padding: 10px;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 2.4rem;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

a {
  text-decoration: none;
}

/* Hides from IE Mac \*/

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */

.flexbox {
  display: flex;
  justify-content: center;
}

#top {
  padding: 0;
  z-index: -99999999;
}

.cnt_fl {
  float: left;
  text-align: left;
  padding-right: 5px;
}

.cnt_fr {
  float: right;
  text-align: left;
  padding-left: 5px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.pt30 {
  padding-top: 30px;
}

/*
.yellow{
  color: #e47777;
}
*/

/* PC */
@media screen and (min-width:1241px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: 'Hiragino Kaku Gothic ProN’, 'ヒラギノ角ゴ ProN W3’, 'Meiryo UI’, Meiryo, メイリオ, Osaka, 'MS PGothic’, arial, helvetica, sans-serif;
    font-size: 1.6em;
    padding: 10px;
    z-index: -6;
  }

  .hide_pc {
    display: none;
  }

  #pagetop {
    width: 50px;
    position: fixed;
    bottom: 0;
    right: 20px;
    text-align: right;
    line-height: 0;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }

  .main_visual {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #5bc6f4;
    background: -moz-linear-gradient(top, #5bc6f4 0%, #72d0f6 14%, #b3edfc 39%, #d1f9fe 54%, #ecfefe 73%, #fefefe 100%);
    background: -webkit-linear-gradient(top, #5bc6f4 0%, #72d0f6 14%, #b3edfc 39%, #d1f9fe 54%, #ecfefe 73%, #fefefe 100%);
    background: linear-gradient(to bottom, #5bc6f4 0%, #72d0f6 14%, #b3edfc 39%, #d1f9fe 54%, #ecfefe 73%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc6f4', endColorstr='#fefefe', GradientType=0);
    color: #004ea2;
    font-weight: bold;
    z-index: -5;
  }

  .main_visual a {
    display: block;
  }

  .contents_inner {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
  }

  .cnt_wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .main_visual_inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
  }

  .main_visual ul {
    display: table;
    border-spacing: 10px;
    z-index: 5;
    pointer-events: none;
  }

  .main_visual h1 {
    margin-top: 30px;
  }

  .logo {
    width: 40%;
    margin-left: 30.24%;
    z-index: 6;
    pointer-events: none;
  }

  .guest {
    width: 60%;
    margin-left: 18.54%;
    z-index: 6;
    pointer-events: none;
  }

  .main_visual ul li {
    display: table-cell;
    vertical-align: middle;
    z-index: 7;
    pointer-events: none;
  }

  .main_visual .guest_text {
    width: 150px;
  }

  .guesttext_pb {
    padding: 0 0 150px 0;
  }

  .bg_town {
    display: block;
    position: absolute;
    width: 100%;
    height: 129px;
    bottom: 0;
    background: url(../img/town_bg.png) repeat-x;
    z-index: -4;
  }

  .bg_sky {
    position: absolute;
    top: 40px;
    left: 5px;
    display: block;
    width: 100%;
    height: 364px;
    background: url(../img/cloud.png?5);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    animation-name: anim_v;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    z-index: -4;
  }

  @keyframes anim_v {
    0% {
      transform: translateY(0);
    }

    25% {
      transform: translateY(2px);
    }

    50% {
      transform: translateY(5px);
    }

    75% {
      transform: translateY(8px);
    }

    90% {
      transform: translateY(10px);
    }

    95% {
      transform: translateY(13px);
    }

    100% {
      transform: translateY(15px);
    }
  }

  .hatsugenkomachi_contents {
    border-radius: 20px;
    background: #e47777;
    color: #ffffff;
    padding: 2%;
    font-size: 2.6rem;
  }

  .hatsugenkomachi_contents a {
    color: #ffffff;
  }

  .hatsugenkomachi_contents h2 {
    margin: 0 0 2% 0;
  }

  .hatsugen_wadai_btn {
    width: 80%;
    border-radius: 20px;
    background: #ffffff;
    color: #e47777;
    margin: 2% auto 0 auto;
    padding: 1% 0;
  }

  .twitter_contents {
    color: #0758a9;
  }

  .twitter_btn {
    display: block;
    width: 100%;
    height: 140px;
    border-radius: 20px;
    background: #0758a9 repeat;
    box-shadow: 10px 10px #12477d;
    /*
    background: url(../img/twitter_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
*/
    color: #ffffff;
    line-height: 140px;
    margin: 0 0 1% 0;
    font-size: 5rem;
  }

  .twitterhashtag_contents_inner {
    max-width: 900px;
    margin: 0 auto;
  }

}

/* PC */
@media screen and (min-width:1025px) and (max-width:1240px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: 'Hiragino Kaku Gothic ProN’, 'ヒラギノ角ゴ ProN W3’, 'Meiryo UI’, Meiryo, メイリオ, Osaka, 'MS PGothic’, arial, helvetica, sans-serif;
    font-size: 1.6em;
    padding: 10px;
    z-index: -6;
  }

  .hide_pc {
    display: none;
  }

  #pagetop {
    width: 50px;
    position: fixed;
    bottom: 0;
    right: 20px;
    text-align: right;
    line-height: 0;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }

  .main_visual {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #5bc6f4;
    background: -moz-linear-gradient(top, #5bc6f4 0%, #72d0f6 14%, #b3edfc 39%, #d1f9fe 54%, #ecfefe 73%, #fefefe 100%);
    background: -webkit-linear-gradient(top, #5bc6f4 0%, #72d0f6 14%, #b3edfc 39%, #d1f9fe 54%, #ecfefe 73%, #fefefe 100%);
    background: linear-gradient(to bottom, #5bc6f4 0%, #72d0f6 14%, #b3edfc 39%, #d1f9fe 54%, #ecfefe 73%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc6f4', endColorstr='#fefefe', GradientType=0);
    color: #004ea2;
    font-weight: bold;
    z-index: -5;
  }

  .contents_inner {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
  }

  .cnt_wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .main_visual_inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
  }

  .main_visual ul {
    display: table;
    border-spacing: 10px;
    z-index: 5;
  }

  .main_visual h1 {
    margin-top: 30px;
  }

  .logo {
    width: 40%;
    margin-left: 30.24%;
    z-index: 6;
  }

  .guest {
    width: 60%;
    margin-left: 18.54%;
    z-index: 6;
  }

  .main_visual ul li {
    display: table-cell;
    vertical-align: middle;
    z-index: 7;
  }

  .main_visual .guest_text {
    width: 150px;
  }

  .guesttext_pb {
    padding: 0 0 150px 0;
  }

  .bg_town {
    display: block;
    position: absolute;
    width: 100%;
    height: 129px;
    bottom: 0;
    background: url(../img/town_bg.png) repeat-x;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 10.2462272%;
    z-index: -4;
  }

  .bg_sky {
    position: absolute;
    top: 40px;
    display: block;
    width: 100%;
    height: 363px;
    background: url(../img/cloud.png?5);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation-name: anim_v;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 27.6887872%;
    z-index: -4;
  }

  @keyframes anim_v {
    0% {
      transform: translateY(0);
    }

    25% {
      transform: translateY(2px);
    }

    50% {
      transform: translateY(5px);
    }

    75% {
      transform: translateY(8px);
    }

    90% {
      transform: translateY(10px);
    }

    95% {
      transform: translateY(13px);
    }

    100% {
      transform: translateY(15px);
    }
  }

  .hatsugenkomachi_contents {
    border-radius: 20px;
    background: #e47777;
    color: #ffffff;
    padding: 2% 0;
    font-size: 2.6rem;
  }

  .hatsugenkomachi_contents a {
    color: #ffffff;
  }

  .hatsugenkomachi_contents h2 {
    margin: 0 0 2% 0;
  }

  .hatsugen_wadai_btn {
    width: 80%;
    border-radius: 20px;
    background: #ffffff;
    color: #e47777;
    margin: 2% auto 0 auto;
    padding: 1% 0;
  }

  .twitter_contents {
    color: #0758a9;
  }

  .twitter_btn {
    display: block;
    width: 100%;
    height: 140px;
    border-radius: 20px;
    background: #0758a9 repeat;
    box-shadow: 10px 10px #12477d;
    color: #ffffff;
    line-height: 140px;
    margin: 0 0 1% 0;
    font-size: 5rem;
  }

  /*
  .twitter_btn p {
    margin-top: -14.884%;
  }
*/
  .twitterhashtag_contents_inner {
    max-width: 900px;
    margin: 0 auto;
  }

}

/*tablet*/
@media screen and (min-width:768px) and (max-width:1024px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: 'Hiragino Kaku Gothic ProN’, 'ヒラギノ角ゴ ProN W3’, 'Meiryo UI’, Meiryo, メイリオ, Osaka, 'MS PGothic’, arial, helvetica, sans-serif;
    font-size: 1.6em;
    padding: 10px;
    z-index: -6;
  }

  .hide_sp {
    display: none;
  }

  #pagetop {
    display: block;
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 10px;
    text-align: right;
    line-height: 0;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }

  .main_visual {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #5bc6f4;
    background: -moz-linear-gradient(top, #5bc6f4 0%, #72d0f6 14%, #b3edfc 39%, #d1f9fe 54%, #ecfefe 73%, #fefefe 100%);
    background: -webkit-linear-gradient(top, #5bc6f4 0%, #72d0f6 14%, #b3edfc 39%, #d1f9fe 54%, #ecfefe 73%, #fefefe 100%);
    background: linear-gradient(to bottom, #5bc6f4 0%, #72d0f6 14%, #b3edfc 39%, #d1f9fe 54%, #ecfefe 73%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc6f4', endColorstr='#fefefe', GradientType=0);
    color: #004ea2;
    font-weight: bold;
    z-index: -5;
  }

  .contents_inner {
    max-width: 1023px;
    width: 90%;
    margin: 0 auto;
  }

  .cnt_wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .main_visual_inner {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
  }

  .main_visual ul {
    display: table;
    border-spacing: 10px;
    z-index: 5;
  }

  .main_visual h1 {
    margin-top: 30px;
  }

  .logo {
    width: 40%;
    margin-left: 30.24%;
    z-index: 6;
  }

  .guest {
    width: 60%;
    margin-left: 18.54%;
    z-index: 6;
  }

  .main_visual ul li {
    display: table-cell;
    vertical-align: middle;
    z-index: 7;
  }

  .main_visual .guest_text {
    width: 150px;
  }

  .guesttext_pb {
    padding: 0 0 150px 0;
  }

  .bg_town {
    display: block;
    position: absolute;
    width: 100%;
    height: 129px;
    bottom: 0;
    background: url(../img/town_bg.png) repeat-x;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 10.2462272%;
    z-index: -4;
  }

  .bg_sky {
    position: absolute;
    top: 175px;
    left: -30px;
    display: block;
    width: 100%;
    height: 363px;
    background: url(../img/cloud.png?5);
    background-repeat: no-repeat;
    /*    background-position: center center;*/
    background-size: cover;
    animation-name: anim_v;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 27.6887872%;
    z-index: -4;
  }

  @keyframes anim_v {
    0% {
      transform: translateY(0);
    }

    25% {
      transform: translateY(2px);
    }

    50% {
      transform: translateY(5px);
    }

    75% {
      transform: translateY(8px);
    }

    90% {
      transform: translateY(10px);
    }

    95% {
      transform: translateY(13px);
    }

    100% {
      transform: translateY(15px);
    }
  }

  .hatsugenkomachi_contents {
    border-radius: 20px;
    background: #e47777;
    color: #ffffff;
    padding: 3%;
    font-size: 2.6rem;
  }

  .hatsugenkomachi_contents a {
    color: #ffffff;
  }

  .hatsugenkomachi_contents h2 {
    margin: 0 0 2% 0;
  }

  .hatsugen_wadai_btn {
    width: 80%;
    border-radius: 20px;
    background: #ffffff;
    color: #e47777;
    margin: 2% auto 0 auto;
    padding: 1% 0;
  }

  .twitter_contents {
    color: #0758a9;
  }

  .twitter_btn {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #0758a9 repeat;
    box-shadow: 10px 10px #12477d;
    color: #ffffff;
    margin: 0 0 2% 0;
    padding: 2%;
    font-size: 1.9rem;
  }

  /*
  .twitter_btn p {
    margin-top: -10.884%;
  }
*/

  .banner_contents {
    width: 80%;
    margin: 50px auto;
  }

}

/* SP */
@media screen and (min-width:320px) and (max-width:767px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: 'Hiragino Kaku Gothic ProN’, 'ヒラギノ角ゴ ProN W3’, 'Meiryo UI’, Meiryo, メイリオ, Osaka, 'MS PGothic’, arial, helvetica, sans-serif;
    font-size: 1.6em;
    padding: 10px;
    z-index: -6;
  }

  .hide_sp {
    display: none;
  }


  #pagetop {
    display: block;
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 10px;
    text-align: right;
    line-height: 0;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }

  .main_visual {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #5bc6f4;
    background: -moz-linear-gradient(top, #5bc6f4 0%, #72d0f6 14%, #b3edfc 39%, #d1f9fe 54%, #ecfefe 73%, #fefefe 100%);
    background: -webkit-linear-gradient(top, #5bc6f4 0%, #72d0f6 14%, #b3edfc 39%, #d1f9fe 54%, #ecfefe 73%, #fefefe 100%);
    background: linear-gradient(to bottom, #5bc6f4 0%, #72d0f6 14%, #b3edfc 39%, #d1f9fe 54%, #ecfefe 73%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc6f4', endColorstr='#fefefe', GradientType=0);
    color: #004ea2;
    font-weight: bold;
    z-index: -5;
  }

  .contents_inner {
    max-width: 767px;
    width: 95%;
    margin: 0 auto;
  }

  .cnt_wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .main_visual_inner {
    max-width: 640px;
    width: 90%;
    margin: 0 auto;
  }

  .main_visual ul {
    display: table;
    border-spacing: 10px;
    z-index: 5;
  }

  .logo {
    width: 85%;
    margin-left: 8%;
    z-index: 6;
  }

  .guest {
    width: 100%;
    margin-left: 0;
    z-index: 6;
  }

  .main_visual ul li {
    display: table-cell;
    vertical-align: middle;
    z-index: 7;
  }

  .main_visual .mt30 {
    margin-top: 20px;
  }

  .main_visual h1 {
    margin-top: -2px;
  }

  .main_visual .guest_text {
    width: 100px;
  }

  .guesttext_pb {
    padding: 0 0 100px 0;
  }

  .bg_town {
    display: block;
    position: absolute;
    width: 100%;
    height: 129px;
    bottom: 0;
    background: url(../img/town_bg.png) repeat-x;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 10.2462272%;
    z-index: -4;
  }

  .bg_sky {
    position: absolute;
    top: 100px;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background: url(../img/sp_cloud.png?6);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation-name: anim_v;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 33.5378323%;
    z-index: -4;
  }


  @keyframes anim_v {
    0% {
      transform: translateY(0);
    }

    25% {
      transform: translateY(2px);
    }

    50% {
      transform: translateY(5px);
    }

    75% {
      transform: translateY(8px);
    }

    90% {
      transform: translateY(10px);
    }

    95% {
      transform: translateY(13px);
    }

    100% {
      transform: translateY(15px);
    }
  }


  .hatsugenkomachi_contents {
    border-radius: 20px;
    background: #e47777;
    color: #ffffff;
    padding: 5%;
    font-size: 1.9rem;
  }

  .hatsugenkomachi_contents a {
    color: #ffffff;
  }

  .hatsugenkomachi_contents h2 {
    width: 80%;
    margin: 0 auto 5% auto;
  }

  .hatsugen_wadai_btn {
    width: 100%;
    border-radius: 20px;
    background: #ffffff;
    color: #e47777;
    margin: 6% auto 0 auto;
    padding: 3% 0;
    font-size: 1.9rem;
  }

  .twitter_contents {
    color: #0758a9;
  }

  .twitter_btn {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #0758a9 repeat;
    box-shadow: 5px 5px #12477d;
    color: #ffffff;
    margin: 1% 0 2% 0;
    padding: 3%;
    font-size: 1.9rem;
  }

  /*
  .twitter_btn p {
    margin-top: -8.884%;
  }
*/

  .banner_contents {
    width: 80%;
    margin: 50px auto;
  }

}

/* Twitter */
@media screen and (max-width: 768px) and (min-width: 480px) {
  iframe .twitter-timeline-rendered {
    width: 490px !important;
  }
}

@media screen and (max-width: 480px) {
  iframe.twitter-timeline-rendered {
    width: 450px !important;
    margin: 0 auto;
  }
}

.timeline-Widget {
  max-width: 300px !important;
  width: 200px !important;
}
