@charset "utf-8";

.wf-sawarabimincho {
    font-family: "Sawarabi Mincho", serif;
}

html, body {
    width: 100%;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'),
        url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}





body {
    color: #000;
    font-family: 'Open Sans', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
    font-size: 90%;
    line-height: 160%;

}


a {
    color: #333;
    outline: none;
    text-decoration: none;

}

a:hover {
    color: #666;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
}


/*input, select, textarea {
    padding: 5px;
	border: 1px solid #ccc;

}*/

input,
textarea {}

input[type=radio], input[type=checkbox] {
    margin: 0 5px 0 0;
    width: auto;
}

.tblank::after,
.blank::after {
    content: url(/img/common/icon_blank.png);
    margin-left: 5px;
}


.width100 {
    width: 100%;
}

.wrap {}

.block {
    display: block;
}

.onlysp {
    display: none;
}

.none {
    display: none;
}


.OpenSans {
    font-family: 'Open Sans', sans-serif;
}

.yt {
    position: relative;
    padding-top: 56.25%;
}
.yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/*ヘッダー
------------------------------------------------*/
.mainbody {
    width: 1100px;
    margin: 0 auto;
}

.header {
    padding: 0 0 20px 0;
    background: #26417A;
    color: #fff;
    margin: 0 0 20px 0;
}

.logo {
    display: inline-block;
    float: left;
    padding: 20px;
    background: #fff;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

h1 {
    font-size: 75%;
    font-weight: 400;
    padding: 0 0 5px 0;
}

.headright {
    display: inline-block;
    float: right;
    padding: 10px 0 0 0;
}

.headright dt {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 20px 0 0;
}

.headright dd {
    display: inline-block;
    vertical-align: bottom;
}

.headsearch h2 {
    font-size: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0;
}

.headsearch p {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}

.headsearch input[type=text] {
    vertical-align: middle;
    width: 275px;
    padding: 5px;
    border: none;
}

.headsearch input[type=image] {
    vertical-align: middle;

}


.menu-icon {
    display: none;
}



/*メインメニュー
------------------------------------------------*/


/*トップページ
------------------------------------------------*/
.topcatebtnwrap {
    background: #4D4D4D;
    padding: 20px 0;
    text-align: center;
    margin: 0 0 50px 0;
}

.topcatebtnwrap li {
    padding: 5px;
    display: inline-block;
}


/**information*/
.topnewswrap {
    padding: 0 0 30px 0;
}

.topnewsbox {
    display: inline-block;
    vertical-align: top;
}

.topnewsbox h2,
.topcommentwrap h2 {
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 10px;
    border-left: 3px solid #26417A;
    margin: 0 0 20px 0;
    font-size: 180%;
    font-weight: 400;
    color: #4D4D4D;
}

.topinfobox {
    max-width: 410px;
    display: inline-block;
    vertical-align: top;
}

.topinfo {
    height: 520px;
    overflow: auto;
    font-size: 95%;
}

.topinfo dl {
    padding: 0 0 20px 0;
}

.topinfo dt {
    display: inline-block;
    background: #E2E2E2;
    padding: 0px 20px;
    margin: 0 0 5px 0;

}

.toptwitterbox {

    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px;


}

.toptwitter {
    height: 520px;
    border: #404040 1px solid;
    border-radius: 5px;
    overflow: auto;
}

.topside {
    width: 325px;
    display: inline-block;
    vertical-align: top;
}

.sidetoday h2 {
    font-size: 150%;
    background: #002063;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    margin: 0 0 20px 0;
}

.sidetoday h2:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #002063 transparent;
    border-width: 10px 10px 0 0;
    bottom: -10px;
    left: 15%;
    margin-left: -10px;
}

.toptoday {
    background: #e5e8ef;
    padding: 10px;
}

.toptoday dl {
    background: #fff;
    border: 1px solid #bcbcbc;
    padding: 20px 10px;
    margin: 0 0 10px 0;
}

.toptoday dt {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin: 0 3% 10px 0;
    height: 100px;
    text-align: center;
}

.toptoday dt img {
    max-height: 100%;
}

.toptoday dd {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    line-height: 120%;
    padding: 0 0 20px 0;
}

.topdayticket {
    display: inline-block;
    background: #A92429;
    color: #fff;
    font-size: 80%;
    padding: 0 10px;
    font-weight: 800;
    margin: 0 0 3px 0;
}

.toptoday dd h3 {
    font-size: 96%;
    padding: 0 0 5px 0;
}

.toptoday dd p {
    font-size: 80%;
}

.toptoday li a {
    text-align: center;
    display: block;
    background: #e2e2e2;
    padding: 5px 0;
}

/**artist Comment*/
.topcomment {}

.topcomment dl {
    width: 31.5%;
    display: inline-block;
    vertical-align: top;
    margin: 0 .5% 20px .5%;
}

.topcomment dd {
    text-align: left;
    padding: 10px 0;
}

.movie p {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;

}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*チケット販売**/
.topticketbox {
    background: #fdeeed;
    padding: 40px;
    margin: 0 0 50px 0;
}

.topticket02 .topticketbox {
    background: #e8f8fa;
}

.topticket03 .topticketbox {
    background: #fef3e6;
}

.topticketbox h2 {
    font-size: 150%;
    background: #EA5550;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    margin: 0 0 30px 0;
}

.topticket02 .topticketbox h2 {
    background: #1BB8CE;
}

.topticket03 .topticketbox h2 {
    background: #f08300;
}

.topticketbox h2:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #EA5550 transparent;
    border-width: 10px 10px 0 0;
    bottom: -10px;
    left: 5%;
    margin-left: -10px;
}

.topticket02 .topticketbox h2:before {
    border-color: #1BB8CE transparent;
}

.topticket03 .topticketbox h2:before {
    border-color: #f08300 transparent;
}

.ticketbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;

}

.ticketbox dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    width: 31%;
    margin: 0 1% 50px 1%;
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 3px solid #EA5550;
    line-height: 130%;
}

.ticketboxwrap .ticketbox dl {
    width: 48%;
    margin-bottom: 20px;
}

/*はじめ二つ以外設定*/
.ticketboxwrap .ticketbox dl:nth-of-type(n+3) dt {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin: 0 3% 10px 0;
    height: 120px;
}

