@media (min-width: 768px) {
	.sp {
		display: none;
	}
}

@media (max-width: 767px) {
	.pc {
		display: none;
	}
}

/*
 * Main Visual
 */
.main-visual img {
	width: 100%;
	height: auto;
}

/*
 * All Item
 */
.all-item {
	position: fixed;
	z-index: 9999;
}

@media (min-width: 768px) {
	.all-item {
		right: 20px;
		bottom: 20px;
	}
}

@media (max-width: 767px) {
	.all-item {
		right: 5px;
		bottom: 5px;
	}
}

/*
 * Introduction
 */
.introduction {
	background-color: #112240;
	color: #fff;
}

.introduction__title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-block: calc((1em - 1lh) / 2);
	text-align: center;
}

.introduction__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-block: calc((1em - 1lh) / 2);
	text-align: center;
}

@media (min-width: 768px) {
	.introduction {
		padding-block: 75px 125px;
	}

	.introduction__title {
		font-size: 33px;
		line-height: 1.7;
	}

	.introduction__text {
		font-size: 16px;
		line-height: 1.8;
		margin-top: calc(40px + (1em - 1lh) / 2);
	}
}

@media (max-width: 767px) {
	.introduction {
		padding-block: 45px 55px;
	}

	.introduction__title {
		font-size: 23px;
		line-height: 1.7;
	}

	.introduction__text {
		font-size: 13px;
		line-height: 1.6;
		margin-top: calc(25px + (1em - 1lh) / 2);
	}
}

/*
 * Navigation
 */
.navigation {
	display: flex;
	justify-content: center;
}

.navigation__name {
	color: #fff;
	font-family: superclarendon, "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
	margin-block: calc((1em - 1lh) / 2);
}

@media (min-width: 768px) {
	.navigation {
		gap: 25px;
		margin-top: 50px;
	}

	.navigation__item:hover .navigation__image {
		transform: rotate(-10deg) scale(1.05);
	}

	.navigation__image {
		transition: transform .5s;
	}

	.navigation__name {
		font-size: 13px;
		line-height: 1.3;
		margin-top: calc(10px + (1em - 1lh) / 2);
	}
}

@media (max-width: 767px) {
	.navigation {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 15px 0;
		width: 295px;
		margin: 45px auto 0;
	}

	.navigation__item {
		flex-shrink: 0;
		width: 133px;
	}

	.navigation__name {
		font-size: 13px;
		line-height: 1.3;
		margin-top: calc(10px + (1em - 1lh) / 2);
	}
}

/*
 * Special Item
 */
.special-item {
	background-color: #fef5b2;
	color: #295931;
}

.special-item__title {
	text-align: center;
}

.special-item__lead {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	text-align: center;
}

.special-item__list {
	display: flex;
	flex-wrap: wrap;
}

.special-item__image {
	position: relative;
	width: 260px;
	height: 310px;
}

.special-item__image img {
	position: absolute;
	inset: 0;
	opacity: 1;
	transition: opacity .5s;
}

.special-item__image img.fade-out {
	opacity: 0;
}

.special-item__name {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
}

.special-item__variation {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
	margin-block: calc((1em - 1lh) / 2);
}

.special-item__price {
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
}

.special-item__link {
	color: #fef5b2;
	font-family: superclarendon, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50vw;
	background-color: #295931;
	border: 3px solid #295931;
	text-decoration: none !important;
}

.spedcial-item__all-items a {
	color: #fef5b2;
	font-family: superclarendon, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50vw;
	background-color: #295931;
	border: 3px solid #295931;
	text-decoration: none !important;
}

.special-item__profile {
	background-color: #295931;
	color: #fef5b2;
}

.special-item__profile a {
	color: #fef5b2;
}

@media (max-width: 1190px) and (min-width: 901px) {
	.special-item__list {
		width: 840px;
	}
}

@media (max-width: 900px) and (min-width: 768px) {
	.special-item__list {
		width: 550px;
	}
}

