.slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slide .pos1 {
  top: 120px;
  right: 50%;
  margin-right: 550px;
}

.slide .pos2 {
  -webkit-animation-delay: 3s;
  top: 260px;
  left: 50%;
  animation-delay: 3s;
  margin-left: 535px;
}

.slide_main {
  margin: 0 auto;
  width: 1000px;
}

.slide_main .slick-slide img {
  border-radius: 10px;
}

.slide_nav {
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  width: 900px;
  text-align: center;
}

.slide_nav__item {
  padding: 0 5px;
}

.slide_nav__item_inner {
  position: relative;
}

.slide_nav .slick-slide {
  cursor: pointer;
}

.slide_nav .slick-slide img {
  border-radius: 10px;
}

.slide_nav .slick-track {
  margin: 0 auto;
}

.slide_nav .slick-current {
  position: relative;
}

.slide_nav .slick-current .slide_nav__item_inner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #e13136;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  content: "";
}

.slide_nav_wrap {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  background: url(../img/common/bg_yellow.png) repeat-x top center;
}

.slide_nav_wrap .title_chara {
  position: absolute;
  right: 18px;
  bottom: 0;
  z-index: 15;
  width: 120px;
  height: 120px;
  overflow: hidden;
  pointer-events: none;
}

.slide_nav_wrap .title_chara p {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: url(../img/top/img_illust-01_top.png) no-repeat bottom right;
  width: 100%;
  height: 100%;
}

.news_tw_wrap {
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  width: 660px;
  text-align: left;
}

.news_tw_wrap .news_sec_title {
  position: absolute;
  top: -44px;
  left: -16px;
}

.news {
  position: relative;
  z-index: 1;
  padding: 105px 0 90px;
}

.news .deco {
  position: absolute;
  top: -3px;
  z-index: -1;
  width: 236px;
  height: 112px;
  pointer-events: none;
}

.news .deco.deco1 {
  left: 0;
  background: url(../img/common/bg_deco_left.png) no-repeat top left;
}

.news .deco.deco2 {
  right: 0;
  background: url(../img/common/bg_deco_right.png) no-repeat top right;
}

.news .chara {
  position: absolute;
  left: 50%;
  z-index: -1;
  pointer-events: none;
}

.news .chara.chara1 {
  top: 70px;
  margin-left: 220px;
}

.news .chara.chara2 {
  -webkit-animation: circle 4.6s infinite 1s both;
  top: 220px;
  animation: circle 4.6s infinite 1s both;
  margin-left: 440px;
}

.news .chara.chara3 {
  bottom: 70px;
  margin-left: 345px;
}

.news .chara.chara4 {
  top: 2%;
  right: 3%;
  left: auto;
  z-index: 1;
  -webkit-animation: rotate 4s infinite both;
          animation: rotate 4s infinite both;
  width: 23%;
}

.news .chara.chara5 {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  margin-top: -5%;
  margin-left: 2%;
  width: 30%;
}

.news .chara.chara6 {
  right: 25%;
  bottom: 7%;
  left: auto;
  z-index: 1;
  width: 14%;
}

.news .news_tw_wrap {
  background-color: #c2e5fb;
  padding: 25px 25px 5px;
}

.news .news_cont li {
  background: url(../img/top/line_info.png) no-repeat bottom center;
  padding: 9px 0;
}

.news .news_cont li:last-child {
  background: none;
}

.news .news_cont a {
  display: block;
  padding: 10px 0;
  color: #000;
  text-decoration: none;
}

