body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: middle;
}

code,
em,
strong,
th {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

body{
    background: #FFFDED;
    color: #000000;
    font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;

}
.red{
	color: red;
}
.font_b{
	font-weight: 800;
}
.font_l{
	font-size: 110%;
}
.img_size{
	width: 100%;
}
.inbtm{
	margin-bottom: 10px;
}
.abtm{
	margin-bottom: 15px;
}
.labtm{
	margin-bottom: 25px;
}

/* ヘッダーメニューPC */
@media only screen and (min-width: 701px) {

	#top_menu-box{
		display: none;
	}

	#menu{
		font-size: 0;
		letter-spacing: -4em;
	}
	#menu li{
		letter-spacing: normal;
	}

	.bar_head{
		display: block;
		width: 100%;
		margin: 10px auto;
		background: #FFFDED;
	}

	ul.bar_btn {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	ul.bar_btn li {
		width: 9%;
		display: inline-block;
		text-align: center;
	}
	
	ul.bar_btn .ss_size{
		width: 4%;
	}
	
	ul.bar_btn .sm_size{
		width: 5%;
	}
	
	ul.bar_btn .s_size {
		width: 7%;
	}

	ul.bar_btn .l_size {
		width: 13%;
	}

	ul.bar_btn li:first-child {
		height: 60px;
	}

	ul.bar_btn li a {
		display: block;
		text-decoration: none;
		font-size: 1.5vw;
		font-weight: bold;
		color: #000000;
		background: #FFFDED;
		padding: 10px 0;
	}

	ul.bar_btn li a:hover {
		background: #81C4D6;
	}

}

/* ヘッダーメニュースマホ */
@media only screen and (max-width: 700px) {

  .top_back{
      margin-top: 70px;
  }

  .page_link {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #000000;
    background: #FFFDED;
    font-size: 5vw;
  }


  ul#menu {
    list-style-type: none;
    width: 100%;
    background: #FFFDED;
    opacity: 0.9;
    position: absolute;
    left: 0px;
    top: 70px;
    z-index: 990;
    display: none;
  }

  ul#menu li {
    text-align: center;
  }

  ul#menu li a {
    text-decoration: none;
    color: #000000;
    display: block;
    padding: 10px 0;
  }

  ul#menu li a:hover {
    background: #81C4D6;
    opacity: 0.7;
  }

  div#sp-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
  }

  div#sp-icon:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  div#sp-icon span,
  div#sp-icon span:before,
  div#sp-icon span:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #000;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.3s;
  }

  div#sp-icon span {
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
  }

  div#sp-icon span:before {
    content: "";
    transform: translateY( -10px ) rotate( 0deg );
  }

  div#sp-icon span:after {
    content: "";
    transform: translateY( 10px ) rotate( 0deg );
  }


  div.sp-open span {
    background: transparent !important;
  }

  div.sp-open span:before {
    transform: rotate( 45deg ) !important;
  }

  div.sp-open span:after {
    transform: rotate( -45deg ) !important;
  }

}

/*****  ヘッダーメニュー終わり  *****/




/********************/
/*****  PC CSS  *****/
/********************/
#topimg{
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.top_test{
	width: 100%;
	osition: relative;
}
.top_back{
    width: 100%;
    height: auto;
	position: relative;
    z-index: 0;
	background-color: #000;
    margin-top: 0px;
}

.main_catch_copy{
	width: 90%;
	color: #fff;
	font-size: 2.8em;
	font-weight: 800;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-shadow: 1px 2px 1px #000;
	/*
	background: linear-gradient(transparent 70%, #fcdb30 70%);
	-webkit-text-stroke: 1px #d40e0e;
	text-stroke: 1px #d40e0e;
	text-shadow: 1px 2px 1px #e5e5e5;
	*/
}
.sma{
	display: none;
}

.event_banner{
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 15px;
}

.event_banner li{
	width: 320px;
	list-style-type: none;
	margin-bottom: 35px;
}

.event_banner li img{
	width: 100%;
	border: 1px #000000 solid;
}

.banner_news{
	display: block;
	position: absolute;
	top: 2%;
	right: 1%;
	width: 14%;
}
.banner_news a{
	position: relative;
}
.banner_news img{
	display: block;
	width: 100%;
}

.banner_news2{
	display: block;
	position: absolute;
	top: 26.2%;
	right: 1%;
	width: 14%;
}

.banner_news2 img{
	display: block;
	width: 100%;
}

.banner_news3{
	display: block;
	position: absolute;
	top: 10%;
	right: 1%;
	width: 14%;
}

.banner_news3 img{
	display: block;
	width: 100%;
}

.banner_news4{
	display: block;
	position: absolute;
	top: 41.4%;
	left: 1%;
	width: 14%;
}

.banner_news4 img{
	display: block;
	width: 100%;
}

.banner_news5{
	display: block;
	position: absolute;
	top: 2%;
	left: 20%;
	width: 15%;
}

.banner_news5 img{
	display: block;
	width: 100%;
}

.banner_news7{
	display: block;
	position: absolute;
	top: 18%;
	right: 1%;
	width: 14%;
}

.banner_news7 img{
	display: block;
	width: 100%;
}