@media (min-width: 768px) {
	.special-item {
		padding-block: 100px;
	}

	.special-item__lead {
		font-size: 17px;
		margin-top: 18px;
	}

	.special-item__list {
		gap: 45px 30px;
		width: 1130px;
		margin: 40px auto 0;
	}

	.special-item__item {
		width: 260px;
	}

	.special-item__name {
		font-size: 14px;
		margin-top: 12px;
	}

	.special-item__variation {
		font-size: 11px;
		line-height: 1.546;
		margin-top: calc(7px + (1em - 1lh) / 2);
	}

	.special-item__price {
		font-size: 14px;
		margin-top: 11px;
	}

	.special-item__link {
		font-size: 16px;
		height: 50px;
		margin-top: 12px;
		transition: background-color .25s, color .25s;
	}

	.special-item__link:hover {
		background-color: transparent;
		color: #295931;
	}

	.spedcial-item__all-items {
		margin-top: 50px;
	}

	.spedcial-item__all-items a {
		font-size: 22px;
		width: 460px;
		height: 75px;
		margin-inline: auto;
		transition: background-color .25s, color .25s;
	}

	.spedcial-item__all-items a:hover {
		background-color: transparent;
		color: #295931;
	}

	.special-item__purchase-location {
		width: 350px;
		margin: 50px auto 0;
	}

	.special-item__profile {
		margin-top: 55px;
	}
}

@media (max-width: 767px) {
	.special-item {
		padding: 45px 20px 50px;
	}

	.special-item__title img {
		width: 246px;
		height: auto;
	}

	.special-item__lead {
		font-size: 14px;
		margin-top: 11px;
	}

	.special-item__list {
		flex-direction: column;
		align-items: center;
		gap: 35px;
		margin-top: 25px;
	}

	.special-item__item {
		width: 260px;
	}

	.special-item__name {
		font-size: 14px;
		margin-top: 12px;
	}

	.special-item__variation {
		font-size: 11px;
		line-height: 1.546;
		margin-top: calc(7px + (1em - 1lh) / 2);
	}

	.special-item__price {
		font-size: 14px;
		margin-top: 11px;
	}

	.special-item__link {
		font-size: 16px;
		height: 50px;
		margin-top: 12px;
	}

	.spedcial-item__all-items {
		margin-top: 30px;
	}

	.spedcial-item__all-items a {
		font-size: 16px;
		height: 50px;
	}

	.special-item__purchase-location {
		margin-top: 35px;
	}

	.special-item__profile {
		margin-top: 40px;
	}
}

/*
 * Purchase Location
 */
.purchase-location {
	display: flex;
	flex-direction: column;
	border: solid #295931;
	border-width: 1px 0;
}

.purchase-location__title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
}

.purchase-location__list {
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.03em;
}

.purchase-location__item {
	display: flex;
}

.purchase-location__item::before {
	content: '・';
}

.purchase-location__item a {
	color: #295931;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.purchase-location {
		gap: 20px;
		padding-block: 25px;
	}

	.purchase-location__title {
		font-size: 14px;
	}

	.purchase-location__list {
		gap: 0.6em;
		font-size: 13px;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.purchase-location {
		gap: 20px;
		padding-block: 25px;
	}

	.purchase-location__title {
		font-size: 14px;
	}

	.purchase-location__list {
		gap: 0.6em;
		font-size: 13px;
		margin-top: 10px;
	}
}

/*
 * Profile
 */
.profile {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.profile__image {
	position: relative;
}

.profile__image::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50vw;
	border: 3px solid #fff;
}

.profile__name {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
}

.profile__sns {
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.05em;
	text-decoration: underline;
}

.profile__introduction {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.03em;
	margin-block: calc((1em - 1lh) / 2);
}

@media (min-width: 768px) {
	.profile {
		width: 600px;
		margin-inline: auto;
		padding: 30px 47px 32px;
		border-radius: 16px;
	}

	.profile__name {
		font-size: 13px;
		margin-top: 15px;
	}

	.profile__sns {
		font-size: 17px;
		margin-top: 8px;
	}

	.profile__introduction {
		font-size: 12px;
		line-height: 1.6;
		margin-top: calc(30px + (1em - 1lh) / 2);
	}
}

@media (max-width: 767px) {
	.profile {
		padding: 30px 23px 35px;
		border-radius: 16px;
	}

	.profile__name {
		font-size: 13px;
		margin-top: 15px;
	}

	.profile__sns {
		font-size: 17px;
		margin-top: 8px;
	}

	.profile__introduction {
		font-size: 12px;
		line-height: 1.6;
		margin-top: calc(30px + (1em - 1lh) / 2);
	}
}

