@charset "Shift_JIS";
#container {
  padding-top: 80px;
}
#content {
  width: 100%;
}
#n_padin {
  position: relative;
}
#main {
  margin: 0 auto;
  width: 100%;
}
#content {
  width: 100%;
  overflow: hidden;
  
  text-align: center;
  font-family: "?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro", "???C???I", Meiryo, Osaka, "?l?r ?o?S?V?b?N", "MS PGothic", sans-serif;
}
#container_in {
    width: 100%;
    padding: 0px 0 0px 0;
    background-size: 30%;
}
#cont {
    position: relative;
    padding-bottom: 80px;
}
@media (min-width: 640px) and (max-width: 1280px) {
	#cont {
		position: relative;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 640px){
	#cont {
		position: relative;
		padding-bottom: 20px;
	}
}


#cont .fixed_nav {
  position: fixed;
  top: 69%;
  right: 10px;
  z-index: 999;
  margin-top: -250px;
}
#cont .fixed_nav ul li + li {
  margin-top: 5px;
}
#cont .fixed_nav ul li a {
  background: rgba(255, 255, 255, 0.8);
  color: #222;
  padding: 7px 10px;
  width: 95px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 70%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#cont .fixed_nav .comingsoon {
  background: rgba(255, 255, 255, 0.8);
  color: #222;
  padding: 7px 10px;
  width: 95px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 70%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#cont .fixed_nav ul li a:hover {
  opacity: 0.5;
}
#cont .fixed_nav ul li:nth-child(2) a {
  background: rgba(237, 116, 177, 0.8);
  color: #222;
  padding: 7px 10px;
  width: 95px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 70%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.animation {
  padding: 30px 0;
  width: 100%;
  margin: 0;
  opacity: 1;
  color: #000;
  background-image: url(../img/bg_title.png);

}
.main_mv {
    /* max-width: 1000px; */
    margin: 0 auto;
    width: 100%;
    padding: 20px 0 80px 0;
}
@media (min-width: 640px) and (max-width: 1280px) {
	.main_mv {
		margin: 0 auto;
		width: 100%;
        padding: 20px 0 80px 0;
	}
}
.main_mv img {
    max-width: 1200px;
    margin: 40px auto 0 auto;
    width: 100%;
}
.main_mv img.movie_on {
    max-width: 500px;
	width: 100%;
    margin-top: 10px;
}
ul.sns_icon {
    display: flex;
    justify-content: right;
    width: 1200px;
    margin: 15px auto 0 auto;
}
ul.sns_icon li {
    width: 90px;
    margin: 0 1px;
    text-align: center;
}
ul.sns_icon li.fb {
    height: 16px;
    padding: 0;
}
@media screen and (max-width: 640px){
	.main_mv img.movie_on {
		width: 80%;
		margin-top: 30px;
	}	
	ul.sns_icon {
		width: 95%;
		margin: 10px auto 0 auto;
	}
	ul.sns_icon li {
		max-width: 80px;
		margin: 0 1px;
		text-align: center;
		width: 100%;
	}
	ul.sns_icon li.fb {
		height: 14px;
		padding: 0;
	}	
	.main_mv {
		margin: 0 auto;
		width: 100%;
        padding: 20px 0 40px 0;
	}    
}
ul.btn_flex {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}
ul.btn_flex li {
    width: 140px;
    margin: 3px;
}
ul.btn_flex li img {
    width: 100%;
    margin: 10px auto 10px auto;
}
@media screen and (max-width: 640px){
	ul.btn_flex {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 10px;
	}
	ul.btn_flex li {
		width: 30%;
		margin: 2px 3px;
	}	
	ul.btn_flex li img {
		width: 100%;
		margin: 0 auto;
	}	
}
.main_txt {
    padding: 40px 0;
}
.main_txt img {
    max-width: 800px;
    width: 100%;
    margin: 10px auto;
}

.present_banner {
  display: block;
  width: 70%;
  text-align: right;
  margin: 0 auto;
  margin-top: -55px;
}

