
/*====================================================
     //id contents
====================================================*/
#contents {
	background: #000;
	color: #f3d9c0;
	font-family: 'Lato', 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", "YuGothic Medium", "游ゴシック体 Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.0rem;
	position: relative;
}
#contents section {
	position: relative;
}
#contents .innerBox {
	/* padding-right: 1.5vw; */
}

figure {
	width: 100%;
	height: 100%;
}
big, .big {
    font-size: 1.2em;
}
small, .small {
    font-size: .8em;
}

@font-face {
	font-family: 'times';
	src: url('timr65w.woff');
}
.f-times {
	font-family: 'times';
}
@font-face {
	font-family: 'papyrus';
	src: url('PAPYRUS.woff') format('woff'),
			 url('PAPYRUS.woff2') format('woff2');
}
.f-papyrus {
	font-family: 'papyrus';
}
.f-serif {
	font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", "YuMincho Medium", "游明朝体 Medium", "Hiragino Mincho ProN", "MS PMincho", serif;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#contents .innerBox {
	}
	.f-grd {
		background: linear-gradient(to right,#f3d9c0 25% ,#ed82b1 80%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
	.f-grd {
		background: linear-gradient(to bottom,#f3d9c0 25% ,#ed82b1 80%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	.f-grd {
		background: linear-gradient(to right,#f3d9c0 25% ,#ed82b1 80%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

}

@media screen and (min-width:1280px) {
	#contents .innerBox {
		padding-right: 0;
	}
}


/*====================================================
     //id title
====================================================*/
#title {
	background: #120300;
}
#title .deco_en {
	margin: auto;
	position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
	width: 4vw;
	height: calc(100% - 200px);
	z-index: 10;
}
#title .bgBox {
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
}
#title .bgBox img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
		max-width: none;
	height: 100%;
		max-height: none;
}
#title .bgBox figcaption {
	font-size: 10px;
	opacity: .6;
	position: absolute;
		bottom: 10px;
		right: 10px;
}
#title .innerBox {
	flex-direction: column;
	padding-top: 30px;
}
#title .title_sub {
	color: #e6b482;
	font-weight: bold;
	line-height: 1.1;
}
#title .title_sub .box-inner {
	display: inline-block;
	font-weight: bold;
	margin: 40px 40px 0;
	position: relative;
	padding: 0 0 10px;
}
#title .title_sub .box-inner:before,
#title .title_sub .box-inner:after {
	content: '';
	margin: auto;
	position: absolute;
}
#title .title_sub .box-inner:before {
	background: url('../img/mv_deco.png') no-repeat center bottom / contain;
	bottom: 100%;
	left: -40px;
	width: calc(100% + 80px);
	height: 50px;
}
#title .title_sub .box-inner:after {
	border: solid;
	border-color: #e94730 transparent #fff6ea;
	border-width: 2px 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
#title .txtBox .box-inner {
	align-items: center;
	flex-direction: column;
}
#title h2 {
	font-weight: bold;
}
#title h2 .space {
	padding: .15em;
}
#title .dateBox {
	font-weight: bold;
	letter-spacing: .02em;
	line-height: 1.3;
}
#title .dateBox big {
	font-size: 1.6em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#title {
		height: calc(100vh - 75px);
			max-height: 180vw;
	}
	#title .deco_en {
		padding-bottom: 40vw;
		width: 6vw;
		height: calc(100% - 100px);
	}
	#title .innerBox {
		margin-bottom: 40vw;
		padding-top: 20px;
		position: unset;
		height: 130vw;
	}
	#title .bgBox {
		height: calc(100% - 40vw);
	}
	#title .bgBox figure img {
	}
	#title .txtBox  {
		height: 100%;
	}
	#title .txtBox .box-inner {
		width: 100%;
		height: 100%;
	}
	#title .txtBox .h2Box {
		display: flex;
			align-items: center;
			justify-content: flex-end;
		flex: 1;
		position: relative;
		width: 100%;
		z-index: 1;
	}
	#title .title_sub {
		position: relative;
	}
	#title .title_sub p {
		font-size: 3.0vw;
	}
	#title .title_sub .box-inner {
		margin: 6vw 5vw 0;
		font-size: 4vw;
	}
	#title .title_sub .box-inner:before {
		left: -5vw;
		width: calc(100% + 10vw);
		height: 6vw;
	}
	#title h2 {
		line-height: 1.3;
		margin-right: 4vw;
		-ms-writing-mode: tb-rl;
				writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
						text-orientation: upright;
	}
	#title h2 .main {
		font-size: 15vw;
	}
	#title h2 .sub {
		font-size: 5.8vw;
		margin-top: 2.5em;
	}
	#title .dateBox {
		background: #120300;
		font-size: 35px;
		padding: 4vw 8vw;
		position: absolute;
			bottom: 0;
			left: 0;
		width: 100%;
		height: 40vw
	}
}

