html,body {
	width: 100%;
	min-height: 100vh;
}
body {
	position: relative;
	background-image: url("../img/bg.jpg");
	background-size: 100% auto;
	background-color: rgba(75,64,64,1.00);
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
@media(min-width:768px) {
	body {
		font-size: 24px;
	}
}
@media(max-width:767px) {
	body {
		font-size: 3.6vw;
	}
}
/*body::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: 
		 url("../img/bg.jpg"),
		linear-gradient(270deg,rgba(199,68,59,.60) 0%,rgba(63,105,92,.60) 80%,rgba(63,105,92,.60) 100%);
	background-blend-mode: color-burn;
	background-size: 100% auto;
	z-index: 1;
}*/

article {
	overflow: hidden;
}

article > div {
	margin: 0 auto;
	padding: 15px 0 0;
	width: 100%;
	text-align: center;
}
article > div > div {
	position: relative;
	padding: min(120px, 12vw) 0;
}
article > div .box:nth-child(even) {
	background-color: rgba(0,0,0,.2);
	box-shadow: 30px 0 30px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 30px 0 30px 0 rgba(0,0,0,.2);
}


h1 {
	padding: min(60px, 12vw) 0;
}
.content_area h1 {
	padding-top: 0px;
	padding-bottom: min(120px, 12vw);
}
.catch {
	padding-bottom: min(120px, 18vw);
}
.catch span {
	display: inline-block;
}


.tab_area {
	height: 5em;
	position: relative;
	display: flex;
	align-items: center;
}
.tab_area li {
	display: flex;
	align-items: center;
	width: 100vw;
	/*overflow: hidden;*/
	position: relative;
	-webkit-transform: skewX(135deg);
	-moz-transform: skewX(135deg);
	transform: skewX(135deg);
	height: 3em;
	transition: .3s all;
	padding: 0 5em;
	cursor: pointer;
}
.tab_area li.select {
	height: 5em;
	box-shadow: 10px 0 10px 0 rgba(0,0,0,.3);
}
.tab_area li img {
	-webkit-transform: skewX(-135deg);
	-moz-transform: skewX(-135deg);
	transform: skewX(-135deg);
}
.tab_area li#tab1 {
	background-color: rgba(0,153,0,.5);
	margin-left: -50vw;
	text-align: right;
	justify-content: flex-end;
}
.tab_area li#tab2 {
	background-color: rgba(153,0,0,.5);
	margin-right: -50vw;
	text-align: left;
	justify-content: flex-start;
}
.content_area {
	padding: 0;
	margin: 5px 0 0;
	position: relative;
	overflow: hidden;
}
@media(max-width:767px) {
	.tab_area li {
		padding: 0 1.5em;
	}
	.tab_area li img {
		max-height: 4em;
	}
}





.inbox {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
article > div > div .inbox {
	padding-top: min(120px, 8vw);
}
h2 img {
	
}

.aboutbox p {
	margin-top: 1em;
}
.aboutbox p span {
	display: inline-block;
}
@media(min-width:768px) {
	.aboutbox p {
		font-size: 18px;
	}
}
@media(max-width:767px) {
	.aboutbox p {
		font-size: 2.6vw;
	}
}
.aboutbox p.section {
	font-weight: 600;
	font-size: 120%;
	letter-spacing: 0.2em;
	width: 10em;
	line-height: 1;
	padding-bottom: .5em;
	margin: 3em auto 1em;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.aboutbox p.more {
	margin-top: 4em;
}





.schedule .date {
	background-color: rgba(0,0,0,.2);
	border-radius: 100em;
	font-size: 300%;
	width: 6em;
	height: 6em;
	margin: 0 auto;
	position: relative;
}
.schedule .date > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.schedule .date > div > p {
	line-height: 1;
}
.schedule .date > div > p:nth-child(2) {
	font-size: 240%;
	margin-top: -0.1em;
	margin-bottom: 0.02em;
}
.schedule .date > div > p:nth-child(3) {
	font-size: 60%;
}
.schedule dl {
	display: flex;
	justify-content: center;
	column-gap: 2em;
}
.schedule dl > div {
	display: flex;
}
.schedule dl > div dt {
	background-color: rgba(0,0,0,.2);
	line-height: 1;
	padding: .5em 1em;
}
.schedule dl > div dd {
	line-height: 1;
	padding: .5em 1em;
}
.schedule dl {
	padding: min(60px, 4vw) 0;
}
.schedule .place {
	padding: min(60px, 4vw) 0 0;
}




.guest .guestlist p {
	font-size: min(120%, 3vw);
} 
.guest .guestlist p:nth-child(1) {
	font-size: min(160%, 5vw);
} 
@media(max-width:767px) {
	.guest .guestlist p {
		font-size: 4vw;
	} 
	.guest .guestlist p:nth-child(1) {
		font-size: 6vw;
	} 
}
.guest .guestlist p em {
	font-style: normal;
	font-size: 60%;
}
.guest .guestlist p:not(:first-child) {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: center;
	padding-top: min(60px, 4vw);
}



.ticket p:first-child {
	font-size: 300%;
	margin-bottom: 1em;
}
.ticket p:first-child span {
	font-size: 60%;
}


@media(min-width:768px) {
	p.soon {
		font-size: 24px;
	}
}
@media(max-width:767px) {
	p.soon {
		font-size: 3.6vw;
	}
}


footer .box {
	background-color: rgba(0,0,0,.8);
	padding: min(120px, 12vw) 0;
	box-shadow: 30px 0 30px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 30px 0 30px 0 rgba(0,0,0,.2);
	text-align: center;
	font-size: min(80%, 3.2vw);
}
footer p:not(:last-child) {
	margin-bottom: min(60px, 4vw);
}
a {
	color:#FFcc00;
	text-decoration: none;
}


p.attention,
span.attention,
.attention li {
	position: relative;
	padding-left: 1.2em;
}
p.attention::before,
span.attention::before,
.attention li::before {
	content: '※';
	display: inline-block;
	width: 1.2em;
	text-align: left;
	margin-left: -1.2em;
}


.font60 {
	font-size: 60%;
}


.attentionbox {
}
.attentionbox .attention {
	display: inline-block;
	margin: 3em 3em 5em;
	text-align: left;
	font-size: 60%;
}
