body {
    margin: 0;
    padding: 0;
    font-family: Arial,'ＭＳ Ｐゴシック','MS P Gothic','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif,Helvetica;
/*    background:#fff url(../img/bg.jpg?v=240122) repeat left top;*/
}

body::before {
	background: url("../img/bg.png"),linear-gradient(180deg,#d84435 0%,#f5ad65 50%, #fdd272 100% );
	position: fixed;
	display: block;
	width: 100vw;
	height: 100vh;
	background-position: center top;
	content: '';
	/* background-size: 100% auto; */
	z-index: -999;
}

.body_news {
    background:#fff url(../img/bg_container.jpg?v=230308) repeat left top;
}

html{ 

} 

a:link, a:visited {
	text-decoration: none;    
}

.header {
	width: 100%;
	background-color: #fbfbf7;
	border-bottom: solid 3px #eccd83;
	border-image-slice: 1;
	position: fixed;
	z-index:9999;
}

.header__wrap {
	display:flex;
	padding: 5px 0;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	margin:0 auto;
	max-width: 1000px;
	height:85px;
}

.header__nav {
    
}

.header__navsp {
    display: none;
}

.header__nav ul {
    display:flex;
}

.header__nav ul li {
    position: relative;
}

.header__nav ul li a {
   padding: 0 18px 0 18px;
}
.header_ttl_sp {
	display: none;
}

.header__nav ul li:after {
    content:"";
    display: block;
    width: 3px;
    height: 42px;
    background-image:url(../img/menu_line.png);
    background-size: contain;
    position: absolute;
    top: 24px;
    left: 0;
}

/*PC版ヘッダーロゴ*/
.header__nav ul li:first-child {
    margin-left: -12px;
    width: 176px;
}

.header__nav ul li:first-child img{
    margin: 10px 0;
}

.header__nav ul li:first-child:after,.header__nav ul li:nth-child(2):after {
    background-image:none;
}


#mv {
    margin: 0 auto;
    padding-top: 81px;
    text-align: center;
    height: 1428px;
    z-index:-9999;
}

#mv .mv__body {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 1000px;
/*	box-shadow: 0px -12px 12px 1px #c79d80, 0px -12px 12px 1px #c79d80;*/
}

#mv .mv__banner_body {
    width: 970px;
    position: relative;    
}

#mv .mv__body .badge_question {
    position: absolute;
    top: 50px;
    right: 55px;
}

#mv .mv__body .badge_date {
    position: absolute;
    top: 42px;
    left: 43px;
}

#mv .banner {
    position: absolute;
    top: 860px;
    right: 10px;
}

#mv .banner img {
    width: 270px;
}

#mv .badge {
    position: absolute;
    top: 710px;
    right: 50px;
}

.container {
    margin: 0 auto;
    width: 1000px;
    /* background:#edce84 url("../img/bg_container.jpg") repeat left top; */
    background-color: #f7f5e8;
    color: #322222;
/*	box-shadow: 0px 0px 12px 1px #c79d80,0px 0px 12px 1px #c79d80;*/
}


.container.cast {
    padding-top:81px;
}

.tweet_btn {
    display:none;
}

.cast_box {
    display:none;    
}

.cast_img {
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

h1 {
   padding: 25px 0; 
}

.concept {
}
.concept__body {
    margin: 0 auto;
    width: 1100px;    
    text-align: center;
}
.information__body {
    margin: 0 auto;
    max-width: 880px;
}
.information_ttl {
    padding-top: 40px;
    text-align:left;
}
.information {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}
.information_list {
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border:1px dashed #dddddd;
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
}
.information_list ul {
    padding: 5px;
    list-style-type: none;
}

.outline {
	padding: 72px 25px;
	text-align: left;
	background-color: #f7f5e8;
}

.outline h4 {
    color:#e2770f;
    font-size:13px;
    margin-bottom:10px;
}


.outline h4.treat {
	margin-top:30px;
	padding:10px 10px;
	font-size:16px;
	font-weight:bold;
	background-color: #fff;
	border-left:10px solid #545077;
	color: #000!important;
}

.outline .original img {
    width:280px;
	max-width: 100%;
}

.outline .info_t {
	margin:25px 0 0;
}

.outline .justification {
	margin-left: 1.0em;
	text-indent: -1.0em;
    margin-bottom: 0;
}

.outline#information{
	margin-bottom: 20px;
}

.sectionbox {
    margin-bottom:20px;
}

.sectionbox_bottom {
    margin-bottom:0;
}

.outline .text_bold {
    font-weight:bold;
    font-size: 16px;
}

.outline .catch {
    font-weight:bold;
    font-size: 18px;
    line-height: 1.5em;
}

.outline .catch span {
    font-weight:bold;
    font-size: 18px;
    color: #79be00;
}

.outline .text_brown {
    color: #623620;
}

.outline p {
	margin-bottom: 5px;
    line-height: 180%;
    font-size: 14px;
    letter-spacing: 0.06em;
}

.outline p.list_ttl {
	margin-bottom: 0px;
}

.outline p.text-s {
	margin: -5px 0 15px 0;
    line-height: 130%;
}

span.text_red {
    color: rgb(255, 0, 0);
    font-size: 14px;
	font-weight: bold;
}

.text_browm {
    color: #6a3906;
    font-size: 14px;
}

.outline h3 {
    font-size: 20px;
    color:#e2770f;
    padding-bottom:4px;
    margin-bottom:10px;
    position: relative;
}

/*
.outline h3::before {
    content:"";
    display: block;
    width:27px;
    height:28px;
    background:url(../img/icon_h3.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top:-6px;
    left: 0;
}
*/

