@charset "utf-8";

.homemade-apple-regular {
	font-family: 'Homemade Apple', cursive;
	font-weight: 400;
	font-style: normal;
}

.top_contents {
	display: block;
	width: 100%;
	margin-top: 2rem;
}

.inner_contents {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #fdf134 0%, #c65926 100%);
	position: relative;
	z-index: 0;
	padding: 2rem 1rem;
	box-sizing: border-box;
}

.inner_contents::before {
	content: '';
	display: block;
	background: url(../img/border.png);
	background-size: 100%;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.48;
}

.top_contents .inner,
.top_information {
	padding: 2rem 0;
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 4rem 1rem 2rem;
}

.top_contents .inner img {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
}

.homemade-apple-regular {
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 5%;
}

.cont_titile span {
	font-family: 'Anton', sans-serif;
	text-transform: capitalize;
	font-size: 2.5rem;
}

.inner h2 {
	font-size: 1.25rem;
}

@media screen and (min-width: 640px) {
	.top_contents .inner h2 {
		font-size: 1.25rem;
	}
}

.sche {
	width: 100%;
	position: relative;
}

.sche::before {
	content: '';
	display: block;
	background: url(../img/border.png);
	background-size: 100%r;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.15;
}

.sche::after {
	content: '';
	display: block;
	background: url(../img/sche-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.28;
}

.sche .sche-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2rem 0;
}

.sche-box {
	width: 100%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(auto-fit, 32%);
	font-size: 1.5rem;
	justify-content: space-between;
	padding: 0 1rem;
}

.sche-box li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 3vw;
	background: rgba(255, 255, 255, 0.8);
	padding: 2rem 0;
	line-height: 4;
}

.day-t {
	display: block;
	border: 2px solid;
	border-image: linear-gradient(
		65.77deg,
		rgba(255, 0, 0, 0.48) 31.04%,
		rgba(255, 187, 0, 0.48) 36.72%,
		rgba(244, 255, 39, 0.48) 43.37%,
		rgba(127, 255, 0, 0.48) 49.82%,
		rgba(21, 255, 0, 0.48) 56.47%,
		rgba(0, 77, 255, 0.48) 63.41%,
		rgba(205, 0, 236, 0.48) 69.57%,
		rgba(255, 0, 187, 0.48) 75.64%
	);
	border-image-slice: 1;
	font-family: 'Anton', sans-serif;
	width: fit-content;
	font-size: 2rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
}

.day {
	font-size: 7vw;
	font-weight: 600;
	display: flex;
	align-items: baseline;
	line-height: 1;
	margin-bottom: -1rem;
	justify-content: center;
}

.day div {
	font-size: 3vw;
	padding-bottom: 0.5rem;
	padding-left: 0.25rem;
}

.sche-d {
	padding: 2rem 1rem;
}