#cont .info {
  max-width: 960px;
  margin: 0 auto 40px auto;
  color: #fff;
}
#cont .Movie {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#cont .Movie a.pc {
  width: 320px;
  margin: 0 auto;
}
#cont .moviearea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 200px 20px 0;
}
#cont .movie_wrap {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #deebf7;
  border-radius: 10px;
}
/*MOVIE*/
/*#cont .tweet {
  padding-left: 40px;
  ;
  text-align: center;
}
#cont .tweet_inner {
  max-width: 260px;
  display: inline-block;
}
#cont .tweet_inner span.twitter_title img{
	width: 100%;
	margin-bottom: 5px;
}

#cont .tweethead {
  background: #1DA1F2;
  border-radius: 10px 10px 0 0;
  padding: 10px 15px;
}*/
/*MOVIE*/
/*MOVIEȂ*/
#cont .tweet {
  text-align: center;
}
#cont .tweet_inner {
  max-width: 800px;
  display: inline-block;
}
#cont .tweet_inner span.twitter_title img{
	width: 80%;
	margin-bottom: 5px;
}

#cont .tweethead {
  background: #1DA1F2;
  border-radius: 10px 10px 0 0;
  padding: 10px 15px;
}
/*MOVIEȂ*/
#cont h2 img {
    max-height: 100px;
    height: 100%;
    width: auto;
    margin: 0 auto;
}
#cont .spring img.title_detail {
    max-width: 550px;
    width: 100%;
    display: block;
    margin: 100px auto 50px auto;
}
span.sakuhin_detail {
    font-size: 16px;
}
#content h2 {
    margin: 80px auto 20px auto;
}
@media screen and (max-width: 640px){
    #content h2 {
        margin: 0 auto;
    }
    #cont .spring img.title_detail {
        margin: 0 auto;
        width: 80%;
    } 
    #cont .spring h2 img, #cont h2 img{
        max-height: 50px;
        height: 100%;
        width: auto;
    }    
    #cont h2 img {
        margin: 20px auto;
    }    
}
#cont p.note {
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}
#cont .kyoku {
  margin-bottom: 50px;
  margin-top: 20px;
}
#cont .kyoku table {
  font-size: 14px;
  text-align: center;
  vertical-align: center;
  width: 100%;
  margin-bottom: 70px;
}
#cont .kyoku table th {
    background-color: #2a59a7;
    border: solid 1px #2a59a7;
    color: #fff;
    padding: 12px;
    font-size: 22px;
}
#cont .kyoku table tr {
  background-color: #fff;
  border: solid 2px #2a59a7;
  color: #000;
  height: 65px;
}
#cont .kyoku table td {
  border-left: solid 1px #2a59a7;
	font-size: 1.5em;
    padding: 10px 0;
    
}
#cont .kyoku table tr td:first-child {
  width:30%;
}
#cont .kyoku table td:nth-child(2) {
    text-align: center;
    width:70%
}
span.cale-small {
    font-size: 15px;
    padding: 5px 0;
    display: block;
}
#cont .kyoku table .new {
  width: 36px;
  height: 15px;
  vertical-align: bottom;
  margin-bottom: 3px;
  margin-right: 15px;
}
#cont td .kyoku_name {
  font-size: 10px;
  box-sizing: content-box;
}
#cont td .kyoku_text {
  font-size: 28px;
  font-weight: bold;
}
#cont .kyokumenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 30px;
  margin-top: 20px;
}
#cont .kyokumenu li {
  margin-right: 5px;
  width: 124px;
}
#cont .kyokumenu li:last-child {
  margin-right: 0;
}
#cont .kyokumenu li a {
    display: block;
    border-radius: 3px;
    background: #2a59a7;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border: 2px solid #2a59a7;
}
#cont .kyokumenu li a.open {
  background: #fff;
  color: #2a59a7;
}
#cont td.fin {
  color: #b7b7b7;
  background-color: #e6e6e6;
}
#cont .present {
  margin-bottom: 98px;
}
#cont .present .float-area {
  border: solid 1px #fff;
  border-radius: 3px;
  padding: 34px;
  text-align: left;
  background-color: #fff;
  border: 3px solid #cfa34e;
  background-image: url(../img/present_finale.png), url(../img/bg_present.png);
  background-repeat: no-repeat;
  background-position: 123px 125px, -26px -182px;
  background-size: 19%, 150%;
}
#cont .present .float-inner {
  overflow: hidden;
  text-align: center;
}
#cont .present .left {
  float: left;
  width: 45%;
}
#cont .present .right {
  padding-top: 5px;
  float: right;
  width: 55%;
  font-size: 20px;
  vertical-align: bottom;
  display: table-cell;
}
#cont .present ul.attention {
  font-size: 14px;
  padding-left: 0;
  margin-top: 35px;
  vertical-align: bottom;
  color: #000;
  text-align: center;
  font-size: 20px;
}
#cont .present ul.attention a {
  text-decoration: underline;
}
#cont .present ul.attention a:hover {
  opacity: 0.5;
}
#cont .present .present_txt {
  color: #000;
  font-size: 20px;
}
.present .present_txt img {
  width: 250px;
  padding-bottom: 20px;
}
.pink {
  color: #e85a9d;
}
.small {
  font-size: 15px;
}
.big {
  font-size: 34px;
  font-weight: bold;
  color: #e7126f;
}
.start {
  font-size: 32px;
  font-weight: bold;
  color: #e7126f;
}
#cont .present .btn a {
  display: block;
  font-size: 15px;
  background: #29a2f0;
  border-radius: 3px;
  padding: 20px 30px;
  max-width: 392px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-top: 34px;
}
#cont .present .btn a:hover {
  opacity: 0.5;
}
/*スカイスチEEジ加入ボタン*/
.howto_btn a {
  display: inline-block;
  padding: 15px 0 0 0 ;
  margin: 10px 0;
  width: 420px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
}
.howto_btn a img {
    width: 100%;
}