.outline p span {
	font-size:16px;
	font-weight:bold;
}

.outline p span.name {
	font-size:16px;
	font-weight:bold;
}

.outline p span.line {
	font-size:14px;
	font-weight:normal;
	text-decoration: line-through;
}

.outline p span.atd-s {
	font-size:12px;
	font-weight:normal;
    display: inline-block;
    line-height: 165%;
}

.outline p span.ensemble-a {
    color: #c30d23;
}

.outline p span.ensemble-b {
    color: #1538ac;
}

.outline .info {
	margin-bottom:10px;
}

.outline .info.m_top {
	margin-top:10px;
}

ul.list_notes{
	line-height: 180%;
    font-size: 14px;
	padding-left: 15px;
}
.list_notes li{
/*	list-style-type: none;*/
}

ul.list_asterisk{
	line-height: 180%;
	font-size: 14px;
	padding-left: 15px;
	margin-left: 0.5em;
}
.list_asterisk li{
	list-style-type: none;
	text-indent: -15px;
}
.list_asterisk li:before{
	content: "※";
/*	margin-right: 0.5em;*/
}

.menu {
    margin: 0 auto;
    padding-top:35px;
    max-width: 1100px;
    text-align: center;
}

.menu {
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
}

.menu__body {
    margin: 0 auto;
    max-width: 900px;
}

.menu_ttl {
    text-align: left;
    padding-bottom: 10px;
}

.menu_pc li {
    margin-bottom:5px;    
}

.menu_sp {
    display: none;    
}

.lineup__body {
    box-sizing: border-box;
    margin: 0 auto;
    margin-left: 100px;
    margin-right: 100px;
    max-width: 1100px;
    text-align: center;
}
.lineup__body-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 30px;
}
.lineup__body-item {
    margin-right: 25px;
    margin-bottom: 50px;
    box-sizing: border-box;
    color: #fff;
}
.lineup__body-item-img {
}
.lineup__body-item-img img {
    width: 100%;
}
.lineup__body-item-texts {
    display:none;
}
.btn_store {
    margin:0;
    margin-top: 8px;
    padding: 15px;
    background-color: #a91f11;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    min-width: 260px;
    max-width: 260px;
    border-radius: 4px;
}
.btn_store:hover {
    opacity: 0.9 ;
    color: #fff;
    cursor: pointer;
}

.btn_store a:link {
    color: #fff;
}

.btn_store a:visited {
    color: #fff;
}
.btn_store span {
    display: none;
}

.menu_list ul li {
    list-style-type: none;
}

.news {
	padding-top: 20px;
	justify-content: space-around;
	max-width: 880px;
	margin:0 auto;
	margin-bottom:30px;
}

.twitter {
	flex-basis: 400px;
	box-sizing: border-box;
}
.twitter_sp {
    display: none;
}

.news__body {
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	padding:18px;
	height:210px;
}

.news__body h2 {
    padding-bottom:5px;
    margin-bottom:15px;
    border-bottom: 1px solid #7c3f9d;
}

.news__body h2 span {
    display: none;
}

.news_inner {
	width: 845px;
	height: 130px;
	min-height: 130px;
	overflow-y:scroll;
    font-size:14px;
}

.news_inner ul li {
	font-size: 14px;
	line-height: 150%;
	margin-left: 5em;
	text-indent: -5em;
	list-style: none;
}

.bn_area {
	padding: 78px 0 0 0;
	margin: 0 auto;
	max-width: 960px;
}

.display_sp {
    display: none;
}

.bn_area ul{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bn_area ul.bn_bottom {
    margin-top: 10px;
}

.bn_area ul li{
    margin: 0 5px;
	text-align: center;
	flex-basis: 30%;
}

.bn_area img{
	width: 100%;
}

.bn_sponsor {
	padding: 0;
	margin: 0 auto;
	max-width: 960px;
}

.bn_sponsor ul{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bn_sponsor ul.bn_bottom {
    margin-top: 10px;
}

.bn_sponsor ul li{
    margin: 0 30px;
	text-align: center;
	flex-basis: 35%;
}

.bn_sponsor img{
	width: 100%;
}

.comment {
    flex-basis: 640px;
}

.comic {
    flex-basis: 640px;
}

.item_box {
    display: flex;    
}

.item_img_wrap {
    margin-right: 15px;    
}

.item_img_wrap img {
    width:145px;    
}

.item_box {
    padding: 20px 0;
}

.title_sp {
    display: none;
}

.contents_box {
    padding-top: 20px;
    display: flex; 
    justify-content: space-around;
    max-width: 900px;
    margin:0 auto;
}

.contents_box .twitter {
    margin-top: 80px;
}

.contents_box h2 {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #fff;
    font-size: 18px;
    font-family: YuMincho,'Yu Mincho',serif;
}

.contents_box .read {
    font-size:14px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 150%;
}

.question {
	background:#fff;
	border:solid 1px #ddd;
	font-size: 12px;
	padding:10px;
	margin-bottom:15px;    
    line-height: 150%;
}

.cast_name {
    font-size: 14px;
    color: #322222;
    font-weight: bold;
    line-height: 150%;
    margin-top: 15px;
	margin-bottom:10px;    
}

.comment_txt {
    paddong-bottom: 15px;
     border-bottom:1px dashed #333;   
}

.comment_txt p {
    font-size: 14px;
    color:#333;
    line-height: 150%;
	margin-bottom:10px;    
}

.comic p {
    display: none;
}


.comic_img {
    margin-bottom: 30px;    
}

.icon_new {
    color:#fff;
    font-size:1.0em;
    background-color:#f00;
    padding:3px;
    font-weight:bold;
}

.audition p {
    font-size:14px;
    margin-bottom: 15px;
}

.youtube {
    margin-bottom: 30px;    
}

.staff_sp{
	display: none;
}

#btn_back {
    margin: 0 auto;
    text-align:left;
    margin-top: 50px;
    padding-bottom: 30px;
    max-width:  900px;    
}
#btn_pagetop {
    margin: 0 auto;
    text-align: right;
    margin-top: 40px;
    padding-bottom: 40px;
    max-width: 900px;
}