.ticketboxwrap .ticketbox dl:nth-of-type(n+3) dd {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.topticket02 .ticketbox dl {
    border-top: 3px solid #1BB8CE;
}

.topticket03 .ticketbox dl {
    border-top: 3px solid #f08300;
}

.ticketbox dt {
    height: 165px;
    padding: 0 0 20px 0;
}

.ticketbox dt img {
    max-height: 100%;
}

.ticketbox dd {
    text-align: left;
}

.taglist {
    padding: 0 0 5px 0;
}

.taglist li {
    font-weight: 800;
    font-size: 86%;
    display: inline-block;
    background: #EA5550;
    color: #fff;
    padding: 2px 5px;
    line-height: 150%;
    margin: 1px;
}

.taglist .tagadvanceinfo {
    background: #1BB8CE;
}

.taglist .tagonsale {
    background: #F08300;
}

.taglist .tagendsale {
    background: #26417A;
}

.taglist .tagsoldout {
    background: #666666;
}

.taglist .topdayticket {
    background: #A92429
}

.taglist a {
    color: #fff;
}

/*トップの移動メニュー**/
.topspnavi {
    text-align: center;
    margin: 0 0 10px 0;
    background: #eee;
    padding: 10px 0 5px 0;

    display: none;
}

.topspnavi .taglist li {
    font-size: 76%;
    padding: 5px 5px;
    line-height: 150%;
}



.ticketbox h3 {
    font-size: 110%;
    margin: 0 0 10px 0;
}

.ticketbox h4 {
    font-weight: 400;
    font-size: 100%;
    margin: 0 0 10px 0;
}

.ticketbox p {
    font-size: 80%;
    color: #666;
}

.ticketbtn {
    padding: 30px 0 0 0;
}

.ticketbtn li {
    padding: 0 0 5px 0;
}

.ticketbtn a {
    display: block;
    text-align: center;
    background: #E2E2E2;
    padding: 10px 0;
    font-weight: 800;
}

.ticketbtn .buybtn a {
    background: #00B0A0;
    color: #fff;
}

.toplistlink {
    text-align: right;
    margin: -30px 0 0 0;
}

/*トップのバナー３つ*/
.topfootbnr {
    background: #afafaf;
    text-align: center;
    padding: 20px 0;
}

.topfootbnr li {
    padding: 5px;
    display: inline-block;
    width: 28%;
}





.linkbtn01,
.linkbtn02 {
    background: #6DB7A4;
    text-align: center;
    color: #fff;
    font-size: 120%;
    text-decoration: none;
    padding: 10px 20px;
    border: 0px;
    cursor: pointer;
    margin: 0 20px 5px 20px;
    width: 30%;
}

.linkbtn02 {
    background: #ddd;
    color: #000;
}



.fixcontact {
    position: fixed;
    right: 10px;
    top: 200px;
    text-align: center;
}




/*全体レイアウト
------------------------------------------------*/
.mainwrap {
    padding: 20px 0 50px 0;
}

.main {
    width: 720px;
    float: left;
}

.side {
    width: 325px;
    float: right;
}

/*サイドメニュー***/
.sidecatemenu {
    background: #959595;
    padding: 10px 10px 5px 10px;
    margin: 20px 0;
}

.sidecatemenu li {
    padding: 0 0 5px 0;
}

.sidebnr {
    padding: 0 0 10px 0;
}

.sidebnr li {
    padding: 0 0 10px 0;
}

.sidetwitterbox h2 {
    color: #26417A;
    border-bottom: 2px solid #26417A;
    margin: 0 0 10px 0;
    font-size: 110%;
}

.sidetwitter {
    height: 360px;
    border: #404040 1px solid;
    border-radius: 5px;
    overflow: auto;
    width: 100% !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.toptwitter iframe {
    width: 740px !important;
}

.sidetwitter iframe {
    width: 308px !important;
}

/*タイトル*/
/*.maintitle01 h2{
    font-size: 150%;
    padding: 10px 10px 20px 20px;
    margin: 0 0 20px 0;
    background: url("/img/common/bg_maintitle01.png") no-repeat left bottom;
}*/
.maintitle01 h2 {
    font-size: 150%;
    padding: 10px 20px 10px 20px;
    margin: 0 0 30px 0;
    border-left: 2px solid #000;
    position: relative;

}

.maintitle01 h2:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
    display: block;
    height: 12px;
    background: url("/img/common/bg_maintitle01.png") no-repeat left bottom;
    background-size: auto 12px;
}

.maintitle02 h2 {
    font-size: 150%;
    background: #26417A;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    margin: 0 0 20px 0;
}

.maintitle02 h2::before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #26417A transparent;
    border-width: 10px 10px 0 0;
    bottom: -10px;
    left: 5%;
    margin-left: -10px;
}

.topticket01 .maintitle02 h2 {
    background: #EA5550;
}

.topticket01 .maintitle02 h2::before {
    border-color: #EA5550 transparent;
}

.topticket02 .maintitle02 h2 {
    background: #1BB8CE;
}

.topticket02 .maintitle02 h2::before {
    border-color: #1BB8CE transparent;
}

.topticket03 .maintitle02 h2 {
    background: #f08300;
}

.topticket03 .maintitle02 h2::before {
    border-color: #f08300 transparent;
}

.back_btn {
    text-align: center;
    padding-top: 20px;
}

.back_btn>a {
    display: inline-block;
    margin: auto;
    text-align: center;
    background: #26417a;
    color: #fff;
    padding: 10px 15%;
    font-weight: 800;
}

.title01 {
    border-left: 3px solid #26417A;
    padding: 0 0 0 10px;
    margin: 0 0 20px 0;
}

.list01 {
    padding: 0 10px 10px 10px;
}

.list01 li {
    list-style: disc;
    margin-left: 1.4em;
}

.line01 {
    border-bottom: 1px dotted #afafaf;
    padding: 10px 0 0 0;
    margin: 0 0 20px 0;
}

.link01 {
    background: #E2E2E2;
    display: inline-block;
    padding: 2px 10px;
}


/*****IEの表示の時、twitterTL非表示・バナー表示******/