@media screen and (max-width:580px) {
	#title .deco_en {
		padding-bottom: 40vw;
		width: 7vw;
		height: calc(100% - 100px);
	}
	#title .innerBox {
		margin-bottom: 40vw;
		padding-top: 20px;
		position: unset;
		height: 130vw;
	}
	#title .bgBox {
		height: calc(100% - 40vw);
	}
	#title .bgBox figure img {
	}
	#title .txtBox  {
		height: 100%;
	}
	#title .txtBox .box-inner {
		width: 100%;
		height: 100%;
	}
	#title .txtBox .h2Box {
		display: flex;
			align-items: center;
			justify-content: flex-end;
		flex: 1;
		position: relative;
		width: 100%;
		z-index: 1;
	}
	#title .title_sub {
		position: relative;
	}
	#title .title_sub p {
		font-size: 3.5vw;
	}
	#title .title_sub .box-inner {
		margin: 6vw 5vw 0;
		font-size: 4.5vw;
	}
	#title .title_sub .box-inner:before {
		left: -5vw;
		width: calc(100% + 10vw);
		height: 6vw;
	}
	#title h2 {
		margin-right: 7vw;
		/* line-height: 1.3;
		-ms-writing-mode: tb-rl;
				writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
						text-orientation: upright; */
	}
	#title h2 .main {
		font-size: 15vw;
	}
	#title h2 .sub {
		font-size: 6vw;
		margin-top: 2.0em;
	}
	#title .dateBox {
		font-size: 6.5vw;
		padding: 4vw 8vw;
		height: 40vw
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#title .innerBox {
		height: 78vw;
	}
	#title .bgBox figure {
		margin: 0 0 0 auto;
		width: 85%;
		height: 100%;
	}
	#title .bgBox figure img {
		-o-object-position: left;
		   object-position: left;
	}
	#title .title_sub p {
		font-size: 18px;
	}
	#title .title_sub .box-inner {
		font-size: 30px;
	}
	#title .txtBox {
		align-items: center;
		justify-content: flex-start;
		height: 100%;
	}
	#title .title_sub .box-inner {
		font-size: 30px;
	}
	#title h2 {
		line-height: 1.3;
	}
	#title h2 .main {
		font-size: 11.2vw;
	}
	#title h2 .sub {
		font-size: 4.7vw;
	}
	#title .dateBox {
		font-size: 3.4vw;
		margin-top: 40px;
	}
}


/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#title .innerBox {
		height: 120vw;
	}
	#title .bgBox {
		left: -50%;
		width: 150%;
	}
	#title .bgBox figure img {
		-o-object-position: top right;
		   object-position: top right;
	}
	#title .txtBox .box-inner {
		width: 100%;
		height: 100%;
	}
	#title .txtBox .h2Box {
		display: flex;
			align-items: center;
			justify-content: flex-end;
		flex: 1;
		width: 100%;
	}
	#title .title_sub p {
		font-size: 2.5vw;
	}
	#title .title_sub .box-inner {
		font-size: 4vw;
	}
	#title h2 {
		margin-right: 4vw;
		-ms-writing-mode: tb-rl;
				writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
						text-orientation: upright;
	}
	#title h2 .main {
		font-size: 13.5vw;
	}
	#title h2 .sub {
		font-size: 5vw;
		margin-top: 2.5em;
	}
	#title .dateBox {
		font-size: 5.0vw;
		padding: 0 15vw 0 0;
		text-shadow: 0 0 10px #260e0a, 0 0 10px #260e0a, 0 0 10px #260e0a, 0 0 10px #260e0a, 0 0 10px #260e0a, 0 0 10px #260e0a, 0 0 10px #260e0a, 0 0 10px #260e0a, 0 0 8px #260e0a, 0 0 8px #260e0a;
	}
}