/*------------------------------------------------------------------------------
 CAST
 -------------------------------------------------------------------------------*/

.container.cast .outline {
    margin-top: 40px;
}

.outline .ttl_cast {
    margin:10px 0 30px 0;
}

.cast_list_main {
	text-align:center;
	margin-bottom:50px;
}

.cast_list_main_item {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  letter-spacing: normal;
  font-weight:bold;
}

.outline .cast_list_main_item .cast_name {
	margin-top:6px;
}

.outline .cast_list_main_item .name_sub {
    color:#121212;
	font-size:16px;
    line-height:130%;
}

.outline .cast_list_main_item .name_main {
    color:#121212;
	font-size:22px;
    line-height:130%;
}

.cast_list_sub {
	text-align:center;
	margin-bottom:50px;
}

.cast_list_sub_item {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  letter-spacing: normal;
}

.outline .cast_list_sub_item .cast_name {
	margin-top:6px;
}

.outline .cast_list_sub_item .name_sub {
    color:#121212;
	font-size:14px;
    font-weight:normal;
    line-height:130%;
}

.outline .cast_list_sub_item .name_main {
    color:#121212;
	font-size:18px;
    font-weight:normal;
    line-height:180%;
}

.sale_dvd {
	position: absolute;
    top: 925px;
    left: 38px;
}
.box{
	display: none;
}

.maincast01 {
	display: none;
/*
    position: absolute;
    top:1020px;
    right:360px;
*/
}
/*
.maincast01 img {
    width:164px;
}
*/

.maincast02 {
	display: none;
/*
    position: absolute;
    top:1020px;
    right:191px;
*/
}
/*
.maincast02 img {
    width:164px;
}
*/

.maincast03 {
	display: none;
/*
    position: absolute;
    top:1020px;
    right:20px;
*/
}
/*

.maincast03 img {
    width:164px;
}
*/

.footer {
    margin: 0 auto;
    margin-top: 0;
    padding: 78px 0 61px 0;
    max-width:1000px;
    color: #fff;
    text-align:center;
    /* background-color: #663922; */
}

.footer__body {
    padding:0 20px;
    /* display: flex; */
    justify-content: space-between;
}

.footer_menu  {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
}
.footer_menu li {
    float:left;
    list-style-type: none;
    vertical-align:top;
    color: #623620;
}
.footer_menu li img {
    margin-top:-5px;
    margin-right:10px;
}
.copyright {
    clear: both;
    font-size:13px;
    color:#fff;
}


/*220203*/

.timetable{
	margin:0 auto;
	margin-top:20px;
	margin-bottom:15px;
	text-align:left;
}


.timetable_txt {
    margin: 0 auto;
    margin-top: 6px;
    text-align: left;
}




.outline p span.ticket_cap {
	font-size: 14px;
	font-weight: bold;
}


.cast_list_sub {
	text-align:center;
	margin-bottom:50px;
}

.cast_list_sub_item_s2 {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  letter-spacing: normal;
}

.outline .cast_list_sub_item_s2 .cast_name{
	margin-top:6px;
}

.outline .cast_list_sub_item_s2 .name_sub{
	font-size:13px;
}

.outline .cast_list_sub_item_s2 .name_main{
	font-size:18px;
	line-height: 95%;
}

.cast_list_sub_item_s1 {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  letter-spacing: normal;
	font-weight: normal;
}

.outline .cast_list_sub_item_s1 .cast_name{
	margin-top:6px;
}

.outline .cast_list_sub_item_s1 .name_sub{
	font-size:13px;
}

.outline .cast_list_sub_item_s1 .name_main{
	font-size:18px;
	line-height: 95%;
}


.cast_list_sub_item_m2,
.cast_list_sub_item_m3 {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  letter-spacing: normal;
	font-weight: normal;
}

.outline .cast_list_sub_item_m2 .cast_name,
.outline .cast_list_sub_item_m3 .cast_name{
	margin-top:6px;
}

.outline .cast_list_sub_item_m2 .name_sub,
.outline .cast_list_sub_item_m3 .name_sub{
	font-size:16px;
    font-weight: normal;
}

.outline .cast_list_sub_item_m2 .name_main,
.outline .cast_list_sub_item_m3 .name_main{
	font-size:19px;
	line-height: 95%;
}


.cast_list_sub_item_s3 {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  letter-spacing: normal;
	font-weight: normal;
}

.outline .cast_list_sub_item_s3 .cast_name{
	margin-top:6px;
}

.outline .cast_list_sub_item_s3 .name_sub{
	font-size:16px;
    font-weight: normal;
}

.outline .cast_list_sub_item_s3 .name_sub span {
    font-weight: normal;
}

.outline .cast_list_sub_item_s3 .name_main{
	font-size:19px;
	line-height: 95%;
}


.cast_list_sub_item_m1 {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  letter-spacing: normal;
  font-weight:bold;
}

.outline .cast_list_sub_item_m1 .cast_name {
	margin-top:6px;
}

.outline .cast_list_sub_item_m1 .name_sub {
    color:#121212;
	font-size:16px;
	line-height: 130%;
}

.outline .cast_list_sub_item_m1 .name_main {
    color:#121212;
	font-size:22px;
    line-height:130%;
}