.skyper {
    padding: 12px 0;
}

.logo_area img {
    width: 65%;
}
.logo_area {
    width: 100%;
}
.kyoku_txt{
	margin-top: 20px;
	text-align: left;
}
.kyoku_txt img {
    width: 115px;
	padding-top: 10px;
}
.logo_area_txt {
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
	padding: 0;
}

.logo_area_txt p {
    line-height: 24px;
}
	.sp_br{
		display: none;
			
	}
/*/.スカイスチEEジ加入ボタン*/
/*-------------------------------------------
              animation
-------------------------------------------*/
@keyframes fadein01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein02 {
  0% {
    opacity: 0;
    transform: translate(0, -42px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*-------------------------------------------------------
spring
-------------------------------------------------------*/
#cont .spring {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
#cont .spring .title_area {
  background: #0068b7 url(../img/bg_title.png) repeat-y;
  text-align: center;
  display: block;
}
#cont .spring .title_area img {
  display: inline-block;
}

#cont .spring .kyoku_bg {
  padding: 25px;
  width: 100%;
  background-color: #fff8fd;
  box-sizing: border-box;
}
#cont .spring2 {
  margin-top: -3px;
  position: relative;
  z-index: 3;
  background: #fff8fd url(../img/bg.png) repeat-y;
  border: 3px solid #ffbcdb;
}
#cont .spring2 .kyoku_bg {
  padding: 0 15px 30px 15px;
  width: 100%;
  box-sizing: border-box;
}
#cont .spring2 .lineupList {
  overflow: hidden;
  margin-top: 5px;
  text-align: center;
}
#cont .spring2 .lineupList li {
  list-style: none;
  float: left;
  width: 170px;
  margin: 0 7px;
}
#cont .spring2 .lineupList li .day {
  margin: 10px 0;
  text-align: center;
}
#cont .spring2 .lineupList li .txt {
  text-align: left;
  margin: 10px 2px
}
#cont .spring2 .lineupList li .day img {
  box-shadow: 2px 2px 4px #adadad;
}
#cont .spring3 {
  position: relative;
  margin-top: -3px;
  z-index: 3;
  border: 3px solid #ffbcdb;
}
#cont .spring3 .title_area {
  background: #fff8fd url(../img/spring3_bg_title.png) repeat-y;
  display: block;
  height: 170px;
  text-align: center;
  padding: 44px;
}
#cont .spring3 .title_area img {
  margin: 0 auto;
}
#cont .spring3 .oubo_txt {
  font-size: 16px;
  margin-bottom: 5px;
  color: black;
  text-align: left;
}
#cont .spring3 .oubo_txt span.pc {
  display: inline;
}
#cont .spring3 .oubo_bg {
  padding: 25px;
  width: 100%;
  background-color: #fff8fd;
  box-sizing: border-box;
}
div.gray {
  position: relative;
  width: auto;
  margin-top: 25px;
}
.gray {
  background: #F3F3F3;
}
.whiteline {
  overflow: hidden;
}
.gray_in .left, .gray_in .right {
  text-align: center;
  width: 50%;
  box-sizing: border-box;
}
.left {
  float: left;
}
.gray_in .left {
  border-right: 10px solid #fff8fd;
}
.gray_in .left, .gray_in .right {
  text-align: center;
  width: 50%;
  box-sizing: border-box;
}
.gray_in .left p {
  box-sizing: border-box;
  padding: 12px;
}
.left .obi.btn {
  border-right: 1px solid #FFFFFF;
}
.right {
  float: right;
}
.gray_in p.obi {
  background: #ffe5e5;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: #000;
}
.gray_in .right p {
  box-sizing: border-box;
  padding: 12px;
}
.gray_in .right span {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  margin-right: 10px;
  color: #000;
}
.gray_in .right img {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-top: 10px;
}
.right .obi.btn {
  border-left: 1px solid #FFFFFF;
}
img {
  border: none;
}
.gray_in .btn a {
  display: block;
  background: #2C599E;
  padding: 15px;
  margin: 10px 0;
  width: 80%;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin: 25px auto;
  font-size: 15px;
}
.btn a span {
  float: left;
}
/*–³—¿•ú‘?lineup*/
p.ttl_01{
    color: #2a59a7;
    font-size: 2.5em;
    text-align: center;
    font-weight: bold;
}
img.text_sub_02 {
    max-width: 510px;
    margin: 60px auto 0 auto;
    width: 100%;
}
.ttl_lineup {
    color: #2a59a7;
    font-size: 30px;
    padding: 10px 0;
}
p.ttl_lineup_03 {
    margin: 70px 0 10px 0;
}
p.ttl_lineup_02 {
    margin: 70px 0 10px 0;
}
.lineup {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1000px;
  padding: 10px 0px 10px 0;
}
.lineup li {
  margin-right: 20px;
}
.lineup li:last-child {
  margin-right: 0;
}
.lineup li:hover {
  opacity: 0.8;
}
/*fancybox追加刁E/
.read_movie {
	display: block;
	padding: 20px;
}
/*fancybox追加刁E*/
#cont .spring .title_text {
  background: url(../img/bg_title.png) repeat-y;
  text-align: center;
  display: block;
}
#cont .spring .title_text img {
  display: inline-block;
}
.howto_table {
  width: 306px;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 20px 8px;
  margin: 20px auto;
  background-color: #fff;
	
}
.wrapper_howto-table {
    display: flex;
	width: 1000px;
	margin: 0 auto;
}