.footbnr img[src*="/img/banners/6.jpg"] {
    display: none;
}

@media all and (-ms-high-contrast: none) {
    .topinfobox {
        max-width: 735px;
        width: 735px;
        margin-right: 25px;
    }

    .toptwitterbox {
        display: none !important;
    }

    .footbnr img[src*="twitter"] {
        display: block;
    }
}


/*フッター
------------------------------------------------*/
/*フッターの上*/
.footinfowrap {
    border-top: 1px solid #afafaf;
    padding: 50px 0 30px 0;
}

.footinfo {
    max-width: 1000px;
    margin: 0 auto;
}

.footticket {
    width: 65%;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
}

.footticket h2 {
    font-size: 150%;
    background: #666;
    color: #fff;
    position: relative;
    padding: 10px;
    margin: 0 0 30px 0;
}

.footticket h2:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #666 transparent;
    border-width: 10px 10px 0 0;
    bottom: -10px;
    left: 5%;
    margin-left: -10px;
}

.footticket dl {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.footticket dt {
    display: inline-block;
    vertical-align: middle;
    width: 13%;
    text-align: center;
}

.footticket dd {
    display: inline-block;
    vertical-align: middle;
    font-weight: 800;
    font-size: 110%;
}

.footticket dd a {
    color: #666;
}

.footbnr {
    display: inline-block;
    vertical-align: top;
}

.footbnr img {
    padding: 0 5px 10px 5px;
}

/*フッター*/
.footerwrap {
    background: #333;
    color: #fff;
    padding: 30px 0 0 0;
}

.footerwrap a {
    color: #fff;
}

.footer {
    max-width: 850px;
    margin: 0 auto 20px auto;
}

.footer dl {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.footer dt {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.footer dd {
    display: inline-block;
    vertical-align: top;
}

.footer ul {
    width: 26%;
    display: inline-block;
    vertical-align: top;
}

.footer li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.footer li:nth-of-type(n+2) {
    width: 48%;
}

.fnavi {
    text-align: center;
    padding: 0 0 20px 0;
}

.fnavi li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #FFF;
}

.fnavi li:last-child {
    border: none;
}

.copyright {
    text-align: center;
    font-size: 80%;
    padding: 10px;
    border-top: 1px solid #161a21;
}

/*コンテンツ
------------------------------------------------*/
/*公演一覧**/
.titlebox01 {
    text-align: center;
    border: 1px solid #26417A;
    padding: 10px;
    margin: 0 0 20px 0;
    box-shadow: 0px 5px 0px 0px #bdc6d7;
}

.titlebox01 dt {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.titlebox01 dt img {
    height: 35px;
}

.titlebox01 dd {
    display: inline-block;
    vertical-align: middle;
    font-weight: 800;
    font-size: 130%;
}

.eventlistbox {
    margin: 20px 0;
}

.eventlistbox h3 {
    font-size: 120%;
    border-bottom: 3px solid #4D4D4D;
    margin: 0 0 10px 0;
}

.eventlistbox dl {
    border-bottom: 1px dotted #000;
    text-align: center;
    padding: 20px 0;
}

.eventlistbox dt {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 1%;
}

.eventlistbox dd {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 1%;
}

.eventlistbox a {
    color: #EA5550;
    text-decoration: underline;
}

/*公演カレンダー**/
.calendarbox {
    padding: 30px 0;
}

.calendarbox h3 {
    font-size: 160%;
    border-bottom: 3px solid #4D4D4D;
    margin: 0 0 20px 0;
    padding: 5px 10px;
    color: #4D4D4D;
    font-family: "Arial", Gadget, sans-serif;
}

.calendarbox h3 strong {
    font-size: 130%;
}

.calendarbox table {
    width: 100%;
    border-collapse: collapse;
    color: #4D4D4D;
}

.calendarbox td,
.calendarbox th {
    padding: 15px;
    border-bottom: 1px solid #4D4D4D;
}

.calendarbox th {
    width: 15%;
    border-bottom: 3px solid #4D4D4D;
}

.calendarbox th strong {
    font-family: "Arial", Gadget, sans-serif;
    font-size: 200%;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.saturday {
    background: #e5f7fd;
}

.calendarbox .saturday td,
.calendarbox .saturday th {
    border-color: #00AFEC;
}

.calendarbox .saturday th {
    color: #00AFEC;
}

.sunday {
    background: #fdeeed;
}

.calendarbox .sunday td,
.calendarbox .sunday th {
    border-color: #EA5550;
}

.calendarbox .sunday th {
    color: #EA5550;
}


/*詳細画面**/
#detail .main a[target="_blank"] {
    text-decoration: underline;
		word-break: break-all;
}

#detail .main a[target="_blank"]::after {
    content: url(/img/common/icon_blank.png);
    margin-left: 5px;
}

#detail .main .ticketonlinebtn a[target="_blank"]::after {
    display: none;
}

.detailbox h3 {
    border-bottom: 1px solid #808080;
    padding: 5px 10px;
    margin: 0 0 20px 0;
    font-size: 140%;
}

.detailimg {
    text-align: center;
    padding: 0 0 30px 0;
}

.detailimg img {
    max-height: 400px;
}

.youtubebox {
    max-width: 340px;
    margin: 0 auto 30px auto;
}

.infobox .table01 {
    padding: 10px 0;
}

.table01 {
    margin: 0 0 30px 0;
}

.recruit_cont.table01 {
    margin: 20px auto 30px;
}

.table01 th,
.table01 td {
    padding: 2px 10px;
}

.table01 tr td:first-of-type {
    padding-left: 0;
}

.recruit_cont.table01 tr td:first-of-type {
    padding-left: 10px;
}

.table01 th {
    background: #E2E2E2;
    background: #e6e9f0;
    font-weight: 400;
}

#detail .main .table01 th {
    width: 18%;
}

#detail .main .table01 td {
    width: 25%;
}

.infobox .table04 {
    padding: 10px 0;
}

.table02 {
    margin: 0 0 30px 0;
    width: 100%;
}

.table02 th,
.table02 td {
    padding: 10px 10px;
    border: 1px solid #26417A;
}