/*キャスト写真の大きさ（PC）*/
.cast_list_main_item .cast_card_img img{
	width: 370px;
}

.cast_list_sub_item_m1 .cast_card_img img,
.cast_list_sub_item_m2 .cast_card_img img,
.cast_list_sub_item_m3 .cast_card_img img{
	width: 320px;
}

.cast_list_sub_item_s1 .cast_card_img img,
.cast_list_sub_item_s2 .cast_card_img img{
	width: 260px;
}

.cast_list_sub_item_s3 .cast_card_img img{
	width: 160px;
}

.cast_card_img_sp{
	display: none;
}

.cast .outline .cast_ensemble p {
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    font-size: 16px;
    
}

.cast .outline .cast_ensemble p span.atd_head {
    font-size: 14px;
    font-weight: normal;
    
}

.goods_wrap {
    margin-top: 30px;
    margin-bottom: 20px;
}


.goods_wrap .flex-box {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.goods_wrap .flex-box li {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 3.8%;
    padding-top: 20px;
    padding-bottom: 20px;
    background:#eccd85 url("../img/bg_texture.jpg") repeat left top;
    text-align: center;
    box-shadow: 0px 0px 0px 4px #eccd85;
    border: dotted 1px #d1b075;
    display: flex;
    flex-direction: column;
	position: relative;
}

.goods_wrap .flex-box li:nth-of-type(3n) {
    margin-right: 0;
}


.goods_wrap .flex-box li h3.ttl_g {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #623620;
    font-size: 18px;
    line-height: 130%;
    flex-grow: 1;
}

.goods_wrap .flex-box li .figure_box img {
    width: 230px;
}

.goods_wrap .flex-box li h3.ttl_g span {
    font-size: 14px;
}

.goods_wrap .flex-box li .price {
    color: #623620;
    font-size: 17px;
}

.goods_wrap .flex-box li .price span {
    font-size: 12px;
    font-weight: normal;
}

.goods_wrap .flex-box li p.btn_buy {
	font-size: 14px;
	color: #fff;
	background-color: #7a3d9a;
    padding: 6px 10px;
    box-shadow: 0px 0px 0px 3px #86498f;
    border: solid 1px #905d93;
    width: 200px;
    margin:0 auto;
    text-align: center;
     border-radius:2px;
}

.goods_wrap .flex-box li p.btn_buy a {
	color: #fff;
}


.goods_wrap .flex-box li p.btn_buy_gray {
	font-size: 14px;
	color: #e1e1e1;
	background-color: #999999;
    padding: 6px 10px;
    box-shadow: 0px 0px 0px 3px #9d9b9d;
    border: solid 1px #aaa8ab;
    width: 200px;
    margin:0 auto;
    text-align: center;
     border-radius:2px;
}

.goods_wrap .flex-box li p.btn_buy_gray a {
	color: #e1e1e1;
}

.badge_new{
	position: absolute;
	top: -19px;
	left: -16px;
	text-align: left;
}

.badge_new img{
	width: 40%;
}

.outline p.atd_price {
    background-color: #fff;
    border: 1px solid #d0c3ba;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px;
    text-align: center;
    width: 70%;
    color: #623620;
}

.outline p.atd_price .price_bold {
    font-weight: bold;
    font-size: 14px;
}

/*お礼札リスト　画像の大きさ（PC）*/
.treat_list_sub_item .treat_card_img img{
	width: 250px;
}

.treat_list_sub_item {
	display: inline-block;
	vertical-align: top;
	width: 270px;
	padding-bottom: 20px;
}


.pc{
	display: block;
}
.sp{
	display: none;
}
/*ページ内リンクずれ修正*/
.jump_point {
	padding-top: 100px;
	margin-top: -100px;
}

/*------------------------------------------------------------------------------
 NEWS
 -------------------------------------------------------------------------------*/
.header_news {
    margin:0 auto;
    width: 800px;
    height:352px;
}

.container_news {
    margin: 0 auto;
    width: 800px;
    background-color: #f7f5e8;
    height: 100%;
    min-height: 100%;
    color: #322222;
}

.news_contents {
    margin: 0 auto;
    padding-top:25px;
    width: 700px;
    box-sizing: border-box;
    text-align:left;
}

.news_ttl {
	padding:5px 0 5px 20px;
	border-bottom:solid 1px #7c3f9d;
	border-left:solid 5px #7c3f9d;
}

.news_ttl h2 {
	font-size:18px;
	font-weight:normal;
	line-height:1.2em;
	color:#7c3f9d;
}

.news_date {
	font-size:10px;
}

.news_category {
	width:100px;
	margin:10px 0 30px 0;
	padding:2px 10px;
	font-size:12px;
	color:#fff;
	background-color: #7c3f9d;;
	text-align:center;
}

.news_contents p {
	margin:10px 0;
	font-size:14px;
	line-height:1.5em;
	color:#333;
}

.news_contents_footer p {
	margin:2px 0;
	font-size:12px;
	line-height:1.5em;
	color:#333;
}

.news_contents p span {
	font-weight:bold;
	font-size:1.2em;
}

.news_contents_footer {
	border-top:dotted 1px #333;
	padding:10px 0;
	margin-top:10px;
    font-size:12px;
}

#news_footer {
	width:800px;
	clear:both;
	margin:0 auto;
	padding:35px 0 55px 0;
	background-color: #a32928;
	text-align:center;
}

#news_footer #copyright {
	width:800px;
    margin:0 auto;
    text-align:center;
	float:left;
	padding-top:10px;
	padding-left:20px;
}

#news_footer #copyright ul {
    margin:0 auto;
    text-align:center;
}