.box {
  display: table-cell;
}
.box_left {
  /* padding-right: 34px; */
  padding: 20px 20px;
  vertical-align: middle;
  width: 35%;
  font-size: 22px;
  font-weight: bold;
}
.box_right {
  text-align: left;
  padding-bottom: 20px;
  padding-top: 20px;
}
.box_right p {
  padding-right: 20px;
}
.bold {
  font-weight: bold;
}
.box.box_left img {
  width: 74%;
}
.box.box_left.jcom img {
  width: 60%;
}
.mv_img {
  width: 100%;
}
ul.lineup img {
  width: 180px;
}
.attention_stop {
  font-size: 13px;
  margin: 0 auto;
  text-align: left;
  width: 960px;
  padding: 30px 0 0 0;
}
.attention_bold {
  font-weight: bold;
}
p.attention_title {
  text-align: center;
}
.attention_txt {
  width: 500px;
  margin: auto;
  padding-left: 100px;
}
span.bold_red {
  font-weight: bold;
  color: #ff4f6c;
	display: block;
}
img.logo_m10 {
    margin-top: 10px;
}
.sp{
	display: none;
}
	p.ttl_lineup img{
		width: 57%;
	}
	p.ttl_lineup_02 img{
		width: 45%;
	}
	p.ttl_lineup_03 img{
		width: 76%;
		
	}