.banner_news8{
	display: block;
	position: absolute;
	top: 33.1%;
	right: 1%;
	width: 14%;
}

.banner_news8 img{
	display: block;
	width: 100%;
}

.banner_news10{
	display: block;
	position: absolute;
	top: 48.7%;
	left: 1%;
	width: 14%;
}

.banner_news10 img{
	display: block;
	width: 100%;
}

.banner_news11{
	display: block;
	position: absolute;
	top: 17.8%;
	left: 1%;
	width: 14%;
}

.banner_news11 img{
	display: block;
	width: 100%;
}

.banner_news12{
	display: block;
	position: absolute;
	top: 26%;
	right: 1%;
	width: 14%;
}

.banner_news12 img{
	display: block;
	width: 100%;
}

.banner_news13{
	display: block;
	position: absolute;
	top: 31%;
	left: 1%;
	width: 14%;
}

.banner_news13 img{
	display: block;
	width: 100%;
}

.banner_news14{
	display: block;
	position: absolute;
    top: 2%;
	left: 1%;
	width: 14%;
}

.banner_news14 img{
	display: block;
	width: 100%;
}

.banner_news15{
	display: block;
	position: absolute;
	top: 25.5%;
	left: 1%;
	width: 14%;
}

.banner_news15 img{
	display: block;
	width: 100%;
}

.banner_news16{
	display: block;
	position: absolute;
	top: 19%;
	left: 1%;
	width: 14%;
}

.banner_news16 img{
	display: block;
	width: 100%;
}

.banner_news17{
	display: block;
	position: absolute;
	top: 10.1%;
	left: 1%;
	width: 14%;
}

.banner_news17 img{
	display: block;
	width: 100%;
}

.banner_news18{
	display: block;
	position: absolute;
	top: 49.8%;
	left: 1%;
	width: 14%;
}

.banner_news18 img{
	display: block;
	width: 100%;
}

.banner_news_sp{
	display: none;
}

.banner_news2_sp{
	display: none;
}

.banner_news3_sp{
	display: none;
}

.banner_news4_sp{
	display: none;
}

.banner_news5_sp{
	display: none;
}
.banner_news11_sp{
	display: none;
}
.banner_news7_sp{
	display: none;
}
.banner_news8_sp{
	display: none;
}
.banner_news10_sp{
	display: none;
}
.banner_news11_sp{
	display: none;
}
.banner_news12_sp{
	display: none;
}
.banner_news13_sp{
	display: none;
}
.banner_news14_sp{
	display: none;
}
.banner_news15_sp{
	display: none;
}
.banner_news16_sp{
	display: none;
}
.banner_news17_sp{
	display: none;
}
.banner_news18_sp{
	display: none;
}
.top_img{
  display: none;
  width:100%;
  height:auto;

}

.sp-logo{
  display: none;
  width: 70px;
  height: 70px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 999;
  margin: 0 auto;
}

.sp-logo img{
  margin: 15px;
  width: 10%;
}

#sp-icon{
  display: none;
}

.cast{
	font-size: 1.6em;
	text-align: center;
	margin-top: 50px;
}
.cast .star{
	font-size: 1.7em;
	font-weight: 500;
	margin-bottom: 20px;
}
.cast .star-sub{
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 20px;
}
.cast .direct{
	font-size: 1.4em;
	font-weight: 500;
}
.cast .music{
	margin-left: 10px;
}
.cast .copy{
	text-align: right;
	margin: 10px 10% 0 0;
}
.release{
	font-size: 3.0em;
	font-weight: 800;
	text-align: center;
	margin-top: 70px;
}
.banner{
  text-align: center;
}
#banner1{
  text-align: center;
  width: 80%;
  margin-top: 25px; 
}
.caption {
	color: #000000;
	font-size: 3vw;
	display: flex;
	align-items: center;
	margin: 5px 10%;
}
.caption:before, .caption:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #81C4D6; 
	display: block;
}
.caption:before {
	margin-right: .4em;
}
.caption:after {
	margin-left: .4em;
}

#twitter{
	width: 70%;
	text-align: center;
	margin: 50px auto;
}
#twitter .twitter-timeline{
	margin-left: auto;
	margin-right: auto;
}

/*** ページタイトル ***/
.page_title{
	color: #fff;
	background-color: rgba(193,0,41,1);
	background-image:
	 linear-gradient(45deg, rgba(204,0,81,1) 25%, transparent 25%,
	  transparent 75%, rgba(204,0,81,1) 75%, rgba(204,0,81,1)),
	 linear-gradient(-45deg, rgba(204,0,81,1) 25%, transparent 25%,
	  transparent 75%, rgba(204,0,81,1) 75%, rgba(204,0,81,1));
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
}
.page_title,.logo{
  text-align: center;
}
img.img_logo{
  margin-top: 10px;
  margin-bottom: 20px;
  width: 20%;
  height: auto;
}
img.img_title{
    width: 15%;
    height: auto;
}


/* 各ページ */

.main{
  margin-top: 0px;
}

.line_contents{
  border: 1px double #81C4D6;
  width: 80%;
  margin: 10px auto;
}