@media screen and (min-width:1280px) {
	#title .innerBox {
		max-width: 1300px;
		height: 70vw;
	}
	#title .bgBox figure {
		width: 80%;
	}
	#title h2 .main {
		font-size: 150px;
	}
	#title h2 .sub {
		font-size: 60px;
	}
	#title .dateBox {
		font-size: 45px;
		height:
	}
}

@media screen and (min-width:1620px) {
	#title .innerBox {
		height: 1100px;
	}
	#title .bgBox figure {
		width: 70%;
	}
	#title .bgBox figure img {
		-o-object-position: right;
		   object-position: right;
	}
	#title h2 .main {
		font-size: 170px;
	}
	#title h2 .sub {
		font-size: 70px;
	}
	#title .dateBox {
		font-size: 50px;
	}
}
@media screen and (min-width:1920px) {
	#title .innerBox {
		/* height: 1280px; */
	}
	#title .bgBox figure {
		width: 65%;
	}
}

/*====================================================
////id program
====================================================*/
#program .headBox {
	font-weight: bold;
}
#program .headBox p {
	font-style: italic;
	letter-spacing: .1em;
}
#program .itemBox {
	margin-top: 15px;
	width: 100%;
}
#program .nameBox {
	align-items: center;
	justify-content: center;
}
/* #program .nameBox .txtBox {
	flex: 1;
} */
#program .item {
	padding: 15px;
	flex: 1;
}
#program .item .imgBox figure {
	border-radius: 100%;
	overflow: hidden;
}
#program .item .program_title {
	margin-top: 20px;
}
#program .item .program_title li:before {
	background: url('../img/musicnote.png') no-repeat center / contain;
	content: '';
	margin: auto;
	position: absolute;
		top: .2em;
		left: 0;
	width: 1em;
	height: 1em;
}
#program .attentionBox {
	font-size: 12px;
	margin-top: 15px;
	opacity: .5;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#program .headBox h3 {
		font-size: 36px;
	}
	#program .headBox p {
		font-size: 30px;
	}
	#program .itemBox {
		flex-direction: column;
	}
	#program .item .imgBox {
		margin-right: 15px;
		width: 100px;
	}
	#program .item h4 {
		font-size: 26px;
	}
	#program .item .program_title {
		font-size: 1.1em;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#program .headBox h3 {
		font-size: 40px;
	}
	#program .headBox p {
		font-size: 30px;
	}
	#program .item .imgBox {
		margin-right: 15px;
		width: 150px;
	}
	#program .item h4 {
		font-size: 26px;
	}
	#program .item .program_title {
		font-size: 1.2em;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#program .itemBox {
		flex-direction: column;
	}
}

@media screen and (min-width:1280px) {
	#program .headBox h3 {
		font-size: 46px;
	}
}


/*====================================================
     //id information
====================================================*/
#information {
	background: #20120c;
	color: #fcecdc;
	/* color: #f9e2cd; */
}
#information .innerBox {
	padding-top: 0;
}
#information .howtoBox:before {
    transform: rotate(180deg);
}
#information h4 {
	color: #120300;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 20px 0;
	position: relative;
	z-index: 10;
}
#information h4:before {
	background: linear-gradient(to bottom,#f3d9c0 25% ,#ed82b1 80%);
	background: #f3d9c0;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		left: -4vw;
	width: 100vw;
	height: 100%;
	z-index: -1;
}
#information dl.ticket-inner {
	padding: .5em 1.5%;
	border-bottom: dotted 1px;
	border-color: #5e5144;
	flex-wrap: wrap;
}
#information dd.flexBox {
	align-items: center;
	justify-content: flex-start;
}
#information .saleMark {
	position: relative;
	width: 1.5em;
	height: 1.5em;
	align-items: center;
	text-align: center;
	line-height: 1.0;
