* {
	box-sizing: border-box;
}
img { max-width: 100%;}


body {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background-color: rgba(16,109,204,1.00);
	background-image: -webkit-linear-gradient(0deg,rgba(16,109,204,1.00) 0%,rgba(0,0,0,1.00) 50%,rgba(16,109,204,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(16,109,204,1.00) 0%,rgba(0,0,0,1.00) 50%,rgba(16,109,204,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(16,109,204,1.00) 0%,rgba(0,0,0,1.00) 50%,rgba(16,109,204,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(16,109,204,1.00) 0%,rgba(0,0,0,1.00) 50%,rgba(16,109,204,1.00) 100%);
	/*background-color: #333;
	background-image: url(../../../img_cmn/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;*/
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	position: relative;
}
a {
	color: #06C;
}
a:hover {
	color: #F39;
}
.spacer {
	height: .5em;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
@media(max-width:767px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}

}


html,body {
	width: 100%;
	min-height: 100vh;
}
#container {
	position: relative;
	min-height: 100vh;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
#right {
	min-height: 100vh;
	background-color: #fff;
}
.box {
	padding-bottom: 5em;
}
@media(max-width:767px) {
	.box:last-of-type {
		padding-bottom: 6em;
	}
}
@media(min-width:1024px) {
	.box:last-of-type {
		padding-bottom: 0;
	}
}
.catch {
	text-align: center;
}
.catch h1 {
	font-family: "BIZ UDPMincho", serif;
	line-height: 1;
	font-size: calc((100vw - (80 / 730 * 100vw * 2)) / 11);
	font-weight: 700;
	text-shadow: .1em .1em .5em rgba(255,255,255,1);
}
.catch h1 span {
	font-size: max(16px, 40%);
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	margin-bottom: .5em;
}
.catch > p:first-child {
	line-height: 1.2;
	margin-bottom: 1em;
	font-weight: 600;
}
.catch > p:first-child span {
	display: inline-block;
	background-color: #364ea0;
	color: #fff;
	line-height: 1;
}
.catch > p:last-child {
	font-size: calc((100vw - (80 / 730 * 100vw * 2)) / 16);
	margin: 1em 0;
	font-weight: 600;
	line-height: 1;
}
.catch > p:last-child span {
	display: inline-block;
}
.catch > p:last-child i {
	font-size: 160%;
	font-style: normal;
	font-weight: 800;
	letter-spacing: -.05em;
}
.catch > p:last-child em {
	letter-spacing: -.5em;
	font-style: normal;
}
.kv {
	background-image: url("../img/kv.jpg");
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 2em;
}
.lead {
	font-weight: 600;
	font-size: 120%;
	padding: 0 1em;
}
@media(max-width:767px) {
	.lead {
		font-size: 110%;
	}
}
@media(max-width:1599px) and (min-width:1024px) {
	.catch > p:first-child {
		font-size: min(28px, calc((100vw - (500 / 1600 * 100vw) - 160px) / 30));
	}
	.catch h1 {
		font-size: min(90px, calc((100vw - (500 / 1600 * 100vw) - 160px) / 10));
	}
	.catch > p:last-child {
		font-size: min(64px, calc((100vw - (500 / 1600 * 100vw) - 160px) / 14));
	}
}
@media(min-width:1600px) {
	.catch > p:first-child {
		font-size: 28px;
	}
	.catch h1 {
		font-size: 90px;
	}
	.catch > p:last-child {
		font-size: 64px;
	}
}




@media(min-width:1024px) {
	#container {
		display: flex;
		max-width: 1600px;
	}
	#left {
		height: 100vh;
		overflow: hidden;
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}
@media(min-width:1600px) {
	#left { width: 500px;}
	#right { width: 1100px; margin-left: 500px;}
}
@media(max-width:1599px) and (min-width:1024px) {
	#left { width: calc(500 / 1600 * 100%);}
	#right { width: calc(100vw - (500 / 1600 * 100vw)); margin-left: calc(500 / 1600 * 100%);}
}
@media(min-width:860px) {
	#right {
		background-image: url("../img/bg_left.png"), url("../img/bg_right.png");
		background-repeat: repeat-y;
		background-position: left top, right top;
		padding: 50px 80px;
	}
}
@media(max-width:859px) {
	#right {
		background-image: url("../img/bg_left.png"), url("../img/bg_right.png");
		background-repeat: repeat-y;
		background-position: left top, right top;
		padding: 0 50px;
	}
}
@media(max-width:767px) {
	#right {
		padding: 0 40px;
	}
}
@media(max-width:1023px) {
	#left .logo {
		position: absolute;
		top: 0;
		left: 0;
		padding: 20px calc(80 / 730 * 100vw);
		width: 100%;
		text-align: center;
	}
	#left .logo img {
		width: 100%;
		max-width: 500px;
	}
	#left #nav {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#left #nav ul {
		background-color: #1a1a1a;
		padding: 15px;
		display: flex;
		justify-content: center;
		gap: min(15px, 3vw);
		box-shadow: 5px 0 10px rgba(0,0,0,.5);
	}
	#left #nav ul li a {
		display: block;
		text-decoration: none;
		background-color: #364ea0;
		padding: 1em 1em;
		color: #fff;
		font-size: min(16px, 3vw);
		line-height: 1;
		text-align: center;
	}
	#left #nav ul li a span {
		display: inline-block;
	}
	#right {
		padding-top: min(450px, calc(450 / 600 * 100vw))
	}
	.catch p span {
		display: inline-block;
	}
}
@media(min-width:1024px) {
	#left #nav {
		width: 80%;
		margin: 0 auto;
	}
	#left #nav ul {
		padding: 2em 0 0;
		display: flex;
		flex-direction: column;
		gap: .5em;
		width: 100%;
		margin: 0 auto;
	}
	#left #nav li a {
		display: block;
		font-weight: 600;
		text-decoration: none;
		color: #fff;
		text-align: center;
		line-height: 1;
		padding: 1em 0;
		position: relative;
		transition: .3s all;
	}
	#left #nav li a:hover {
		color: #364ea0;
	}
	#left #nav li a::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-color: #364ea0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%) skewX(-30deg);
		z-index: -1;
		transition: .3s all;
	}
	#left #nav li a::after {
		content: '';
		display: block;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%) skewX(-30deg) scale(1.1);
		transition: .3s all;
		border: 1px solid #364ea0;
		opacity: 0;
	}
	#left #nav li a:hover::before {
		background-color: #00ffff;
	}
	#left #nav li a:hover::after {
		opacity: 1;
		transform: translateX(-49%) translateY(-40%) skewX(-30deg) scale(1);
	}
}
h2 {
	line-height: 1;
	font-size: 240%;
	margin-bottom: 1.5em;
	position: relative;
}
h2::after {
	content: attr(data-text)"";
	font-family: "Smooch Sans", sans-serif;
	font-optical-sizing: auto;
	color: #ccc;
	z-index: 0;
	letter-spacing: -.03em;
}
h2 span {
	background-color: #1a1a1a;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	z-index: 10;
	position: relative;
	padding: 0 .2em;
}
@media(min-width:768px) {
	h2::after {
		position: absolute;
		right: 0;
		top: -.16em;
		font-size: 400%;
		display: inline-block;
	}
}
@media(max-width:767px) {
	h2 {
		text-align: center;
		margin-bottom: 0;
	}
	h2::after {
		display: block;
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 120%;
		margin-bottom: .5em;
	}
}