.page_title h1{
  font-size: 3vw;
  font-style: oblique;
  font-weight:bold; 
}

/*ストーリー*/
.page_box{
	border: 3px #ba0f06 solid;
	border-radius: 6px;
	background-color: #FFFDE7;
	background-size: 20px 20px;
	background-image:
	 linear-gradient(rgba(215,204,200,.2) 1%, rgba(215,204,200,.2) 1%, transparent 1%,
	  transparent 99%, rgba(215,204,200,.2) 99%, rgba(215,204,200,.2) 100%),
	 linear-gradient(90deg, rgba(215,204,200,.2) 1%, rgba(215,204,200,.2) 1%, transparent 1%,
	  transparent 99%, rgba(215,204,200,.2) 99%, rgba(215,204,200,.2) 100%),
	 linear-gradient(transparent, transparent 25%, rgba(215,204,200,.4) 25%, rgba(215,204,200,.4) 26%, transparent 26%,
	  transparent 50%, rgba(215,204,200,.1) 50%, rgba(215,204,200,.1) 51%, transparent 51%,
	  transparent 75%, rgba(215,204,200,.1) 75%, rgba(215,204,200,.1) 76%, transparent 76%, transparent 100%),
	 linear-gradient(90deg, transparent, transparent 25%, rgba(215,204,200,.1) 25%, rgba(215,204,200,.1) 26%, transparent 26%,
	  transparent 50%, rgba(215,204,200,.1) 50%, rgba(215,204,200,.1) 51%, transparent 51%,
	  transparent 75%, rgba(215,204,200,.1) 75%, rgba(215,204,200,.1) 76%, transparent 76%, transparent 100%);
	padding: 2%;
	margin: 30px 0 10px 0;
}

/*解説*/
.comme{
	font-size: 1.3em;
	text-align: center;
	font-weight: 600;
}
.comme .brpc{
	display: inline
}
.comme p{
	font-size: 1.5em;
	line-height: 150%;
}

.comme_h{
	font-size: 1.3em;
	color: #ba0f06;
	text-align: center;
	font-weight: 600;
}

.comme_title{
	font-weight: 800;
	margin-top: 30px;
}

/*主題歌情報*/
.page_box_head{
	margin         : auto;
  	box-sizing     : border-box;
	width          : 100%;
  	display        : flex;
  	flex-wrap      : wrap;
	word-break: break-all;
}


.page_box_head div {
	box-sizing     : border-box;       
	width          : 45%;                 
	height         : auto;   
	margin         : 2px;                  
	flex-grow      : 1;                    
}

/*キャスト*/
.cast_list{
	font-size: 0;
	letter-spacing: normal;
	margin-top: 30px;
}
.cast_list li{
	font-size: 14px;
	letter-spacing: normal;
}
.cast_list .cast_list_li{
	width: 48%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1%;
}
.cast_list .cast_list_li img{
	width: 100%;
}
.cast_list .cast_list_li .name{
	font-size: 1.2em;
	font-weight: 600;
}
.cast_list .cast_list_li .role{
	font-weight: 600;
	margin-bottom: 5px;
}
.cast_list .cast_list_li .text{
	font-weight: 600;
	margin-top: 5px;
}
.cast_list_li ul{
	font-size: 0;
	letter-spacing: -4em;
}
.cast_list_li ul li{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1%;
}

.cast_list .cast_list_li_img{
	width: 23%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1.5%;
}
.cast_list .cast_list_li_img img{
	width: 100%;
}
.cast_list .cast_list_li_text{
	width: 48%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1%;
}
.cast_list_li_img ul li{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1%;
}
.cast_list .cast_list_li_text .name{
	font-size: 1.2em;
	font-weight: 600;
}
.cast_list .cast_list_li_text .role{
	font-weight: 600;
	margin-bottom: 5px;
}
.cast_list .cast_list_li_text .text{
	font-weight: 600;
	margin-top: 5px;
}


/*スタッフ*/
.area_news .page_box .st{
	font-size: 1.2em;
	margin-top: 10px;
}


/*純烈とは*/
.area_news .page_box .bsp{
	margin-bottom: 20px;
}