.news .news_cont .news_day {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  border-radius: 10px;
  background-color: #1e5db5;
  padding: 4px 2px;
  width: 80px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.news .news_cont .news_title {
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.twitter {
  position: relative;
  z-index: 1;
  padding: 70px 0 50px;
}

.twitter .balloon {
  left: 50%;
  margin-left: 530px;
}

.twitter_bg {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.twitter_bg__wrap {
  position: relative;
  background: url(../img/top/bg_twitter_repeat.jpg) center top;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.twitter_bg__wrap:before {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  background: url(../img/top/bg_twitter_top.png) center bottom;
  background-size: cover;
  height: 15px;
  content: "";
}

.twitter_bg__wrap:after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  background: url(../img/top/bg_twitter_bottom.png) center top;
  background-size: cover;
  height: 15px;
  content: "";
}

.twitter .balloon {
  top: 110px;
}

.twitter .chara {
  position: absolute;
  right: 50%;
  z-index: -1;
  pointer-events: none;
}

.twitter .chara.chara1 {
  -webkit-transform-origin: 40% bottom;
  -ms-transform-origin: 40% bottom;
  -webkit-animation: rotate 4s infinite both;
  top: -70px;
  right: auto;
  left: 7%;
  transform-origin: 40% bottom;
  z-index: 1;
  animation: rotate 4s infinite both;
}

.twitter .chara.chara2 {
  top: 120px;
  margin-right: 220px;
}

.twitter .chara.chara3 {
  -webkit-animation: circle 3.9s infinite both;
  bottom: 64px;
  animation: circle 3.9s infinite both;
  margin-right: 400px;
}

.twitter .news_tw_wrap {
  background-color: #fff;
  padding: 25px 25px 0;
}

.twitter .news_tw_wrap iframe {
  vertical-align: bottom;
  width: 100% !important;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.mobile {
  position: relative;
  padding: 100px 0 70px;
}

.mobile .balloon {
  -webkit-animation-delay: 5s;
  top: 150px;
  left: 50%;
  animation-delay: 5s;
  margin-left: -450px;
}

.mobile .chara {
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  position: absolute;
  top: -20px;
  right: 150px;
  transform-origin: bottom center;
  z-index: 10;
}

@media screen and (max-width: 750px) {
  .slide_main {
    width: 94%;
  }
  .slide_main .slick-slide img {
    border-radius: 5px;
  }
  .slide_nav {
    padding: 23px 2% 20px;
    width: 100%;
  }
  .slide_nav__item {
    padding: 0 4px;
  }
  .slide_nav .slick-slide img {
    border-radius: 5px;
  }
  .slide_nav .slick-current .slide_nav__item_inner:after {
    border-width: 2px;
    border-radius: 5px;
  }
  .slide_nav .slick-arrow {
    display: none;
  }
  .slide_nav_wrap {
    margin-top: 10px;
    background-size: auto 100%;
  }
  .news_tw_wrap {
    width: 90%;
  }
  .news_tw_wrap .news_sec_title {
    top: 0;
    left: -2%;
    -webkit-transform: translate(0, -52%);
        -ms-transform: translate(0, -52%);
            transform: translate(0, -52%);
    width: 49%;
  }
  .news_tw_wrap .more_btn {
    margin: 12px auto 0;
    width: 57%;
  }
  .news {
    padding: 16% 0 8%;
  }
  .news .chara.chara3 {
    right: 7%;
    bottom: 11%;
    left: auto;
    z-index: 1;
    margin-left: 0;
    width: 12%;
  }
  .news .news_tw_wrap {
    padding: 15px 4.5% 15px;
  }
  .news .news_cont li {
    background-size: 100%;
    padding: 5px 0;
  }
  .news .news_cont a {
    padding: 5px 0;
  }
  .news .news_cont .news_day {
    padding: 2px 2px 1px;
    width: 77px;
    font-size: 11px;
  }
  .news .news_cont .news_title {
    margin-top: 8px;
    width: 100%;
    font-size: 13px;
  }
  .twitter {
    background-size: 100%;
    padding: 0 0 14%;
  }
  .twitter .news_tw_wrap {
    padding: 25px 2.5% 15px;
  }
}

@media screen and (min-width: 751px) {
  .news_tw_wrap .more_btn {
    position: absolute;
    top: -43px;
    right: 0;
  }
  .news .news_tw_wrap {
    -webkit-transform: translateX(-170px);
    -ms-transform: translateX(-170px);
    transform: translateX(-170px);
  }
  .twitter {
    background: url(../img/top/bg_twitter_repeat.jpg) center top;
  }
  .twitter:before {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    background: url(../img/top/bg_twitter_top.png) center bottom;
    height: 30px;
    content: "";
  }
  .twitter:after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: url(../img/top/bg_twitter_bottom.png) center top;
    height: 30px;
    content: "";
  }
  .twitter .news_tw_wrap {
    -webkit-transform: translateX(170px);
    -ms-transform: translateX(170px);
    transform: translateX(170px);
  }
}

@media screen and (min-width: 751px) and (max-width: 750px) {
  .twitter:before {
    top: 0;
    bottom: auto;
    background-size: cover;
    height: 15px;
  }
}

@media (-ms-high-contrast: none) {
  .twitter .news_tw_wrap .tw_wj {
    min-height: 360px;
  }
}