/*	border: solid 1px;*/
	margin-right: .5em;
}
#information .saleMark.sale {
	background: url(../img/saleMark-sale.png) no-repeat;
	background-size: contain;
	filter: brightness(1.1);
}
#information .saleMark.smallstock {
	background: url(../img/saleMark-smallstock.png) no-repeat;
	background-size: contain;
}
#information .saleMark.soldout {
	background: url(../img/saleMark-soldout.png) no-repeat;
	background-size: contain;
}

#information .saleMark span {
	flex: 1;
	font-size: 1.0rem;
	padding-top: .2em;
}
#information dl.ticket-inner dt {
	color: #fff5ec;
	font-weight: bold;
}
#information dl.ticket-inner dd.attention {
	line-height: 1.4;
}
#information .ticketInfo {
	justify-content: flex-start;
	align-items: center;
	margin: .5em 1.5%;
	flex-wrap: wrap;
}
#information .ticketInfo ul {
	font-size: .75rem;
	margin: .5em 0;
	align-items: center;
	justify-content: flex-start;
}
#information .ticketInfo ul li {
	margin-right: 1.2em;
}
#information .ticketInfo ul li img {
	height: 1.2em;
	width: auto;
	display: inline-block;
	vertical-align: text-top
}
#information .ticketInfo .markList {
	font-size: .7rem;
	width: 100%;
}
#information .memberInfo {
	font-size: .9rem;
	line-height: 1.4;
	margin: 2em 1.5% 0;
}
#information .memberInfo dt {
	border: none;
	background: #e6b482;
	color: #120b07;
	font-size: 1.0rem;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: .4em;
}
#information .memberInfo dd {
}
#information a {
	color: #f9e2cd;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#information h4 {
		font-size: 1.5rem;
	}
	#information dl.ticket-inner {
		padding: .5em 3%;
		justify-content: flex-start;
	}
	#information dl.ticket-inner dt {
		width: 100%;
		font-size: 1.2rem;
		margin-left: -2%
	}
	#information dl.ticket-inner dd {
		width: 48%;
		min-width: 150px;
	}
	#information dl.ticket-inner dd.attention {
		width: 100%;
		margin-top: .5em;
		font-size: .8rem;
	}
	#information .ticketInfo ul {
		flex-wrap: wrap;
	}
}

@media screen and (min-width:480px) and (max-width:769px) {
	#information dl.ticket-inner dd {
		width: 200px;
		font-size: 1.2rem;
	}
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
	#information h4 {
		font-size: 2.4rem;
	}
	#information dl.ticket-inner {
		align-items: center;
		justify-content: flex-start;
	}
	#information dl.ticket-inner dt {
		width: 220px;
		font-size: 1.2rem;
	}
	#information dl.ticket-inner dd {
		width: 210px;
		font-size: 1.3rem;
	}
	#information dl.ticket-inner dd.attention {
		font-size: .8rem;
		flex: 1;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#information dl.ticket-inner dd {
		flex: 1;
	}
	#information dl.ticket-inner dd.attention {
		width: 100%;
		flex: auto;
		padding-top: .5em;
		padding-left: 220px;
	}
	#information .ticketInfo {
		display: block;
	}
}


@media screen and (min-width:1280px) {
	#information h4:before {
		left: calc((50vw - 600px) * -1);
	}
	#information dl.ticket-inner dd.attention {
		width: auto;
		padding-left: 0;
		flex: 1;
	}

}