#news_footer #copyright p {
	color:#fff;
}

#news_footer #copyright ul li {
	display:inline;
	color:#fff;
	vertical-align:top;
}

#news_footer #copyright ul li img {
	margin-top:-5px;
}


#news_footer p {
	font-size:12px;
	line-height:1.4em;
	font-weight:normal;
	color:#fff;
	text-align:center;
	padding:10px 0;
}

/*
.justification {
    margin-left: 5em;
    text-indent: -5em;
}
*/

.dot_line_top{
	border-top:dotted 1px #333;
	padding: 20px 0 0 0;
}

.dot_line_bottom{
	border-bottom:dotted 1px #333;
	padding: 0 0 20px 0;
}


/*------------------------------------------------------------------------------
 スマートフォン・タブレット用の記述
 -------------------------------------------------------------------------------*/
@media all and (max-width:1000px) {
    body {
        background-image: none;
        background-color: #edce84;
    }
    
    .header {
        border-bottom: none;
        background-color: #fbfbf7;
       height: 66px;
		box-shadow: 0px 0px 15px -2px #4a1308;
    }
    
    .header__wrap {
        height: 59px;
    }
    
    .header_news {
        width: 100%;
        height:100%;
    }
    
    .header__news_wrap img {
        width: 100%;
        height:100%;
        vertical-align: bottom;
        line-height: 1.0em;
    }

    .header__nav {
        display: none;    
    }
    
    .header__navsp {
        display: block;
    }
    
    .header__navsp .menubar{
        background-color: transparent;
        width: 48%;
        height: 66px;
        top: 3px;
        right: 7px;
        position: fixed;
        z-index: 99;
    }

    .menu_botan{
        width: 35px;
        height: 29px;
        position: relative;
        float: right;
        margin-top: 15px;
        margin-right: 3%;
    }
    .menu_botan span{
        width: 35px;
        height: 4px;
        border-radius: 3px;
        position: absolute;
        background-color: #713a1e;
        transition: all 0.5s ease-out;
    }
    .menu_botan span:first-child{
        top: 0;
    }
    .menu_botan span:nth-child(2){
        top: 45%;
	}
    .menu_botan span:last-child{
        bottom: 0;
    }
	.header_ttl_sp{
		display: block;
        position: relative;
        float: left;
		padding: 8px 0 0 3%;
        z-index: 9;
    }
	.header_ttl_sp img{
		width: 80%;
    }
    
    .act_menu{
        background-color: #663922;
        position: fixed;
        width: 100%;
        transition: all 0.4s ease-out;
        top: -435px;
        left:0;
        z-index: 10;
    }
    .act_menu.active{
        top: 0;
        left:0;
        width:100%;
        background-color:#fbfbf7;
    }
    .act_menu.active ul{
        margin: 60px 0 30px;
    }
    .menubar.active span:first-child{
        top: 10px;
        transform: rotate(405deg);
    }
    .menubar.active span:nth-child(2){
        opacity: 0;
    }
    .menubar.active span:last-child{
        top: 10px;
        transform: rotate(-405deg);
    }
    .act_menu li{
        list-style: none;
    }
    .act_menu li a{
        display: block;
        padding: 13px 0;
        color: #713a1e;
        text-decoration: none;
        text-align: center;	
        font-size: 17px;
    }
    
    #mv {
        padding-top:66px;
        width: 100%;
        height: auto;
    }
    #mv img {
        width: 100%;
    }
    #mv .mv__body {
        width: 100%;
		background: #edce84 url(../img/bg_container.gif) repeat left top;
    }
	
    #mv .badge_question {
        display: none;
    }
    
    #mv .mv__body .badge_date {
        top: 3.5vw;
        left: 64vw;
        width: 33%;
    }
	
    #mv .badge {
        display: none;
    }
    .concept {
        width: 100%;    
    }
    
    #mv .banner {
        position: relative;
        margin: 10px 0;
        top:0;
        right:0;
    }

    #mv .banner img {
        width: 80%;
    }

    h1 {
        margin: 0 auto;
        padding: 25px 0;
        width: 330px;
        text-align: center;
    }
    h1 img {
        width: 100%;
    }
    h2.lineup_ttl {
        margin: 0 auto;
        padding: 15px 0;
        width: 160px;
        text-align: center;
    }
    h2.lineup_ttl img {
        width: 100%;
    }
    h2.information_ttl {
        text-align:left;
        padding-top: 0;
        padding-bottom: 0;
    }
    h2.information_ttl img {
    }