.table02 th {
    background: #26417A;
    color: #fff;
    font-weight: 400;
	width: 30%;
}

.ticketonlinebtn {
    max-width: 325px;
    margin: auto;
}

.detailbox .ticketonlinebtn {
    margin: 0;
}

.detailbox h4 {
    color: #F08300;
    font-size: 160%;
    padding: 0 10px 30px 10px;
}

.comment01,
.comment02 {
    padding: 0 10px 20px 10px;
}

.comment01 p,
.comment02 p {
    padding: 0 0px 20px 0px;
}

.comment02 {
    color: #4D4D4D;
}

.playguidebox {
    border: 1px solid #E2E2E2;
    border-top: 3px solid #26417A;
    padding: 30px;
    margin: 0 0 30px 0;
}

.playguidebox h3 {
    display: inline-block;
    font-size: 100%;
    background: #e5e8ef;
    padding: 0 30px;
    margin: 0 0 10px 0;
}

.playguidebox li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 0 2% 20px 2%;
}

.playguidebox li strong {
    font-weight: 400;
    display: block;
    padding: 0 0 0 20px;
    background: url("/img/common/events/arrow01.png") no-repeat left 5px;
}

.playguidebox h4 {
    background: #666;
    color: #fff;
    padding: 2px 10px;
    margin: 0 0 10px 0;
}

/*会社案内*/
.company_table {
    line-height: 1.8;
}

#map th {
    text-align: left;
    padding-left: 30px;
}

#map td {
    padding: 2px 0;
}

/*インフォメーション詳細**/
.infobox {
    padding: 0 20px;
}

.infobox p {
    padding: 0 10px 10px 10px;
}

.infomation {
    padding: 0 10px;
}

.infomation p {
    padding: 0 0 1.5em 0;
}

.infomation a {
    text-decoration: underline;
}

/*サイトマップ**/
.sitemapbox h3 {
    background: #26417A;
    color: #fff;
    padding: 5px 10px 5px 0;
    font-size: 110%;
    margin: 0 0 20px 0;
}

.sitemapbox h3:first-letter {
    margin-left: -5px;
}

.sitemapbox ul {
    padding: 0 10px 30px 10px;
}

.sitemapbox li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.sitemapbox li:after {
    content: ">";
    padding: 0 0 0 10px;
}

/*サイトポリシー**/
.menseki p {
    padding-bottom: 1.5em;
}

/*お問い合わせ**/
.contactbnr {
    padding: 0 0 10px 0;
}

.contactbnr li {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 10px 1%;
}


/*有料会員**/
.member_wrap, .subscription_wrap {
    padding: 30px 0;
}

.member_txt {
    padding: 0 20px;
}

.member_txt h3 {
    font-size: 150%;
    padding-bottom: 20px;
}

.member_box {
    background: #f9f4e5;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.member_box .maintitle02 h2 {
    background: #c79000;
}

.member_box .maintitle02 h2::before {
    border-color: #c79000 transparent;
}

.privilege_cont {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 35px 15px;
    width: 49%;
}

.privilege_cont h3 {
    font-size: 150%;
    display: inline-block;
    position: relative;
}

.privilege_cont h3::before {
    content: "";
    display: inline-block;
    background: url(/img/common/member/crown.png) center center no-repeat;
    background-size: cover;
    width: 26px;
    height: 22.5px;
    position: absolute;
    right: 110%;
    top: -2px;
}

.privilege_cont dt {
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.privilege_cont dt::before,
.privilege_cont dt::after {
    content: "";
    display: block;
    border-bottom: 3px solid #c79000;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    position: absolute;
}

.privilege_cont dt::after {
    border-bottom: 3px solid #e3c77f;
    right: 0;
    left: inherit;
}

.privilege_cont .clrred {
    padding-left: 14px;
    text-indent: -14px;
}

.privilege_cont dd p.clrred:nth-of-type(2) {
    padding-top: 20px;
}

.member_box+p {
    margin-bottom: 10px;
    text-align: center;
}

.kiyaku_btn {
    text-align: center;
}

.kiyaku_btn>a {
    display: inline-block;
    padding: 5px 15%;
    border: 1px solid #c79000;
}

.subscription_wrap {
    text-align: center;
}

.subc_ttl {
    display: inline-block;
    color: #c79000;
    margin: 0 auto 20px;
    position: relative;
    padding-bottom: 10px;
}

.subc_ttl::after {
    content: "";
    width: 2em;
    height: 3px;
    background: #c79000;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

.subc_cont dt,
.subc_cont dd {
    text-align: left;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.subc_cont>dt:nth-of-type(n+2),
.subc_cont>dd:nth-of-type(n+2) {
    padding: 15px 20px;
}

.subc_cont>dt:last-of-type::after {
    display: none;
}

.subc_cont>dd:last-of-type {
    border-bottom: none;
}

.subc_cont>dt {
    width: 25%;
    position: relative;
    font-size: 110%;
    font-weight: 500;
}

.subc_cont>dt::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: #c79000;

}

.subc_cont>dd {
    width: 75%;
    border-bottom: 1px solid #c79000;
}

.subc_pay {
    padding-top: 15px;
}

.subc_pay dt {
    width: 20%;
    text-align: center;
    padding: 1px 10px;
    background: #f4e9cc;
    margin-bottom: 5px;
}

.subc_pay dd {
    width: 80%;
    padding: 1px 10px;
}

.l-space {
    letter-spacing: .5em;
    text-indent: .5em;
}

.contact_box {
    border: 1px solid #c79000;
    text-align: center;
    margin-top: 30px;
}

.contact_box dt {
    background: #c79000;
    color: #fff;
    padding: 5px 5%;
    font-size: 130%;
    font-weight: 500;
}

img[src*="telnumber.png"] {
    max-width: 310px;
    width: 90%;
    margin: auto;
}

.contact_box dd {
    padding: 20px 3%;
}

.contact_box p {
    display: inline-block;
}

/*団体・企業様向け**/
.group_txt {
    padding: 0 20px 85px;
}

.group_txt h3 {
    font-size: 150%;
    padding-bottom: 20px;
}

.group_box {
    padding-top: 40px;
}

.group_cont {
    width: 200px;
    height: auto;
    text-align: center;
    font-weight: 500;
    font-size: 104%;
}

.group_cont dd {
    padding: 10px 2% 0;
}

.group_cont dd>div {
    border: 1px solid #000;
    width: 96%;
    margin: 10px auto 0;
}

.group_cont dd>div>p {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 2px 2%;
    display: inline-block;
    height: 104%;
    background: #fff;
    margin: -3px auto;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
}

.group_form {
    padding-bottom: 95px;
}

.group_form>p {
    padding: 20px;
}

.group_form form {
    display: block;
    border: 1px solid #26417a;
    padding: 45px 25px;
}

.group_formBox dt,
.group_formBox dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: 140%;
}

.group_formBox dt {
    width: 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: .2em;
}

.group_formBox dd {
    width: 58%;
}

.group_formBox dd>* {
    width: 100%;
}

.group_formBox input {
    line-height: 1.8;
    padding: .2em;
}

.group_formBox dt::before {
    content: "";
    display: block;
    padding: 0 .5em;
    background: #ccc;
    color: #fff;
    height: 1.6em;
    width: 2em;
    text-align: center;
    margin-right: .5em;
    line-height: 160%;
    margin-top: -2px;
}

.group_formBox dt.req::before {
    content: "必須";
    background: #bd272d;
}

.group_formBox dt.any::before {
    content: "任意";
    background: #666;
}

.required {
    color: #D60000;
    display: block;
}

.error_txt {
    text-align: center;
    border: 1px solid #D60000;
    color: #D60000;
    padding: 5px 2%;
    margin-bottom: 30px;
}

.confirm_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.confirm_btn .submit_btn input {
    padding-left: 20px;
    padding-right: 20px;
}

.confirm_btn .submit_btn:first-of-type {
    margin-right: 20px;
}

@media all and (-ms-high-contrast: none) {
    .group_formBox dt::before {
        line-height: 180%;
    }
}

.group_formBox dd.d-flex>p {
    display: inline-block;
    width: auto;
    margin-right: 5%;
}

.group_formBox textarea {
    height: 12em;
    min-height: 12em;
    max-width: 387px;
    padding: .2em;
}

.group_formBox select {
    line-height: 1.1em;
    position: relative;
    padding: 1px 10px 1px;
}

.submit_btn {
    text-align: center;
}

.submit_btn input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    display: inline-block;
    background: #26417a;
    color: #fff;
    font-size: 120%;
    padding: 5px 15%;
    cursor: pointer;
}