/*====================================================
     //class .howtoBox
====================================================*/
.howtoBox .detailBox {
	padding: 0 1.5%;
}
.howtoBox .addDetail h3 {
	display: inline-block;
	font-weight: bold;
    background: -prefix-linear-gradient(#fff 30%, #fbffa2 45%, #fbffa2 85%, #fff);
    background: linear-gradient(#fff 40%, #fbffa2 50%, #fbffa2 80%, #fff 90%);
    padding: 0 0.3em;
}
.howtoBox .detailBox {
	color: #fff5ec;
}
.howtoBox .detailBox .date {
	margin-left: .5em;
	font-weight: bold;
	font-size: 1.5em;
}
.howtoBox .detailBox .seatAssign {
	margin: 1em 0;
}
.howtoBox .detailBox .seatAssign dl {
	margin: .5em 0;
	font-size: .95rem;
}
.howtoBox .detailBox .seatAssign dl dt {
	background: #e6b482;
	color: #120a07;
	font-weight: bold;
	line-height: 1;
	padding: .3em .8em;
}
.howtoBox .detailBox .seatAssign dl dd {
	margin-left: 1em;
	line-height: 1.3;
/*	font-size: .9rem;*/
}
.howtoBox .linkBox .link-inner {
	background: rgba(255, 255, 255, .1);
	border: solid 2px;
	border-color: #e6b482;
}
.howtoBox .linkBox .link-inner h5 {
	background: #e6b482;
	color: #120a07;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.0;
	margin: -1px;
	padding: .3em;
	text-align: center;
}
.howtoBox .linkBox .link-inner .txtBox {
	padding: 1em;
	font-size: .9rem;
}
.howtoBox .linkBox .general .txt-inner.pia {
	margin-bottom: 1.5em;
}
.howtoBox .linkBox .shop p {
	margin-bottom: .8em;
}
.howtoBox .mail dl ,
.howtoBox .post dl {
	justify-content: flex-start;
	margin: .5em;
}
.howtoBox .mail dl dt ,
.howtoBox .post dl dt {
	margin-right: .5em;
}
.howtoBox .mail dl dt .squareMark {
	border: none;
	background: #ffeccf;
	color: #120a07;
	width: 3em;
}
.howtoBox .post dl dt .squareMark {
	border: none;
	background: #ffeccf;
	width: 4em;
	text-align: center;
}
.howtoBox .post dl dd {
	font-size: 1.0rem;
}
.howtoBox .linkBox .linkBtn {
	margin: .5em auto;

}
.howtoBox .howtoAttention {
	font-size: .75rem;
	width: 90%;
	margin: .5em auto;
}
.howtoBox .ticketEnd {
	font-weight: bold;
	color: #9b0032;
	text-align: center;
	line-height: 1.3;
	margin-top: 1.5em;
}
.howtoBox .addticket_release {
	font-weight: bold;
	text-align: center;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.howtoBox .addDetail h3 {
		font-size: 1.3rem;
	}
	.howtoBox .detailBox .seatAssign dl {
		display: block;
		margin-bottom: 1em;
	}
	.howtoBox .detailBox .seatAssign dl dt {
		display: inline-block;
		margin-bottom: .2em;
	}
	.howtoBox .addDetail .seatAssign dl dd {
		font-size: 1.15rem;
		margin-left: .5em
	}
	.howtoBox .linkBox {
		display: block;
	}
	.howtoBox .linkBox .link-inner h5 {
		font-size: 1.1rem;
	}
	.howtoBox .linkBox .link-inner iframe {
		height: 230px;
	}
	.howtoBox .addticket .link-inner iframe {
		height: 150px;
	}
	.howtoBox .ticketEnd {
		font-size: 1.2rem;
	}
	.howtoBox .addticket_release {
		font-size: 1.2rem;
	}
}

@media screen and (min-width:560px) and (max-width:769px) {
	.howtoBox .linkBox .link-inner iframe {
		height: 180px;
	}
	.howtoBox .addticket .link-inner iframe {
		height: 110px;
	}
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
	.howtoBox .addDetail h3 {
		font-size: 1.5rem;
	}
	.howtoBox .detailBox .seatAssign dl {
		justify-content: flex-start;
		align-items: stretch;
	}
	.howtoBox .detailBox .seatAssign dl dt {
		width: 130px;
		justify-content: center;
		align-items: center;
	}
	.howtoBox .addDetail .seatAssign dl dt {
		width: 160px;
	}
	.howtoBox .detailBox .seatAssign dl dt span {
		display: block;
	}
	.howtoBox .detailBox .seatAssign dl dd {
		width: calc(100% - 130px);
		padding: .3em 0;
	}
	.howtoBox .addDetail .seatAssign dl dd {
		width: calc(100% - 160px);
		font-size: 1.2rem;
		padding: .1em 0;
		margin-left: .5em;
	}
	.howtoBox .linkBox .link-inner {
/*		width: 49.5%;*/
		flex: 1;
		margin: 5px .5%;
	}
	.howtoBox .linkBox .link-inner h5 {
		font-size: 1.4rem;
	}
	.howtoBox .linkBox .link-inner iframe {
		height: 230px;
	}
	.howtoBox .addticket .link-inner iframe {
		height: 120px;
	}
	.howtoBox .ticketEnd {
		font-size: 1.5rem;
	}
	.howtoBox .addticket_release {
		font-size: 1.4rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	.howtoBox .addticket .link-inner iframe {
		height: 150px;
	}
}

@media screen and (min-width:1160px) {
	.howtoBox .linkBox .link-inner iframe {
		height: 180px;
	}
	.howtoBox .addticket .link-inner iframe {
		height: 110px;
	}
}



/*====================================================
     //class .login
====================================================*/
.login {
	margin: 0;
	font-size: .9rem;
	overflow: hidden;
}
.login * {
	box-sizing: border-box;
}
.login p {
	color: #f9e2cd;
	margin: 0 ;
	line-height: 1.6;
}
.login .att {
	color: #f9e2cd;
	font-size: .8rem;
}
#login {
}
#login input[type="password"] {
	padding: .5em .5em;
	width: 50% !important;
	max-width: 240px;
}
#login input[type="submit"] {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
    color: #9b0032;
    background: #fff;
    border: solid 2px;
    border-color:#9b0032;
    line-height: 1.3;
    padding: .2em 1em ;
    border-radius: 100px;
    transition: 0.2s ease-in-out;
    font-size: 1.0rem;
    text-align: center;
	position: relative;
	margin: .5em;
}
#login input[type="submit"]:hover {
	background: #9b0032;
	color: #fff;
}
.login #member_link .txt-inner.pia {
	margin-bottom: 1.5em;
}
.login #member_link .linkBtn {
	margin: .5em auto;
}
.markerLine {
    background: -prefix-linear-gradient(#fff 20%, #ffcfdf 45%, #ffcfdf 85%, #fff);
    background: linear-gradient(#fff 40%, #ffcfdf 40%, #ffcfdf 1000%, #fff 90%);
    padding: 0 0.2em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (min-width:480px) and (max-width:769px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}


/*====================================================
     //class .venueBox
====================================================*/
.venueBox {}
.venueBox .venue-inner {
	padding: 0 1.5%;
}
.venueBox dl dt {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: .3em;
}
.venueBox dl dd {
	margin: .3em 0;
}
.venueBox dl dd.link {
	font-size: .8rem;
	margin-bottom: 1em;
}
.venueBox dl dd.link a {
}
.venueBox .gmnoprint {
	display: none;
}
.map {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 300px;
}
.map iframe {
	position: absolute;
	width: calc(100% + 720px);
	height: 100%;
	top: 0;
	left: -360px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.venueBox .flexBox {
		display: block;
	}
	.map .axgmap, .iframe_outer {
		height: 240px;
		margin-bottom: 1em;
	}
	.venueBox .imgBox {
		height: 300px;
	}
	.map {
		margin-bottom: 1em;
	}
}

@media screen and (min-width:480px) and (max-width:769px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
	.venueBox .txtBox {
		width: 54%;
	}
	.venueBox .imgBox {
		width: 44%;
	}
	.map .axgmap, .iframe_outer {
		height: 300px;
	}
}

@media screen and (min-width:960px) {
	.venueBox .txtBox.flexBox {
		display: block;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	.venueBox .venue-inner {
		display: block;
	}
	.venueBox .txtBox {
		width: 100%;
		margin-bottom: 1em;
	}
	.venueBox .map {
		width: 50%;
	}
	.map .axgmap, .iframe_outer {
		height: 200px;
	}
	.venueBox .imgBox {
		width: 100%;
		height: 300px;
	}
}

/*====================================================
////id messageBox
====================================================*/
.messageBox .txtBox {
	background: rgba(255, 255, 255, .1);
	/* color: #e6b482; */
	padding: 20px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.messageBox .txtBox h5 {
		font-size: 1.3em;
	}
}

@media screen and (max-width:500px) {
	.messageBox .txtBox h5 {
		font-size: 5vw;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.messageBox .txtBox h5 {
		font-size: 1.4em;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
     //id profile
====================================================*/
#profile {
	background: #fff;
	background: url(../img/profile_bg.png) no-repeat center;
	background-size: cover;
/*	color: #000;*/
}
/*
#profile:after {
    position: absolute;
    content: '';
    width: 160vw;
    height: 3px;
    bottom: 0;
    left: -30vw;
    background-image: linear-gradient(-135deg, #e3f6ff 20%, #4390d8 70%, #e3f6ff 90%);
}
*/
#profile .h3Box {
    text-align: center;
}
#profile h3 {
	line-height: 1.0;
	font-style: italic;
    display: inline-block;
	padding: .2em;
	font-weight: bold;
}
#profile .profile-inner {
	padding: 40px 0;
	border-bottom: dotted 1px #5e5144;
}
#profile .profile-inner:last-child {
	border-bottom: none;
}
#profile dt {
	font-weight: bold;
}
#profile dt .kana {
    font-size: .6em;
}
#profile .position {
	font-size: .8em;
	margin-right: 1em;
}
#profile .imgBox figure {
	overflow: hidden;
}
#profile .imgBox img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
	width: 100%;
	height: 100%;
}
#profile .imgBox figcaption {
    position: absolute;
    color: #fff;
    bottom: .5em;
    right: 3%;
    line-height: 1;
    font-size: .5rem;
    opacity: .3;
}