/*----------------------------------------
               SP
----------------------------------------*/
@media (max-width:640px) {
      #container {
        padding-top: 15%;
      }

      #cont .fixed_nav {
        display: none;
      }
      #cont .info {
        padding: 0 10px;
        margin: 0 auto;
          }
      #cont .Movie {
        position: static;
        padding-top: 40px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
      }
      #cont .moviearea {
        display: block;
        padding: 130px 20px 20px 20px;
      }
      #cont .movie_wrap {
        width: 100%;
        background: none;
        margin-bottom: 30px;
      }
      #cont .tweet {
        padding-left: 0;
      }
      #cont .tweet_inner {
        max-width: none;
        width: 100%;
      }
      #cont .tweethead img {
        max-width: 34px;
      }
        .main_mv img {
            max-width: 100%;
            margin: 0 auto;
            padding: 0 0 10px 0;
        }	
        .main_txt {
            padding: 0;
        }	
      #cont .kyoku {
        margin-bottom: -55px;
        padding-bottom: 55px;
        padding-top: 5px;

      }
      #cont .kyoku td img {
        max-width: 100%;
      }
      #cont .kyoku table td {
        border-left: solid 1px #2a59a7;
        padding: 8px;
        width: 50%;
          font-size: 1em;
      }
      #cont .kyoku table tr {
        height: auto;
      }
      #cont .present .left {
        float: none;
        width: 100%;
      }
      #cont .present .right {
        padding-top: 36px;
        float: none;
        width: 100%;
      }
      #cont .present img {
        max-width: 100%;
      }
      #cont .spring img {
        width: 100%;
        margin: 15px auto 0 auto;
      }
      #cont .spring .kyoku_bg {
        width: auto;
      }
      #cont .spring2 img {
        max-width: 100%;
        width: auto;
      }
      #cont .spring2 .lineupList {
        margin: 0 auto;
      }
      #cont .spring2 .lineupList ul {
        text-align: center;
      }
      #cont .spring2 .lineupList li {
        box-sizing: border-box;
        text-align: center;
        margin: 0 auto;
        display: block;
        float: left;
        width: 50%;
        padding: 10px;
      }
      #cont .spring2 .lineupList li .day {
        width: 100%;
        margin: 0 auto;
      }
      #cont .kyoku table th {
        font-size: 16px;
      }
      #cont .spring3 .title_area {
        background: #fff8fd url(../img/spring3_bg_title.png) repeat-y;
        display: block;
        height: auto;
        text-align: -webkit-center;
        padding: 0px;
      }
      .gray {
        margin: 20px 0 0 0;
      }
      .gray_in .left, .gray_in .right {
        text-align: center;
        width: 100%;
        box-sizing: border-box;
      }
      .btn a {
        width: 100%;
        box-sizing: border-box;
      }
      .gray .pc {
        display: none;
      }
      .gray_in .right {
        border-left: 1px solid #fff;
      }
      .gray_in .left, .gray_in .right {
        text-align: center;
        width: 100%;
        box-sizing: border-box;
      }
      .gray_in p.obi {
        background: #ffe5e5;
        padding: 5px;
        font-weight: bold;
        text-align: center;
        font-size: 100%;
      }
      .gray_in .right p {
        padding: 20px;
        box-sizing: border-box;
        font-size: 80%;
        font-weight: bold;
      }
      .gray_in .right span {
        display: inline-block;
        width: 65%;
        text-align: left;
      }
      .gray_in .right img {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
      }
      .gray_in .left {
        border-right: none;
      }
      #cont .spring3 .oubo_txt span.pc {
        display: none;
      }
      .ttl_lineup {
        color: #eb5113;
        font-size: 24px;
        padding: 10px 0 0px 0;
      }
        p.ttl_lineup_02 {
            margin: 20px 0 10px 0;
        }
        p.ttl_lineup_03 {
            margin: 40px 0 10px 0;
        }	
        p.ttl_lineup img{
            width: 60%;
        }
        p.ttl_lineup_02 img{
            width: 40%;
        }
      .lineup {
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        max-width: 960px;
        padding: 5px 0px;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      .lineup li {
        width: 30%;
        margin: 1%;
      }
      .lineup li:hover {
        opacity: 0.8;
      }
      .howto_btn a {
         margin: 0 auto;
          width: 80%;
          padding: 0;
      }
      .howto_btn a:hover {
        opacity: 0.8;
      }
      .howto_btn {
        display: block;
        margin: 0 auto;
        width: auto;
        text-align: center;
      }
      .howto_btn a span {
        float: left;
      }
      .howto_table {
        width: auto;
        max-width: 90%;
      }
        #cont .spring .howto_btn a img {
            margin: 0 auto;
        }    
      .box {
        color: #000;
      }
      .box_left {
        /* padding-right: 34px; */
        padding: 20px 20px;
        vertical-align: middle;
        width: 40%;
        font-size: 18px;
        font-weight: bold;
      }
      .mv_img img {
        max-width: 100%;
        padding-bottom: 0;
      }
      .bold {
        font-weight: bold;
      }
      #cont .present .float-area {
        border: solid 1px #fff;
        border-radius: 3px;
        padding: 20px;
        text-align: left;
        background-color: #fff;
        border: 3px solid #cfa34e;
        background-image: url("../img/present_finale.png"), url("../img/bg_present.png");
        background-repeat: no-repeat;
        background-position: 56px 104px, -31px -9px;
        background-size: 30%, 320%;
      }
      #cont .present {
        margin-bottom: 98px;
        margin-top: 40px;
      }
      .start, .big {
        font-size: 25px;
        font-weight: bold;
        color: #e7126f;
      }
      #cont .present ul.attention {
        font-size: 15px;
      }
      .present_banner {
        display: block;
        margin: 0 auto;
        max-width: 80%;
        text-align: center;
      }
      .present_banner img {
        max-width: 80%;
      }
      .attention_stop {
        font-size: 13px;
        margin: 20px 10px;
        color: #000;
        max-width: 90%;
      }
        #cont .kyoku table {
          font-size: 14px;
          text-align: center;
          vertical-align: center;
          width: 95%;
          margin:0 auto 40px auto;
        }	
      #cont .kyokumenu {
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        align-items: stretch;
        padding-bottom: 15px;
        margin: 0 auto
      }
      #cont .kyokumenu li {
        width: calc(33.3% - 10px);
        margin-bottom: 5px;
        height: 100%;
      }

      #cont .kyokumenu li:nth-child(3n) {
        margin-right: 0;
      }
      #cont .kyokumenu li a {
        padding: 10px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
          width:auto;
      }
      #cont .kyoku {
        margin-top: 0px;
      }
        .sp{
        display: block;
    }
        p.ttl_01{
            font-size: 1.5em;
        }
        .animation{
            padding: 10px 0;
        }
        .wrapper_howto-table {
        display: block;
        width: 100%;
    }
        .kyoku_txt {
        color: #000;
    }
        #cont .tweet_inner span.twitter_title img {
            width: 80%;
            margin-bottom: 5px;
        }
        #cont .spring p.ttl_lineup img {
        width: 86%;
    }
        #cont .spring p.ttl_lineup_02 img {
        width: 68%;
    }
        p.ttl_lineup_03 img {
        width: 100%;
    }
        #cont .spring .logo_area img {
        width: 50%;
    }
        #cont .spring .kyoku_txt img {
        width: 30%;
    }
        .main_txt img{
        width: 100%;
        margin: 3px auto;
    }
        #container_in {
            background: #08164d;
        }	
        .sp_br{
            display: block;

        }
        span.area_small {
        font-size: 0.9em;
        padding: 2px;
    }
        #cont td .kyoku_text {
            font-size: 17px;
            font-weight: bold;
        }	
        #cont .kyoku table td:nth-child(2) {
            text-align: left;
        }	
    span.cale-small {
        font-size: 13px;
        padding: 5px 0;
        display: block;
    }    
}