/*
 * Present Campaign
 */
.present-campaign {
	color: #ffd051;
	background-color: #112240;
}

.present-campaign__title {
	text-align: center;
}

.present-campaign__duration {
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.09em;
	text-align: center;
}

.present-campaign__duration span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.present-campaign__visual {
	text-align: center;
}

.present-campaign__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	margin-block: calc((1em - 1lh) / 2);
}

.present-campaign__section {
	color: #112240;
	background-color: #f9f6f0;
}

.present-campaign__section::before {
	content: '';
	display: table;
	height: 0;
}

.present-campaign__section-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.01em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background-color: #eabf4b;
	margin-inline: auto;
}

@media (min-width: 768px) {
	.present-campaign {
		padding-block: 115px 100px;
	}

	.present-campaign__duration {
		font-size: 24px;
		margin-top: 35px;
	}

	.present-campaign__visual {
		margin-top: 55px;
	}

	.present-campaign__text {
		font-size: 17px;
		line-height: 1.6;
		margin-top: calc(40px + (1em - 1lh) / 2);
	}

	.present-campaign__prize-item {
		margin-top: 75px;
		padding-bottom: 35px;
	}

	.present-campaign__how-to-apply {
		margin-top: 55px;
		padding-bottom: 20px;
	}

	.present-campaign__guideline {
		margin-top: 55px;
	}

	.present-campaign__section {
		width: 600px;
		margin-inline: auto;
		border-radius: 10px;
	}

	.present-campaign__section-title {
		font-size: 13px;
		width: 140px;
		height: 32px;
		margin-top: -16px;
	}
}

@media (max-width: 767px) {
	.present-campaign {
		padding: 50px 20px 60px;
	}

	.present-campaign__title img {
		width: 335px;
		height: auto;
	}

	.present-campaign__duration {
		font-size: 15px;
		margin-top: 25px;
	}

	.present-campaign__visual {
		margin-top: 30px;
	}

	.present-campaign__visual img {
		width: 332px;
		height: auto;
	}

	.present-campaign__text {
		font-size: 14px;
		line-height: 1.6;
		margin-top: calc(20px + (1em - 1lh) / 2);
	}

	.present-campaign__prize-item {
		margin-top: 55px;
		padding-bottom: 35px;
	}

	.present-campaign__how-to-apply {
		margin-top: 50px;
		padding-bottom: 20px;
	}

	.present-campaign__guideline {
		margin-top: 50px;
	}

	.present-campaign__section {
		border-radius: 10px;
	}

	.present-campaign__section-title {
		font-size: 13px;
		width: 140px;
		height: 32px;
		margin-top: -16px;
	}
}

/*
 * Prize Item
 */
.prize-item__name {
	color: #eabf4b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.05em;
}

.prize-item__description {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.01em;
	margin-block: calc((1em - 1lh) / 2);
}

@media (min-width: 768px) {
	.prize-item {
		width: 400px;
		margin: 0 auto;
	}

	.prize-item:nth-child(1 of .prize-item) {
		margin-top: 25px;
	}

	.prize-item:nth-child(2 of .prize-item) {
		margin-top: 40px;
	}

	.prize-item:nth-child(3 of .prize-item) {
		margin-top: 35px;
	}

	.prize-item__name {
		font-size: 16px;
		margin-top: 20px;
	}

	.prize-item__description {
		font-size: 12px;
		line-height: 1.5;
		margin-top: calc(10px + (1em - 1lh) / 2);
	}
}

@media (max-width: 767px) {
	.prize-item {
		width: 288px;
		margin: 0 auto;
	}

	.prize-item:nth-child(1 of .prize-item) {
		margin-top: 12px;
	}

	.prize-item:nth-child(2 of .prize-item) {
		margin-top: 30px;
	}

	.prize-item:nth-child(3 of .prize-item) {
		margin-top: 35px;
	}

	.prize-item__name {
		font-size: 16px;
		margin-top: 20px;
	}

	.prize-item__description {
		font-size: 12px;
		line-height: 1.5;
		margin-top: calc(10px + (1em - 1lh) / 2);
	}
}

