.is_menuopen {
  overflow: hidden;
  height: 100%;
}

/*
layout
 _________________________________________________________*/
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 641px) {
  .content-inner {
    width: 963px;
    margin: 0px auto;
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  .content-inner {
    padding: 0 7px;
    position: relative;
  }
}
/*
header-nico
 _________________________________________________________*/
@media only screen and (min-width: 641px) {
  .header-nico {
    width: 100%;
    background: #272727;
    font-size: 13px;
    line-height: 1;
    height: 36px;
  }
  .header-nico a {
    color: #fff;
    text-decoration: none;
  }
  .header-nico a:hover {
    text-decoration: underline;
  }

  .header-nico-inner {
    width: 1024px;
    margin: 0px auto;
    min-height: 1px;
  }
  .header-nico-inner:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  .header-nico__servicelist {
    float: left;
    padding-top: 12px;
  }
  .header-nico__servicelist li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #fff;
    line-height: 1;
  }
  .header-nico__servicelist li:first-child {
    border-left: none;
    padding-left: 0;
  }

  .header-nico__sns {
    float: right;
    padding-top: 8px;
  }
  .header-nico__sns li {
    display: inline-block;
    text-align: right;
  }
}
/*
header-machi
 _________________________________________________________*/
@media only screen and (min-width: 641px) {
  .header {
    height: 95px;
  }

  .header-machi {
    background: #00a6c9;
    height: 62px;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 0px 2px 2px rgba(0, 0, 0, 0.3);
    z-index: 100;
  }

  .header-machi.is_fixed {
    position: fixed;
    top: -50px;
    left: 0;
  }

  .header-machi-inner {
    width: 963px;
    height: 62px;
    margin: 0px auto;
    position: relative;
  }
  .header-machi-inner:before {
    content: '';
    display: block;
    background: url(../img/common/hedaer_bg_pc.png);
    width: 1347px;
    height: 62px;
    position: absolute;
    left: -1347px;
    top: 0;
  }
  .header-machi-inner:after {
    content: '';
    display: block;
    background: url(../img/common/hedaer_bg_pc.png);
    width: 1347px;
    height: 62px;
    position: absolute;
    right: -1347px;
    top: 0;
    z-index: 1000;
  }

  .gnavi {
    min-height: 1px;
  }
  .gnavi:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  .gnavi-logo {
    width: 166px;
    float: left;
  }
  .gnavi-logo a {
    display: block;
    height: 62px;
    text-align: center;
  }
  .gnavi-logo a:hover {
    background-color: #70cde1;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }

  .gnavi-menu {
    width: 797px;
    float: right;
    min-height: 1px;
  }
  .gnavi-menu:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .gnavi-menu li {
    float: left;
    position: relative;
  }
  .gnavi-menu li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 40px;
    width: 1px;
    background-color: #007e99;
    box-shadow: 1px 1px 0 0 #59c5dc;
  }
  .gnavi-menu a {
    height: 62px;
    display: block;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    overflow: hidden;
  }
  .gnavi-menu a:after {
    width: 100%;
    height: 100%;
    content: '';
    background-color: #70cde1;
    position: absolute;
    z-index: -1;
    display: block;
    top: -100%;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .gnavi-menu a:hover:after {
    top: 0;
  }

  .gnavi-menu__cast {
    width: 207px;
  }

  .gnavi-menu__about {
    width: 207px;
  }

  .gnavi-menu__collection {
    width: 208px;
  }

  .gnavi-menu__faq {
    width: 174px;
  }
}
@media only screen and (max-width: 640px) {
  .gnavi-header,
  .header-machi {
    background: url(../img/common/header_bg_sp.png) #00a6c9 bottom left repeat-x;
    background-size: 400px  50px;
    height: 52px;
    position: relative;
    min-height: 1px;
    z-index: 10;
  }
  .gnavi-header:after,
  .header-machi:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  .header-machi {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  }

  .header-machi__sns {
    width: calc(100% - 110px);
    height: 100%;
    float: left;
    background: url(../img/common/header_bg_sp.png) #ffb400 bottom left repeat-x;
    background-size: 400px  50px;
    padding: 10px;
  }

  .header-machi__sns-sns {
    float: left;
  }

  .header-machi__home {
    float: left;
    margin-right: 25px;
    display: none;
  }
  .header-machi__home a {
    width: 34px;
    height: 34px;
    background: url(../img/common/home_sp.png);
    background-size: 100%;
    text-indent: -10000px;
    display: block;
  }

  .inner .header-machi__home {
    display: block;
  }

  .header-machi__sns-title {
    background: url(../img/common/sns_title_sp.png) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 34px;
    float: left;
    text-indent: -10000px;
    margin-left: 10px;
  }

  .inner .header-machi__sns-title {
    display: none;
  }

  .header-machi__menu,
  .gnavi-header__menu {
    float: right;
    width: 110px;
    height: 52px;
    background: url(../img/common/header_menu_sp.png) center center no-repeat;
    background-size: 80px  34px;
    cursor: pointer;
  }
  .header-machi__menu span,
  .gnavi-header__menu span {
    display: none;
  }

  .gnavi {
    background: url(../img/common/header_bg_sp.png) #00a6c9 bottom left repeat-x;
    background-size: 400px  50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    display: none;
    overflow: auto;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
  }

  .gnavi.show {
    display: block;
  }

  .gnavi-header__logo {
    width: calc(100% - 110px);
    height: 100%;
    float: left;
  }
  .gnavi-header__logo a {
    width: 110px;
    height: 52px;
    background: url(../img/common/header_logo_sp.png);
    background-size: 100%;
    margin-left: 12px;
    display: block;
    text-indent: -10000px;
  }

  .gnavi-list {
    background: url(../img/common/nav_bg_sp.png) top center;
    background-size: 450px 306px;
  }
  .gnavi-list ul {
    padding: 10px;
    min-height: 1px;
  }
  .gnavi-list ul:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .gnavi-list li {
    width: 33%;
    float: left;
  }

  .gnavi-menu {
    background: #fff3bc;
    padding: 5px;
    min-height: 1px;
  }
  .gnavi-menu:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .gnavi-menu li {
    width: 47%;
    margin: 1.5%;
    float: left;
  }
  .gnavi-menu a {
    display: block;
    background: #00a6c9;
    text-align: center;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  }

  .gnavi-footer {
    height: 160px;
    padding-top: 20px;
  }

  .gnavi-footer__close {
    width: 95px;
    height: 30px;
    background: url(../img/common/nav_close_sp.png) center no-repeat;
    background-size: 100%;
    margin: 0 auto;
    cursor: pointer;
  }
  .gnavi-footer__close span {
    display: none;
  }

  .gnavi-button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 56px;
    height: 53px;
    display: none;
  }
  .gnavi-button a {
    display: block;
    width: 56px;
    height: 53px;
    background: url(../img/common/menuicon_sp.png);
    background-size: 100%;
    text-indent: -10000px;
  }
}
@media only screen and (min-width: 641px) {
  .sns li {
    display: inline-block;
    margin: 0 5px;
    zoom: 1;
  }
  .sns a {
    display: block;
    text-indent: -10000px;
    width: 70px;
    height: 70px;
    background-image: url(../img/common/sns_pc.png);
    -webkit-transition: 0.1s;
    transition: 0.1s;
    position: relative;
    top: 0;
  }
  .sns a:hover {
    top: -3px;
  }

  .sns-facebook {
    background-position: 0 0;
  }

  .sns-twitter {
    background-position: -70px 0;
  }

  .sns-line {
    background-position: -140px 0;
  }
}
@media only screen and (max-width: 640px) {
  .sns {
    letter-spacing: -0.4em;
  }
  .sns li {
    display: inline-block;
    margin: 0 4px;
  }
  .sns a {
    display: block;
    text-indent: -10000px;
    width: 34px;
    height: 34px;
    background-image: url(../img/common/sns_sp.png);
    background-size: 102px 34px;
  }

  .sns-facebook {
    background-position: 0 0;
  }

  .sns-twitter {
    background-position: -34px 0;
  }

  .sns-line {
    background-position: -68px 0;
  }
}
/*
footer
 _________________________________________________________*/