#info dl dd span {
	display: inline-block;
}
#info dl dd i {
	font-style: normal;
	font-size: 160%;
}
@media(min-width:768px) {
	#info dl {
		margin: 0 1em;
	}
	#info dl dt {
		float: left;
		display: block;
		width: 11em;
		font-weight: 600;
	}
	#info dl dd {
		padding-left: 11em;
		margin-bottom: .5em;
		position: relative;
	}
	#info dl dd::before {
		content: '';
		display: block;
		width: .8em;
		height: 100%;
		position: absolute;
		top: 0;
		left: 9em;
		background-color: #eaeaea;
	}
	#info dl dt.price {
		padding: .6em 0 0;
	}
}
@media(max-width:767px) {
	#info dl dt {
		background-color: #fff;
		line-height: 1;
		padding: .2em .5em;
		font-weight: 600;
		text-align: center;
	}
	#info dl dd {
		padding: 1em 1em 1.5em;
		font-size: 110%;
		text-align: center;
	}
}






.sales {
	position: relative;
	z-index: 10;
}
.sales:not(:first-of-type) {
	margin-top: 2em;
}
.sales .index {
	font-size: min(160%, 5vw);
	font-weight: 600;
	line-height: 1;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}
.sales dl dd span {
	display: inline-block;
}
.sales.out::after {
	content: '';
	display: block;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background-color: rgba(0,0,0,.6);
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 11;
	visibility: visible;
	font-size: 100%;
	border-radius: .3em;
}