/*
 * How To Apply
 */
.how-to-apply__no {
	color: #eabf4b;
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
}

.how-to-apply__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	margin: calc((1em - 1lh) / 2);
}

.how-to-apply__text a {
	text-decoration: underline;
}

.how-to-apply__note {
	color: #565656;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

.how-to-apply__note small {
	font-size: inherit;
}

.how-to-apply__sns a {
	color: #112240;
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.03em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eabf4b;
	text-decoration: none !important;
}

.how-to-apply__info {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	margin-block: calc((1em - 1lh) / 2);
}

@media (min-width: 768px) {
	.how-to-apply {
		margin-top: 30px;
	}

	.how-to-apply__no {
		font-size: 20px;
	}

	.how-to-apply__text {
		font-size: 12px;
		line-height: 1.5;
		margin-top: calc(1em + (1em - 1lh) / 2);
	}

	.how-to-apply__note {
		font-size: 11px;
		margin-top: 1em;
	}

	.how-to-apply__sns {
		margin-top: 17px;
	}

	.how-to-apply__sns+.how-to-apply__sns {
		margin-top: 13px;
	}

	.how-to-apply__sns a {
		font-size: 14px;
		width: 295px;
		height: 44px;
		border-radius: 44px;
		margin-inline: auto;
		transition: background-color .25s, color .25s;
	}

	.how-to-apply__sns a:hover {
		background-color: #112240;
		color: #eabf4b;
	}

	.how-to-apply__info {
		font-size: 11px;
		line-height: 1.64;
		margin-top: calc(20px + (1em - 1lh) / 2);
	}

	.how-to-apply__info+.how-to-apply__info {
		margin-top: calc(1em + (1em - 1lh) / 2);
	}
}

@media (max-width: 767px) {
	.how-to-apply {
		margin-top: 30px;
	}

	.how-to-apply__no {
		font-size: 20px;
	}

	.how-to-apply__text {
		font-size: 12px;
		line-height: 1.5;
		margin-top: calc(1em + (1em - 1lh) / 2);
	}

	.how-to-apply__note {
		font-size: 11px;
		margin-top: 1em;
	}

	.how-to-apply__sns {
		margin-top: 17px;
	}

	.how-to-apply__sns+.how-to-apply__sns {
		margin-top: 13px;
	}

	.how-to-apply__sns a {
		font-size: 14px;
		width: 295px;
		height: 44px;
		border-radius: 44px;
		margin-inline: auto;
	}

	.how-to-apply__info {
		font-size: 11px;
		line-height: 1.64;
		margin-top: calc(30px + (1em - 1lh) / 2);
	}

	.how-to-apply__info+.how-to-apply__info {
		margin-top: calc(1em + (1em - 1lh) / 2);
	}
}

/*
 * Dummy
 */
.dummy {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d9d9d9;
	font-weight: bold;
	text-align: center;
}

@media (min-width: 768px) {
	.dummy {
		width: 295px;
		height: 240px;
		margin: 25px auto 0;
		border-radius: 10px;
		font-size: 12px;
		line-height: 1.75;
	}
}

@media (max-width: 767px) {
	.dummy {
		width: 295px;
		height: 240px;
		margin: 15px auto 0;
		border-radius: 10px;
		font-size: 12px;
		line-height: 1.75;
	}
}

/*
 * Guideline
 */
.guideline {
	overflow: scroll;
}

.guideline__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.guideline__text em {
	color: #ce1032;
}

@media (min-width: 768px) {
	.guideline {
		font-size: 11px;
		line-height: 1.4;
		height: calc(160px + (1lh - 1em) / 2);
		margin-top: calc(20px + (1em - 1lh) / 2);
		padding-inline: 35px;
	}

	.guideline__text {
		padding-bottom: calc(20px + (1em - 1lh) / 2);
	}
}

@media (max-width: 767px) {
	.guideline {
		font-size: 11px;
		line-height: 1.4;
		height: calc(160px + (1lh - 1em) / 2);
		margin-top: calc(20px + (1em - 1lh) / 2);
		padding-inline: 20px;
	}

	.guideline__text {
		padding-bottom: calc(20px + (1em - 1lh) / 2);
	}
}

/*
 * Novelty Present
 */
.novelty-present {
	color: #295931;
	background-color: #fef5b2;
}

.novelty-present__title {
	text-align: center;
}

.novelty-present__copy {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	margin-block: calc((1em - 1lh) / 2);
}

.novelty-presetn__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.novelty-present__notes {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-block: calc((1em - 1lh) / 2);
}

@media (min-width: 768px) {
	.novelty-present {
		padding-block: 80px 100px;
	}

	.novelty-present__copy {
		font-size: 20px;
		line-height: 1.5;
		margin-top: calc(20px + (1em - 1lh) / 2);
	}

	.novelty-present__container {
		width: 600px;
		margin: 25px auto 0;
	}

	.novelty-presetn__text {
		font-size: 13px;
		line-height: 1.6;
		margin-block: calc((1em - 1lh) / 2);
	}

	.novelty-present__places {
		margin-top: 30px;
	}

	.novelty-present__notes {
		font-size: 10px;
		line-height: 1.4;
		margin-top: calc(15px + (1em - 1lh) / 2);
	}
}

@media (max-width: 767px) {
	.novelty-present {
		padding: 40px 20px 65px;
	}

	.novelty-present__title img {
		width: 285px;
		height: auto;
	}

	.novelty-present__copy {
		font-size: 20px;
		line-height: 1.5;
		margin-top: calc(25px + (1em - 1lh) / 2);
	}

	.novelty-present__container {
		margin-top: 25px;
	}

	.novelty-presetn__text {
		font-size: 13px;
		line-height: 1.6;
		margin-block: calc((1em - 1lh) / 2);
	}

	.novelty-present__places {
		margin-top: 25px;
	}

	.novelty-present__notes {
		font-size: 10px;
		line-height: 1.4;
		margin-top: calc(15px + (1em - 1lh) / 2);
	}
}

/*
 * Places
 */
.places {
	background-color: #fff;
}

.places__title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.03em;
	text-decoration: underline;
	margin-block: calc((1em - 1lh) / 2);
}