#wrapper #main {
    max-width: 100%;
    width: 100%;
}
/*iꗗ*/
#content .original_program {
    margin: 0 auto 100px auto;
    padding-top: 30px;
}
@media screen and (max-width: 640px){
    #content .original_program {
        margin: 0 auto 40px auto;
        padding-top: 30px;
    }
}
#content .special_img_area {
    padding: 20px 15px;
}

@media screen and (max-width: 640px){
	#content .special_img_area {
		padding: 10px;
	}
}
#content .original_program ul.special_list {
    display: flex;
	justify-content: center;
	max-width: 1200px;
}
@media screen and (max-width: 640px){
	#content .original_program ul.special_list {
		display: block;
		padding: 0 10px 0 10px;
	}
}

#content .original_program .special_list li {
	background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: bold;
   	margin: 10px 3px;
    width: 380px;
}
@media screen and (max-width: 640px){
	#content .original_program .special_list li {
		font-size: 16px;
		font-weight: bold;
		max-width: 100%;
		padding: 0;
		margin: 10px auto;
		width: 90%;
	}
}
#content .original_program ul.special_list li.flower {
    border: 2px solid #fca2a2;
}
#content .original_program ul.special_list li.moon {
    border: 2px solid #ffe628;
}
#content .original_program ul.special_list li.snow {
    border: 2px solid #44cd8f;
}
#content .original_program ul.special_list li.star {
    border: 2px solid #43c1ff;
}
#content .original_program ul.special_list li.cosmos {
    border: 2px solid #ba79ff;
}
#content .original_program ul.special_list li.senka {
    border: 2px solid #b6b0bd;
}
#content .original_program ul.special_list.special_list_c {
    display: block;
}