#profile dl dd.profileTxt {
	font-size: .8rem;
}
#profile dl dd.profileTxt p {
    margin-bottom: .8em;
}
#profile dl dd.profileTxt .addItem {
    margin: .8em 0;
}
#profile dl dd.profileTxt .addItem .h4Box h4 {
    border: none;
    background: #e6b482;
    padding: .3em .6em;
    line-height: 1;
    color: #fff;
}
#profile dl dd.officialSite {
	margin-top: .8em;
	font-size: .76rem;
}
#profile dl dd.officialSite a {
	color: #f3d9c0;
}
#profile .interview .linkBtn {
	margin-bottom: 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#profile h3 {
		font-size: 2.2rem;
	}
	#profile dt {
		text-align: center;
		font-size: 1.3rem;
		line-height: 1.2;
	}
	#profile .name {
		display: inline-block;
	}
	#profile .imgBox {
		margin: 1em auto;
		width: 80%;
		max-width: 300px;
	}
    #profile .addItem .detail {
        padding: .5em .8em;
    }
	#profile .interview {
		display: block;
	}
	#profile .interview figure {
		width: 70%;
		max-width: 300px;
		margin: auto;
	}
	#profile .interview .txtBox {
		width: 100%;
		margin-top: 1em
	}
}

@media screen and (min-width:480px) and (max-width:769px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
	#profile h3 {
		font-size: 2.6rem;
	}
	#profile dl {
		position: relative;
		padding: 15px 0 15px 35%;
		height: auto;
		/* min-height: 500px; */
	}
	#profile dl dt {
		font-size: 1.4rem;
		margin-bottom: .5em;
	}
	#profile dl dd.imgBox {
		position: absolute;
		top: 0;
		left: 0;
		width: 33.4%;
		height: 100%;
	}
  #profile dl dd.profileTxt .addItem {
      position: relative;
      padding-left: 11em;
  }
  #profile dl dd.profileTxt .addItem .h4Box {
      position: absolute;
      top: 0;
      left: 0;
      width: 10em;
      text-align: center;
  }
	#profile .interview figure {
		width: 32%;
	}
	#profile .interview .txtBox {
		width: 65%;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#profile .interview {
		display: block;
	}
	#profile .interview figure {
		width: 50%;
		margin: auto;
	}
	#profile .interview .txtBox {
		width: 100%;
		margin-top: 1em
	}
}