.places__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.03em;
	margin-block: calc((1em - 1lh) / 2);
}

@media (min-width: 768px) {
	.places {
		border-radius: 10px;
		padding: 25px 30px 30px;
	}

	.places__item+.places__item {
		margin-top: 20px;
	}

	.places__title {
		font-size: 13px;
		line-height: 1.3;
	}

	.places__text {
		font-size: 12px;
		line-height: 1.75;
		margin-top: calc(10px + (1em - 1lh) / 2);
	}
}

@media (max-width: 767px) {
	.places {
		border-radius: 10px;
		padding: 20px 20px 15px;
	}

	.places__item+.places__item {
		margin-top: 20px;
	}

	.places__title {
		font-size: 13px;
		line-height: 1.3;
	}

	.places__text {
		font-size: 12px;
		line-height: 1.75;
		margin-top: calc(10px + (1em - 1lh) / 2);
	}
}

/*
 * Freaks Village
 */
.freaks-village {
	color: #ffd051;
	background-color: #112240;
}

.freaks-village a {
	color: #ffd051;
}

.freaks-village__title {
	text-align: center;
}

.freaks-village__lead--main {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	margin-block: calc((1em - 1lh) / 2);
}

.freaks-village__lead--sub {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-block: calc((1em - 1lh) / 2);
}