@media(min-width:768px) {
	.sales dl {
		margin: 0 1em;
	}
	.sales dl dt {
		float: left;
		display: block;
		width: 11em;
		font-weight: 600;
	}
	.sales dl dd {
		padding-left: 11em;
		margin-bottom: .5em;
		position: relative;
	}
	.sales dl dd::before {
		content: '';
		display: block;
		width: .8em;
		height: 100%;
		position: absolute;
		top: 0;
		left: 9em;
		background-color: #eaeaea;
	}
}
@media(max-width:767px) {
	.sales .index {
		text-align: center;
	}
	.sales dl dt {
		background-color: #fff;
		line-height: 1;
		padding: .2em .5em;
		font-weight: 600;
	}
	.sales dl dd {
		padding: 1em 1em 1.5em;
	}
}




#attention dt {
	font-size: 120%;
	font-weight: 600;
}
#attention dd {
	padding: 1em 0 2em .5em;
}
#attention dd > p:first-child {
	margin-bottom: 1em;
}
#attention dd .inbox {
	margin: 1em 0;
	padding: 1em 1.5em;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: .3em;
	background-color: rgba(255,255,255,.5);
}
#attention dd .inbox > p:first-child {
	font-weight: 600;
}
#attention p.last {
	text-align: center;
	font-size: 120%;
}
#attention p.last span {
	display: inline-block;
}



#contact dt {
	font-size: 120%;
	font-weight: 600;
}
@media(max-width:767px) {
	#contact dt {
		font-size: 100%;
	}
}
#contact dd {
	padding: 1em 0 2em .5em;
}
#contact dd p {
	position: relative;
	padding-left: 1em;
}
#contact dd p::before {
	font-size: 60%;
	content: '▲';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}
#contact dd a {
	display: inline-block;
}

#sitetop a {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}










#footer {
	text-align: center;
	font-size: 80%;
}









.totop {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
	opacity: .5;
	bottom: 5em;
	transition: .3s;
	z-index: 999;
}
.totop:hover {
	opacity: 1;
	color: #fff;
}
@media(min-width:730px) {
	.totop {
		right: 50px;
	}
}
@media(max-width:729px) {
	.totop {
		right: calc(50 / 730 * 100vw);
	}
}
@media(min-width:1024px) {
	.totop {
		bottom: 1.5em;
	}
}