.submit_btn input:hover {
    opacity: .8;
}

.contact_box02 dt {
    border-bottom: 1px solid #26417a;
    position: relative;
    text-align: center;
    color: #26417a;
    font-size: 150%;
    font-weight: 500;
    padding: 10px;
}

.contact_box02 dt::after {
    content: "";
    width: 20%;
    height: 3px;
    background: #26417a;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2.5px;
}

.contact_box02 dd {
    text-align: center;
    padding: 10px 5% 0;
}

.contact_box02 dd>div.tellink {
    width: 48%;
    margin-top: 20px;
}

.contact_box02 dd>div:last-of-type {
    width: 52%;
    text-align: left;
    margin-top: 20px;
    line-height: 1.4;
}

/*チケット購入**/

.ticket_txt {
    padding: 0 20px;
}

.flow_anchor {
    padding-top: 30px;
}

.flow_anchor li {
    width: 50%;
    max-width: 345px;
}

.flow_wrap {
    margin-top: 35px;
    padding: 30px 20px;
    background: #e9ecf1;
}

#flow02.flow_wrap {
    background: #e5f7f5;
}

.flow_box {
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #e2e2e2;
    margin-bottom: 60px;
    position: relative;
}

.flow_box::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 20px 0 20px;
    border-color: #26417a transparent transparent transparent;
    bottom: -46.5px;
    left: 0;
    right: 0;
    margin: auto;
}

.flow_wrap .flow_box:last-of-type {
    margin-bottom: 0;
}

.flow_wrap .flow_box:last-of-type::after {
    display: none;
}

#flow02 .flow_box::after {
    border-color: #00a984 transparent transparent transparent;
}

.flow_wrap .maintitle02 h2 {
    margin-bottom: 35px;
}

#flow02 .maintitle02 h2 {
    background: #00a984;
}

#flow02 .maintitle02 h2::before {
    border-color: #00b0a0 transparent;
}

.flow_cont>dt {
    border-bottom: 3px solid #92a0bc;
    position: relative;
    font-weight: 500;
    margin-bottom: 15px;
}

.flow_cont>dt::before {
    content: "";
    display: block;
    height: 3px;
    background: #26417a;
    width: 50px;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.flow_num {
    display: inline-block;
    color: #26417a;
    font-size: 150%;
    font-weight: bold;
    font-family: Verdana, Geneva, "sans-serif";
    padding: 0 10px;
}

.flow_num+h3 {
    display: inline-block;
    font-size: 150%;
    padding: 0 10px;
}

#flow02 .flow_cont>dt {
    border-bottom: 3px solid #7fd4c1;
}

#flow02 .flow_cont>dt::before {
    background: #00a984;
}

#flow02 .flow_num {
    color: #00a984;
}

.flow_contact {
    text-align: center;
}

.hikitori01 {
    width: 50%;
    max-width: 310px;
    margin-top: 25px;
}

.hikitori01 .clrred {
    font-weight: 500;
    padding-top: 20px;
}

.map_anchor {
    text-align: center;
    padding-top: 20px;
}

.map_anchor a {
    display: block;
    width: 80%;
    margin: auto;
    border: 1px solid #26417a;
    border-radius: 20px;
    padding: 2px 2%;
}

.flow_foot {
    margin-top: 40px;
}

.flow_foot dt {
    padding: 5px 1em;
}

.flow_foot dd {
    padding: 5px 1em;
    border-left: 1px solid #808080;
}

.webyoyaku01 {
    text-align: center;
}

.webyoyaku01 .ticketonlinebtn {
    padding: 30px 0 45px;
}

.flow_web01ttl {
    border: 1px solid #ea5550;
    padding: 5px;
    color: #ea5550;
    font-weight: 500;
    margin-bottom: 15px;
}

