@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

/* CSS Document */
body {
	background: #fff;
}

* {
	box-sizing: border-box;
}

/* 追加CSS */
i {
	font-family: "Font Awesome 5 Free" !important;
}

/* CSS Document */
#header_inner h1 span {
	letter-spacing: -0.05em;
}

.sp {
	display: none;
}

/* CSS Document */
body {
	background: #f1ede3 !important;
}

.inner {
	width: 95%;
	margin: 0px auto auto auto;
}

/* .inner img {
	margin-bottom: 20px;
} */

.inner .bg {
	background: #FFF6E4;
	background-size: 100% auto;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 30px;
}

.bg img {
	margin: 0;
}

#breadcrumbs {
	display: none;
}

#sub_contents {
	margin: 0 0 60px;
}

#inbound {
	font-family: "Inter", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: url(../img/pc_bg.webp);
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 0 0 100px;
}

.page_inner {
	background-color: #fff;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#inbound {
		width: 100%;
	}
}

#hero {
	width: 100%;
	position: relative;
}

#hero .swiper {
	width: 100%;
	height: auto;
}

.swiper-slide {
	overflow: hidden;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 7s ease-in-out;
}

.swiper-slide-active img {
	transform: scale(1.15);
}

/* #hero img {
	position: relative;
	width: 100%;
} */

.hero_inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	z-index: 1;
}

#hero h1 {
	color: #fff;
	font-size: min(80px, calc((80 /1280)*100vw));
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -.02em;
	position: relative;
}

.line {
	content: "";
	position: relative;
	border-color: #fff;
	border-style: solid;
	border-width: 0px;
	border-top-width: 2px;
	width: calc((703 / 900)*100%);
}

p.hero_bottom {
	color: #fff;
	font-size: min(20px, calc((20 /1280)*100vw));
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	position: relative;
}

@media only screen and (max-width: 767px) {
	#hero {
		width: 100%;
		height: calc((100svh - 50px));
	}

	.hero_inner {
		width: calc((335 / 375)*100%);
	}

	#hero h1 {
		font-size: min(61px, calc((61 / 375)*100vw));
		text-align: center;
	}

	.line {
		width: calc((335 / 375)*100%);
	}

	p.hero_bottom {
		font-size: min(19px, calc((19 /375)*100vw));
		letter-spacing: .02em;
	}
}


.whatis_inner {
	padding: 110px 0 120px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.whatis_title {
	margin: 0 0 15px;
}

.whatis {
	color: #CC0001;
	font-size: min(74px, calc((74 /1280)*100vw));
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -.02em;
}

.kushikatsu {
	color: #CC0001;
	font-size: min(103px, calc((103 /1280)*100vw));
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0;
}

.whatis_text {
	color: #000;
	font-size: min(16px, calc((16 /1280)*100vw));
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	margin: 0 0 54px;
}

.whatis_inner img {
	position: relative;
	margin: 0 auto;
	width: calc((810 / 900)*100%);
}

@media only screen and (max-width: 767px) {
	.whatis_inner {
		width: calc((335 / 375)*100%);
		margin: 0 auto;
		padding: 60px 0 70px;
	}

	.whatis {
		font-size: min(48px, calc((48 /375)*100vw));
		text-align: center;
	}

	.kushikatsu {
		font-size: min(48px, calc((48 /375)*100vw));
		text-align: center;
	}

	.whatis_text {
		line-height: 150%;
		text-align: start;
		font-size: min(16px, calc((16 / 375)*100vw));
	}

	.whatis_inner img {
		width: 100%;
	}
}

#about {
	position: relative;
}

.about_inner {
	margin: 0 0 110px;
}

.about_top {
	width: 100%;
	height: auto;
	margin: 0 auto 80px;
	position: relative;
}

h2.about_title {
	position: relative;
	z-index: 1;
	color: #CC0001;
	width: calc((712 / 900)*100%);
	font-size: min(110px, calc((110 /1280)*100vw));
	font-weight: 700;
	line-height: 1;
	letter-spacing: .01em;
	text-align: left;
	position: absolute;
	top: calc((43 / 419)*100%);
	left: 50%;
	transform: translateX(-50%);
}

h2 span.white_accent {
	color: #fff;
}

.about_img1 {
	width: calc((456 / 900)*100%);
	height: auto;
	margin: 0 0 0 auto;
}
.about_img1 img {
	width: 100%;
	height: auto;
}

.about_title_small {
	position: relative;
	color: #000;
	width: calc((684 / 900)*100%);
	font-size: min(34px, calc((34 /1280)*100vw));
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0.01em;
	text-align: left;
	margin: 0 auto 14px;
}

.about_title_small::before {
	content: "";
	border-style: solid;
	border-color: #CC0001;
	border-width: 0;
	border-left-width: 6px;
	height: calc(100% - 8px);
	position: absolute;
	top: 50%;
	left: -17px;
	transform: translateY(-50%);
}

.about_menu_text {
	position: relative;
	color: #000;
	width: calc((684 / 900)*100%);
	font-size: min(16px, calc((16 /1280)*100vw));
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.01em;
	text-align: left;
	margin: 0 auto 60px;
}

.about_img2 {
	position: relative;
	width: calc((719 / 900)*100%);
	display: block;
	margin: 0 auto 60px;
}

.redline2.about_title_small {
	line-height: 1.2;
}
.redline2.about_title_small::before {
	height: calc(100% - 13px);
}

