<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, input, textarea, p, blockquote, pre, table th, td,button, address {
padding: 0;
margin: 0;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1.6;
text-decoration: none;
font-size: 18px;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
word-wrap: break-word;
vertical-align: top;
font-feature-settings: "palt";
}
* {
	box-sizing: border-box;
}
ul,dl {
	list-style: none
}
img {
    pointer-events: none;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
    -webkit-touch-callout:none;
}

/* COMMON */
.right {
	text-align: right
}
.center{
	text-align: center
}

.fc_pink {
	color: #ff2185
}
.fs16 {
	font-size: 16px;
}
.fs14 {
	font-size: 14px
}
.fs13 {
	font-size: 13px
}
.fs12 {
	font-size: 12px
}
.cap {
	padding-right: 5%;
}
.frame {
	background: rgb(203 230 238 / 54%)
}

a:link,
a:visited {
	color: #006ab5;
}
a:hover,
a:active {
	color:#738aba;
	text-decoration: underline;
}
a:hover img {
    opacity: 0.7
}

table {
    border-collapse: collapse;
    width: 100%;
    border: #ffffff solid 1px;
    margin: 30px 0;
    table-layout: fixed;
}
table th,
table td{
    color: #282828;;
    vertical-align: middle;
    padding: 10px;
    background: #ffffff;
    border: #ffffff solid 1px;
}
table th {
    font-weight: normal;
    text-align: center
}

table.table01 {
    border: none
}
table.table01 th,
table.table01 td {
    color: #3366cc;
    font-size: 26px;
    padding: 15px 30px;
    border: none;
}
table.table01 td span.def {
	color: #282828;
}
table.table01.arrow {
    position: relative;
}
table.table01.arrow:before {
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: -76px;
    position: absolute;
    background: url("../../images/arrow.png") no-repeat top center;
	background-size: 45px 52px;
    height: 52px;
    width: 45px;
}
table.table01 tr.border {
    border-bottom: #cbc8c3 solid 1px;
}
table.table02 thead th {
    background: #6699cc
}
table.table02 th {
    background: #6699cc
}
table.table02 th,
table.table02 td {
	color: #282828;
    padding: 15px 20px;
    text-align: center;
    border: 1px solid #2d5378
}
table.table02 th.net {
    background: #efc3d0
}
table.table02 td.net {
    background: #ffefef
}
table.table02 th.default {
    background: #cdcdcd
}
table.table02 td.default {
    background: #eaeaea
}
table.table02 td.net,
table.table02 td.default {
	color: #282828;
}
/* PAGE TOP */
#page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
	background: url("../../images/img_top.png") no-repeat;
	height: 78px;
	width: 78px;
    cursor: pointer;
    z-index: 9999;
	opacity: 0.8
}

* html #page-top {
    text-align: right;
}

/* HEADER */
header {
    background: url("../../images/bg.jpg") repeat-x center top #264986;
}
header h1 a {
    display: block;
    height: 100%;
}
header h1 span,
header p.txt_header span {
    display: none
}
header .sns {
    display: flex;
}

header .sns li img {
    width: 100%
}
header .sns li a {
    display: block
}
/*header .poster {
		text-align: center;
}*/
header .poster a {
	display: inline-block;
	margin-bottom: -20px
	/*height: 100%;
	width: 100%;*/
}
header .poster {
    color: #ffffff;
    font-weight: bold;
	font-size: 26px;
	text-align: center;
}
header .poster span {
	font-size: 18px
}
header .poster img {
	margin-bottom: -20px;
}
/*header .poster:before {
	content: '';
    position: absolute;
	background: url("../../images/arrow02.png") no-repeat;
    width: 20px;
    height: 18px;
	bottom: -25px;
    left: 49%;
}
*/
header p.detail {
    color: #1f3063;
}

/* INFO */
.info {
    background: url("../../images/bg02.jpg") repeat-x center top #3e85b7;
    background-size: contain;
    color: #1f3063;
    overflow: hidden;
}
.info_box {
	background: #ffffff;
	position: relative;
	z-index: 2;
	border: 1px solid #b27e23;
	padding: 5px;
}
.info_box.no-margin {
	margin-bottom: 0
}
.info_box .info_inner {
	border: 1px solid #b27e23;
	/*padding: 20px 40px;*/
}
.info_box .title {
	color: #af4340;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	line-height: 1.2em;
}
	.info_box .title span {
		font-size: 18px;
	}

.dl_info {
    border-bottom: 1px dashed #b38127;
}