.flow_web01ttl:nth-of-type(2) {
    color: #f08300;
    border: 1px solid #f08300;
}

.pay_txt {
    padding-bottom: 20px;
}

.webyoyaku_ptn dl {
    width: 47%;
}

.webyoyaku_ptn .clrred {
    font-weight: 500;
    color: #ea5550;
}

.flow_web01ttl+* {
    text-align: left;
    padding: 0 5px 30px;
}

.webyoyaku01foot {
    border-top: 1px solid #808080;
    padding-top: 15px;
    text-align: left;
}

.flow_web02ttl {
    background: #00b0a0;
    color: #fff;
    font-weight: 800;
    padding: 2px 10px;
    margin-bottom: 5px;
}

.flow_web02ttl+* {
    padding: 0 5px 20px;
}

.creca_list {
    padding-bottom: 5px;
}

.creca_list+p {
    padding: 0 5px 20px;
}

.webyoyaku02 h4 {
    color: #00b0a0;
    margin-bottom: 5px;
}

.webyoyaku02 h4+dl dt {
    font-weight: 500;
}

.webyoyaku02 h4+dl dd {
    padding-bottom: 5px;
}

.hikitori02 {
    padding: 0 5px 25px;
}

.hikitori02 h3 {
    color: #00b0a0;
    font-size: 120%;
    font-weight: 500;
    background: url(/img/common/ticket/ticket03.png) no-repeat left center;
    background-size: 33px 18px;
    padding-left: 45px;
    margin-bottom: 10px;
}

.webyoyaku03 .flow_web02ttl {
    border: 1px solid #00b0b0;
    color: #00b0a0;
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.hikitori03 dt {
    font-weight: 500;
}

.hikitori03 dd {
    padding-bottom: 5px;
}

.hikitori04 {
    padding-bottom: 0;
}

.hikitori04 li {
    padding: 0 0 5px 1em;
    text-indent: -1em;
}

.hikitori04 li::before {
    content: "・";
}

.flow_box+.flow_foot {
    margin-top: 25px;
}

.flow_box+.flow_foot dt {
    width: 13%;
    min-width: 88px;
}

.flow_box+.flow_foot dd {
    width: 87%;
}

.annai {
    padding: 10px 0 0 100px;
}



/*ページャー*/
.pager {
    text-align: center;
    padding: 10px 0 0px 0;
}

.pager span,
.pager a {
    display: inline-block;
    padding: 3px 10px;
}

.pager .current {
    background: #6DB7A4;
    color: #fff;

}





/*ieのみtypekitの高さを設定*/
@media all and (-ms-high-contrast: none) {}


/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {

    .gnavi {
        display: block !important;
    }

    #sidr-menu {
        display: none;
    }


    .leftbox {
        display: inline-block;
        float: left;
        padding: 0px 10px 0px 0;
    }

    .rightbox {
        display: inline-block;
        float: right;
        padding: 0px 0 0px 10px;
    }




}





