.comingsoon {
	position: absolute;
	right: 50px;
	top: 50px;
	width: min(20%, 180px);
}
.comingsoon img {
	width: 100%;
}
#home {
	background: #f8b100;
	border-radius: 30px;
	width: 100%;
}
#home .hero__inner {
	width: 100%;
}
#home .hero__inner h2 {
	width: 100%;
	text-align: center;
	margin: auto;
}
#home .hero__inner h2 img {
	margin: 140px auto 50px;
	width: min(50%, 400px);
}
#home .hero__inner-txt {
	text-align: center;
	line-height: 2;
	font-size: min(4.3vw, 30px);
	margin-bottom: 60px;
}
#home .link {
	text-align: center;
	margin-bottom: 80px;
}
#home .link a {
	margin-bottom: 20px;
	width: min(90%, 350px);
}

/* Instargram */

.instagram {
	padding-bottom: 100px;
}
.instagram h3 {
	text-align: center;
	font-size: min(7vw, 55px);
}
.instagram__caption {
	text-align: center;
	margin: auto;
	font-size: 21px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1.5;
	margin-bottom: 10px;
}
/*
.instagram__caption span{
		position: relative;
}
.instagram__caption span::before{
    content: "";
    width: 100%;
    height: 0.25em;
    background: url(img/line_wave.svg) repeat-x left center;
    background-size: auto 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
} */
.instagram__caption::before,
.instagram__caption::after {
	width: 1px;
	height: 38px;
	content: "";
	background-color: #111;
}
.instagram__caption::before {
	margin-right: 1em;
	transform: rotate(-35deg);
}
.instagram__caption::after {
	margin-left: 1em;
	transform: rotate(35deg);
}
.instagram__name {
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}
.instagram__name a {
	text-decoration: underline;
}
.instagram__list {
	width: 97%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-bottom: 40px;
}

.instagram__list li {
	position: relative;
	width: calc(100% / 6);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.instagram__list li::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.instagram__list a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.instagram__list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.instagram__button {
	padding: 0.5em 1em;
	width: fit-content;
	margin: 0 auto;
	cursor: pointer;
	transition: 0.3s;
}

.insta_btn a {
	color: #fff;
	text-decoration: none;
}

.insta_btn:hover {
	background-color: #999;
}

@media (max-width: 1024px) {
	#home .hero__inner h2 img {
		margin: 100px auto 50px;
	}
	.instagram {
		padding-bottom: 60px;
	}
	.instagram__list li {
		width: calc(100% / 4);
	}
}


@media (max-width: 768px) {
	#home .link {
		margin-bottom: 50px;
	}
	.instagram__list {
		width: 95%;
	}
	.instagram__list li {
		width: calc(100% / 3);
	}
	.instagram__caption {
		font-size: 19px;
	}
	.instagram__caption::before,
	.instagram__caption::after {
		height: 55px;
	}
}
@media (max-width: 425px) {
	body {
		padding: 15px 15px 5px 15px;
	}
	.comingsoon {
		right: 25px;
		top: 25px;
	}
	#home .hero__inner h2 img {
		margin: 70px auto 30px;
	}
	#home .hero__inner-txt {
		margin-bottom: 30px;
	}
	#home .link a {
		margin-bottom: 10px;
	}
	.instagram__list {
		margin-bottom: 20px;
	}
	.instagram__name {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.instagram__caption {
		font-size: 15px;
	}
	.instagram__caption::before,
	.instagram__caption::after {
		height: 35px;
	}
}