.btn_area {
    text-align: center;
}
.btn {
    text-align: center;
}
.btn a {
	background: #ce9c4f;
	background: -moz-linear-gradient(left,  #ce9c4f 0%, #fff6d7 50%, #ce9c4f 100%);
	background: -webkit-linear-gradient(left,  #ce9c4f 0%,#fff6d7 50%,#ce9c4f 100%);
	background: linear-gradient(to right,  #ce9c4f 0%,#fff6d7 50%,#ce9c4f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1a41b', endColorstr='#d1a41b',GradientType=1 );
	border: 1px solid #f7e9be;
    border-radius: 5px;
    color: #222222
}
.btn a:hover {
    background: #ce9c4f;
    color: #FFFFFF;
}
ul.btn_half {
	margin-top: 10px;
}
ul.btn_half li {
	display: inline-block;
	text-align: center;
}
ul.btn_half li a {
	display: block;
	padding: 6px 10px;
	border: 1px solid #c7bcd7;
    background: #e3dbef;
    border-radius: 5px;
    color: #222222;
	text-decoration: none;
	/*width: 100%;*/
}
ul.btn_half li a:hover {
	background: #e3d0b2;
	border: #cbb086 solid 1px;
}
.off {
	background: #c2c2c2;
    border-radius: 5px;
    color: #ffffff;
	padding: 15px;
}
/* W CHANCE */
.present {
    background: url("../../images/bg03.jpg") repeat center top #fff3f6;
    overflow: hidden;
}
.present_box {
	position: relative;
	border-left: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
	z-index: 2;
	margin: 41px 0 52px 0
}

.present_box dt {
	color: #006ab5;
	font-weight: bold;
    padding: 20px 0 10px 0;
}
.present_box dd {
	line-height: 1.8em
}
.present_info {
    color: #1f3063;;
}
.diamond {
	color: #b074b4
}
/* MERIT */
.merit {
	background: url("../../images/bg04.jpg") repeat-x center top #0a3063;
	background-size: contain;
    overflow: hidden;
	color: #ffffff;
}
h2.kashikiri span,
h2.present span,
h2.merit span {
    display: none
}
.box_merit {
    background: #ffffff;
	border: 4px solid #6699cc;
	color: #0d0d0d;
}
.box_merit dt {
    border-bottom: 4px solid #6699cc
}
.box_merit h4:first-child {
    margin-top: 0;
}
.box_merit h4 {
    font-weight: bold;
    position: relative;
    margin-top: 30px;
}
.box_merit h4:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 26px;
    top: 0;
    left: -20px;
    background: #6699cc;
    transform: rotate(38deg);
}
.no-border {
    border-bottom: none;
}
.end-sales {
    margin-top: 20px;
    background: #efefef;
    padding: 10px;
}
/* FOOTER */
footer {
    background: #000000;
    overflow: hidden
}
footer a {
    display: block
}
.fin {
	font-size: 16px;
    color: #3e3e3e;
    font-weight: bold;
    background: #d1d1d1;
    padding: 6px 15px;
    text-align: center;
}
@media screen and (min-width: 749px) {
/* PC用のスタイル記述 =========================================================================== */
    
    .sp_only {
        display: none;
    }
    .fs_large {
        font-size: 26px;
    }
    .fs_medium {
        font-size: 22px
    }
	.cap {
		font-size: 14px
	}
	.frame {
		padding: 40px
	}
    /* HEADER */
    header {
        background-size: contain;
		overflow: hidden
    }
    header .inner {
        width: 1000px;
        margin: 0 auto 100px auto
    }
    header .sns {
        width: 122px;
        margin: 30px auto;
        justify-content: space-between;
    }
    header p.txt_header {
        background: url("../../images/header01.png") no-repeat center top;
        width: 1000px;
        height: 150px;
        margin-top: 50px;
    }

	header .poster {
		/*display: inline-block;
		margin-right: 30px;
		width: calc((100% / 3) - 30px);*/
	}

	/*header .poster:last-child {
		margin-right: 0;
	}*/
	
	header .poster img:hover {
		opacity: 0.8
	}
	/*header .poster {
		font-size: 26px;
		font-weight: bold;
		text-align: center;
	}*/
	header p.detail {
		font-size: 22px;
		margin-bottom: 60px;
        width: 1000px;
	}
	header .sns li {
        height: 34px;
        width: 34px;
    }
/*background*/
	header {
		background-attachment: fixed
	}

	.info {
		background-attachment: fixed
	}

	.present {
		background-attachment: fixed
	}

	.merit {
		background-attachment: fixed
	}
    /* INFO */
	.info {
		padding: 100px 0;
	}
	.info .img img {
		width: 40%;
	}
	.info_box {
		margin-bottom: 40px;
	}
	.info_box:before {
		content: '';
		position: absolute;
		background: url(../../images/frame_top.gif) no-repeat top 1px left 1px;
		width: 987px;
		height: 140px;
		z-index: -1;
}
	.info_box .info_inner {
	padding: 20px 40px;
}
    .inner {
        width: 1000px;
        margin: 0 auto;
    }
	
    .dl_info {
    	padding: 20px 0;
    }
    .dl_info dt,
    .dl_info2 dt {
        font-weight: bold
    }
    .dl_info dt {
        float: left;
        width: 238px;
    }
    .dl_info dd {
        overflow: hidden;
    }
	.dl_info span.ttl {
		font-size: 30px;
	}
	.dl_info span.credits {
		font-size: 11px;
		display: block;
	}
	.dl_cast dt {
		float: left;
		width: 50%;
		font-weight: normal
	}

	.dl_cast dd {
        overflow: hidden;
    }
    .float {
        overflow: hidden;
    }
    .dl_info2 dt {
        float: none;
        width: 275px;
    }
    .dl_info2 dd {
        overflow: hidden;
        margin-top: 20px;
        text-align: center;
    }
    .seats li {
        display: inline-block;
        margin-right: 70px;
        text-align: center;
    }
    .seats li:last-child {
        margin-right: 0
    }
    .btn_area {
        margin-top: 60px;
    }
    .btn_area .txt_info {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .btn,
	.btn2 {
        font-weight: bold;
        margin: 0 auto;
        padding: 20px;
    }
	.btn {
		width: 600px;
		font-size: 22px;
	}
	.btn2 {
		 width: 400px;
		font-size: 18px;
	}
	/*.btn:first-child {
		margin-bottom: 50px;
	}*/
    .btn a {
        text-decoration: none;
        padding: 20px;
        margin: -20px;
        display: block;
    }
    .btn_area .txt_info2 {
        margin-top: 20px;
    }
	ul.btn_half li {
		margin-right: 10px;
	    width: 300px;
}
	.off {
		width: 600px;
        font-size: 22px;
        font-weight: bold;
        padding: 20px;
	}
	.koen {
		font-size: 16px;
		margin: 20px 0 10px 0
	}
	/* KASHIKIRI */
	h2.kashikiri {
        background: url("../../images/header02.png") no-repeat top center;
        width: 1000px;
        height: 230px;
        margin: 0 auto 50px auto;
    }

	/* W CHANCE */
	.present_box .inner {
		padding: 0 40px 50px 40px
	}
	.present {
		padding: 100px 0
	}
	h2.present {
        background: url("../../images/header03.png") no-repeat top center;
        width: 1000px;
        height: 250px;
        margin-bottom: 80px;
    }
	.present_box:before {
		content: '';
		position: absolute;
		background: url(../../images/frame02_top.png) no-repeat top left;
		width: 1000px;
		height: 42px;
		margin-top: -41px;
}
	.present_box:after {
		content: '';
		position: absolute;
		background: url(../../images/frame02_bottom.png) no-repeat bottom left;
		width: 1000px;
		height: 42px;
		/*margin-top: -52px;*/
		margin-top: -2px;
}
	.present_box dt {
		font-size: 24px;
	}
    /* MERIT */
    .merit .inner {
        margin: 100px auto;
    }
	.txt_merit {
		margin-bottom: 50px;
	}
	.txt_merit .txt {
		font-size: 22px;
    	margin-bottom: 20px;
	}
	.merit .small {
		font-size: 16px
	}
    h2.merit {
        background: url("../../images/txt_merit01.png") no-repeat top center;
        width: 1000px;
        height: 127px;
        margin: 0 auto;
    }
    h3.ttl_merit {
        margin-top: 60px;
        margin-bottom: 100px;
        font-size: 30px;
        text-align: center;
        position: relative;
    }
	h3.ttl_merit.merit02 {
		margin-bottom: 150px
	}
    h3.ttl_merit.merit01,
    h3.ttl_merit.merit02,
    h3.ttl_merit.merit03 {
        width: 1000px;
		height: 115px;
		font-weight: bold;
    	padding-top: 130px;
    }
    h3.ttl_merit.merit01:after,
	h3.ttl_merit.merit03:after {
        content: "";
        background: #6699cc;
        width: 100px;
        height:3px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -70px;
        margin: auto;
    }
    h3.ttl_merit.merit01 {
        background: url("../../images/merit01.png") no-repeat top center;
    }
    h3.ttl_merit.merit02 {
        background: url("../../images/merit02.png") no-repeat top center;
    }
    h3.ttl_merit.merit03 {
        background: url("../../images/merit03.png") no-repeat top center;
    }
    .table01 {
        margin-bottom: 100px
    }
    .table01 .fs_small {
        font-size: 18px
    }
    .table01 th {
        width: 12%
    }
    .table01 td {
        width: 100%
    }
	table.table01 td span.def {
    	font-size: 22px;
	}
    .table_last {
        margin-bottom: 100px;
    }
    .table_last .table01 {
        margin-bottom: 30px;
    }
    .box_merit dt {
        font-weight: bold;
    }
    .box_merit dt {
        padding: 20px 30px
    }
    .box_merit dd {
        padding: 20px 30px 20px 60px;
		font-feature-settings: normal;
    }
    .bnrArea li {
        display: inline-block
    }
	.end-sales {
		font-size: 20px;
	}
	footer .inner {
        width: 1000px;
        margin: 50px auto;
	}
}

@media screen and (max-width: 750px) {
/* SP用のスタイル記述 =========================================================================== */
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, input, textarea, p, blockquote, pre, table th, td,button, address {
        font-size: 14px;
    }
    .pc_only {
        display: none;
    }
    .fs_large,
    .fs_medium {
        font-size: 16px
    }
    .fs_small {
        font-size: 12px
    }
	.cap {
		font-size: 12px;
	}
	img {
		width: 100%
	}
	.frame {
		padding: 20px
	}
	/*background*/

	.info {
		background-size: auto
	}

	.merit {
		background-size: auto
	}
    /* HEADER */
	header {
		background-size: 250%;
}
    header .inner {
        margin: 0 auto
    }
    header .sns {
        margin: 20px auto 0 auto;
        justify-content: center;
    }
    header .sns li {
        margin: 0 10px;
    }
    header .sns li img {
        width: 27px;
        height: 27px;
    }
    header p.txt_header {
        background: url("../../images/sp/header01.png") no-repeat center top;
        background-size: 100% auto;
        padding-top: 40%
    }
	header .poster {
		margin-bottom: 20px;
    	line-height: 1.2em;
	}
	header .poster img {
		width: 100%;
	}
	header p.detail {
		margin: 20px 0;
		font-size: 16px;
	}
	
	/*INFO*/
	.info .img img {
		width: 65%;
	}
	.info_box:before {
		content: '';
		position: absolute;
		background: url("../../images/sp/frame_top_sp.gif") no-repeat top 1px left 1px;
		background-size: 100%;
		width: 98%;
		height: 142px;
		z-index: -1;
}
	.info_box .info_inner {
	padding: 10px 20px;
}

    .inner {
        padding: 20px 15px;
    }
	.dl_info span.ttl {
		font-size: 22px;
		font-weight: bold
	}
	.dl_info span.credits {
		font-size: 8px;
		display: block;
	}
    .dl_info:first-of-type {
        padding-top: 20px
    }
    .dl_info,
    .dl_info2 {
        padding: 15px 0;
    }
    .dl_info dt {
        margin-bottom: 8px
    }
    .dl_info dt,
    .dl_info2 dt {
        font-weight: bold;
        font-size: 15px;
    }
    .dl_info2 .float {
        overflow: hidden
    }

	.dl_cast dt {
		font-weight: bold;
		margin: 0;
		line-height: 1.2em;
	}
	.dl_cast dd {
		margin-bottom: 8px;
	}
	
    .seats {
        text-align: center
    }
    .seats li {
        margin-top: 10px;
        font-weight: bold;
    }
    .seats li img {
        width: 50%
    }
    .btn_area {
        margin-top: 20px
    }
    .btn_area .txt_info {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .btn_area .txt_info2 {
        margin-top: 10px;
    }
	.btn a {
        display: block;
        font-size: 16px;
        text-decoration: none;
        padding: 15px;
		font-weight: bold
    }
	ul.btn_half li {
		margin-bottom: 10px;
		width: 100%
	}
	ul.btn_half li a {
		/*width: 100%;*/
	}
	.koen {
		font-size: 12px;
		margin: 10px 0 0 0
	}
/* KASHIKIRI */
	h2.kashikiri {
        background: url("../../images/sp/header02.png") no-repeat top center;
        background-size: 100% auto;
        padding-top: 47%
    }
	
/* W CHANCE */
	.present_box .inner {
		padding: 0 20px 10px 20px
	}
	.present_box .img {
		padding: 20px 20px 0 20px;
	}
	h2.present {
        background: url("../../images/sp/header03.png") no-repeat top center;
		background-size: 100% auto;
		padding-top: 42%;
    }
	.present_box:before {
		content: '';
		position: absolute;
		background: url(../../images/sp/frame02_top_sp.png) no-repeat top center;
		background-size: 100%;
		top: -15px;
		width: 100%;
		padding-top: 27px;
}
	.present_box:after {
		content: '';
		position: absolute;
		background: url(../../images/sp/frame02_bottom_sp.png) no-repeat bottom left;
		background-size: 100%;
		bottom: -15px;
		width: 100%;
		padding-top: 27px;
	}
	.present_box dt {
		font-size: 18px;
	}
/* MERIT */
	.txt_merit {
		margin-bottom: 30px;
	}
	.txt_merit .txt {
		font-size: 16px;
    	margin-bottom: 1em;
	}
	.merit .small {
		font-size: 11px
	}
    h2.merit {
        background: url("../../images/sp/txt_merit01.png") no-repeat top center;
        background-size: 100% auto;
        padding-top: 26%
    }
    h3.ttl_merit {
        text-align: center;
        position: relative;
        margin-top: 100px;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    h3.ttl_merit.merit01,
    h3.ttl_merit.merit02,
    h3.ttl_merit.merit03 {
        position: relative
    }
    h3.ttl_merit.merit01:before,
    h3.ttl_merit.merit02:before,
    h3.ttl_merit.merit03:before {
        content: "";
        position: absolute;
        width: 110%;
		margin-top: 10%;
		top: -73px;
		left: -15px;
		right: 0;
		margin: auto;
		padding-top: 70px;
    }
    h3.ttl_merit.merit01:after,
    h3.ttl_merit.merit03:after {
        content: "";
        background: #6699cc;
        width: 60px;
        height:3px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        margin: auto;
    }
    h3.ttl_merit.merit01:before {
        background: url("../../images/sp/merit01.png") no-repeat top center;
        background-size: 100%;
    }
    h3.ttl_merit.merit02:before {
        background: url("../../images/sp/merit02.png") no-repeat top center;
        background-size: 100%;
    }
    h3.ttl_merit.merit03:before {
        background: url("../../images/sp/merit03.png") no-repeat top center;
        background-size: 100%;
    }
    table {
        margin-top: 20px
    }
    .table01 {
        margin-bottom: 52px
    }
    .table01 .fs_small {
        font-size: 18px
    }
    table.table01 th, table.table01 td {
        font-size: 14px;
    }
    table.table01 th {
        width: 20%;
        padding: 10px
    }
    table.table01 td {
        width: 80%;
        padding: 10px
    }
    table.table01 .fs_small {
        font-size: 12px
    }
    table.table01.arrow:before {
        content: "";
        left: 0;
        right: 0;
        margin: auto;
        bottom: -47px;
        position: absolute;
        background: url("../../images/arrow.png") no-repeat top center;
        background-size: 36px 42px;
        height: 42px;
        width: 36px;
    }
    .table_last {
        margin-bottom:  30px;
    }
    .table_last .table01 {
        margin-bottom: 20px;
    }
    .box_merit dt {
        font-weight: bold;
		padding: 10px;
    }
    .box_merit {
        margin-bottom: 100px;
    }
    .box_merit dd {
        padding: 10px 10px 10px 36px
    }
    .box_merit h4 {
        font-size: 15px;
    }
    .box_merit h4:before {
		content: "";
		position: absolute;
		width: 4px;
		height: 20px;
		left: -15px;
		}
    table.table02 th, table.table02 td {
        padding: 10px;
    }
    .scroll {
        white-space: nowrap;
        overflow: auto;
    }
    .scroll::-webkit-scrollbar{　　
        height: 5px;
    }
    .scroll::-webkit-scrollbar-track{
     background: #333;
    }
    .scroll::-webkit-scrollbar-thumb {
     background: #999;
    }
    
    footer .bnrArea img {
        width: 100%;
    }
    #page-top {
        right: 0;
        bottom: 30px;
    }
    .bnrArea {
        font-size: 0
    }
    .bnrArea li.half {
        width: 49%;
        display: inline-block;
    }
    .bnrArea li.half:nth-child(even) {
        margin-right: 2%;
    }
    .bnrArea li.half:nth-child(odd) {
        margin-right: 0
    }
	.end-sales {
		display: inline-block;
		width: 100%;
	}
}

/* Float Clear Style
---------------------------------------------------- */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
	
	
	
</pre></body></html>