/*====================================================
     //id inq
====================================================*/
#inq {
	background: #f3d9c0;
	color: #000;
	position: relative;
}
#inq h5 {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: .5em;
}
#inq .linkBox {
	text-align: center;
}
#inq .linkBtn {
	margin: .5em auto;
}
#inq .tel_link {
	font-size: 1.6rem;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#inq dl {
		display: block;
		text-align: center;
		margin-bottom: 1em;
	}
	#inq dt {
		font-size: 1.4rem;
		margin: 0 .5em;
	}
}

@media screen and (min-width:480px) and (max-width:769px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
	#inq .innerBox {
	}
	#inq h5 {
		font-size: 1.6rem;
	}
	#inq dl {
		justify-content: center;
		align-items: center;
	}
	#inq dt {
		font-size: 1.4rem;
		margin: 0 .5em;
	}
	#inq dd {
		margin: 0 .5em;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}



/*====================================================
     //id snsBox
====================================================*/
#snsBox.flexBox {
    justify-content: center;
    flex-wrap: wrap;
	align-items: center;
}
#snsBox .snsBtn {
    margin: 0 8px;
	align-items: center;
}
#snsBox .fb-like {
    margin: 8px 0 0;
}
#snsBox .twitter-btn {
    margin-left: 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 579px) {
    #snsBox.flexBox {
        max-width: 300px;
    }
    #snsBox .snsBtn {
        margin-bottom: 6px;
    }
}