/*** ニュース ***/
.area_news{
	width: 80%;
	margin: 0 auto;
}
.news_detail {
	width: 100%;
	font-size: 20px;
	border-bottom: 2px solid #81C4D6;
	margin: 25px auto;
	padding: 0 0 10px 0;
}
.news_detail .news_detail_cont{
	color: #000000;
	word-break: break-all;
	padding: 10px 0;
	margin: 10px 0;
}
.news_detail .news_detail_cont .boil{
	font-weight: 800;
	margin-top: 20px;
}
.news_detail .news_detail_cont .emphasis{
	font-weight: 800;
	margin-bottom: 20px;
}
.news_detail .news_cont_title{
	font-size: 1.7vmax;
	font-weight: 800;
	margin-top: 20px;
}
.news_detail .news_cont_plus{
	font-size: 3vmax;
	font-weight: 800;
	text-align: center;
}
.news_detail .news_detail_cont .news_img_sp{
	margin: 10px 0;
}
.news_detail .news_detail_cont .news_img_btm{
	margin: 20px 0;
}
.news_detail .news_detail_cont .attm{
	margin-top: 30px;
}
.news_detail .news_detail_cont .news_img_sp img{
	width: 100%;
}
.news_detail .news_detail_cont .news_img_sp_s{
	width: 50%;
	margin: 10px auto;
}
.news_detail .news_detail_cont .news_img_sp_s img{
	width: 100%;
}
.news_detail .news_detail_cont .s_img_size{
	width: 40%;
	text-align:cener;
	margin: 0 auto 10px auto;
}
.news_detail .news_detail_cont .indnt_1{
	text-indent: -1em;
	padding-left: 1em;
}
.news_detail .news_detail_cont .news_list{
	font-size: 0;
	letter-spacing: -4em;
}
.news_detail .news_detail_cont .news_list .ticket_1{
	width: 39%;
	display: inline-block;
	margin-right: 1%;
}
.news_detail .news_detail_cont .news_list .ticket_2{
	width: 59%;
	display: inline-block;
	margin-left: 1%;
}
.news_detail .news_detail_cont .news_list .ticket_2 li{
	width: 25%;
	display: inline-block;
}
.news_detail .news_detail_cont .news_list .ticket_3{
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.news_detail .news_detail_cont .news_list .ticket_3 li{
	width: 25%;
	display: inline-block;
	font-size: 17px;
	letter-spacing: normal;
}
.news_detail .news_detail_cont .news_list .ticket_4{
	width: 100%;
	display: inline-block;
}
.news_detail .news_detail_cont .news_list .ticket_4 .pbtm{
	margin-bottom: 2%;
}
.news_detail .news_detail_cont .news_list .ticket_4 li{
	width: 50%;
	font-size: 15px;
	letter-spacing: normal;
	display: inline-block;
}
.news_detail .news_detail_cont .news_list .ticket_4 li .atto{
	margin-top: 5px;
}
.news_detail .news_detail_cont .news_list .ticket_4 .news_list_left{
	width: 49%;
	margin-right: 1%;
}
.news_detail .news_detail_cont .news_list .ticket_4 .news_list_right{
	width: 49%;
	margin-left: 1%;
}
.news_detail .news_detail_cont .item_list{
	width: 100%;
	font-size: 0;
	letter-spacing: -4em;
	margin: 15px 0;
}
.news_detail .news_detail_cont .item_list li{
	width: 22.84%;
	font-size: 14px;
	letter-spacing: normal;
	display: inline-block;
	margin-right: 2.88%;
}
.news_detail .news_detail_cont .item_list li:nth-child(4n){
	margin-right: 0;
}
.news_detail .news_detail_cont .row_3{
	width: 100%;
	font-size: 0;
	letter-spacing: -4em;
	text-align: center;
	margin-bottom: 2.87%;
}
.news_detail .news_detail_cont .row_3 li{
	width: 31.42%;
	display: inline-block;
	letter-spacing: normal;
	margin-right: 2.87%;
}
.news_detail .news_detail_cont .row_3 li:nth-child(3n){
	margin-right: 0;
}
.news_detail .news_detail_cont .boil{
	font-weight: 800;
	display: block;
}
.news_detail .news_detail_cont .indent_1{
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.news_detail .news_detail_cont .indent_3{
	display: block;
	padding-left: 3em;
}
.news_detail .news_detail_cont .indent_3_br{
	display: block;
	text-indent: -3em;
	padding-left: 3em;
}
.news_detail .news_detail_cont .indent_4{
	display: block;
	padding-left: 4em;
}
.news_detail .news_detail_cont .indent_5{
	text-indent: -5em;
	padding-left: 5em;
}
.news_detail .news_detail_cont .last_bt{
	margin-bottom: 20px;
}
.news_detail .news_detail_cont .annot{
	text-align: center;
}
.news_detail .br-pc{
	display: block;
}
.news_detail .news_date {
	padding: 7px 10px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	background: #81C4D6;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}
.news_detail h2{
    font-size: 2.0vmax;
	font-weight: 800;
    margin-top: 25px;
    margin-left: 10px;
}
.news_detail .news_img_list{
	width: 100%;
	margin: 15px auto;	
}
.news_detail .news_img_list ul{
	list-style-type: none;
	font-size: 0;
	letter-spacing: -4em;
	padding: 0;
}
.news_detail .news_img_list li{
	width: 31.42%;
	font-size: 20px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 2.87%;
}
.news_detail .news_img_list li:nth-child(3n) {
	margin-right: 0;
}
.news_detail .news_img_list li figure{
	margin: 0;
	padding: 0;
}
.news_detail .news_img_list li figcaption{
	font-size: 80%;
	text-align: center;
	margin-top: 5px;
}
.news_detail .news_img_list li figcaption p{
	font-size: 110%;
	font-weight: 800;
	margin: 0;
	padding: 0;
}
.news_detail .news_img_list li img{
	width: 100%;
}
.news_detail .twous li{
	width: 50%;
	font-size: 20px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 0;
}
.news_detail .twous li img{
	width: 50%;
}
.news_detail .ndt{
	font-weight: 800;
	display: block;
}
.img_caststaff img{
	margin-top: 15px;
}

.news_detail .sp_1{
	text-indent: -6em;
	padding-left: 6em;
}

.news_detail .sp_2{
	text-indent: -2em;
	padding-left: 2em;
}

.news_detail .sp_2 span{
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 4px;
}
.news_detail .cast_messg{
	letter-spacing: -4em;
}
.news_detail .cast_messg li{
	vertical-align: top;
	letter-spacing: normal;
	display: inline-block;
	margin-top: 25px;
}
.news_detail .cast_messg .cast_messg_left{
	width: 39%;
	margin-right: 1%;
}
.news_detail .cast_messg .cast_messg_right{
	width: 59%;
	margin-left: 1%;
}
.news_detail .cast_messg .ev_messg_left{
	width: 59%;
	margin-left: 1%;
}
.news_detail .cast_messg .ev_messg_right{
	width: 39%;
	margin-right: 1%;
}
.news_detail .cast_messg li img{
	width: 100%;
}
.news_img{
  margin: 15px auto;
  width: 80%;
}
.sen_dt{
	width: 100%;
	border-top: 2px dotted #000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 25px 0;
}


/*** 予告 ***/
.youtube {
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.notice_cont{
	display: block;
	padding-left: 10px;
	text-align: center;
}

.notice_cont_movie {
  position: relative;
  width: 100%;
}
.notice_cont_movie:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.notice_cont_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*** 『純烈ジャー』ポスター掲出にご協力頂いた店舗一覧 ***/
.shop_list_table{
	width: 100%;
	font-weight: 500;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px #81C4D6 solid;
	word-break: break-all;
}
.shop_list_table th{
	color: #fff;
	background-color: #81C4D6;
	padding: 7px;
}
.shop_list_table td{
	border: 1px #81C4D6 solid;
	padding: 7px;
}


/*** チケット ***/
.ticket_box h2 {
	color: #fff;
	font-size: 1.8vmax;
	font-weight: 800;
	background: #81C4D6;
	border-left: solid 5px #c61619;
	margin: 35px 0 10px 0;
	padding: 12px;
}
.ticket_text{
	font-size: 20px;
}
.ticket_sub_box{
	word-break: break-all;
}
.ticket_sub_box img{
	width: 100%;
}
.ticket_text span{
	font-weight: 800;
	border-left: 5px #000 solid;
	display: block;
	margin: 25px 0 10px 0;
	padding-left: 5px;
}
.ticket_item{
	font-weight: 800;
	text-indent: -1em;
	padding-left: 1em;
	margin: 25px 0 10px 0;
}
.ticket_type{
	font-weight: 800;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 20px;
}
.ticket_img_list{
	width: 100%;
	font-size: 0;
	letter-spacing: -4em;
}
.ticket_img_list li{
	width: 22.84%;
	font-size: 14px;
	display: inline-block;
	letter-spacing: normal;
	margin-right: 2.88%;
}
.ticket_img_list li p{
	font-size: 14px;
	letter-spacing: normal;
}
.ticket_img_list li:nth-child(4n){
	margin-right: 0;
}
.ticket_img_list li figure{
	margin: 0;
}
.ticket_sub_box .teaser_img{
	width: 50%;
}
.ticket_info{
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0 50px 0;
}
.ticket_info th{
	width: 18%;
	color: #fff;
	border: 1px #ccc solid;
	background: #00A8D6;
	padding: 10px 2%;
}
.ticket_info td{
	word-break: break-all;
	border: 1px #ccc solid;
	background: #fff;
	padding: 10px 2%;
}
.ticket_info .ticket_set{
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}
.ondei_card{
	width: 40%;
	margin-top: 10px;
}
.ticket_info .ticket_info_list{
	letter-spacing: -4em;
}
.ticket_info .ticket_info_list li{
	width: 45%;
	display: inline-block;
	letter-spacing: normal;
    vertical-align: middle;
}
.ticket_info .ticket_info_list .s_size{
	width: 5%;
	font-size: 3vmax;
	font-weight: 800;
	text-align: center;
}
.ticket_info figcaption{
	font-size: 0.9em;
	margin-top: 5px;
}
.ticket_info .four li{
	width: 30%;
	text-align: left;
}
.live_sp{
	text-indent: -1em;
	padding-left: 1em;
}
.ondei_bold{
	font-weight: 800;
}
.ticket_sub_box .ticket_boil{
	font-weight: 800;
	word-break: break-all;
	margin-top: 20px;
}
.ticket_sub_box_img{
	text-align: center;
}
.ticket_sub_box_img img{
	width: 40%;
	text-align: center;
}
.ticket_sub_box .ticket_title{
	font-size: 1.7vmax;
	font-weight: 800;
	margin-top: 20px;
}
.ticket_sub_box .ticket_sub_box_plus{
	font-size: 3vmax;
	font-weight: 800;
	text-align: center;
}
.ticket_sub_box_list{
	width: 100%;
	font-size: 0;
	letter-spacing: -4em;
}
.ticket_sub_box_list li{
	width: 25%;
	display: inline-block;
	font-size: 17px;
	letter-spacing: normal;
}


/*** お面 ***/
.dl_title{
	font-size: 20px;
	font-weight: 800;
	border-left: 5px #000 solid;
	display: block;
	margin: 25px 0 10px 0;
	padding-left: 5px;
}
.to_make{
	font-size: 0;
	letter-spacing: -4em;
}
.to_make li{
	width: 48.56%;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2.88%;
}
.to_make li:nth-child(2n){
	margin-right: 0;
}
.to_make li img{
	width: 100%;
}
.to_make li figcaption{
	margin-top: 5px;
}
.to_make .btom_align{
	vertical-align: bottom;
}
.to_make .btom_last{
	margin-bottom: 0px;
}


/*** フッター ***/
.footer{
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 14px;
	text-align: center;
}

/********************/
/****  スマホ CSS  ***/
/********************/

@media only screen and (max-width: 699px) {
	#topimg{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.top_back{
		margin-top: 0px;
		background-color: transparent;
	}

	.sp-logo{
		display: block;
		background: #FFFDED;
		width: 100%;
	}

	.top_img{
		display: block;
	}
	
	.main_catch_copy{
		width: 100%;
		font-size: 1.2em;
	}
	
	.sma{
		display: block;
	}
	
	.event_banner{
		position: static;
		top: 0;
		left: 0;
	}

	.event_banner li{
		width: 90%;
		margin: 30px 5%;
	}


	
	.banner_news,.banner_news2 {
		display: none;
	}

	.banner_news,.banner_news2 img{
		display: none;
	}

	.banner_news,.banner_news3 {
		display: none;
	}

	.banner_news,.banner_news3 img{
		display: none;
	}

	.banner_news,.banner_news4 {
		display: none;
	}

	.banner_news,.banner_news4 img{
		display: none;
	}
	
	.banner_news,.banner_news5 {
		display: none;
	}

	.banner_news,.banner_news5 img{
		display: none;
	}
	
	.banner_news,.banner_news7 {
		display: none;
	}

	.banner_news,.banner_news7 img{
		display: none;
	}
	
	.banner_news,.banner_news8 {
		display: none;
	}

	.banner_news,.banner_news8 img{
		display: none;
	}
	
	.banner_news,.banner_news10 {
		display: none;
	}

	.banner_news,.banner_news10 img{
		display: none;
	}
	
	.banner_news,.banner_news11 {
		display: none;
	}

	.banner_news,.banner_news11 img{
		display: none;
	}
	
	.banner_news,.banner_news12 {
		display: none;
	}

	.banner_news,.banner_news12 img{
		display: none;
	}
	
	.banner_news,.banner_news13 {
		display: none;
	}
	
	.banner_news,.banner_news13 img{
		display: none;
	}
	
	.banner_news,.banner_news14 {
		display: none;
	}
	
	.banner_news,.banner_news14 img{
		display: none;
	}
	
	.banner_news,.banner_news15 {
		display: none;
	}
	
	.banner_news,.banner_news15 img{
		display: none;
	}
	
	.banner_news,.banner_news16 {
		display: none;
	}
	
	.banner_news,.banner_news16 img{
		display: none;
	}
	
	.banner_news,.banner_news17 {
		display: none;
	}
	
	.banner_news,.banner_news17 img{
		display: none;
	}
	
	.banner_news,.banner_news18 {
		display: none;
	}
	
	.banner_news,.banner_news18 img{
		display: none;
	}
	
	.banner_news_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}

	.banner_news_sp img{
		display: block;
		width: 100%;
	}

	.banner_news2_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}

	.banner_news2_sp img{
		display: block;
		width: 100%;
	}

	.banner_news3_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}

	.banner_news3_sp img{
		display: block;
		width: 100%;
	}

	.banner_news4_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}

	.banner_news4_sp img{
		display: block;
		width: 100%;
	}
	
	.banner_news5_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}

	.banner_news5_sp img{
		display: block;
		width: 100%;
	}
	
	.banner_news7_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}

	.banner_news7_sp img{
		display: block;
		width: 100%;
	}
	
	.banner_news8_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}

	.banner_news8_sp img{
		display: block;
		width: 100%;
	}

	.banner_news10_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}

	.banner_news10_sp img{
		display: block;
		width: 100%;
	}
	
	.banner_news11_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}
	
	.banner_news11_sp img{
		display: block;
		width: 100%;
	}
	
	.banner_news12_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}

	.banner_news12_sp img{
		display: block;
		width: 100%;
	}
	
	.banner_news13_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}

	.banner_news13_sp img{
		display: block;
		width: 100%;
	}
	
	.banner_news14_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}
	
	.banner_news14_sp img{
		display: block;
		width: 100%;
	}
	
	.banner_news15_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}
	
	.banner_news15_sp img{
		display: block;
		width: 100%;
	}
	
	.banner_news16_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}
	
	.banner_news16_sp img{
		display: block;
		width: 100%;
	}
	
	.banner_news17_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}
	
	.banner_news17_sp img{
		display: block;
		width: 100%;
	}
	
	.banner_news18_sp{
		display: block;
		width: 75%;
		margin: 20px auto;
	}
	
	.banner_news18_sp img{
		display: block;
		width: 100%;
	}
	
	#sp-icon{
		display: block;
	}

	.add{
		margin-top: 15px;
		margin-left: 10px; 
		display: block;
		font-size:16px;
		background: linear-gradient(transparent 60%, #81C4D6	 60%);
	}

	.btn_list{
		display: none;
	}

	.cast{
		margin-top: 50px;
		font-size: 0.5em;
	}
	.cast .star{
		font-size: 1.4em;
		margin-bottom: 7px;
		font-weight: 600;
	}
	.cast .star-sub{
		font-size: 1.3em;
		font-weight: 600;
	}
	.cast .direct{
		font-size: 1.2em;
		font-weight: 600;
	}
	.cast .music{
		display: block;
		margin-left: 0;
	}
	.release{
		font-size: 1.2em;
		font-weight: 500;
		margin-top: 30px;
	}

	.small-no{
		font-size: 10px;
		transform:scale(0.5);
	}
	
	.page_title h1 {
		font-size: 5vw;
		padding: 5px;
	}
	
	/*解説*/
	.comme{
		font-size: 1.0em;
		text-align: left;
	}
	.comme .brpc{
		display: none
	}
	.comme p{
		font-size: 1.0em;
		line-height: 150%;
	}

	/*主題歌情報*/
	.page_box_head{
		margin         : auto;
		box-sizing     : border-box;
		width          : 100%;
		display        : block;
		flex-wrap      : wrap;  
	}


	.page_box_head div {
		box-sizing     : border-box;           
		width          : 100%;                 
		height         : auto;                 
		margin         : 2px;                  
		flex-grow      : 1;                    
	}
	
	/*キャスト*/
	.cast_list{
		font-size: 0;
		letter-spacing: normal;
		margin-top: 20px;
	}
	.cast_list li{
		font-size: 14px;
		letter-spacing: normal;
	}
	.cast_list .cast_list_li{
		width: 98%;
		display: block;
		margin: 0 1% 10px 1%;
	}
	/*.cast_list .cast_list_li:last-child{
		margin-bottom: 35px;
	}*/
	.cast_list:last-child{
		margin-bottom: 35px;
	}
	.cast_list_li ul{
		font-size: 0;
		letter-spacing: -4em;
	}
	.cast_list_li ul li{
		width: 48%;
		display: inline-block;
		vertical-align: top;
		margin: 0 1%;
	}
	.cast_list .cast_list_li_img{
		width: 48%;
		display: inline-block;
		vertical-align: top;
		margin: 0 1% 10px 1%;
	}
	.cast_list_li_img ul li{
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin: 0 1%;
	}
	.cast_list .cast_list_li_text{
		vertical-align: text-top;
	}
	
	/*スタッフ*/
	.area_news .page_box .st{
		font-size: 1.0em;
	}
	
	/*純烈とは*/
	.area_news .page_box .bsp {
		margin-bottom: 10px;
	}
	
	#twitter{
		width: 90%;
	}
	
	
  /*** ニュース ***/
	.area_news {
		width: 90%;
	}
	.line_contents {
		width: 90%;
	}
	.news_detail{
		font-size: 14px;
	}
	.news_detail .news_cont_plus{
		font-size: 4vmax;
		margin-bottom: 10px;
	}
	.news_detail .news_detail_cont .indnt_1 span{
		display: block;
		padding-left: 1em;
	}
	.news_detail .news_detail_cont .news_img_sp_s{
		width: 100%;
		margin: 10px auto;
	}
	.news_detail .news_detail_cont .news_list .ticket_1{
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.news_detail .news_detail_cont .news_list .ticket_2{
		width: 100%;
		display: block;
		margin-left: 0;
	}
	.news_detail .news_detail_cont .news_list .ticket_2 li{
		width: 25%;
		display: inline-block;
	}
	.news_detail .news_detail_cont .news_list .ticket_3 li{
		width: 50%;
		font-size: 13px;
	}
	.news_detail .news_detail_cont .news_list .ticket_4 .pbtm{
		margin-bottom: 0;
	}
	.news_detail .news_detail_cont .news_list .ticket_4 li {
		width: 100%;
		display: inline-block;
		margin-top: 10px;
	}
	.news_detail .news_detail_cont .news_list .ticket_4 .news_list_left{
		width: 100%;
		margin-right: 0;
	}
	.news_detail .news_detail_cont .news_list .ticket_4 .news_list_right{
		width: 100%;
		margin-left: 0;
	}
	.news_detail .news_detail_cont .news_list .tp_sp{
		margin-top: 10px;
	}
	.news_detail .news_detail_cont .item_list{
		margin: 12px 0 5px 0;
	}
	.news_detail .news_detail_cont .item_list li{
		width: 48.56%;
		margin-right: 2.88%;
	}
	.news_detail .news_detail_cont .item_list li:nth-child(2n){
		margin-right: 0;
	}
	.news_detail .news_detail_cont .row_3 li{
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.news_detail .news_detail_cont .news_list .notop li {
		margin: 0 0 15px 0;
	}
	.news_detail .news_detail_cont .news_list li .nobtm{
		margin: 0;
	}
	.news_detail .news_detail_cont .item_list .tp_sp{
		/*分けて書かないと、margin-right: 2.88%が消されてしまう*/
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.news_detail .news_detail_cont .br-sp{
		display: block;
		padding-left: 5em;
	}
	.news_detail .br-pc{
		display: none;
	}
	.news_detail .news_date {
		font-size: 15px;
	}
	.news_detail h2{
		font-size: 16px;
		text-align: left;
		margin-top: 25px;
	}
	.news_detail .sp_1{
		text-indent: -2em;
		padding-left: 2em;
	}
	.news_detail .news_img_list li p{
		font-size: 12px;
	}
	.news_detail .news_img_list li figcaption {
		font-size: 12px;
	}
	.news_detail .news_img_list li figcaption p{
		font-size: 13px;
	}
	.news_detail .cast_messg li{
		display: block;
		margin-top: 25px;
	}
	.news_detail .cast_messg .cast_messg_left{
		width: 100%;
	}
	.news_detail .cast_messg .cast_messg_right{
		width: 100%;
		margin-top: 10px;
	}
	.news_detail .cast_messg .ev_messg_left{
		width: 100%;
	}
	.news_detail .cast_messg .ev_messg_right{
		width: 100%;
		margin-top: 10px;
	}
	.sen_dt{
		width: 96%;
		border-top: 2px dotted #000;
		border-right: none;
		border-bottom: none;
		border-left: none;
		margin: 15px 2%;
	}
	
  /*** 予告 ***/

	.movie_sec .movie_box{
		margin: 60px auto 0 auto;
		padding: 18px 10px;
	}

	.movie_sec{
		margin-top: 20px;
	}

	.title_mivie{
		width: 90%;
		font-size: 16px;
		margin: 0 auto 10px auto;
	}
	.next_bar{
		margin-top: 32px;
	}

	.area_movie{
	  width: 90%;
	  height: auto;
	}

	.area_movie iframe{
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	}

	  /*** ストーリー ***/
	.story_detail_1{
		width: 88%;
		font-size: 14px;
	}
	.img_news img{
		width: 60%;
	}
	
	/*** グッズ ***/
	.goods_title{
		font-size: 16px;
	}
	.goods_box{
		width: 88%;
	}
	
	/*** 『純烈ジャー』ポスター掲出にご協力頂いた店舗一覧 ***/
	.shop_list_table{
		font-size: 14px;
		font-weight: 500;
	}
	
	/*** チケット ***/
	.ticket_box h2 {
		font-size: 18px;
		margin: 35px 0 10px 0;
		padding: 12px;
	}
	.ticket_text{
		font-size: 14px;
	}
	.ticket_text span{
		margin: 18px 0 10px 0;
	}
	.ticket_item{
		font-weight: 800;
		margin: 25px 0 10px 0;
	}
	.ticket_sub_box .teaser_img{
		width: 100%;
	}
	.ticket_type{
		font-weight: 800;
		margin-top: 20px;
	}
	.ticket_img_list li{
		width: 48.56%;
		display: inline-block;
		margin: 0 2.88% 15px 0;
	}
	.ticket_img_list li img{
		width: 100%;
	}
	.ticket_img_list li:nth-child(2n){
		margin-right: 0;
	}
	.ticket_info th{
		width: 96%;
		display: block;
	}
	.ticket_info td{
		width: 96%;
		display: block;
	}
	.ticket_info th span{
		font-weight: 400;
		display: block;
	}
	.ondei_card{
		width: 100%;
		margin-top: 5px;
	}
	.ondei_bold span{
		display: block;
	}
	.ticket_info .ticket_info_list li{
		width: 100%;
		display: block;
		vertical-align: initial;
	}
	.ticket_info .ticket_info_list .s_size{
		width: 100%;
		margin-bottom: 15px;
	}
	.ticket_info .ticket_info_list figure{
		margin: 0;
	}
	.ticket_sub_box_list li{
		width: 50%;
		font-size: 13px;
	}
	.ticket_sub_box_list .tp_sp{
		margin-top: 10px;
	}
	.ticket_sub_box .ticket_sub_box_plus{
		font-size: 4vmax;
		margin-bottom: 10px;
	}
	
	/*** お面 ***/
	.dl_title{
		font-size: 16px;
		margin: 18px 0 10px 0;
	}
	.to_make li{
		width: 100%;
		font-size: 15px;
		margin-bottom: 20px;
		margin-right: 0%;
	}
	.to_make li figure{
		margin: 0;
	}
	.to_make li figcaption{
		margin-top: 3px;
	}
	.to_make .btom_last{
		margin-bottom: 5px;
	}
	
	/*** フッター ***/
	.footer{
		font-size: 12px;
	}
    
}

@media screen and (min-width:699px) and ( max-width:770px) {
	.main_catch_copy{
		width: 100%;
		font-size: 1.4em;
	}
}

@media screen and (min-width:770px) and ( max-width:1300px) {
	.main_catch_copy{
		width: 100%;
		font-size: 1.8em;
	}
}

@media only screen and (max-width: 320px) {
  .add{
    font-size:14px;
  }
}

/*****  スマホ CSS(終わり)  *****/