.freaks-village__coming-soon {
	color: #fff;
	font-family: superclarendon, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

.freaks-village__profile {
	background-color: #dc1d14;
	color: #fff;
}

.freaks-village__profile a {
	color: #fff;
}

@media (min-width: 768px) {
	.freaks-village {
		padding-block: 100px 50px;
	}

	.freaks-village__lead--main {
		font-size: 16px;
		line-height: 1.6;
		margin-top: calc(30px + (1em - 1lh) / 2);
	}

	.freaks-village__lead--sub {
		font-size: 13px;
		line-height: 1.6;
		width: 600px;
		margin-top: calc(30px + (1em - 1lh) / 2);
		margin-inline: auto;
	}

	.freaks-village__coming-soon {
		font-size: 22px;
		margin-top: 50px;
	}

	.freaks-village__insta-live {
		width: 335px;
		margin: 50px auto 0;
	}

	.freaks-village__profile {
		margin-top: 35px;
	}
}

@media (max-width: 767px) {
	.freaks-village {
		padding: 60px 20px 65px;
	}

	.freaks-village__title img {
		width: 278px;
		height: auto;
	}

	.freaks-village__lead--main {
		font-size: 16px;
		line-height: 1.6;
		margin-top: calc(15px + (1em - 1lh) / 2);
	}

	.freaks-village__lead--sub {
		font-size: 13px;
		line-height: 1.6;
		margin-top: calc(30px + (1em - 1lh) / 2);
	}

	.freaks-village__coming-soon {
		font-size: 22px;
		margin-top: 45px;
	}

	.freaks-village__insta-live {
		margin-top: 50px;
	}

	.freaks-village__profile {
		margin-top: 30px;
	}
}

/*
 * Insta Live
 */
.insta-live {
	border: solid #ffd051;
	border-width: 1px 0;
}

.insta-live__title {
	font-family: superclarendon, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

.insta-live__time {
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.09em;
	text-align: center;
}

.insta-live__time span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.insta-live__hosts {
	display: flex;
	justify-content: center;
}

.insta-live__icon {
	position: relative;
}

.insta-live__icon::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50vw;
	border: 3px solid #fff;
}

.insta-live__name {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
}

.insta-live__account {
	text-align: center;
}

.insta-live__account a {
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.05em;
	text-decoration: underline;
}

.insta-live__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	margin-block: calc((1em - 1lh) / 2);
}

.insta-live__note {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	margin-block: calc((1em - 1lh) / 2);
}

@media (min-width: 768px) {
	.insta-live {
		padding-block: 25px 30px;
	}

	.insta-live__title {
		font-size: 36px;
	}

	.insta-live__time {
		font-size: 15px;
		margin-top: 10px;
	}

	.insta-live__hosts {
		gap: 25px;
		margin-top: 10px;
	}

	.insta-live__host {
		width: 130px;
	}

	.insta-live__name {
		font-size: 13px;
		margin-top: 13px;
	}

	.insta-live__account {
		margin-top: 10px;
	}

	.insta-live__account a {
		font-size: 17px;
	}

	.insta-live__text {
		font-size: 16px;
		line-height: 1.6;
		margin-top: calc(25px + (1em - 1lh) / 2);
	}

	.insta-live__note {
		font-size: 12px;
		line-height: 1.75;
		margin-top: calc(20px + (1em - 1lh) / 2);
	}
}

@media (max-width: 767px) {
	.insta-live {
		padding-block: 30px 20px;
	}

	.insta-live__title {
		font-size: 36px;
	}

	.insta-live__time {
		font-size: 15px;
		margin-top: 15px;
	}

	.insta-live__hosts {
		gap: 30px;
		margin-top: 10px;
	}

	.insta-live__host {
		width: 130px;
	}

	.insta-live__name {
		font-size: 13px;
		margin-top: 13px;
	}

	.insta-live__account {
		margin-top: 10px;
	}

	.insta-live__account a {
		font-size: 17px;
	}

	.insta-live__text {
		font-size: 16px;
		line-height: 1.6;
		margin-top: calc(25px + (1em - 1lh) / 2);
	}

	.insta-live__note {
		font-size: 12px;
		line-height: 1.75;
		margin-top: calc(20px + (1em - 1lh) / 2);
	}
}

/*
 * Check Popular Items
 */
.check-popular-items {
	display: flex;
	justify-content: center;
}

.check-popular-items__button {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #6b7151;
}

@media (min-width: 768px) {
	.check-popular-items {
		margin-top: 55px;
	}

	.check-popular-items__button {
		gap: 5px;
		width: 335px;
		height: 75px;
		border-radius: 5px;
	}

	.check-popular-items__button span {
		font-size: 16px;
	}

	.check-popular-items__button small {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.check-popular-items {
		margin-top: 45px;
	}

	.check-popular-items__button {
		gap: 5px;
		width: 335px;
		height: 75px;
		border-radius: 5px;
	}

	.check-popular-items__button span {
		font-size: 16px;
	}

	.check-popular-items__button small {
		font-size: 14px;
	}
}