/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 768px) {}

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

    .mainbody,
    .header .mainbody {
        margin: 0 10px;
        width: auto;
    }



    /*ヘッダー
------------------------------------------------*/
    .header {
        padding: 0 0 10px 0;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

    .logo {
        padding: 10px;
    }

    .logo img {
        height: 30px;
    }

    h1 {
        display: none;
    }

    .headright {
        display: none;
    }



    .menu-icon {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        border: 1px solid #fff;
        padding: 5px;
        z-index: 10000;
        width: 40px;

    }



    /*メインビジュアル
------------------------------------------------*/
    .mainvisualwrap {
        padding-top: 80px;
    }


    /*SPメニュー
------------------------------------------------*/
    .spclose {
        text-align: right;
        padding: 20px 0 10px 0;
    }

    .spclose img {
        height: 30px;
    }

    .headsearch {
        text-align: center;
        padding: 10px 0 20px 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin: 0 0 20px 0;
    }

    .headsearch h2 {
        padding: 0 0 10px 0;
    }

    .headsearch p {
        display: block;
        vertical-align: middle;
        background: #fff;
        margin: 0 5%;
        padding: 10px;
    }

    .headsearch input[type=text] {
        vertical-align: middle;
        width: 90%;
        padding: 5px 5%;
        border: none;
    }

    .headsearch input[type=image] {
        vertical-align: middle;
        width: 10%;

    }


    .spcalendarbtn a {
        display: block;
        text-align: center;
        padding: 10px;
        border: 1px solid #fff;
        margin: 0 5% 20px 5%;
    }

    .spcalendarbtn img {
        height: 40px;
    }

    .spcatemenu h3 {
        padding: 5px 5% 10px;
    }

    .spcatemenu ul {
        padding-bottom: 20px;
    }

    .spcatemenu ul:nth-of-type(n+2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .spcatemenu li {
        padding: 0 5% 10px 5%;
    }

    .spcatemenu ul:nth-of-type(n+2) li {
        width: 50%;
        padding-right: 0;
    }

    .spcatemenu ul li.side_btn {
        width: 100%;
    }

    .spcatemenu a {
        color: #fff;
display:block;
    }

    .sidetwitter {
        width: 90% !important;
        margin: auto;
    }

    .spclose02 {
        text-align: center;
        padding-bottom: 15px;
    }

    .spclose02 a {
        color: #fff;
        font-weight: 500;
    }

    .spclose02 img {
        height: 15px;
        width: 15px;
        display: inline-block;
        margin-bottom: 4px;
        margin-right: 2px;
    }

    /*トップページ
------------------------------------------------*/
    .topcatebtnwrap {
        padding: 10px 0;
        margin: 0 0 30px 0;
    }

    .topcatebtnwrap li {
        padding: 3px;
        width: 32%;
    }


    /**information*/
    .topnewswrap {
        padding: 0 0 30px 0;
    }

    .topnewsbox {
        display: block;
    }

    .topinfobox {
        max-width: 410px;
        display: inline-block;
        vertical-align: top;
    }

    .topinfo {
        height: 300px;
        margin: 0 auto 20px auto;
        width: 90%;
    }

    .topinfo::-webkit-scrollbar {
        width: 10px;

    }

    .topinfo::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 5px;
    }

    .topinfo::-webkit-scrollbar-track-piece {
        background: #efefef;
    }


    .topinfo dl {
        padding: 0 0 10px 0;
    }

    .toptwitterbox {
        width: 100%;
        display: block;
        margin: 0 0px 0px 0;


    }

    .toptwitter {
        height: 300px;
        margin: 0 auto;
        overflow: scroll;
        width: 90% !important;
        overflow: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .toptwitter iframe,
    .sidetwitter iframe {
        width: 740px !important;
    }



    .topside {
        width: auto;
        display: block;
    }

    /**artist Comment*/
    .topcomment {
        text-align: center;
    }

    .topcomment dl {
        width: 100%;
        margin: 0 0% 20px 0%;
    }



    /*チケット販売**/
    .topticketbox {
        padding: 10px;
        margin: 0 0 30px 0;
    }

    .topticketbox h2 {
        font-size: 120%;
        margin: 0 0 20px 0;
    }

    .topticketbox h2:before {
        left: 10%;
    }



    .ticketbox dl {
        width: 48%;
        margin: 0 1% 20px 1%;
        padding: 10px;
    }

    .ticketbox dt {
        height: 100px;
        padding: 0 0 10px 0;
    }

    /*はじめ二つ以外設定*/
    .ticketboxwrap .ticketbox dl:nth-of-type(n+3) dt {
        width: auto;
        display: block;
        margin: 0 0% 10px 0;
        height: 100px;
    }

    .ticketboxwrap .ticketbox dl:nth-of-type(n+3) dd {
        width: auto;
        display: block;
    }


    .ticketbox h3 {
        font-size: 100%;
    }

    .ticketbox h4 {
        font-size: 90%;
    }

    .ticketbox p {
        font-size: 80%;
    }

    .ticketbtn {
        padding: 10px 0 0 0;
    }

    .ticketbtn a {
        font-size: 80%;
        padding: 10px;
    }

    .toplistlink {
        margin: -10px 0 0 0;
    }

    /*トップの移動メニュー**/
    .topspnavi {
        display: block;
    }

    .topfootbnr li {

        width: auto;
    }







    /*フッター
------------------------------------------------*/
    /*フッターの上*/
    .footinfowrap {
        padding: 20px 0 20px 0;
    }

    .footticket {
        width: auto;
        margin: 0 0px 10px 0;
        display: block;
    }

    .footticket h2 {
        font-size: 120%;
        background: #666;
        margin: 0 0 20px 0;
    }

    .footticket h2:before {
        left: 10%;
    }

    .footticket dl {
        width: auto;
        display: block;
        vertical-align: top;
        padding: 0 0 10px 0;
    }


    /*フッター*/
    .footerwrap {
        padding: 20px 0 0 0;
        font-size: 90%;
    }


    .footer dl {
        width: auto;
        display: block;
    }

    .footer dt {
        width: auto;
        display: block;
    }

    .footer dd {
        display: block;
        padding: 10px 0;
    }

    .footer ul {
        width: auto;
        display: block;
    }

    .footer li {
        width: 48%;
        display: inline-block;
        vertical-align: top;
    }

    .fnavi {
        text-align: center;
        padding: 10px 0 20px 0;
        border-top: 1px solid #666;
    }

    .fnavi li {
        display: inline-block;
        padding: 0 1%;
        width: 48%;
        border: none;
        text-align: left;
    }

    .fnavi li:last-child {
        border: none;
    }

    .copyright {
        text-align: center;
        font-size: 80%;
        padding: 10px;
        border-top: 1px solid #161a21;
    }




    /*全体レイアウト
------------------------------------------------*/
    .mainwrap {
        padding: 80px 0 30px 0;
    }

    .main {
        width: auto;
        float: none;
        padding: 0 0 50px 0;
    }

    .side {
        width: auto;
        float: none;
    }

    .sidetoday {
        margin: 0 0 20px 0;
    }

    .sidecatemenu {
        display: none;
    }

    .maintitle01 h2,
    .maintitle02 h2 {
        font-size: 120%;
    }

    .sidetoday h2 {
        padding: 10px 20px;
        font-size: 120%;
    }





    /*コンテンツ
------------------------------------------------*/
    /*公演一覧**/
    .titlebox01 dt {
        display: block;
        padding: 0px 10px 5px 10px;
    }

    .titlebox01 dd {
        display: inline-block;
        font-size: 120%;
    }

    .eventlistbox dt {
        width: auto;
        display: block;

    }

    .eventlistbox dd {
        width: auto;
        display: block;
    }

    /*詳細画面**/
    .table01 {
        margin: 0 0 30px 0;
    }

    .table01 th,
    .table01 td {
        padding: 5px 10px;
        display: block;
        text-align: center;
    }

    .table03 th,
    .table03 td {
        display: table-cell;
        text-align: left;
    }

    .table04 td {
        text-align: left;
        padding: 5px 0;
    }

    .table04 tr td:last-of-type {
        padding-bottom: 10px;
    }

    .detailbox h4 {
        font-size: 120%;
    }

    .detailbox .ticketonlinebtn {
        margin: auto;
    }

    .playguidebox {
        padding: 20px;
        margin: 0 0 20px 0;
    }

    .playguidebox li {
        display: block;
        width: auto;
        margin: 0 0% 10px 0%;
    }

    #detail .main .table01 th,
    #detail .main .table01 td {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .infomation {
        padding: 0;
    }

    /*サイトマップ**/
    .sitemapbox li {
        width: auto;
        display: block;
    }


    .calendarbox th strong {
        padding: 0 0px 0 0;
    }

    /*会社案内*/
    #map th {
        text-align: center;
        padding-left: 10px;
    }




    /*お問い合わせ**/
    .contactbnr li {
        width: auto;
        display: inline-block;

    }


    /*有料会員**/
    .member_txt h3,
    .privilege_cont h3,
    .subc_ttl {
        font-size: 120%;
    }

    .privilege {
        display: block;
    }

    .privilege_cont {
        width: 100%;
        margin-bottom: 20px;
    }

    .member_box+p {
        padding: 0 20px;
    }

    .subc_cont {
        display: block;
    }

    .subc_cont>dt,
    .subc_cont>dd {
        width: 100%;
    }

    .subc_cont>dd {
        border-bottom: none;
    }

    .subc_cont>dt:last-of-type::after {
        display: block;
    }

    .subc_pay dt {
        width: 35%;
        padding: 1px 1%;
    }

    .subc_pay dd {
        width: 65%;
        padding-right: 0;
    }

    .contact_box {
        margin-top: 0;
    }

    .contact_box dd {
        padding: 15px 1%;
    }

    /**団体・企業様向け**/
    .group_txt {
        padding-bottom: 20px;
    }

    .group_box {
        display: block;
    }

    .group_cont {
        width: 100%;
        padding-bottom: 30px;
    }

    .group_cont img,
    .group_cont dd>div {
        width: 80%;
    }

    .group_form {
        padding-bottom: 40px;
    }

    .group_form form {
        padding: 40px 20px;
    }

    .group_formBox,
    .contact_box02 dd {
        display: block;
    }

    .group_formBox dt,
    .group_formBox dd,
    .contact_box02 dd>div.tellink,
    .contact_box02 dd>div:last-of-type {
        width: 100%;
    }

    .group_formBox dt {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .group_formBox dt:last-of-type {
        margin-top: 0;
    }

    .group_formBox dt span {
        display: block;
        width: 79%;
    }

    .contact_box02 dt,
    .group_txt h3 {
        font-size: 120%;
    }

    /**チケットの購入**/
    .flow_anchor {
        display: block;
    }

    .flow_anchor li {
        width: 100%;
        margin-bottom: 20px;
    }

    .flow_wrap {
        padding: 20px 10px;
    }

    .flow_box {
        padding: 20px 10px;
    }

    .hikitori_box .d-flex {
        display: block;
    }

    .hikitori01 {
        width: 100%;
    }

    .hikitori01 dd {
        padding: 0 5%;
    }

    .flow_foot dt {
        padding: 5px 5%;
    }

    .flow_foot dd {
        padding: 5px 5%;
        border-left: none;
        border-top: 1px solid #808080;
    }

    .webyoyaku01 .ticketonlinebtn {
        padding-bottom: 30px;
    }

    .webyoyaku_ptn {
        display: block;
    }

    .webyoyaku_ptn dl {
        width: 100%;
        padding-bottom: 15px;
    }

    .flow_web01ttl+* {
        padding: 0 5% 30px;
    }

    .flow_num+h3 {
        font-size: 110%;
    }

    .flow_web02ttl {
        font-size: 100%;
        margin-bottom: 10px;
    }

    .flow_web02ttl+* {
        padding: 0 5% 20px;
    }

    .webyoyaku02 h4+dl dd {
        padding: 0 2% 5px;
    }

    .flow_foot {
        margin-top: 20px;
    }

    .creca_list {
        display: block;
    }

    .creca_list+p {
        padding: 0 5% 20px;
    }

    .flow_box+.flow_foot {
        display: block;
    }

    .flow_box+.flow_foot dt,
    .flow_box+.flow_foot dd {
        width: 100%;
    }

    .hikitori04 {
        padding: 0 4% 20px 2%;
    }

    .annai {
        padding: 10px 5% 0;
    }





    .onlypc {
        display: none;
    }

    .onlysp {
        display: block;
    }



    .spblock {
        display: block;
    }

    .commingsoon {
        margin: 0 auto;
        width: 40%;
        margin-bottom: 20px;
    }

    .linepc {
        display: none !important;
    }

    .linesp {
        display: block !important;
    }

    .bordersp {
        border: 2px solid #43B149;
        height: 162px;
    }

    @media screen and (max-width: 534px) {
        .bordersp {
            height: 150px;
        }
    }

    @media screen and (max-width: 524px) {
        .bordersp {
            height: 130px;
        }
    }

    .bordersp .flex {
        text-align: center;
        margin: 35px;
        margin-bottom: 20px;
    }

    @media screen and (max-width: 564px) {
        .bordersp .flex {
            margin: 30px;
        }
    }

    @media screen and (max-width: 555px) {
        .bordersp .flex {
            margin: 25px;
        }
    }

    @media screen and (max-width: 544px) {
        .bordersp .flex {
            margin: 20px;
        }
    }

    @media screen and (max-width: 534px) {
        .bordersp .flex {
            margin: 15px;
        }
    }

    @media screen and (max-width: 524px) {
        .bordersp .flex {
            margin: 10px;
        }
    }

    .bordersp .flex .musical {
        font-size: 1.4rem;
        text-align: left;
        display: inline-block;
        font-weight: bold;

    }

    @media screen and (max-width: 524px) {
        .bordersp .flex .musical {
            font-size: 1.2rem;
        }
    }

    @media screen and (max-width: 447px) {
        .bordersp .flex .musical {
            font-size: 1rem;
        }
    }

    @media screen and (max-width: 379px) {
        .bordersp .flex .musical {
            font-size: 0.8rem;


        }
    }

    .box {
        display: none;
    }

    .border .flex .musical {
        text-align: center !important;
    }

    .border .flex {
        margin-bottom: 20px !important;
    }


    .box {
        display: block !important;
        margin: auto;
        width: 185px;
        height: 35px;
        background: #43B149;
    }

    .box .white {
        text-align: center;
        height: 31px;
        padding: 5px !important;
    }

    .box .white a {
        color: white;
        text-decoration: underline;
        text-decoration-color: white;
    }

    .box .white img {
        margin: 5px;
    }
	
	.table02 td,
	.table02 th {
		display: block;
		width: 100%;
	}

}

.linepc {
    display: block;
}

.linesp {
    display: none;
}

.borderpc {
    border: 2px solid #43B149;
    height: 162px;
    display: flex;
}

.borderpc .flex {
    text-align: center;
    margin: 35px;
}

.borderpc .flex .musical {
    font-size: 1.4rem;
    text-align: left;
    display: inline-block;
    font-weight: bold;

}

.borderpc .flex .register {
    font-size: 1.45rem;
    color: #43B149;
    text-align: left;
    padding-top: 10px;
}

.borderpc .flex .register img {
    margin: 5px;
}

.borderpc .square {
    margin: 10px;
}

.borderpc .square p .qrchord {
    max-width: 130px !important;
    height: 130px;
}