body {
	background: rgb(33, 56, 70);
}
main {
	position: relative;
	margin: auto;
	width: 100%;
	min-width: 320px;
	max-width: 900px;
	font-size: 16px;
	
	box-shadow: 0 0 15px 1px rgb(50, 50, 50);
}
article {
	position: relative;
	margin: auto;
	font-size: 4.6875vw;
	line-height: 1;
	color: rgb(175, 175, 175);
	transition: all .5s;
}
aside {
	font-size: 4.444444vw;
}
h1 {
	position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
h2 {
	font-size: 126.6667%;
	line-height: 1;
	color: rgb(201, 164, 109);
}
img {
	width: 100%;
}
.sec {
	position: relative;
}
.article-bg {
	position: relative;
	z-index: 0;
}
.sec-1-1 {
	position: absolute;
	top: 9em;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.sec-1-1 > div:nth-of-type(1) {
	position: relative;
}
.dr-1 {
	margin-left: 6.5625%;
	width: 41.25%;
}
.sec-1-1 > div:nth-of-type(2) {
	position: relative;
	padding-left: 1em;
	width: 9.6667em;
}
.sec-1-1 > div:nth-of-type(2) > span {	
	color: rgb(201, 164, 109);
	display: block;
}
.sec-1-1 > div:nth-of-type(2) > span:nth-of-type(1) {
	font-size: 106.6667%;
}
.sec-1-1 > div:nth-of-type(2) > span:nth-of-type(2) {
	margin: 0.363636em 0 0.318182em;
	font-size: 146.6667%;
}
.sec-1-2 {
	position: absolute;
	top: 23em;
	width: 100%;
}
.sec-1-2 img {
	position: relative;
}
.btn {
	position: relative;
	margin-left: 37.8125%;
	padding-left: 2em;
	width: 10em;
	font-size: 120%;
	font-weight: 700;
	letter-spacing: 0.25em;
	line-height: 1.78;
	color: white;
	background: linear-gradient(90deg, rgb(122, 96, 47) 0%, rgb(208, 172, 122) 72%, rgb(153, 124, 76) 100%);
	border-radius: 0.32em;
	display: inline-block;
}
.btn::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.35em);
	right: 1.9444em;
	width: 0.7em;
	height: 0.7em;
	background: url(../../img/party2020-icon-arrow-white.svg) no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	animation: arrowMove 1s infinite;
}
@keyframes arrowMove {
	0% {
		right: 1.95em;
		opacity: .25;
		transform: scaleY(1);
	}
	35% {
		right: 1.95em;
		opacity: .25;
		transform: scaleY(1);
	}
	100% {
		right: 1.55em;
		opacity: .85;
		transform: scaleY(0.6);
	}
}
.btn span {
	position: relative;
	display: inline-block;
	pointer-events: none;
}
.btn:hover span {
	animation: btnAnimate_1 .25s 1;
}
.btn span:nth-of-type(1) {
	animation-delay: 0s;
}
.btn span:nth-of-type(2) {
	animation-delay: .05s;
}
.btn span:nth-of-type(3) {
	animation-delay: .075s;
}
.btn span:nth-of-type(4) {
	animation-delay: .1s;
}
@keyframes btnAnimate_2 {
	0% {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(240, 200, 200, 1);
	}
	100% {
		left: -10%;
		top: -10%;
		width: 120%;
		height: 120%;
		background: rgba(240, 200, 200, .1);
	}
}
.sec-1-3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.sec-1-3 > div:nth-of-type(1) {
	position: relative;
}
.guest-1,
.guest-2 {
	margin-left: 2.5%;
	width: 36.5625%;
}
.sec-1-3 > div:nth-of-type(2) {
	position: relative;
	padding-left: 0.91em;
	padding-bottom: 0.32em;
	width: 60.9375%;
	font-size: 125%;
	color: rgb(201, 164, 109);
}
.sec2 {
	position: relative;
	padding: 0.8667em 2.4667em 1em;
	text-align: justify;
	background: white;
	border-top: 4px solid rgb(136, 113, 91);
	border-bottom: 3px solid rgb(236, 236, 236);
}
.sec2 div:nth-of-type(n+2) {
	margin-top: 1.44em;
}
.sec2 h2 {
	margin-bottom: 0.267em;
	line-height: 1.21;
}
.sec2 p,
.sec2 li {
	letter-spacing: 0.06667em;
	line-height: 1.2;
}
.sec2 p:nth-of-type(n+2) {
	padding-top: 1.3em;
}
.cs-number {
	position: relative;
	font-size: 125%;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-align: center;
	line-height: 1.76;
	color: rgb(188, 151, 73);
	background: linear-gradient(0deg, rgb(215, 215, 215) 0%, rgb(254, 254, 254) 100%);
	border-bottom: 4px solid rgb(136, 113, 91);
	display: block;
}
.cs-number span {
	padding-left: 0.32em;
	font-family: 'Century Gothic';
	font-weight: normal;
	letter-spacing: 0;
	pointer-events: none;
}
.cs-number:hover {
	text-shadow: 1px 1px 0px rgb(240, 240, 240);
}
.party-2 {
	top: 8.9em;
}
.dr-2 {
	margin-left: 7.8125%;
	width: 42.8125%;
}
.party-2 > div:nth-of-type(2),
.party-3 > div:nth-of-type(2) {
	margin-bottom: -0.1em;
}
.party-3 {
	top: 8.65em;
}
.dr-3 {
	margin-left: 6.5625%;
	width: 41.5625%;
}
.guest-3 {
	margin-left: 2.1875%;
	width: 42%;
}
.party-3-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.party-3-list li {
	position: relative;
	margin-right: 1.1733em;
	margin-bottom: 0.5333em;
	width: 5.334em;
	font-size: 125%;
	letter-spacing: 0;
	line-height: 1;
	color: rgb(201, 164, 109);
}
.party-3-list li img {
	margin-right: 0.16em;
	width: 1.173em;
	display: inline-block;
	vertical-align: bottom;
}
.party-3-list li span {
	padding-bottom: 0.05333em;
	display: inline-block;
}
.party-4 {
	top: 8.08em;
}
.dr-4 {
	margin-left: 8.4375%;
	width: 44.375%;
}
.party-4 > div:nth-of-type(2) {
	margin-bottom: -0.1em;
}
.guest-4 {
	width: 52.5%;
}
.sec-1-3.party4 > div:nth-of-type(2) {
	padding-left: 0;
	width: 47.5%;
}
.sec2.party4 h3 {
	padding: 1em 0 0.5em;
	font-weight: 700;
}
.sec2.party4 h3:nth-of-type(1) {
	padding-top: 0;
}
.sec2.party4 p:nth-of-type(n+2) {
	padding-top: 0;
}
@media only screen and (min-width: 768px) {
	article {

	}
	aside {
		font-size: 3.25vw;
	}
	.sec2 h2 {
		line-height: 1.35;
	}
	.sec2 p {
		line-height: 1.5;
	}
	.party-3 {
		top: 8.7em;
	}
	.party-4 {
		top: 8.1em;
	}
}
@media only screen and (min-width: 900px) {
	article {
		font-size: 42.1875px;
	}
	aside {
		font-size: 28px;
	}
}
@keyframes btnAnimate_1 {
	0% {
		top: 0;
	}
	50% {
		top: -0.15em;
	}
	100% {
		top: 0;
	}
}