@media screen and (min-width:580px) and (max-width:769px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
/*    #snsBox .fb-like {*/
        margin-top: -2px;
    }

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}




/*====================================================
     //id notice
====================================================*/
#title h3 .notice {
    display: block;
    margin-top: .5em;
    color: #9b0032;
    letter-spacing: 0;
    font-size: 1.2em;
}
.mainColor {
    color: #9b0032;
}
#notice {
    border-bottom: solid 3px;
    border-color: #d5eeff;
}
#notice .innerBox {
    max-width: 700px;
    margin: 20px auto;
}
#notice p {
    margin-bottom: 1.2em;
}
#notice .txtBox p:first-letter {
    margin-left: 1em;
}
#notice p:last-child {
    margin-bottom: 0;
}
#notice .borderBox {
    margin: 1.5em 0;
    border: solid 1px;
    border-color: #e6b482;
    padding: 10px 15px;
}
#notice .borderBox h4 {
    background: #e6b482;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: -10px -15px;
    margin-bottom: 13px;
    font-size: 1.2em;
    padding: .3em;
}
#notice dl {
    justify-content: flex-start;
    margin: 1em 0;
    border: solid 2px;
}
#notice dl:first-of-type {
    margin-bottom: 26px;
    position: relative;
}
#notice dl:first-of-type:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 15px 18px 0 18px;
    border-top-color: #9b0032;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    margin: auto;
}
#notice dt {
    width: 6em;
    text-align: center;
    border-right: solid 1px;
}
#notice dd {
    padding: .5em .8em;
}
#notice .nameBox {
    text-align: right;
    margin-top: 1.5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
    #title .notice .dash {
        display: none;
    }
    #notice dl {
        flex-direction: column;
        text-align: center;
    }
    #notice dt {
        width: 100%;
        border-right: none;
        border-bottom: solid 1px;
        padding:  .2em;
    }
}

@media screen and (min-width:480px) and (max-width:769px) {

}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
    #title h3 .notice {
        font-size: 1.1em;
    }
}

/*====================================================

====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (min-width:480px) and (max-width:769px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}
}
