/*
kv
 _________________________________________________________*/
@media only screen and (min-width: 641px) {
  .top-kv {
    height: 545px;
    overflow: hidden;
    background: url(../img/kv_bg.jpg) center top;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .top-kv {
    background: #010102;
  }
}
/*
news
 _________________________________________________________*/
@media only screen and (min-width: 641px) {
  .top-news {
    height: 70px;
    background: url(../img/common/bg_machi_white.png) repeat-x 0 25px #fff;
  }

  .top-news__title {
    width: 250px;
    float: left;
    text-align: right;
    padding: 5px 0;
  }

  .top-news__list {
    width: 700px;
    float: right;
    padding: 15px 0 0 40px;
  }
  .top-news__list li {
    margin: 10px 0;
  }
  .top-news__list .place {
    width: 88px;
  }
  .top-news__list .date {
    width: 130px;
    text-align: right;
  }
  .top-news__list .text {
    width: 430px;
    padding-left: 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .top-news {
    background: url(../img/common/bg_machi_white.png) repeat-x bottom #fff;
    background-size: 168px 39px;
    padding: 10px 0 30px 0;
    box-shadow: 2px 0 2px 2px rgba(0, 0, 0, 0.2);
  }

  .top-news__title {
    margin-bottom: 10px;
    text-align: center;
  }

  .top-news__list {
    padding: 0 5px;
  }
  .top-news__list .place {
    width: 60px;
  }
  .top-news__list .date {
    text-align: right;
  }
  .top-news__list .text {
    padding-left: 10px;
    text-align: left;
  }
}
/*
next
 _________________________________________________________*/
.top-next {
  height: 650px;
  padding: 30px 0 80px 0;
  background: url(../img/common/top_next_bg_hanabi_pc.gif) #fea6cc center top no-repeat;
  position: relative;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.2) inset;
}
.top-next:after {
  content: '';
  width: 100%;
  bottom: 0;
  display: block;
  position: absolute;
  height: 218px;
  background: url(../img/common/top_next_bg_hanabi_pc.gif) bottom repeat-x;
}

.top-next__chochin {
  position: absolute;
  top: -30px;
  right: -170px;
}

.top-next__title {
  text-align: center;
  margin-bottom: 30px;
}

.top-next__main {
  position: relative;
  z-index: 10;
  border-radius: 6px;
  background: url(../img/top_next_mainbg.jpg);
  height: 445px;
}
.top-next__main:after {
  content: '';
  background: url(../img/top_next_mainfbg_pc.png) repeat-x;
  display: block;
  width: 100%;
  height: 139px;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.top-next__main-icon {
  position: absolute;
  top: -42px;
  left: -15px;
  z-index: 10;
}

.top-next__main-check {
  position: absolute;
  top: -67px;
  right: 15px;
  z-index: 10;
}

.top-next__main-car {
  position: absolute;
  bottom: 0;
  right: -55px;
  z-index: 10;
}

.top-next__main-title {
  background: #ff557d;
  border-radius: 6px 6px 0 0;
  min-height: 110px;
  padding: 30px 25px 0 140px;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
}
.top-next__main-title:after {
  content: '';
  background: url(../img/top_next_sttl_pc.png) no-repeat;
  display: block;
  width: 100%;
  height: 38px;
  position: absolute;
  bottom: -38px;
  left: 0;
}
.top-next__main-title .date {
  color: #ffe32a;
  font-size: 20px;
}
.top-next__main-title .title {
  color: #fff;
  font-size: 32px;
}
.top-next__main-title .title span {
  font-size: 28px;
}

.top-next__main-content {
  margin-top: 50px;
  position: relative;
  z-index: 10;
}
.top-next__main-content .map {
  width: 255px;
  margin: 0 20px;
  float: left;
}
.top-next__main-content .castlist li {
  width: 130px;
  margin: 0 10px;
  float: left;
  text-align: center;
  position: relative;
}
.top-next__main-content .castlist li figure {
  margin-bottom: 10px;
}
.top-next__main-content .castlist li a {
  text-decoration: none;
}
.top-next__main-content .castlist .more {
  position: absolute;
  top: 75px;
  right: 20px;
}
.top-next__main-content .detail {
  width: 440px;
  height: 73px;
  position: absolute;
  bottom: 10px;
  right: 150px;
}
.top-next__main-content .detail a {
  width: 100%;
  display: block;
  border-radius: 6px;
  border: 3px solid #fff;
  background: #ff3060;
  text-align: center;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.top-next__main-content .detail a:hover {
  background: #ff7f9d;
}

@media only screen and (max-width: 640px) {
  .top-next {
    height: auto;
    padding: 15px 0 40px 0;
    background: url(../img/top_next_bg_hanabi_sp.jpg) #f19ec2 left top no-repeat;
    background-size: 55px 65px;
    min-height: none;
  }
  .top-next:after {
    display: none;
  }

  .top-next__chochin {
    top: -15px;
    right: -5px;
    width: 38%;
  }

  .top-next__title {
    margin-bottom: 20px;
  }

  .top-next__main {
    height: auto;
    padding-bottom: 20px;
    background-size: 16px 16px;
  }
  .top-next__main:after {
    display: none;
  }

  .top-next__main-icon {
    top: 0px;
    left: -5px;
    width: 70px;
  }

  .top-next__main-check {
    width: 57px;
    top: auto;
    bottom: -30px;
    left: 10px;
  }

  .top-next__main-car {
    width: 108px;
    right: -10px;
    bottom: -30px;
  }

  .top-next__main-title {
    min-height: 75px;
    padding: 15px 10px 0 75px;
  }
  .top-next__main-title:after {
    background: url(../img/top_next_sttl_sp.png) no-repeat;
    background-size: 100% 100%;
    height: 15px;
    bottom: -15px;
  }
  .top-next__main-title .date {
    font-size: 14px;
  }
  .top-next__main-title .title {
    font-size: 14px;
  }
  .top-next__main-title .title span {
    font-size: 13px;
  }

  .top-next__main-content {
    margin-top: 20px;
    padding: 0 8px;
  }
  .top-next__main-content .castlist {
    text-align: center;
  }
  .top-next__main-content .castlist li {
    float: none;
    display: inline-block;
    width: 60px;
    font-size: 8px;
    margin: 0;
  }
  .top-next__main-content .castlist .more {
    top: 20px;
    right: 5px;
    width: 53px;
  }
  .top-next__main-content .detail {
    width: 100%;
    height: auto;
    position: relative;
    margin: 10px auto;
    right: 0;
    bottom: 0;
  }
  .top-next__main-content .detail a {
    border-radius: 4px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
}
/*
lv
 _________________________________________________________*/
.top-lv {
  padding: 60px 0 60px 0;
  background: url(../img/common/top_next_bg_hanabi_pc.gif) #fea6cc center top no-repeat;
  position: relative;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.2) inset;
}

.top-lv__title {
  background: #ff275a;
  width: 1022px;
  border-radius: 5px;
  color: #fff;
  margin: 0px auto 20px auto;
  font-size: 18px;
  text-align: center;
  padding: 8px;
  margin-bottom: 15px;
}

.top-lv__main {
  width: 1022px;
  text-align: center;
  margin: 0px auto 15px auto;
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  background: url(../img/bg_page_various_pc.png) repeat-x bottom #fff;
}
.top-lv__main iframe {
  margin: 0px auto;
}

@media only screen and (max-width: 640px) {
  .top-lv {
    padding: 20px 0 20px 0;
    position: relative;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.2) inset;
  }

  .top-lv__title {
    background: #ff275a;
    width: calc(100% - 14px);
    border-radius: 2px;
    color: #fff;
    margin: 0px 7px 20px 7px;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    margin-bottom: 5px;
  }

  .top-lv__main {
    width: calc(100% - 14px);
    text-align: center;
    margin: 0px auto 15px auto;
    box-shadow: none;
    padding: 0;
    background: none;
  }
  .top-lv__main iframe {
    height: 200px !important;
  }
}
/*
various
 _________________________________________________________*/
.top-various {
  background: url(../img/bg_various_pc.gif) no-repeat center top #ffb400;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.2) inset;
}

.top-pickup {
  margin-top: 40px;
  padding: 40px 0 35px 0;
  background: url(../img/pickup_bg_pc.gif) repeat-x top #fffbbb;
}

.top-pickup__title {
  float: left;
  width: 200px;
  padding-top: 33px;
  text-align: right;
  margin-right: 20px;
}

.top-pickup__list {
  float: left;
  width: 624px;
}
.top-pickup__list li {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .top-various {
    background: url(../img/various_bg_sp.png) no-repeat top #ffb400;
    background-size: 100%;
    animation: cloudmove 15s linear infinite;
    -webkit-animation: cloudmove 15s linear infinite;
    -moz-animation: cloudmove 15s linear infinite;
  }

  @keyframes cloudmove {
    0% {
      background-position: -400px 0;
    }
    100% {
      background-position: 400px 0;
    }
  }
  @-webkit-keyframes cloudmove {
    0% {
      background-position: -400px 0;
    }
    100% {
      background-position: 400px 0;
    }
  }
  @-moz-keyframes cloudmove {
    0% {
      background-position: -400px 0;
    }
    100% {
      background-position: 400px 0;
    }
  }
  .top-menu {
    background: #fff3ba;
    padding: 15px 0;
  }

  .top-menu__title {
    text-align: center;
    margin-bottom: 8px;
  }

  .top-menu__list ul {
    padding: 10px;
    min-height: 1px;
  }
  .top-menu__list ul:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .top-menu__list li {
    width: 47%;
    margin: 1.5%;
    float: left;
  }
  .top-menu__list a {
    display: block;
    background: #00a6c9;
    text-align: center;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  }

  .top-pickup {
    margin-top: 0;
    padding: 0;
    background-image: none;
    background-color: #fff3ba;
    position: relative;
  }
  .top-pickup:after {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    background: #fff3ba;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
  }

  .top-pickup__title {
    float: none;
    width: 100%;
    padding-top: 0;
    text-align: center;
    margin-right: 0px;
  }

  .top-pickup__list {
    float: none;
    width: calc(100% + 14px);
    overflow: hidden;
    background: url(../img/pickup_bg_sp.png) repeat-x top #ffb400;
    background-size: 207px 49px;
    margin: 0 -7px;
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