@media only screen and (max-width: 767px) {
	.about_inner {
		margin: 0 0 80px;
	}

	.about_top {
		margin: 0 auto 35px;
	}

	h2.about_title {
		width: calc((335 / 375)*100%);
		margin: 0 auto 27px;
		font-size: min(50px, calc((50 / 375)*100vw));
		line-height: 110%;
		letter-spacing: -.01em;
		position: initial;
		top: initial;
		left: initial;
		transform: initial;
	}

	
	h2 span.white_accent {
		color: #fff;
	}
	
	.about_img1 {
		width: 100%;
		margin: 0 auto;
	}

	.about_img1 {
		width: 100%;
		position: relative;
		margin: 0 0 35px;
	}

	.about_title_small {
		width: calc((310 / 375)*100%);
		font-size: min(32px, calc((32 / 375)*100vw));
		line-height: 110%;
		letter-spacing: -0.03em;
		margin: 0 auto 20px;
	}

	.about_title_small::before {
		border-left-width: 3px;
		height: calc(100% - 8px);
		left: -13px;
	}

	.about_menu_text {
		width: calc((310 / 375)*100%);
		font-size: min(16px, calc((16 / 375)*100vw));
		font-weight: 400;
		line-height: 150%;
		margin: 0 auto 60px;
	}

	.about_img2 {
		width: calc((335 /375)*100%);
		margin: 0 auto 35px;
	}

	.redline2.about_title_small::before {
		height: calc((62 / 375)*100vw);
	}
}

#menu {
	position: relative;
}

#menu a {
	position: relative;
	display: block;
}

#menu a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

#menu a:hover::after {
	opacity: 0;
}

.menu_inner {
	margin: 50px 0 110px;
}

.menu_inner img {
	position: relative;
	width: 100%;
	max-width: 900px;
}

.menu_group {
	width: calc((720 / 900)*100%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	display: flex;
	flex-direction: column;
	z-index: 2;
}

.menu_title {
	display: flex;
	flex-direction: row;
	gap: 9px;
	align-items: center;
}

.menu_bottom {
	width: 50px;
	height: auto;
}

.menu_bottom svg {
	display: block;
	width: 100%;
	height: auto;
}

.menu {
	position: relative;
	color: #fff;
	font-size: min(92px, calc((92 /1280)*100vw));
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0;
}

.multi {
	position: relative;
	color: #fff;
	font-size: min(28px, calc((28 /1280)*100vw));
	font-weight: 600;
	line-height: 120%;
	letter-spacing: .03em;
}

.menu_group .about_menu_text {
	position: relative;
	color: #fff;
	text-align: center;
	margin: 37px 0 0;
}

@media only screen and (max-width: 767px) {
	#menu a::after {
		display: none;
	}

	.menu_image {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.menu_image::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 1;
		opacity: 1;
		transition: opacity 0.2s ease-in-out;
	}
	.menu_image img {
		max-width: none;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	.menu_inner {
		width: 100%;
		height: auto;
		margin: 49px 0 80px;
	}

	.menu_group {
		width: 100%;
		height: auto;
		padding: calc((50 / 375)*100vw) 0 calc((25 / 375)*100vw);
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		z-index: 2;
	}

	.menu {
		font-size: min(55px, calc((55 / 375)*100vw));
	}

	.multi {
		font-size: min(16px, calc((16 / 375)*100vw));
	}

	.menu_group .about_menu_text {
		width: 100%;
		font-size: min(13px, calc((13 / 375)*100vw));
		line-height: 130%;
		margin: calc((16 / 375)*100vw) 0 calc((20 / 375)*100vw);
	}

	.menu_botton_viewmenu {
		margin: 0 calc((21 / 375)*100vw) 0 auto;
		align-self: flex-end;
	}
}

#locate {
	position: relative;
}

#locate a {
	position: relative;
	display: block;
	overflow: hidden;
}
#locate a img {
	display: block;
	width: 100%;
	height: auto;
}

.locate_inner {
	display: flex;
	flex-direction: column;
	padding: 0 0 74px;
}

.locate_title {
	position: relative;
	color: #000;
	width: calc((677 / 900)*100%);
	font-size: min(62px, calc((62 /1280)*100vw));
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0em;
	text-align: left;
	margin: 0 auto 40px;
}

.locate_title::before {
	content: "";
	border-style: solid;
	border-color: #CC0001;
	border-width: 0;
	border-left-width: 6px;
	height: calc(100% - 13px);
	position: absolute;
	top: 50%;
	left: -19px;
	transform: translateY(-50%);
}

.locate_container {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 10px;
	width: calc((720 / 900)*100%);
	margin: 0 auto;
}

.locate_subtitle {
	position: relative;
	background-color: #910001;
	margin: 0 auto;
}

.locate_subtitle img {
	display: block;
	width: 100%;
	height: auto;
}

@media (any-hover: hover) {
	.locate_subtitle {
		transition: .3s;
	}
	.locate_subtitle:hover {
		background-color: #931011;
	}
	.locate_subtitle img {
		transform: scale(1);
		transition: .3s;
	}
	.locate_subtitle:hover img {
		transform: scale(1.07);
	}
}

.locate_subtitle_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 8px;
	justify-content: center;
	align-items: center;
}

.locate_subtitle_text p {
	color: #fff;
	font-size: min(35px, calc((35 /1280)*100vw));
	font-weight: 800;
	line-height: 110%;
	letter-spacing: 0;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.locate_title {
		width: calc((315 / 335)*100%);
		font-size: min(26px, calc((26 / 375)*100vw));
		margin: 0 auto 20px;
	}

	.locate_title::before {
		border-left-width: 3px;
		height: calc(100% - 3px);
		position: absolute;
		left: -9px;
	}

	.locate_inner {
		width: calc((335 / 375)*100%);
		margin: 0 auto;
		padding: 0 0 87px;
	}

	.locate_container {
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
	}

	.locate_subtitle_text {
		gap: 7px;
	}

	.locate_subtitle_text p {
		font-size: min(28px, calc((28 / 375)*100vw));
		font-weight: 700;
	}
}