/*.bnrlink {
	display: block;
	border-radius: .3em;
	line-height: 1;
	padding: 1em 2em;
	margin: 1em 0;
	color: #fff;
	text-decoration: none;
	transition: .3s all;
	position: relative;
	overflow: hidden;
}
.bnrlink span {
	position: relative;
	z-index: 10;
}
.bnrlink:hover {
	color: #364ea0;
}
.bnrlink::before {
	content: '〉';
	position: absolute;
	top: 50%;
	right: 1em;
	transform:  translateY(-50%);
	z-index: 10;
}
.bnrlink::after {
	content: '';
	display: block;
	width: 210%;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg,rgba(0,255,255,1.00) 0%,rgba(0,255,255,1.00) 50%,rgba(54,78,160,1.00) 50%,rgba(54,78,160,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,255,255,1.00) 0%,rgba(0,255,255,1.00) 50%,rgba(54,78,160,1.00) 50%,rgba(54,78,160,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,255,255,1.00) 0%,rgba(0,255,255,1.00) 50%,rgba(54,78,160,1.00) 50%,rgba(54,78,160,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,255,255,1.00) 0%,rgba(0,255,255,1.00) 50%,rgba(54,78,160,1.00) 50%,rgba(54,78,160,1.00) 100%);
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -110%;
	z-index: 0;
	transition: .3s all;
}
.bnrlink:hover::after {
	margin-left: 0;
}*/
.bnrlink {
	display: block;
	line-height: 1.2;
	color: #fff;
	padding: 1em 1.5em;
	/*border-radius: 1em 0;*/
	clip-path: polygon(.5em 0, 100% 0, 100% calc(100% - .5em), calc(100% - .5em) 100%, 0 100%, 0 .5em);
	position: relative;
	font-weight: 600;
	overflow: hidden;
}
.bnrlink::before {
	content: '';
	display: block;
	width: 210%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-image: -webkit-linear-gradient(0deg,rgba(244,35,5,1.00) 0%,rgba(244,35,5,1.00) 50%,rgba(16,109,204,1.00) 50%,rgba(16,109,204,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(244,35,5,1.00) 0%,rgba(244,35,5,1.00) 50%,rgba(16,109,204,1.00) 50%,rgba(16,109,204,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(244,35,5,1.00) 0%,rgba(244,35,5,1.00) 50%,rgba(16,109,204,1.00) 50%,rgba(16,109,204,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(244,35,5,1.00) 0%,rgba(244,35,5,1.00) 50%,rgba(16,109,204,1.00) 50%,rgba(16,109,204,1.00) 100%);
	z-index: -1;
	transition: .3s all;
}
@media (hover: hover) {
	.bnrlink:hover span {
		color: #fff;
	}
	.bnrlink:hover::before {
		right: -110%;
	}
}
.bnrlink::after {
	content: '';
	display: block;
	width: calc(100% - 1.5em);
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: .8em;
}
.bnrlink span {
	display: inline-block;
}
.bnrlink span.lite {
	font-weight: 300;
}



.font80 {
	font-size: 80%;
}



.ast li, .dot li {
	position: relative;
	margin-left: 1.2em;
	line-height: 1.2;
	margin-bottom: .5em;
}
.ast > li:last-child, .dot > li:last-child {
	margin-bottom: 0;
}
.ast li:not(.point_none)::before {
	content: '※';
	display: inline-block;
	width: 1.2em;
	text-align: left;
	margin-left: -1.2em;
}
.ast li.point_none {
	height: 1em;
}



.inbox {
	padding: 0 0 3em;
}

.inbox table {
	border-collapse: collapse;
}
#ticket .inbox table:last-of-type {
	margin-bottom: 1em;
}
.inbox table caption {
	text-align: left;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1em;
}
.inbox table tr {
	display: flex;
	margin-bottom: .5em;
}
#ticket .inbox table tr {
	margin-bottom: 1.5em;
}
.inbox table tr td {
	line-height: 1.1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.inbox table tr > td:first-child {
	padding: 0 1.5em 0 0em;
	text-align: right;
}
.inbox table tr > td:last-child {
	padding: 0 0 0 2em;
}
#works .inbox table tr > td:first-child {
	width: calc(50% - .5em);
}
#works .inbox table tr > td:last-child {
	width: calc(50% + .5em);
}
#ticket .inbox table tr > td:first-child {
	width: 8em;
	white-space: nowrap;
}
#ticket .inbox table tr > td:last-child {
	width: auto;
	max-width: calc(100% - 8em);
	line-height: 1.2;
}
.inbox table tr:not(.noborder) > td:last-child {
	padding: 0 0 0 1.5em;
	border-left: .5em solid #eee;
}
.inbox table tr > td span {
	display: inline-block;
}
@media(max-width:767px) {
	.inbox table caption {
		text-align: center;
	}
	#works .inbox table td {
		font-size: 80%;
	}
	.inbox table tr > td:first-child {
		padding: 0 1em 0 0em;
	}
	.inbox table tr > td:last-child {
		padding: 0 0 0 1.5em;
	}
	.inbox table tr:not(.noborder) > td:last-child {
		padding: 0 0 0 1em;
	}
	#ticket .inbox table tr {
		flex-direction: column;
	}
	#ticket .inbox table tr > td:first-child {
		width: 100%;
		max-width: 100%;
		text-align: left;
		margin-bottom: .5em;
		background-color: #eee;
		font-weight: 600;
	}
	#ticket .inbox table tr > td:last-child {
		width: 100%;
		max-width: 100%;
		padding: 0;
		border: none;
	}
}
.ticket_attention {
	padding-top: .5em
}
.ticket_attention p {
	font-size: 80%;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: 400!important;
	margin-bottom: 0!important;
}
.ticket_attention span {
	display: inline-block;
	text-indent: 0;

}
#ticket p:not(.title) {
	font-weight: 600;
	margin-bottom: 2em;
}
#ticket .inbox > p:not(.title) {
	text-align: center;
}
#ticket .inbox > p:not(.title) span {
	display: inline-block;
}
.inbox .title {
	font-weight: 800;
	font-size: 160%;
	line-height: 1;
	background-color: #eee;
	margin-bottom: 1em;
}
.inbox .title span {
	display: inline-block;
}
@media(min-width:768px) {
	.inbox .staffcast {
		display: flex;
		gap: 1em;
		justify-content: center;
	}
	.inbox .staffcast table {
		width: calc(50% - .5em);
	}
}
@media(max-width:767px) {
	.inbox .staffcast table {
		width: 100%;
	}
}
.inbox .staffcast caption span {
	display: inline-block;
	line-height: 1;
	background-color: #000;
	color: #fff;
	padding: 0;
}