/*
	.bn_area img{
	width: 100%;
	height: auto;
}
*/
    .container {
        width: 100%;
    }
    .concept__body {
        width: 100%;
    }
    .tweet_btn {
        margin:0 auto;
        padding: 10px 0 15px 0;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .information__body {
        box-sizing: border-box;
        width:97%;
        margin:0 auto;
        /* margin-top:10px; */
    }
	.bn_area {
		max-width: 100%;
        padding: 78px 0 0 0;
        background-color: #f2bb6b;
	}
    .bn_area .bn_bg{
        width: 90%;
        margin: 0 auto;
	}
	.bn_sponsor {
		max-width: 90%;
	}
    .outline {
        padding:20px 20px;
        padding-top: 62px;
		/* margin-top: 28px; */
    }
    
	.outline h3 {
		max-width: 100%;
		height: 28px;
		overflow: hidden;
	}
    
    .outline h3 img {
    	height: 31px;
    }


	.cast .outline h3 {
        padding-bottom: 4px;
        margin-bottom: 20px;
        position: relative;
        background-image: linear-gradient(to right, rgb(155, 129, 73), rgb(155, 129, 73) 2px, transparent 0px);
        background-size: 6px 2px;
        background-position: left bottom;
        background-repeat: repeat-x;
	}
	
    .goods_wrap .flex-box li h3.ttl_g {
       background-image: none;
        height: 100%;
        font-size: 20px;
    }
    
    .goods_wrap .flex-box li .figure_box img {
        width: 86%;
    }
    
    .goods_wrap .flex-box li h3.ttl_g span {
        font-size: 16px;
    }
    
    .goods_wrap .flex-box li p.btn_buy, .goods_wrap .flex-box li p.btn_buy_gray {
        width: 80%;
        padding: 15px 10px;
        font-size: 17px;
        font-weight: 600;
    }
	

	.goods_wrap .flex-box li:nth-of-type(3n) {
		margin-right: auto;
	}
	


    .outline h3::before {
        background-image: none;    
    }
	.staff_sp {
		width: 84%;
		display: block;
		padding: 2.9% 2.9%;
		margin: 4.5% auto;
		text-align: center;
		background: #f7f5e8;
	}
	.staff_sp img{
		width: 100%;
		margin: 10px 0 14px;
	}
    .outline .original {
    text-align: center;
}
    
    .cast {
        width:100%;
    }
    .cast__body {
        width:100%;
        margin:0;
        text-align:center;
    }
    .cast__body img {
        display: none;
    }
    .cast_box {
        margin:0 20px;
        display: inline-block;
        padding:10px;
        border:1px solid #ddd;
        background-color:#fff;
        color:#333;
    }
    .cast_box h2 {
        padding:10px;
        margin-bottom:10px;
        text-align: left;
        border-top:1px solid #ddd;
        border-bottom:1px solid #ddd;
        background-color:#eee;
        color:#666;
        font-size:14px;
    }
    .cast_box ul {
        line-height:160%;
        text-align: left;
        font-size: 14px;
    }
    .cast_box .cast_list {
        margin-bottom: 20px;
    }
    .cast_box ul li {
        list-style-type: none;
    }
    .cast_img {
        padding-top: 0;    
    }
	
	#mv .sale_dvd{
		display: none;
	}
	
	.box {
		display: block;
		margin:0 auto;
		margin-bottom:20px;
		padding:20px;
		padding-bottom:25px;
		border:1px solid #ddd;
		background-color:#fff;
		color:#333;
		width:80%;
		text-align: center;
	}
	
	.box h3 {
		padding: 10px;
		color: #000;
		font-size: 16px;
		text-align: center;
		line-height: 1.5em;
	}
	
	.box h3 span {
		font-size: 11px;
	}
	
	.box img {
		text-align: center;
		margin: 10px 30px 5px 30px;
		width: 80%;
	}
	
	.btn {
		background-color: #d52508;
		color: #fff;
		margin: 0 auto;
		margin-bottom: 6px;
		padding: 15px 0;
		font-weight: bold;
		text-align: center;
		font-size: 14px;
		border-radius: 6px;
		width: 90%;
	}
	.box .openBtn {
		background-color:#3a3d64;
		color: #fff;
		margin:0 auto;
		margin-bottom:5px;
		padding: 15px 0;
		font-weight:bold;
		text-align:center;
		font-size:14px;
		border-radius: 6px;
		width:90%;
	}

	.box .textArea {
		  display: none;
		  margin:0 auto;
		  padding: 15px 0;
		  width:90%;
		  color: #000;
		  font-size:14px;
		  text-align:left;
		  line-height:160%;
	}
	
	.box .textArea h4 {
		font-weight:bold;
		margin-bottom:5px;
		color:#3a3d64;
		font-size:16px;
		text-align:left;
		line-height:150%;
	}
    
    #mv .maincast01 {
		display: block;
        position: relative;
        top:0;
        right:0;
        margin: 20px 0;

    }
    #mv .maincast01 img {
        width:243px;
    }

    #mv .maincast02 {
		display: block;
        position: relative;
        top:0;
        right:0;
        margin: 20px 0;
    }
    #mv .maincast02 img {
        width:243px;
    }

    #mv .maincast03 {
		display: block;
        position: relative;
        top:0;
        right:0;
        margin: 20px 0;
    }
    #mv .maincast03 img {
        width:243px;
    }
    
    .news__body {
        box-sizing: border-box;
        width:90%;
        height:auto;
        margin: 0 auto;
        padding:10px 20px;
        padding-top: 0;    
    }
    
    .news__body h2 img {
    }
    
    .news__body h2 {
        padding-top:15px;
    }
    
    .news_inner {
        margin-bottom: 5px;
        width: 100%;
        height: 100%;
        overflow-y: visible;    
    }

    .news_inner ul {
        line-height:120%;
    }

    .news_inner ul li {
        font-size:14px;
        list-style-type: none;
    }

    .lineup__body {
        width: 100%;
        margin:0;
    }
    .lineup__body-items {
        display:flex;
        flex-wrap: nowrap;
        flex-direction: column;
        padding-top: 10px;
    }
    .lineup__body-item {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 25px 20px;
        background-color: #fff;
        color: #000;
    }
    .lineup__body-item-img {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .lineup__body-item-texts {
        display: inline-block;
    }
    .lineup__body-item-title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }
    .lineup__body-item-title span {
        font-size: 14px;
    }
    .lineup__body-item-price {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }
    .lineup__body-item-texts {
        padding-top: 15px;
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
    }
    .btn_store {
        margin:0 auto;
        margin-top: 10px;
        padding: 20px 15px;
        background-color: #a91f11;
        color: #fff;
        border-radius: 7px;
        font-size: 16px;
        font-weight: bold;
        text-align:center;
        line-height: 110%;
        width: 80%;
    }
    .btn_store span {
        display: inline-block;
        font-size: 12px;
    }
    .information {
        margin: 0 15px;
		/* padding-bottom: 20px; */
    }
    .container_news .information {
        margin: 0 15px;
        border:1px solid #f1f1e7;
    }
    .information_list {
    }
    
    .menu {
        margin: 0 15px;
    }
    .menu_list .menu_pc {
        display: none;
    }
    
    .menu_list .menu_sp {
        display: inline;
    }
    .btn_menu_gray {
        margin:0 auto;
        margin-top: 10px;
        padding: 20px 15px;
        background-color: #ccc;
        color: #fff;
        border-radius: 7px;
        font-size: 16px;
        font-weight: bold;
        text-align:center;
    }
    .btn_menu {
        margin:0 auto;
        margin-top: 10px;
        padding: 20px 15px;
        background-color: #b9a273;
        color: #fff;
        border-radius: 7px;
        font-size: 16px;
        font-weight: bold;
        text-align:center;
    }
    .btn_menu a:link {
        color: #fff;
    }

    .btn_menu a:visited {
        color: #fff;
    }

    .menu_box {
        background-color: #fff;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        padding: 8px;
    }
    .menu_box h3 {
        padding:10px;
        margin-bottom:10px;
        border-top:1px solid #ddd;
        border-bottom:1px solid #ddd;
        background-color:#eee;
        color:#666;
        font-size:14px;
        text-align: left;
        line-height: 160%;
    }
	.news {
		display: block;
		margin-bottom:20px;
		padding-top: 30px;
	}
    
    .item_box {
        margin: 0 20px;
        margin-bottom: 20px; 
        display: block;
        background-color: #fff;
        border: 1px solid #ddd;
        
    }
    
    .item_box.item1 {
        border: none;
    }

    .item_img_wrap {
        margin: 0 auto;
        width: 80%;    
    }
    
    .item_img_wrap img {
        width: 100%;    
    }
    
    .title_pc {
        display: none;
    }

    .title_sp {
        display: block;
        padding:10px;
        margin: 8px 20px 10px 20px;
        border-top:1px solid #ddd;
        border-bottom:1px solid #ddd;
        background-color:#eee;
        color:#333;
        font-size:14px;
    }
    .title_sp h2 {
        line-height: 150%;    
    }
    .title_sp p {
        margin: 5px 0;
        font-size: 12px;
        font-weight: bold;
        line-height: 150%;
    }
    
    .twitter {
        display: none;    
    }
	
	.twitter_sp {
		display: block;
		box-sizing: border-box;
		margin: 7.2% 0 10.08%;
}
    
    .spec {
        display: none;
    }
    
    .contents_box h2 {
        margin-bottom: 15px;
    }
    
    .comment {
        padding: 0 15px;
    }
    
    .comment_box {
        padding: 3px 15px 15px 15px;
        background-color: #fff;
    }
    
    .comic {
        padding: 0 15px;
    }
        
    .comic p {
        margin: 25px 0 15px 0;
        font-size: 14px;
        display: block;
    }
        
    .comic img {
        width: 100%;    
    }
    
    .question {
        background-color:transparent;
        border: none;
        padding:0;
        margin-bottom:10px;
        font-size:14px;
    }
    
    .audition {
        padding: 0 15px;
    }
    
    #btn_back {
		display: block;
		text-align: center;
    }
    
    .news_contents {
        width:100%;
    }
    
    .container.cast .outline {
        margin-top:0px;
    }
    
	.footer {
		width:100%;
		text-align:center;
		padding: 0;
		padding: 78px 0;
        background-color: #f2bb6b;
	}
	
	.footer__body {
		display:block;
		height: 50px;
		padding:0;
	}

	.copyright {
		font-size:11px;
		color:#fff;
		background-color: #121212;
		padding: 30px 0 30px 0;
	}

	.footer_menu li img {
		margin:0;
		padding-bottom:0px;
	}
	.container_news {
		width: 100%;
	}

	.footer_menu li {
		float:none;
	}

	
	/*220203*/
	
	
	
	.outline .timetable img,.outline .goods_schedule img {
	width:100%;
	}
	
	/*お礼札リスト　画像の大きさ（スマホ）*/
		.treat_list_sub_item .treat_card_img img{
			width: 37vw;
		}

		.treat_list_sub_item {
		  display: inline-block;
		  vertical-align: top;
		  width: 38vw;
		  padding-bottom: 19px;
		}
	
	/*------------------------------------------------------------------------------
	 CAST
	 -------------------------------------------------------------------------------*/

	.cast_box .ttl_cast{
		font-size:30px;	
		text-align:center;
		margin-top:10px;
		margin-bottom:40px;
	}

	.cast_list_main
	{
		text-align:center;
		margin-bottom:20px;
	}

	.cast_list_main_item,
	.cast_list_sub_item_m1 ,
	.cast_list_sub_item_m2 ,
	.cast_list_sub_item_m3 ,
	.cast_list_sub_item_m3 ,
	.cast_list_sub_item_s1 ,
	.cast_list_sub_item_s2
	{
	  display: inline-block;
	  vertical-align: top;
	  width: 100%;
	  letter-spacing: normal;
	  margin-bottom:20px;
	}
    
    .cast_list_sub_item_s3{
	  width: 50%;
	  margin-bottom:20px;
	}

    .cast_list_sub_item_s3 .cast_card.side {
	  margin-bottom: 40px;
	}
	
	.cast_list_sub_item_m3{
		display: block;
		margin: 0 auto 30px;
	}

	.cast_card {
		position: relative;
		width:100%;
	}
    
    .outline .cast_list_sub_item_s3 .name_sub {
        line-height: 130%;
    }

    .outline .cast_list_sub_item_s3 .name_sub span {
        font-weight: normal;
        display: block;
    }

	.cast_list_main_item .cast_card_img {
		position: relative;
		width:100%;
		display: none;
	}
	.cast_list_main_item .cast_card_img img,
	.cast_list_sub_item_m1 .cast_card_img img,
	.cast_list_sub_item_m2 .cast_card_img img,
	.cast_list_sub_item_m3 .cast_card_img img,
	.cast_list_sub_item_s1 .cast_card_img img,
	.cast_list_sub_item_s2 .cast_card_img img,
	.cast_list_sub_item_s3 .cast_card_img img
	{
		width:97%;
		/* display: none; */
	}
	
	
	.cast_list_main_item .cast_card_img_sp {
		position: relative;
		width:100%;
		display: block;
	}
	.cast_list_main_item .cast_card_img_sp img,
	.cast_list_sub_item_m1 .cast_card_img_sp img,
	.cast_list_sub_item_m2 .cast_card_img_sp img,
	.cast_list_sub_item_m3 .cast_card_img_sp img,
	.cast_list_sub_item_s1 .cast_card_img_sp img,
	.cast_list_sub_item_s2 .cast_card_img_sp img,
	.cast_list_sub_item_s3 .cast_card_img_sp img
	{
		width:97%;
		display: block;
	}
	
	.cast_card_img_sp{
		display: block;
	}



	.cast_box .cast_list_main_item .cast_name{
		margin-top:6px;
	}

	.cast_box .cast_list_main_item .name_sub{
		font-size:14px;
	}

	.cast_box .cast_list_main_item .name_main{
		font-size:22px;
	}

	.cast_list_sub_m1, 
	.cast_list_sub_m2, 
	.cast_list_sub_m3, 
	.cast_list_sub_s1, 
	.cast_list_sub_s2, 
	.cast_list_sub_s3{
		text-align:center;
		margin-bottom:5px;
	}
	
	.outline .cast_list_sub_item_m1 .name_main,
	.outline .cast_list_sub_item_m2 .name_main,
	.outline .cast_list_sub_item_m3 .name_main,
	.outline .cast_list_sub_item_s1 .name_main,
	.outline .cast_list_sub_item_s2 .name_main,
	.outline .cast_list_sub_item_s3 .name_main
	{
	line-height: 74%;
}

	.cast_box .cast_list_sub_item_m1 .cast_name,
	.cast_box .cast_list_sub_item_m2 .cast_name,
	.cast_box .cast_list_sub_item_m3 .cast_name,
	.cast_box .cast_list_sub_item_s1 .cast_name,
	.cast_box .cast_list_sub_item_s2 .cast_name,
	.cast_box .cast_list_sub_item_s3 .cast_name
	{
		margin-top:6px;
	}

	.outline .cast_box .cast_list_sub_item_m1 .name_sub,
	.outline .cast_box .cast_list_sub_item_m2 .name_sub,
	.outline .cast_box .cast_list_sub_item_m3 .name_sub,
	.outline .cast_box .cast_list_sub_item_s1 .name_sub,
	.outline .cast_box .cast_list_sub_item_s2 .name_sub,
	.outline .cast_box .cast_list_sub_item_s3 .name_sub
	{
		font-size:13px;
	}

	.cast_box .cast_list_sub_item_m1 .name_main,
	.cast_box .cast_list_sub_item_m2 .name_main,
	.cast_box .cast_list_sub_item_m3 .name_main,
	.cast_box .cast_list_sub_item_s1 .name_main,
	.cast_box .cast_list_sub_item_s2 .name_main,
	.cast_box .cast_list_sub_item_s3 .name_main
	.cast_box .cast_list_sub_item .name_main{
		font-size:18px;
	}
    
    
    
	/*------------------------------------------------------------------------------
	 GOODS
	 -------------------------------------------------------------------------------*/
    
    .outline p.atd_price {
        width: 90%;
    }
    
    .goods_wrap .flex-box {
        flex-direction: column;
    }
    
    .goods_wrap .flex-box li {
        margin: 0 auto;
        width: 96%;
        margin-bottom: 30px;
    }
    
    .cast .outline .goods_wrap .flex-box li .txt_box h3.ttl_g {
       background-image: none;
    }
	
    
	.badge_new img{
		width: 70%;
	}

	
	.outline p {
		margin-bottom:8px;
		font-size:14px;
		line-height:160%;
		word-break: break-all;
	}
	
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}

	.bn_area ul li{
		flex-basis: 250px;
	}

}

/*------------------------------------------------------------------------------
 スマートフォン・タブレット用の記述
 -------------------------------------------------------------------------------*/
@media all and (max-width:414px) {
	
	.bn_area {
		padding: 51px 0 0;
		margin: 0 auto;
	}
	.badge_new img{
		width: 50%;
	}

	.bn_area ul{
		list-style: none;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		align-items: center;
	}

	.bn_area ul li{
		text-align: center;
		flex-basis: 100%;
		margin-top: 10px;
	}
    
	.bn_sponsor {
		padding: 0 0 5px 0;
		margin: 0 auto;
	}

	.bn_sponsor ul{
		list-style: none;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		align-items: center;
	}

	.bn_sponsor ul li{
		text-align: center;
		flex-basis: 100%;
		margin-top: 3px;
		margin-bottom: 8px;
	}
    .display_sp {
        display: block;
    }
	
	.new-line_sp{
		display: block;
	}
	
    .footer {
        padding: 78px 0 78px 0;
    }
	
}