.footer-sponsor {
  padding: 15px 0;
  text-align: center;
  background: #0092ba;
}
.footer-sponsor .niconico {
  width: 250px;
  margin-bottom: 10px;
}
.footer-sponsor .kankocho {
  width: 250px;
}

.footer-past {
  background: url(../img/common/footer_bg_pc.jpg) top center #00a6c9 repeat-x;
  padding-top: 80px;
}

.footer-past__title {
  width: 270px;
  margin: 0 auto 30px auto;
}

.footer-past__list {
  text-align: center;
  padding-bottom: 60px;
}
.footer-past__list li {
  width: 123px;
  height: 82px;
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.footer-past__list li a {
  display: block;
  color: #fff;
  width: 123px;
  height: 82px;
  text-decoration: none;
  line-height: 90px;
  text-indent: -10px;
  font-size: 20px;
  background: url(../img/common/footer_past_link_pc.gif);
  position: relative;
}
.footer-past__list li a:hover {
  background-position: 0 -82px;
  top: -3px;
}
.footer-past__list li:nth-child(2n+1) {
  top: -7px;
}

.footer-tree {
  background: url(../img/common/footer_tree_bg_pc.gif) #8fc31f top center repeat-x;
  padding: 180px 0 0px 0;
  text-align: center;
  position: relative;
}

.footer-tree__copyright {
  color: #fff;
  background: #7eab1b;
  padding: 5px 0;
}

@media only screen and (max-width: 640px) {
  .footer {
    background: url(../img/common/footer_bg_sp.jpg) top center no-repeat #00a6c9;
    background-size: 100%;
  }

  .footer-sponsor {
    padding: 5px 0;
    text-align: center;
  }
  .footer-sponsor .niconico {
    width: 43%;
  }
  .footer-sponsor .kankocho {
    width: 43%;
  }

  .footer-past {
    padding-top: 20px;
    position: relative;
  }

  .footer-past__title {
    width: 43%;
    margin: 0 auto 20px auto;
  }

  .footer-past__list {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .footer-past__list li {
    width: 61px;
    height: 35px;
    margin: 0 3px;
  }
  .footer-past__list li a {
    width: 61px;
    height: 35px;
    line-height: 40px;
    text-indent: -5px;
    font-size: 12px;
    background: url(../img/common/footer_past_link_sp.png);
    background-size: 100%;
  }
  .footer-past__list li a:hover {
    background-position: 0 0;
  }

  .footer-tree {
    background: url(../img/common/footer_tree_bg_sp.jpg) #8fc31f top center repeat-x;
    background-size: 100%;
    padding: 120px 0 0px 0;
    text-align: center;
  }

  .footer-tree__copyright {
    font-size: 10px;
    padding: 10px;
  }

  .footer-nav {
    background: #8fc31f;
  }
  .footer-nav li a {
    border-top: 1px dotted #668a16;
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    position: relative;
  }
  .footer-nav li a:after {
    position: absolute;
    content: '';
    background: url(../img/common/arrow_right_white.png);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    right: 10px;
  }
}
/*
page
 _________________________________________________________*/
.page-title {
  width: 100%;
  background: url(../img/ptitle_bg.png) bottom repeat-x #fff3ba;
  height: 150px;
}

.page-title__title {
  text-align: center;
  padding-top: 40px;
}

.page-content {
  background: #ffdf4a;
}

.page-various {
  background: url(../img/bg_page_various_kumo_pc.gif) no-repeat center top #ffb400;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.2) inset;
}
.page-various .tourlist {
  background: url(../img/bg_page_various_pc.png) repeat-x bottom;
  padding-bottom: 80px;
}

.page--orange .page-title {
  background: url(../img/ptitle_bg_orange.png) bottom repeat-x #fff3ba;
}
.page--orange .page-content {
  background-color: #ffb400;
  position: relative;
}
.page--orange .page-various {
  background: url(../img/bg_page_various_kumo_pc.gif) no-repeat center top #ffb400;
  box-shadow: none;
}

@media only screen and (max-width: 640px) {
  .page-title {
    background-size: 207px 39px;
    height: auto;
    min-height: 80px;
  }

  .page-title__title {
    padding-top: 23px;
    padding-bottom: 20px;
  }

  .page-various {
    background: url(../img/top_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;
  }

  .page-various .tourlist {
    background: url(../img/bg_page_various_pc.png) repeat-x bottom;
    background-size: 209px 30px;
    padding-bottom: 30px;
  }

  .page--orange .page-title {
    background-image: none;
  }
  .page--orange .page-content {
    background: url(../img/bg_page_orange_machi.jpg) repeat-x bottom #fff3ba;
    background-size: 208px 40px;
    padding-bottom: 40px;
  }
  .page--orange .page-content:after {
    display: none;
  }
}
/*
parts
 _________________________________________________________*/
/* ********************
news
******************** */
.news li {
  display: table;
  border-collapse: separate;
}
.news li span {
  display: table-cell;
}
.news li a:hover {
  color: #00a6c9;
}
.news .place {
  width: 80px;
}
.news .place em {
  text-align: center;
  color: #fff;
  border-radius: 3px;
  vertical-align: middle;
  display: block;
  letter-spacing: 2px;
}
.news .date {
  width: 110px;
  text-align: center;
}
.news .shiga {
  background: #003c97;
}
.news .oita {
  background: #3f699f;
}
.news .tokushima {
  background: #00a6c9;
}
.news .miyagi {
  background: #0085d1;
}
.news .toyama {
  background: #4faa3c;
}
.news .okayama {
  background: #d53664;
}
.news .hokkaido {
  background: #eb5d00;
}
.news .aichi {
  background: #fb3e35;
}
.news .osaka {
  background: #573575;
}
.news .all {
  background: #ff3060;
}

@media only screen and (max-width: 640px) {
  .news {
    font-size: 12px;
  }
  .news .place {
    width: 60px;
    border: 2px solid #fff;
  }
  .news .date {
    width: 7em;
    text-align: center;
  }
}
/* ********************
back to top
******************** */
.backtotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

@media only screen and (max-width: 640px) {
  .backtotop {
    position: absolute;
    width: 35px;
    top: 40px;
    right: 10px;
  }
}
/* ********************
tourlist
******************** */
.tourlist {
  padding-top: 35px;
}

.tourlist-title {
  text-align: center;
  margin-bottom: 30px;
}

.tourlist-list {
  margin: 0 -32px;
  letter-spacing: -0.4em;
  text-align: center;
  height: 150px;
}
.tourlist-list li {
  text-align: center;
  display: inline-block;
  position: relative;
  top: -60px;
  opacity: 0;
  height: 150px;
}
.tourlist-list li a {
  position: relative;
  display: block;
}

@media only screen and (max-width: 640px) {
  .tourlist {
    padding: 20px 0 30px 0;
    background: url(../img/common/tourlist_bg_sp.png) repeat-x bottom;
    background-size: 207px 49px;
  }

  .tourlist-title {
    margin-bottom: 5px;
  }

  .tourlist-list {
    margin: 0;
    height: auto;
  }
  .tourlist-list li {
    width: 20%;
    height: auto;
    position: static;
    opacity: 1;
  }
}
/* ********************
boshu
******************** */
.boshu {
  margin: 45px auto 0 auto;
  background: url(../img/boshu_bg_pc.jpg) repeat-x bottom #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  width: 963px;
}

.boshu-title {
  text-align: center;
}

.boshu-list {
  margin: 10px 0;
}
.boshu-list li {
  width: 50%;
  float: left;
  margin: 5px 0;
}

@media only screen and (max-width: 640px) {
  .boshu {
    margin: 0;
    background: url(../img/boshu_bg_sp.png) repeat-x bottom #fff;
    background-size: 207px 49px;
    border-radius: 0;
    padding: 15px 7px 30px 7px;
    width: 100%;
  }

  .boshu-list {
    margin: 10px 0;
  }
  .boshu-list li {
    width: 100%;
    float: none;
    margin: 5px 0;
  }
}
/* ********************
twitter
******************** */
.twitter {
  background: url(../img/common/twitter_bg.png) bottom repeat-x #00b0ec;
  padding: 40px 0 120px 0;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.twitter__title {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  z-index: 10;
}

.twitter__include {
  width: 520px;
  height: 310px;
  float: left;
  position: relative;
  z-index: 10;
}

.twitter__follow {
  width: 420px;
  height: 310px;
  float: right;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 0 30px;
  text-align: center;
  z-index: 10;
  position: relative;
}
.twitter__follow .title {
  position: relative;
  top: -17px;
}
.twitter__follow .hash {
  margin-bottom: 25px;
}
.twitter__follow .link a {
  width: 295px;
  height: 49px;
  overflow: hidden;
  display: block;
  margin: 25px auto;
}
.twitter__follow .link a img {
  position: relative;
}
.twitter__follow .link a:hover img {
  top: -49px;
}

.twitter__sns {
  clear: both;
  text-align: center;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}

.twitter__kumo01 {
  position: absolute;
  width: 320px;
  height: 214px;
  background: url(../img/common/kumo_01.png);
  top: 50px;
  left: 50%;
  margin-left: -668px;
}

.twitter__kumo02 {
  position: absolute;
  width: 236px;
  height: 150px;
  background: url(../img/common/kumo_02.png);
  top: 70px;
  left: 50%;
  margin-left: 400px;
}

.twitter__kumo03 {
  position: absolute;
  width: 590px;
  height: 276px;
  background: url(../img/common/kumo_03.png);
  bottom: -90px;
  left: 50%;
  margin-left: -184px;
  z-index: 9;
}

.kumoani {
  animation: rotate 2s;
  animation-iteration-count: infinite;
  -webkit-animation: rotate 2s;
  /* Safari & Chrome */
  -webkit-animation-iteration-count: infinite;
}

@keyframes rotate {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@-webkit-keyframes rotate {
  /*Safari & Chrome */
  0% {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@media only screen and (max-width: 640px) {
  .twitter {
    padding: 30px 0 0 0;
  }

  .twitter__title {
    margin-bottom: 10px;
  }

  .twitter__include {
    width: 100%;
    height: 300px;
    float: none;
    margin-bottom: 50px;
    padding: 8px;
  }

  .inner .twitter__include {
    display: none;
  }

  .twitter__follow {
    width: auto;
    height: auto;
    float: none;
    padding: 0px;
    text-align: center;
    position: relative;
    margin: 20px 8px 0px 8px;
    background: none;
  }
  .twitter__follow .title {
    margin-bottom: 0;
    top: 0;
    position: static;
  }
  .twitter__follow .hash {
    margin-bottom: 0;
  }
  .twitter__follow .sns {
    margin: 20px auto;
  }
  .twitter__follow .link a {
    padding: 0px;
    width: 160px;
    height: auto;
    margin: 20px auto;
  }

  .twitter__sns {
    padding-top: 0px;
  }

  .twitter__kumo01 {
    width: 160px;
    height: 107px;
    background-size: 100%;
    top: 7px;
    left: -10px;
    margin: 0;
  }

  .twitter__kumo02 {
    width: 77px;
    height: 48px;
    background-size: 100%;
    top: 0px;
    right: -10px;
    left: auto;
    margin: 0;
  }

  .twitter__kumo03 {
    position: absolute;
    width: 295px;
    height: 138px;
    background-size: 100%;
    bottom: -30px;
    left: auto;
    margin: 0;
    right: -40px;
  }

  .twitter__kumo04 {
    background: url(../img/common/kumo_01.png);
    width: 160px;
    height: 107px;
    background-size: 100%;
    top: 340px;
    left: -80px;
    margin: 0;
    position: absolute;
  }
}
/* ********************
car
******************** */
.car {
  background: #fff79a;
  overflow: hidden;
  position: relative;
}

.car-photo {
  width: 100%;
  height: 406px;
  position: relative;
}

.car-photo__bg {
  width: 1640px;
  max-width: 1640px;
  position: absolute;
  left: 50%;
  margin-left: -820px;
  top: 0;
}

.car-photo__sponsor {
  width: 442px;
  height: 64px;
  position: absolute;
  left: 50%;
  bottom: 45px;
  margin-left: -442px;
}

.car-collection {
  background: #174e04;
  text-align: center;
  padding-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .car-photo {
    height: auto;
    overflow: auto;
  }

  .car-photo__bg {
    width: 100%;
    max-width: 100%;
    position: static;
    margin-left: 0px;
  }

  .car-photo__sponsor {
    width: 179px;
    height: 29px;
    position: absolute;
    left: 15px;
    bottom: 0;
    margin-left: 0;
  }

  .car-collection {
    background: #174e04;
    text-align: center;
    padding-bottom: 20px;
  }
}
/* ********************
lv
******************** */
.lv {
  min-height: 1px;
  width: 1032px;
  margin: 0px auto 50px auto;
}
.lv:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.lv-subttl{

/*  letter-spacing: 2px;
  border-bottom:1px dashed #000;
  color: #000;
  width: 1022px;
  font-size: 18px;
  font-weight: bold;
  margin: 0px auto 10px auto;
  text-align: center;*/
  color: #fff;
  width: 1022px;
  font-size: 16px;
  margin: 0px auto 10px auto;
  text-align: center;
  background:#333;
  height:30px;
  line-height:30px;
  border-radius: 15px;
letter-spacing: 2px;
}


.lv-item {
  width: 334px;
  float: left;
  margin: 5px;
}

.lv-item a {
  width: 100%;
  height: 190px;
  display: block;
  border: 1px solid #cccccc;
  padding: 10px;
  min-height: 1px;
  text-decoration: none;
  background: #f6f6f6;
  position: relative;
}
.lv-item a:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.lv-item a:hover {
  background-color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  color: #000;
  border: 1px solid #ff571f;
}

.lv-item__photo {
  width: 160px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.lv-item__text {
  background: url(../img/lv_icon_live_pc.gif) no-repeat center top;
  padding-top: 28px;
  float: right;
  width: 144px;
  font-size: 12px;
}
.lv-item__text .time {
  background: url(../img/lv_icon_time_pc.gif) no-repeat left center;
  padding-left: 25px;
  font-size: 12px;
  height: 20px;
  margin-bottom: 8px;
  font-weight: bold;
  width: 100%;
  display: block;
}
.lv-item__text .play {
  background: url(../img/lv_play_pc.gif) no-repeat center top;
  width: 136px;
  height: 53px;
  margin: 0px auto;
  text-indent: -10000px;
}

.lv-item__title {
  clear: both;
  font-size: 13px;
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
}

.jizen.lv-item a {
  border: 1px solid #ffffff;
  background-color: #d1f7ff;
}
.jizen.lv-item a:hover {
  background: #fff;
  border: 1px solid #ff571f;
}

.mainstage.lv-item a {
  border: 1px solid #cccccc;
  background-color: #fffd45;
}
.mainstage.lv-item a:hover {
  background: #fffe99;
  border: 1px solid #ff571f;
}

.jizen .lv-item__text {
  background: url(../img/lv_icon_jizen_pc.gif) no-repeat center top;
}

@media only screen and (max-width: 640px) {
  .lv {
    width: 100%;
    padding: 7px;
    margin-bottom: 0px;
  }

  .lv-item {
    width: 100%;
    margin: 5px 0;
    float: none;
    position: relative;
  }

  .lv-item a {
    background: url(../img/lv_bg_sp.png) no-repeat center center #f6f6f6;
    background-size: 89px 66px;
    height: auto;
    min-height: 82px;
  }

  .lv-item__text {
    width: 67%;
    float: left;
    font-size: 10px;
    background: none;
    padding: 0;
    position: static;
  }
  .lv-item__text .time {
    background: url(../img/lv_time_sp.png) no-repeat left;
    background-size: 70px 15px;
    padding-left: 75px;
    font-size: 9px;
    line-height: 15px;
    height: 15px;
    margin-bottom: 4px;
  }

  .lv-item__title {
    font-size: 10px;
    width: 67%;
    float: left;
    padding: 0;
    text-align: left;
    position: static;
  }

  .lv-item__photo {
    width: 30%;
    position: absolute;
    right: 5px;
    top: 5px;
    left: auto;
    text-align: right;
  }
  .lv-item__photo img {
    max-height: 72px;
    width: auto;
  }

  .jizen .lv-item__text {
    background: none;
  }
  .jizen .lv-item__text .time {
    background: url(../img/lv_time_jizen_sp.png) no-repeat left;
    background-size: 90px 15px;
    padding-left: 95px;
  }

  .lv-subttl{
    font-size: 13px;
    width: calc(100% - 14px);
    text-align: center;
    margin: 0px 7px;
    height:24px;
    border-radius: 12px;
    line-height: 24px;
  }

}
/* ********************
cast
******************** */
.cast-list {
  min-height: 1px;
  width: 972px;
  margin: 0px auto 50px auto;
}
.cast-list:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cast-item {
  width: 227px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  float: left;
  margin: 8px;
}

.cast-item a {
  width: 100%;
  height: 70px;
  display: block;
  text-decoration: none;
  border: 1px solid #e3e3e3;
  padding: 5px;
  position: relative;
  background: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.cast-item a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #e9e9e9 transparent transparent transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.cast-item a:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ffffff transparent;
}

/* special */
.cast-special{
  background:rgba(102,196,216,.2);
  padding: 20px 0;
  margin: 30px auto 50px auto;
}

.cast-special-title{
  text-align: center;
  font-size: 22px;
  margin: 20px auto 20px auto;
}

.cast-special .cast-item {
  border-right: 1px solid #85ddef;
  border-bottom: 2px solid #85ddef;
}

.cast-special .cast-item a {
  border: 1px solid #85ddef;
}
.cast-special .cast-item a:before {
  border-color: #85ddef transparent transparent transparent;
}
.cast-special .cast-item a:after {
  border-color: transparent transparent #e0f3f7 transparent;
}

.cast-item__photo {
  width: 60px;
  float: left;
}

.cast-item__name {
  width: 145px;
  float: right;
  display: table;
}
.cast-item__name p {
  height: 60px;
  vertical-align: middle;
  display: table-cell;
}

@media only screen and (max-width: 640px) {
  .cast-list {
    width: 100%;
    margin: 0px auto 20px auto;
  }

  .cast-item {
    width: 48%;
    margin: 1%;
  }

  .cast-item a {
    width: 100%;
    height: 50px;
    padding: 3px;
  }
  .cast-item a:before {
    bottom: -3px;
    right: -3px;
    border-width: 13px 13px 0 0;
  }
  .cast-item a:after {
    bottom: -3px;
    right: -3px;
    border-width: 0 0 13px 13px;
  }

  .cast-item__photo {
    width: 40px;
  }

  .cast-item__name {
    width: calc(95% - 40px);
    font-size: 11px;
  }
  .cast-item__name p {
    height: 40px;
    line-height: 1.1;
  }

  .cast-special{
    padding: 15px 0;
    margin: 15px auto 15px auto;
  }

  .cast-special-title{
    text-align: center;
    font-size: 16px;
    margin: 10px auto;
  }
}
/* ********************
goods
******************** */
.goods {
  min-height: 1px;
  width: 969px;
  margin: 0px auto;
  position: relative;
  z-index: 10;
}
.goods:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.goods-nico {
  position: relative;
  margin-bottom: -5px;
  height: 800px;
}

.goods-nico__seisou {
  width: 540px;
  position: absolute;
  left: -145px;
  bottom:0;
  z-index: 1;
}

.goods-nico__list {
  width: 646px;
  z-index: 10;
  position: absolute;
  right: 0;
}

.goods-item {
  width: 313px;
  height: 100px;
  margin: 5px;
  background: #fff;
  float: left;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.goods-item a {
  width: 100%;
  height: 100px;
  padding: 5px;
  display: block;
  min-height: 1px;
  position: relative;
}
.goods-item a:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.goods-item.limited a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/goods_limited.png);
  width: 54px;
  height: 54px;
  z-index: 1;
}

.goods-item__photo {
  float: left;
  width: 90px;
}
.goods-item__photo img {
  width: 100%;
}

.goods-item__name {
  float: right;
  width: 203px;
  height: 90px;
  display: table;
}
.goods-item__name p {
  vertical-align: middle;
  display: table-cell;
}
.goods-item__name span {
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .goods {
    width: auto;
    margin: 1%;
    display: none;
  }

  .goods-nico {
    margin: 0 0 10px 0;
    background-image: none;
    height: auto;
    min-height:0;
  }

  .goods-nico__list {
    width: 100%;
    position: static;
  }

  .goods-item {
    width: 48%;
    margin: 1%;
    height: 72px;
    box-shadow: none;
  }

  .goods-item a {
    width: 100%;
    height: 72px;
    padding: 5px;
  }

  .goods-item.limited a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/goods_limited.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    z-index: 1;
  }

  .goods-item__photo {
    float: left;
    width: 61px;
  }

  .goods-item__name {
    float: right;
    width: calc(98% - 61px);
    height: 62px;
    font-size: 10px;
    line-height: 1.1;
  }
  .goods-item__name p {
    vertical-align: middle;
    display: table-cell;
  }
  .goods-item__name span {
    display: block;
    font-weight: bold;
  }
}
/* ********************
event
******************** */
.event {
  min-height: 1px;
  width: 969px;
  margin: 0px auto;
}
.event:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.event ul {
  margin-bottom: 50px;
}

.event-subttl {
  margin: 10px 4px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #ff5c92;
  font-weight: bold;
  padding: 5px;
}

.event-item {
  width: 315px;
  border-right: 1px solid #e980ae;
  border-bottom: 1px solid #e980ae;
  float: left;
  margin: 4px;
}

.event-item a {
  width: 100%;
  height: 80px;
  display: block;
  text-decoration: none;
  border: 1px solid #e980ae;
  position: relative;
  background: #fff;
}
.event-item a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -2px;
  right: -2px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #e9e9e9 transparent transparent transparent;
}
.event-item a:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -2px;
  right: -2px;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ff8cbe transparent;
}

.event-item__photo {
  width: 78px;
  float: left;
}

.event-item__name {
  width: 215px;
  float: right;
  display: table;
}
.event-item__name p {
  height: 78px;
  vertical-align: middle;
  display: table-cell;
}

@media only screen and (max-width: 640px) {
  .event {
    min-height: 1px;
    width: 100%;
    margin: 0px auto;
    padding: .5%;
  }
  .event:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  .event.is_close {
    height: 300px;
    overflow: hidden;
  }

  .event-item {
    width: 49%;
    margin: .5%;
  }

  .event-item a {
    width: 100%;
    height: 50px;
    padding: 3px;
  }
  .event-item a:before {
    bottom: -2px;
    right: -2px;
    border-width: 13px 13px 0 0;
  }
  .event-item a:after {
    bottom: -2px;
    right: -2px;
    border-width: 0 0 13px 13px;
  }

  .event-item__photo {
    width: 40px;
  }

  .event-item__name {
    width: calc(95% - 40px);
    font-size: 11px;
  }
  .event-item__name p {
    height: 40px;
    line-height: 1.1;
  }
}
.subttl-kumo1 {
  display: block;
  width: 238px;
  height: 158px;
  background: url(../img/subttl_kumo1.png);
  position: absolute;
  left: 50%;
  margin-left: -640px;
  top: -20px;
  z-index: 1;
}

.subttl-kumo2 {
  display: block;
  width: 154px;
  height: 96px;
  background: url(../img/subttl_kumo2.png);
  position: absolute;
  left: 50%;
  margin-left: 410px;
  top: 0px;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .subttl-kumo1 {
    width: 119px;
    height: 79px;
    background: url(../img/subttl_kumo1.png);
    background-size: 119px 79px;
    left: -60px;
    margin-left: 0;
    top: -10px;
  }

  .subttl-kumo2 {
    width: 77px;
    height: 48px;
    background: url(../img/subttl_kumo2.png);
    background-size: 77px 48px;
    left: auto;
    right: -10px;
    margin-left: 0px;
    top: -30px;
  }
}


.box-yellow{
  background: #fffdd9;
  padding: 10px;
}

.box-white{
  background: #fff;
  padding: 10px;
  border:1px solid #ffeed9;
}


.subttl-yellow{
  background: #fef455;
  padding: 5px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.2em;
}

.subttl-bdrOrange{
  border-bottom:1px solid #f2ad54;
  font-weight: bold;
  font-size: 1.1em;
}

.purple{
  color: #6019cb;
}

.orange{
  color: #ff9000;
}