#content img.special_img {
    max-width: 100%;
}

#content .original_program p.special_text_area {
    padding: 0 10px 20px 10px;
    text-align: left;
}
@media screen and (max-width: 640px){
	#content .original_program p.special_text_area {
		padding: 0 10px 10px 10px;
	}
}

#content .original_program span.special_explain {
    display: block;
    color: #2a59a7;
    font-weight: bold;
    font-size: 20px;
	text-align: center;
}
#content .original_program span.special_explain.special_explain_l {
    font-size: 18px;
}
#content .original_program span.special_explain span.subtitle {
    font-size: 15px;
}
#content .original_program span.special_explain span.housou_date {
    color: #ff4f6c;
    font-size: 16px;
}
@media screen and (max-width: 640px){
	#content .original_program span.special_explain {
		margin-top: 20px;
    	font-size: 18px;		
	}
	#content .original_program span.special_explain.special_explain_l {
		font-size: 17px;
	}	
	#content .original_program span.special_explain span {
		font-size: 16px;
	}
	#content .original_program span.special_explain span.subtitle {
		font-size: 15px;
	}	
	#content .original_program ul.special_list_pm0 {
		margin: 0 auto;
		padding: 0 10px;
	}
	#content .original_program ul.special_list_pm0 li {
		margin: 5px auto;
	}	
}