.sche .cont_titile,
.sche .cont_titile span {
	color: #fff;
	filter: drop-shadow(2px 2px 0px #bbb);
}

.top_contents,
.top_contents .inner,
.top_information,
.top_information .inner {
	box-sizing: border-box;
}

.uchiage {
	background: #fff;
	font-size: 1.25rem;
	padding: 3rem 1rem 0;
}

.uchiage-top {
	display: flex;
	flex-direction: column;
	font-size: 0.7rem;
	font-weight: 600;
}

.uchiage-top span {
	font-size: 1.75rem;
	font-weight: bold;
}

.small {
	font-size: 1.25rem !important;
}

.uchiage-under {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 1rem;
}

.uchiage-under span {
	font-size: 1rem;
	margin-left: 1rem;
}

.ranking_text {
	border-radius: 5rem;
}

.img-wrap {
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
	margin-bottom: 1rem;
}

.img-wrap img {
	width: 49%;
}

.kbc {
	overflow: hidden;
}

.kbc-bar,
.kbc-bar-b {
	position: relative;
	width: 100%;
	height: 9rem;
}

.kbc-bar::before {
	content: '';
	display: block;
	width: 130%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: -10%;
	z-index: -1;
	background: #050f1f;
	border-top: 4px solid;
	border-image: linear-gradient(90deg, #edcf22 0%, #fff3b8 50%, #bfa22e 100%);
	border-image-slice: 1;
	transform-origin: center top;
	transform: rotate(350deg);
}

.kbc-bar-b::before {
	content: '';
	display: block;
	width: 130%;
	height: 100%;
	position: absolute;
	top: -73%;
	left: -20%;
	z-index: -1;
	background: #050f1f;
	border-bottom: 4px solid;
	border-image: linear-gradient(90deg, #edcf22 0%, #fff3b8 50%, #bfa22e 100%);
	border-image-slice: 1;
	transform-origin: center top;
	transform: rotate(350deg);
}

.top_access .cont_titile,
.top_access .cont_titile span {
	color: #fff;
	filter: drop-shadow(2px 2px 0px #bbb);
}

.top_access {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #fdf134 0%, #c65926 100%);
	position: relative;
	z-index: 0;
	padding: 4rem 1rem 8rem;
	box-sizing: border-box;
	/* overflow: hidden; */
}

.top_access::before {
	content: '';
	display: block;
	background: url(../img/border.png);
	background-size: 100%;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.48;
}

.naname-white {
	position: absolute;
	width: 100%;
	height: 10rem;
	top: -5px;
	left: 0;
	background-color: #fff;
	clip-path: polygon(0% 0%, 0% 65%, 110% 0%);
}

.naname-white-b {
	position: absolute;
	width: 100%;
	height: 8rem;
	bottom: -5px;
	left: 0;
	background-color: #fff;
	clip-path: polygon(0% 96%, 100% 100%, 100% 0%);
}

.ent {
	margin: -6rem 0 1rem;
}

.ent ul {
	display: flex;
	justify-content: space-between;
	padding: 0 1rem;
}

.ent ul li {
	position: relative;
	width: 48%;
	border: 3px solid #fff;
}

.ent-t-wrap {
	width: 100%;
	height: 3.5rem;
	display: flex;
	line-height: 1;
	position: absolute;
	color: #fff;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ent-t {
	font-size: 1.25rem;
}

.day-tt {
	font-family: 'Anton', sans-serif;
	font-size: 5vw;
}

.ent-disc {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 100%;
	align-items: center;
}

.ent-disc .day-dd {
	font-size: 1.25rem;
}

@media screen and (max-width: 640px) {
	.mainvisual {
		padding: 0;
	}

	.mainvisual .slick-track li img {
		width: 148% !important;
		transform: translate(-16%, 0%);
	}
}

@media screen and (min-width: 640px) {
	.nav_follow {
		padding: 0 !important;
		height: 5.5rem;
	}

	.nav_follow .logo img {
		width: 150px;
		filter: drop-shadow(1px 1px 7px #a3a3a3);
	}
}

.color-white,
.color-white span {
	color: #fff;
	filter: drop-shadow(2px 2px 0px #bbb);
}

.day-place {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
}

.day-place-box {
	font-size: 2rem;
	margin-top: -0.5rem;
}

.day-place-box div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.day-place-box span {
	writing-mode: vertical-rl;
	font-size: 0.8rem;
	font-weight: 800;
}

.sankaku {
	font-size: 0.9rem;
}

.day-place ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	padding-left: 0.5rem;
	box-sizing: border-box;
}

.day-place ul li {
	/* width: 45%; */
}

.day-place-syusai {
	width: 55% !important;
	line-height: 1;
}

.day-place img {
	width: 100%;
	height: auto;
}

.kikin img {
	width: 80%;
}

.day-place-syusai p {
	font-size: 3vw;
	font-weight: 600;
	display: flex;
	align-items: center;
	line-height: 0.7;
}

.tittle-g {
	margin-top: -4rem;
	padding: 0 1rem 3rem;
}

.top_instagram {
	background: #fff;
	padding: 0 1rem;
}

.top_menu {
	padding: 0;
}

.top_link .cont_titile {
	padding-bottom: 0;
}

nav.gBanner {
	margin-top: -2rem;
}

.toggle span:nth-child(1) {
	top: 4px;
}

.toggle span:nth-child(2) {
	top: 14px;
}

.toggle span:nth-child(3) {
	top: 24px;
}

.toggle span {
	border-bottom: solid 2px #fff;
	filter: drop-shadow(1px 0px 0px #636363) drop-shadow(0px 1px 0px #636363);
}

.nav_follow .logo img {
	filter: none;
}

.access-box .access-text p {
	padding: 0 1rem;
}

.day-place .inner {
	padding: 1rem 0 0.5rem;
}

@media screen and (min-width: 640px) {
	.day-place .inner {
		padding: 1.5rem 0 0.5rem;
	}

	.kbc {
		position: relative;
		z-index: 0;
	}

	.kbc::before {
		content: '';
		display: block;
		width: 118%;
		height: 72%;
		text-align: center;
		background-color: #050f1f;
		position: absolute;
		left: -10%;
		top: 12%;
		z-index: -1;
		transform: rotate(352deg);
	}

	.kbc-bar::before,
	.kbc-bar-b::before {
		transform: rotate(354deg);
	}

	.kbc-bar,
	.kbc-bar-b {
		height: 7.5rem;
	}

	.kbc img {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		display: flex;
	}

	.day-place,
	.tittle-g,
	.top_information,
	.top_contents,
	.sche .sche-inner,
	.uchiage,
	.top-rankin,
	.top_instagram,
	.ent {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}

	.day-place-box {
		font-size: 3rem;
	}

	.day-place-box span {
		font-size: 1.1rem;
		font-weight: 600;
		margin-top: 0.25rem;
	}

	.day-place-syusai p {
		font-size: 27px;
	}

	.sche-box li {
		font-size: 1.25rem;
	}

	.day {
		font-size: 3vw;
		font-weight: 400;
	}

	.day div {
		font-size: 2vw;
		padding-bottom: 0.5rem;
		padding-left: 0.25rem;
	}

	.access-box .access-text p {
		font-size: 0.75rem;
	}

	.top_access .access-box {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		height: 100%;
		padding: 0;
		align-items: flex-start;
	}

	.ggmap {
		padding-top: 60%;
		padding-bottom: unset;
	}

	.ent-t-wrap {
		width: 100%;
		height: 6.5rem;
	}

	.day-tt {
		font-size: 2.5vw;
		margin-right: 1rem;
	}

	.ent-disc {
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: 100%;
		align-items: center;
		margin-top: 1rem;
	}

	.ent-disc .day-dd {
		margin-right: 0.5rem;
	}
}

.ranking_text {
	padding: 0;
}

.ranking_text a {
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
}
.top_menu ul li {
	background: linear-gradient(111.4deg, rgb(11 91 156) 6.5%, rgb(143 185 220) 93.2%);
	background: linear-gradient(180deg, #fdf134 0%, #c65926 100%);
	border-radius: 11px;
	width: 48%;
}
.top_menu ul li img {
	aspect-ratio: unset;
	height: unset;
	width: 100%;
	padding: 3rem;
	box-sizing: border-box;
}
@media screen and (min-width: 640px) {
	.top_menu ul li {
		width: 32%;
		position: relative;
		padding: 0;
		margin: 0.4rem auto;
		display: flex;
		flex-direction: column;
	}
	.top_menu {
		padding: 0;
		max-width: 800px;
		margin: 0 auto;
	}
	.top_menu ul li img {
		padding: 1rem 0rem 3rem;
	}
}