.-inbox {
	padding: 2em 0 0;
}
.-inbox strong {
	display: inline-block;
	line-height: 1;
	background-color: #000;
	color: #fff;
	padding: 0;
}
.-inbox .img > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
@media(min-width:768px) {
	.-inbox .img {
		display: flex;
		gap: 10px;
	}
	.-inbox .img > div {
		width: calc(50% - 5px);
		line-height: 1;
		padding: 5px;
	}
}
@media(max-width:767px) {
	.-inbox > table:first-child {
		margin-bottom: 2em;
	}
	.-inbox .img {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.-inbox .img > div {
		line-height: 1;
		padding: 5px;
	}
}
.-inbox .img span {
	display: inline-block;
	line-height: 1;
	background-color: #000;
	color: #fff;
	padding: 0 .5em;
}
.ticketimg {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 10px;
	margin: auto;
}
.ticketimg img {
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.3);
	display: block;
}
.ticketimg:not(.animate) img {
	border-radius: 16px;
}
.ticketimg.animate img {
	width: 100%;
	max-width: 600px;
}
@media(max-width:767px) {
	.ticketimg:not(.animate) img {
		border-radius: 2vw;
	}
}
#ticket td p {
	font-weight: 400!important;
	margin-bottom: .5em!important;
}
#ticket table {
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#comment p {
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 2em;
}
#comment p:last-of-type {
	text-align: right;
	font-size: 110%;
}
#comment p:last-of-type span {
	display: inline-block;
}