#content .original_program span.special_explanatory_text {
    font-size: 13px;
    font-weight: bold;
	padding-top: 10px;
    display: block;
}
@media screen and (max-width: 640px){
	#content .original_program span.special_explanatory_text {
		font-size: 12px;
	}
}
#content .original_program span.special_explain span.sakuhin_subtitle {
    font-size: 15px;
}
#cont .spring img.sub_title {
    margin: 0px auto;
    max-width: 400px;
    width: 100%;
}
@media screen and (max-width: 640px){
    #cont .spring img.sub_title {
        margin: 0 auto;
        width: 80%;
    }
}
p.troupe_title{
    margin-top: 40px;
}
/*p.troupe_title.troupe_title_flower {
    background: #eb5989;
}
p.troupe_title.troupe_title_moon {
    background: #e0c029;
}
p.troupe_title.troupe_title_snow {
    background: #68d365;
}
p.troupe_title.troupe_title_star {
    background: #65add3;
}
p.troupe_title.troupe_title_cosmos {
    background: #9965d3;
}*/
@media screen and (max-width: 640px){
    p.troupe_title{
        margin-top: 0;
    }
}
.flower-detail {
    /*background: rgba(235, 89, 137, 0.20);*/
    margin-bottom: 40px;
    padding: 20px 0;
}
.moon-detail {
    /*background: rgba(224, 192, 41, 0.25);*/
    margin-bottom: 40px;
    padding: 20px 0;
}
.snow-detail {
    /*background: rgba(104, 211, 101, 0.15);*/
    margin-bottom: 40px;
    padding: 20px 0;
}
.snow-detail {
    /*background: rgba(104, 211, 101, 0.15);*/
    margin-bottom: 40px;
    padding: 20px 0;
}
.star-detail {
    /*background: rgba(101, 173, 211, 0.2);*/
    margin-bottom: 40px;
    padding: 20px 0;
}
.cosmos-detail {
    /*background: rgba(153, 101, 211, 0.2);*/
    margin-bottom: 40px;
    padding: 20px 0;
}
@media screen and (max-width: 640px){
    .flower-detail, .moon-detail, .snow-detail, .star-detail, .cosmos-detail {
        padding: 10px 0;
    }
}
#cont .spring img.tv_icon {
    max-width: 18px;
    margin-right: 1%;
}
@media screen and (max-width: 640px){
	#cont .spring img.tv_icon {
		margin: 0 1% 0 0;
		max-width: 16px;

	}
}
#content .original_program span.special_explain span.shuen {
    display: block;
    margin-bottom: 10px;
	color: #000;
}
#content .original_program span.special_explain span.shuen_small {
    font-size: 0.8em;
}

.credit {
    font-size: 10px;
    color: #fff;
    line-height: 1.2em;
}
#cont .sp{
	display: none;
}
@media screen and (max-width: 640px){
	#cont .sp{
		display: block;
	}
	#cont .spring img.text_sub_02 {
		width: 90%;
		margin-top: 40px;
	}
    .credit {
        width: 80%;
        margin: 0 auto;
    }    
}
#flower, #moon, #snow, #star, #cosmos, #senka, #howto{
    padding-top: 80px;
    margin-top: -80px;	
}
@media screen and (max-width: 640px){
	#flower, #moon, #snow, #star, #cosmos, #senka, #howto{
		padding-top: 50px;
		margin-top: -50px;	
	}	
}
section.main {
    background: url(../img/design_02.jpg) no-repeat top / cover;
}
section.main img {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
section.nav {
    background: url(../img/design_01.jpg);
    padding: 40px 20px;
}
section.nav img {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 640px){
    section.nav {
        background: url(../img/design_01.jpg) no-repeat center / cover;
        padding: 10px 20px;
    }
}
section.prog {
    background: url(../img/kira-left.png) repeat-y top left / 15%, url(../img/kira-right.png) repeat-y top right / 15%, url(../img/design_04.jpg) no-repeat top center / cover;
}
@media screen and (max-width: 640px){
    section.prog {
        background: url(../img/bg_kira_right.png) repeat-y top left -14% / 23%, url(../img/bg_kira_left.png) repeat-y top right -14% / 23%, url(../img/bg_prog_sp.jpg) no-repeat top center / cover;
    }
}
.howto_bottom {
    text-align: center;
}
#content .original_program span.special_explain span.appearance {
    display: block;
    color: #2d2d2d;
    font-size: 16px;
    margin-bottom: 8px;
}
@media screen and (max-width: 640px){
    #content .original_program span.special_explain span.appearance {
        font-size: 16px;
    }
}