@charset "UTF-8";

@font-face {
	font-family: "impact";
	src: url("./fonts/impact.woff") format("woff"), url("./fonts/impact.eot") format("eot");
}


.font_impact {
	font-family: "impact";
}
body {
	color: #2b1e1d;
	font-family: "Noto Sans JP", "serif";
	font-size: 12pt;

	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

.font_kiwi {
	font-family: "Kiwi maru", "serif";
	font-size: clamp(1.75rem, 1.131rem + 2.2vw, 2.188rem);
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

figure {
	margin: 0;
}

* , *::before , *::after {
	box-sizing: border-box;
}

a[href^=tel] {
	color: inherit;
}

ul , ol {
	list-style: none;
}

img , video , iframe {
	display: block;
}

.clearfix:after {
	display: block;
	clear: both;
	text-decoration: none;
	content: "";
}

::placeholder {
	font-weight: 500;
}

input:not(input[type="checkbox"]) , textarea , select {
	display: block;
	width: 100%;
	padding: 0.5em;
	border-style: solid;
	border-color: #e6e6e6;
	border-radius: 0;
	font-size: 1em;
	outline: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="radio"] {
	display: inline-block !important; /* radioは標準でinline-block */
	width: auto !important;

	all: initial;       /* すべて初期値に戻す */
	appearance: auto !important;   /* UAのデフォルトUIに戻す */
}

input:focus , textarea:focus , select:focus {
	border-width: 2px;
	border-color: #313131;
	border-radius: 5px;
}

select {
	background-repeat: no-repeat;
	background-position: right 10px center;
}

select::-ms-expand {
	display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"] , input[type="reset"] , input[type="button"] {
	box-sizing: border-box;
	cursor: pointer;

	-webkit-appearance: button;
	appearance: button;
}

input[type="submit"]::-webkit-search-decoration , input[type="reset"]::-webkit-search-decoration , input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus , input[type="reset"]::focus , input[type="button"]::focus {
	outline-offset: -2px;
}




/* ローダー */
#loader {
	display: flex;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #ffffff;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}

#loader img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 300px;
	width: 75%;
	margin: 0 auto;
}

.loaded {
	visibility: hidden;
	opacity: 0;
}



.container {
	position: relative;
	overflow: hidden;
}

/* 共通テンプレート */

.page-title_container {
	text-align: center;
}

.title-wrap {
	position: relative;
	padding-bottom: 15px;
}

.title-wrap::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: clamp(4.375rem, 1.987rem + 8.49vw, 6.063rem);
	height: 5px;
	background-color: #fba15b;
	content: "";
}

.title-en {
	font-weight: 400;
	font-size: clamp(0.75rem, 0.573rem + 0.63vw, 0.875rem);
	letter-spacing: 3px;
}

.title-ja {
	font-family: "Kiwi maru", "serif";
	font-size: clamp(1.75rem, 1.131rem + 2.2vw, 2.188rem);
}

.page-top-contents_text {
	max-width: 588px;
	width: 80%;
	margin: auto;
	margin-top: clamp(1.375rem, -0.217rem + 5.66vw, 2.5rem);
	font-weight: 400;
	font-size: clamp(0.875rem, 0.61rem + 0.94vw, 1.063rem);
	line-height: 2;
	text-align: center;
}

.set_center-obj , .set_top-obj {
	transform: translateY(100px);
	opacity: 0;
}
.set_center-obj.show_content , .set_top-obj.show_content {
	transform: translateY(0);
	opacity: 1;
	transition: transform 0.9s, opacity 0.9s;
}

/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：ヘッダー
*******************************************************************************/
.header_container {
	display: block;
	position: fixed;
	z-index: 9998;
	width: 100%;
}
.header_container::after {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	opacity: 0.9;
	content: "";
}


.header_contents {
	display: flex;
	max-width: 1860px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}


.common_logo-contents {
	display: flex;
	align-items: center;
}

.common_logo-contents img {
	width: 100%;
}

.common_logo-text {
	display: flex;
	font-weight: normal;
	flex-direction: column-reverse;
}



.common_menu-list {
	display: flex;
}

.common_logo-img {
	display: flex;
	justify-content: center;
	align-items: center;
}





.head_logo {
	position: relative;
	z-index: 9999;
	max-width: 219px;
	width: clamp(9.5rem, 6.797rem + 5.63vw, 13.688rem);
}
.head_logo img {
	width: 100%;
}

.head_logo a {
	color: #ffffff;
}

.head_logo .common_logo-contents {
	column-gap: clamp(0.938rem, 0.104rem + 1.74vw, 2.188rem);
}
.head_logo .common_logo-img {
	max-width: 90px;
	min-width: 60px;
	width: clamp(3.75rem, 2.5rem + 2.6vw, 5.625rem);
	background-color: #ffffff;

	aspect-ratio: 1/1;
}

.head_logo .common_logo-img img {
	max-width: 62px;
	min-width: 44px;
	width: clamp(2.75rem, 2rem + 1.56vw, 3.875rem);
}
.head_logo .common_logo-text {
	font-size: clamp(0.938rem, 0.857rem + 0.17vw, 1.063rem);
	letter-spacing: 0.12em;
}



@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


.header_menu-list {
	font-weight: 500;
	font-size: clamp(0.938rem, 0.857rem + 0.17vw, 1.063rem);
	letter-spacing: 0.05em;
	column-gap: clamp(0.938rem, -1.369rem + 3.42vw, 2.813rem);
	align-items: center;
}

.header_menu-list a , .header_menu-list .menu-item.current-menu-item.hover_del a {
	color: #1a1f19;
	transition: all 0.3s;
}



.header_menu-list .menu-item {
	display: flex;
	position: relative;
	margin-right: -0.05em;
	flex-direction: column;
	align-items: center;
}

.header_menu-list .menu-item:not(.head_contact-btn)::after {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #bd2d2e;
	content: "";
	transition: all 0.3s;
}

.header_menu-list .menu-item.current-menu-item::after , .header_menu-list .menu-item.hover_item::after {
	transform: scale(1);
}

.header_menu-list .menu-item::after , .header_menu-list .menu-item.hover_del::after {
	transform: scale(0);
}

.header_menu-list .menu-item::after , .header_menu-list .menu-item.hover_item::after {
	transform-origin: left center;
}

.header_menu-list .menu-item.current-menu-item::after {
	transform-origin: right center;
}


.header_access {
	display: flex;
	column-gap: 40px;
	align-items: center;
}



.navToggle {
	display: flex;
	position: relative;
	right: 0;
	z-index: 9999;
	flex-direction: column;
	align-items: center;
	cursor: pointer;

	row-gap: 4px;
}

.navToggle > span {
	font-weight: 900;
	font-size: 12px;
}

.toggle_line {
	display: flex;
	position: relative;
	width: 35px;
	height: 30px;
	justify-content: center;
	align-items: center;
}
.home .toggle_line span {
	box-shadow: 0 0 4px #ffffff;
}
.toggle_line span {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 5px;
	background-color: #000000;
}

.toggle_line span:nth-child(1) {
	top: 0px;
}


.toggle_line span:nth-child(3) {
	bottom: 0px;
}

.motion_union .toggle_line span:nth-of-type(1) {
	animation: union-bar01 0.75s forwards;
}

.motion_union .toggle_line span:nth-of-type(2) {
	top: 12.5px;
	opacity: 1;
	transition: all 0.25s 0.25s;
}

.motion_union .toggle_line span:nth-of-type(3) {
	animation: union-bar02 0.75s forwards;
}


.motion_union.active .toggle_line span:nth-of-type(1) {
	animation: active-union-bar01 0.75s forwards;
}

.motion_union.active .toggle_line span:nth-of-type(2) {
	opacity: 0;
}

.motion_union.active .toggle_line span:nth-of-type(3) {
	animation: active-union-bar03 0.75s forwards;
}

@media screen and (min-width: 768px) {
	.header_contents {
		width: 95%;
		height: 80px;
		padding-right: clamp(0rem, -0.807rem + 1.68vw, 1.25rem);
	}


	.toggle_line {
		width: 55px;
		height: 30px;
	}

	.toggle_line span {
		height: 3px;
	}
	.motion_union .toggle_line span:nth-of-type(2) {
		top: 13.5px;
	}
	@keyframes union-bar01 {
		0% {
			transform: translate(-50%, 13.5px) rotate(25deg);
		}

		50% {
			transform: translate(-50%, 13.5px) rotate(0);
		}

		100% {
			transform: translate(-50%, 0) rotate(0);
		}
	}

	@keyframes union-bar02 {
		0% {
			transform: translate(-50%, -13.5px) rotate(-25deg);
		}

		50% {
			transform: translate(-50%, -13.5px) rotate(0);
		}

		100% {
			transform: translate(-50%, 0) rotate(0);
		}
	}

	@keyframes active-union-bar01 {
		0% {
			transform: translate(-50%, 0) rotate(0);
		}

		50% {
			transform: translate(-50%, 13.5px) rotate(0);
		}

		100% {
			transform: translate(-50%, 13.5px) rotate(25deg);
		}
	}

	@keyframes active-union-bar03 {
		0% {
			transform: translate(-50%, 0) rotate(0);
		}

		50% {
			transform: translate(-50%, -13.5px) rotate(0);
		}

		100% {
			transform: translate(-50%, -13.5px) rotate(-25deg);
		}
	}
}
@media screen and (min-width: 1081px) {
	.navToggle {
		display: none;
	}
}
@media screen and (max-width: 1080px) {
	.header_menu-nav {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	@media screen and (max-width: 600px) {
		.admin_position .header_container {
			position: absolute;
		}

		.header_container {
			top: 0;
		}
	}
}

@media screen and (max-width: 767px) {
	.header_inner {
		padding-right: 20px;
	}

	.header_contents {
		width: 100%;
		height: 50px;
		padding: 0 20px;
	}
	.toggle_line {
		width: 25px;
		height: 15px;
	}
	.toggle_line span {
		height: 2px;
	}
	.motion_union .toggle_line span:nth-of-type(2) {
		top: 6.5px;
	}
	@keyframes union-bar01 {
		0% {
			transform: translate(-50%, 6.5px) rotate(33deg);
		}

		50% {
			transform: translate(-50%, 6.5px) rotate(0);
		}

		100% {
			transform: translate(-50%, 0) rotate(0);
		}
	}

	@keyframes union-bar02 {
		0% {
			transform: translate(-50%, -6.5px) rotate(-33deg);
		}

		50% {
			transform: translate(-50%, -6.5px) rotate(0);
		}

		100% {
			transform: translate(-50%, 0) rotate(0);
		}
	}

	@keyframes active-union-bar01 {
		0% {
			transform: translate(-50%, 0) rotate(0);
		}

		50% {
			transform: translate(-50%, 6.5px) rotate(0);
		}

		100% {
			transform: translate(-50%, 6.5px) rotate(33deg);
		}
	}

	@keyframes active-union-bar03 {
		0% {
			transform: translate(-50%, 0) rotate(0);
		}

		50% {
			transform: translate(-50%, -6.5px) rotate(0);
		}

		100% {
			transform: translate(-50%, -6.5px) rotate(-33deg);
		}
	}
}

.fixed_nav {
	display: flex;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 3;
	z-index: 10;
	transform: translateX(-50%);
	max-width: 1820px;
	max-height: 1080px;
	height: 100dvh;
	margin: 0 auto;
	justify-content: flex-end;
	align-items: flex-end;
}

@media screen and (min-width: 783px) {
	.admin-bar .fixed_nav {
		top: 32px;
		max-height: calc(1080px - 32px);
		height: calc(100dvh - 32px);
	}

	.admin_position .menu_container {
		height: calc(100dvh - 32px);
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .fixed_nav {
		top: 46px;
		max-height: calc(1080px - 46px);
		height: calc(100dvh - 46px);
	}

	.admin_position .menu_container {
		height: calc(100dvh - 46px);
	}
}


.fixed_nav-list {
	display: flex;
}

.fixed_nav-list a {
	display: flex;
	visibility: visible;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	align-items: center;
}

.fixed_nav.scroll_end a {
	visibility: hidden !important;
	opacity: 0;
}

#fixed_nav-tel a {
	background-color: #2b2b2b;
	color: #ffffff;
	column-gap: 10px;
}


#fixed_nav-contact a {
	background-color: #c6002e;
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(1rem, 0.749rem + 0.52vw, 1.375rem);
}

#fixed_nav-tel a i {
	font-size: 20px;
}

#fixed_nav-tel a dl {
	display: flex;
	line-height: 21px;
	flex-direction: column;
}

#fixed_nav-tel a dt {
	margin-bottom: -0.15em;
	font-weight: bold;
	font-size: 18px;
}

#fixed_nav-tel a dd {
	font-weight: 400;
	font-size: 12px;
}

#fixed_nav-contact i {
	font-size: 17px;
}

@media screen and (min-width: 768px) {
	.fixed_nav {
		width: 95%;
	}

	.fixed_nav-list {
		position: relative;
		margin-bottom: 20px;
	}

	.fixed_nav-list a {
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	}

	#fixed_nav-tel {
		position: absolute;
		bottom: calc(100% - 10px);
		left: calc(0px - 10px);
		z-index: 5 !important;
		transform: rotateZ(-3deg);
	}

	#fixed_nav-tel a {
		position: relative;
		padding: 8px 25px;
	}

	#fixed_nav-tel a::before {
		position: absolute;
		top: 4px;
		left: 4px;
		width: 8px;
		border-radius: 100%;
		background-color: #ffffff;
		content: "";

		aspect-ratio: 1/1;
	}

	#fixed_nav-contact a {
		max-width: 270px;
		width: 270px;
		padding: clamp(1.281rem, 1.114rem + 0.35vw, 1.531rem) 25px clamp(1.281rem, 1.114rem + 0.35vw, 1.531rem) clamp(1.563rem, 1.144rem + 0.87vw, 2.188rem);
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	.fixed_nav {
		width: 100%;
	}

	.fixed_nav-list {
		width: 100%;
	}

	.fixed_nav-item {
		width: 50%;
	}

	.fixed_nav-item a {
		width: 100%;
		height: 55px;
		justify-content: center;
	}

	#fixed_nav-contact a {
		column-gap: 35px;
	}

	#fixed_nav-contact i {
		font-size: 10px;
	}
}







.common_logo img {
	width: 100%;
}





/*.common_menu-list .menu-item.current_page_item a , .common_menu-list .menu-item a:hover {
	color: #1dadcf;
}*/

.header_menu-list .menu-item.current-menu-item a , .header_menu-list .menu-item a:hover {
	color: #bd2d2e;
}

.global_menu-list .menu-item.current-menu-item a , .global_menu-list .menu-item a:hover {
	color: #fba15b;
}


.head_contact-btn a {
	display: flex;
	width: clamp(7.813rem, 5.506rem + 3.42vw, 9.688rem);
	padding: 10.5px 0;
	border: 2px solid #f52626;
	justify-content: center;
	align-items: center;
}
.head_contact-btn.current-menu-item a , .head_contact-btn a:hover {
	background-color: #ffffff;
	color: #f52626 !important;
}
.head_contact-btn a , .head_contact-btn.hover_del a {
	background-color: #f52626;
	color: #ffffff !important;
}
.menu-item.current-menu-item a {
	pointer-events: none;
}

.mobile_menu-list .menu-item::after {
	position: absolute;
	top: 100%;
	left: 0;
	transform-origin: right top;
	height: 1px;
	background: #1dadcf;
	content: "";
	transition: transform 0.3s;
}

.mobile_menu-list .menu-item::after {
	width: calc(100% + 5px);
}


.menu_container {
	display: flex;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	height: 100dvh;
	background-color: #ffffff;
	opacity: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}


.menu_container.active , .test .menu_container {
	visibility: visible;
	opacity: 1;
}


.global_menu-nav {
	display: flex;
	position: relative;
	z-index: 5;
	max-width: 1000px;
	width: 100%;
	flex-direction: column;
}


.site_menu-list {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.global_menu-list a {
	display: flex;
	color: #1a1f19;
	flex-direction: column;
	align-items: center;
	transition: all 0.5s;
}
.global_menu-list a:hover {
	opacity: 0.8;
}


#menu-global_menu-right li:nth-last-of-type(-n+3) {
	display: flex;
	font-size: 15px;
}
#menu-global_menu-right li:nth-last-of-type(-n+3) a {
	position: relative;
}
#menu-global_menu-right li:nth-last-of-type(-n+3) a::after {
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: black;
	content: "";
}
#menu-global_menu-right {
	row-gap: 20px;
}
#menu-global_menu-right li:nth-of-type(3) {
	margin-bottom: 10px;
}

/*.set_top-obj {
	transform: translateY(50px);
	opacity: 0;
	transition: all 1s;
	transition-delay: 0.2s;
}

.set_top-obj.show_content {
	transform: translateY(0px);
	opacity: 1;
}*/

.global_menu-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;

	row-gap: 30px;
}

@media screen and (min-width: 768px) {
	.global_menu-list {
		row-gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.global_menu-list {
		row-gap: 15px;
	}
	.global_bottom {
		row-gap: 10px;
	}
}

.global_menu-list {
	flex-direction: column;
}

.global_menu-list li {
	width: fit-content;
}

.global_menu-list a {
	display: flex;
	width: fit-content;
	word-break: keep-all;
	column-gap: 10px;
	align-items: baseline;
}

.global_menu-list .main_menu strong {
	position: relative;
	font-weight: bold;
	font-size: 22px;
	line-height: normal;
}
/*.global_menu-list li:not(.main_menu) a {
	text-decoration: underline;
}*/

.global_head {
	font-weight: bold;
	font-size: clamp(1rem, -0.516rem + 3.16vw, 1.563rem);
	column-gap: clamp(1.25rem, -3.803rem + 10.53vw, 3.125rem);
	grid-template-columns: repeat(3, auto);
}
@media screen and (min-width: 375px) {
	.global_head {
		display: grid;
	}
}
.global_bottom {
	width: 100%;
	border-top: 1px dashed #332b2b;
	font-size: clamp(0.875rem, 0.201rem + 1.4vw, 1.125rem);
}

@media screen and (min-width: 768px) {
	.global_bottom {
		margin-top: 50px;
		padding-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.global_bottom {
		padding-top: 35px;
	}
}

/*.global_bottom a {
}*/

.global_menu-list .main_menu strong::after {
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	content: "";
}

.global_menu-list span:lang(en) {
	font-weight: normal;
	font-size: clamp(0.938rem, 0.095rem + 1.75vw, 1.25rem);
	white-space: nowrap;
	transition: all 0.5s;
}
.global_menu-list span:lang(en) , .global_menu-list .menu-item.current-menu-item.hover_del a span:lang(en) {
	color: #fba15b;
}
.global_menu-list .menu-item.current-menu-item a span:lang(en) , .global_menu-list a:hover span:lang(en) , .global_menu-list .menu-item.current-menu-item.hover_del a {
	color: #1a1f19;
}

@media screen and (min-width: 768px) {
	.global_menu-nav {
		width: 95%;
		column-gap: clamp(1.25rem, -3.803rem + 10.53vw, 3.125rem);
	}
	.global_head {
		grid-template-columns: repeat(4, auto);
	}
}

@media screen and (max-width: 767px) {
	.global_menu-nav {
		width: 100%;
		padding: 0 20px;
		flex-wrap: wrap;

		row-gap: 35px;
	}
	@media screen and (min-width: 541px) {
		.global_menu-nav {
			justify-content: center;
		}
	}
	@media screen and (max-width: 540px) {
		.global_menu-nav {
			flex-direction: column;
		}
	}
	.global_head {
		grid-template-columns: repeat(2, auto);
	}

	.global_menu-list a {
		flex-direction: column;
		flex-wrap: wrap;

		/*row-gap: 5px;*/
	}
	#menu-global_menu-left {
		row-gap: 40px;
	}
	#menu-global_menu-right li:nth-of-type(-n+2) {
		margin-bottom: 20px;
	}

	.global_menu-list span:lang(en) {
		font-size: 14px;
	}

	@media screen and (max-width: 389px) {
		.global_menu-list {
			column-gap: 25px;
		}
	}
}



.site_menu-item.no_link a {
	opacity: 0.19;
	pointer-events: none;
}

.main_menu-container {
	font-weight: bold;
	font-size: 22px;
}


.main_menu-item span {
	margin-left: 15px;
	color: #1dadcf;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.5s;
}

.main_menu-item:first-child span {
	margin-left: 38px;
}

.sub_menu-list {
	font-weight: 500;

	row-gap: 20px;
}



@media screen and (min-width: 486px) {
	.site_menu-container {
		width: 50%;
	}

	.main_menu-list {
		row-gap: 75px;
	}

	.sub_menu-list {
		max-width: fit-content;
		margin-left: auto;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 485px) {
	.main_menu-container {
		margin-bottom: 20px;
	}

	.main_menu-list {
		row-gap: 20px;
	}

	@media screen and (max-height: 566px) {
		.admin-bar .global_menu-nav {
			overflow-y: scroll;
		}
	}

	@media screen and (max-height: 520px) {
		body:not(.admin-bar) .global_menu-nav {
			overflow-y: scroll;
		}
	}
}


.scroll_range {
	display: block;
	position: relative;
	width: 100%;
}
.breadcrumb_nav {
	display: block;
	max-width: 1730px;
	margin: 0 auto;
	color: #363636;
	font-weight: normal;
	font-size: clamp(0.813rem, 0.767rem + 0.09vw, 0.875rem);
}
.breadcrumb_nav a {
	color: #363636;
	transition: all 0.3s;
}
.breadcrumb_nav a:hover {
	color: #df4f4d;
}
.breadcrumb_list {
	display: flex;
	flex-wrap: wrap;
}
.breadcrumb_item:not(:nth-last-of-type(1)) {
	display: flex;
	align-items: center;
}
.breadcrumb_item:not(:nth-last-of-type(1))::after {
	margin: 0 1em;
	line-height: 1;
	white-space: nowrap;
	content: "＞";
}

@media screen and (min-width: 768px) {
	body:not(.home) .scroll_range {
		padding-top: 80px;
	}
	.breadcrumb_nav {
		width: 95%;
		margin-bottom: 45px;
		padding-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	body:not(.home) .scroll_range {
		padding-top: 50px;
	}
	.breadcrumb_nav {
		width: calc(100% - 40px);
		margin-bottom: 20px;
		padding-top: 10px;
	}
}


/*******************************************************************************
	フッター
*******************************************************************************/
.lower_container {
	display: flex;
	position: relative;
	width: 100%;
	margin: 0 auto;
	flex-direction: column;

	row-gap: 80px;
}
.lower_container::before , .lower_container::after {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	content: "";

	mask-position: center top;
	-webkit-mask-position: center top;
	mask-image: url(./images/footer_mask2.png);
	-webkit-mask-image: url(./images/footer_mask2.png);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 1920px) {
	.lower_container::before , .lower_container::after {
		mask-size: 1920px 2100px;
		-webkit-mask-size: 1920px 2100px;
	}
}
.lower_container::before {
	background-image: url(./images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.lower_container::after {
	background-color: #2b1e1d;
	opacity: 0.81;
}
.lower_container > * {
	position: relative;
	z-index: 1;
}
.footer_contact-container {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	color: #ffffff;
	flex-direction: column;
}
.footer_contact-title {
	display: flex;
	font-weight: 500;
	column-gap: clamp(0.625rem, -0.754rem + 2.87vw, 1.25rem);
	justify-content: center;
	align-items: center;
}
.footer_contact-title i {
	font-size: clamp(1.125rem, -0.254rem + 2.87vw, 1.75rem);
}
.footer_contact-title strong {
	display: inline-flex;
	position: relative;
	font-weight: 500;
	font-size: clamp(1.375rem, -2.33rem + 7.72vw, 2.75rem);
	flex-direction: column;
}
.footer_contact-title strong::after {
	display: block;
	position: absolute;
	top: calc(100% + 5px);
	width: 100%;
	height: clamp(0.125rem, -0.151rem + 0.57vw, 0.25rem);
	background-color: #ffffff;
	content: "";
}
.footer_contact-nav {
	display: flex;
	width: 100%;
	margin: 0 auto;
}
.footer_contact-list {
	display: flex;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
}
.footer_contact-item a {
	display: flex;
	width: fit-content;
	margin: 0 auto;
	column-gap: 25px;
	align-items: center;
	transition: all 0.4s;
}
@media screen and (min-width: 551px) {
	.footer_contact-nav {
		border-right: 2px solid #ffffff;
		border-left: 2px solid #ffffff;
	}
	.footer_contact-list {
		min-height: clamp(11.25rem, -11.509rem + 47.41vw, 21.563rem);
	}
	.footer_contact-list::before {
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 2px;
		height: 100%;
		background-color: #ffffff;
		content: "";
	}
	.footer_contact-item {
		width: 50%;
	}
	.footer_contact-item a {
		flex-direction: column;
	}
	#footer_tel {
		padding-top: clamp(2.188rem, -6.778rem + 18.68vw, 6.25rem);
	}
	#footer_tel dl dt {
		display: flex;
	}
	#footer_tel dl dt::after {
		margin: 0 0.5em;
		content: "/";
	}
	#footer_contact {
		padding-top: clamp(2.813rem, -6.153rem + 18.68vw, 6.875rem);
	}
	#footer_contact a span {
		font-weight: bold;
	}
}
@media screen and (max-width: 550px) {
	.footer_contact-list {
		border-width: 1px 0;
		border-style: solid;
		border-color: #ffffff;
		flex-direction: column;
	}
	.footer_contact-item {
		width: 100%;
	}
	.footer_contact-item a {
		width: 100%;
		background-color: rgba(255,255,255, 0.2);
		justify-content: center;
	}
	#footer_tel a {
		padding: 14.5px 10px;
	}
	#footer_tel a i {
		font-size: 63px;
	}
	#footer_tel dl {
		flex-direction: column;
	}
	#footer_contact {
		border-top: 1px solid #ffffff;
	}
	#footer_contact a {
		padding: 21px 10px;
	}
	#footer_contact a span {
		padding-left: 20px;
		font-weight: 500;
		flex-direction: column;

		row-gap: 10px;
	}
	#footer_contact i {
		font-size: 45px;
	}
	.foot_reception-container {
		row-gap: 5px;
	}
}


#footer_tel a:hover {
	color: #df4f4d;
}
#footer_tel a dl {
	color: #ffffff !important;
}
#footer_tel i {
	font-size: clamp(2.188rem, -4.019rem + 12.93vw, 5rem);
}
#footer_tel strong {
	display: flex;
	font-size: clamp(1.563rem, -0.506rem + 4.31vw, 2.5rem);
	column-gap: 5px;
	align-items: baseline;
}
#footer_tel strong span {
	font-size: clamp(1.125rem, -0.116rem + 2.59vw, 1.688rem);
}
#footer_tel dl {
	display: flex;
	font-weight: 500;
	font-size: clamp(0.875rem, 0.737rem + 0.29vw, 0.938rem);
	justify-content: center;
}
#footer_tel dd span {
	font-size: 14px;
}

#footer_contact a {
	color: #ffffff;
}
#footer_contact a:hover {
	color: #df4f4d;
}
#footer_contact a > i {
	font-size: clamp(2.188rem, -4.019rem + 12.93vw, 5rem);
}
#footer_contact a span {
	display: flex;
	font-size: clamp(1.375rem, -0.418rem + 3.74vw, 2.188rem);
	column-gap: 10px;
	align-items: center;
}
#footer_contact a span i {
	font-size: clamp(1.563rem, -0.506rem + 4.31vw, 2.5rem);
}
.foot_reception-container {
	display: flex;
	flex-direction: column;
}
.footer_container {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	flex-direction: column;
	justify-content: flex-end;
}
.footer_inner {
	display: flex;
	width: 100%;
	margin: 0 auto;
	flex-direction: column;

	row-gap: 50px;
}
.footer_profile {
	display: flex;
	color: #ffffff;
	font-size: clamp(0.813rem, 0.644rem + 0.35vw, 0.875rem);
	line-height: 23px;
	flex-direction: column;
}
.footer_profile img {
	max-width: 337px;
	width: 85%;
}
.footer_nav {
	display: flex;
	width: 100%;
	column-gap: clamp(1.875rem, -5.704rem + 15.79vw, 4.688rem);
	flex-wrap: wrap;

	row-gap: 20px;
}

.footer_nav-list {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.footer_nav-list li.current-menu-item a {
	color: #df4f4d;
}
.footer_nav-list a , .footer_nav-list li.hover_del a {
	color: #ffffff;
}
.footer_nav-list a {
	transition: all 0.4s;
}
.footer_nav-list li {
	white-space: nowrap;
}
.footer_nav-list li.hover_item a {
	color: #df4f4d;
}


.foot_head {
	column-gap: clamp(1.875rem, -5.704rem + 15.79vw, 4.688rem);
}

.foot_head li {
	font-weight: 500;
}
.foot_bottom {
	column-gap: 30px;

	row-gap: 10px;
}
.foot_bottom li {
	font-weight: normal;
	font-size: clamp(0.875rem, 0.737rem + 0.29vw, 0.938rem);
}
.footer_making {
	display: flex;
	width: 100%;
	color: #ffffff;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.lower_container {
		row-gap: 80px;
	}
	.footer_contact-container {
		width: 95%;
		padding-top: 70px;

		row-gap: 70px;
	}
	#footer_tel i {
		margin-bottom: 15px;
	}
	#footer_contact a {
		row-gap: 25px;
	}
	.footer_container {
		width: 95%;
		padding-bottom: 15px;

		row-gap: 95px;
	}
	.footer_inner {
		row-gap: 50px;
	}
	.footer_profile {
		font-weight: 600;

		row-gap: 20px;
	}
	.footer_nav {
		align-items: flex-end;
	}
	.foot_head {
		display: grid;
		font-size: clamp(0.938rem, 0.432rem + 1.05vw, 1.125rem);
		grid-template-columns: repeat(4, auto);

		row-gap: 30px;
	}
	.foot_bottom {
		flex-direction: column;
	}
	.foot_head li {
		flex: 1 0 10%;
	}
}
@media screen and (max-width: 767px) {
	.lower_container {
		row-gap: 40px;
	}
	.footer_contact-container {
		width: calc(100% - 40px);
		padding-top: 40px;

		row-gap: 40px;
	}
	#footer_contact a {
		row-gap: 15px;
	}
	.footer_container {
		width: calc(100% - 40px);
		padding-bottom: 10px;

		row-gap: 40px;
	}
	.footer_inner {
		row-gap: 30px;
	}
	.footer_profile {
		row-gap: 15px;
	}
	.footer_nav {
		max-width: 620px;
		margin: 0 auto;
	}
	.footer_nav-list {
		row-gap: 20px;
	}
	.foot_head {
		font-size: clamp(0.875rem, 0.758rem + 0.37vw, 0.938rem);
		column-gap: clamp(1.25rem, 0.08rem + 3.75vw, 1.875rem);
	}
	@media screen and (max-width: 565px) {
		.foot_head {
			max-width: 400px;
		}
	}
	@media screen and (min-width: 451px) {
		.footer_nav {
			justify-content: center;
		}
		.footer_nav-list {
			justify-content: center;
		}
		.foot_head {
			column-gap: 40px;
		}
	}
	@media screen and (max-width: 450px) {
		.foot_head {
			display: grid;
			column-gap: 20px;
			grid-template-columns: repeat(2, auto);
		}
		.foot_bottom {
			max-width: 307px;
			width: 100%;
			justify-content: space-between;
		}
		.footer_nav-list li:nth-of-type(even) {
			width: fit-content;
		}
	}
}





/*******************************************************************************
	追従スプーン
*******************************************************************************/

.spoon_container {
	display: block;
	position: fixed;
	right: -50px;
	bottom: 36px;
	z-index: 50;
	max-width: 370px;
	width: 100%;
	width: clamp(15.625rem, -4.586rem + 42.11vw, 23.125rem);
	transition: all 0.4s;
}

.spoon_container.scroll_end {
	visibility: hidden;
	position: absolute;
	opacity: 0;
}

.spoon_inner {
	position: relative;
	width: 370px;
	height: 165px;
	background-image: url(./images/fixed/spoon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.spoon_order-btn {
	display: inline-block;
	position: absolute;
	top: -16px;
	left: 0;

	-webkit-clip-path: ellipse(59% 52% at 50% 50%);
	clip-path: ellipse(59% 52% at 50% 50%);
}

.spoon_order-btn:hover {
	transform: scale(1.05);
	transition: all 0.3s;
}

.spoon_menu-btn {
	display: inline-block;
	position: absolute;
	top: -84px;
	left: 72px;

	-webkit-clip-path: polygon(17% 18%, 20% 8%, 25% 2%, 32% 12%, 80% 20%, 80% 24%, 86% 25%, 82% 86%, 17% 71%, 18% 68%, 12% 67%, 23% 26%);
	clip-path: polygon(17% 18%, 20% 8%, 25% 2%, 32% 12%, 80% 20%, 80% 24%, 86% 25%, 82% 86%, 17% 71%, 18% 68%, 12% 67%, 23% 26%);
}

.spoon_menu-btn:hover {
	transform: scale(1.05);
	transition: all 0.3s;
}

@media screen and (max-width: 767px) {
	.spoon_container {
		right: -30px;
		bottom: 27px;
		max-width: 190px;
		/*max-width: 277.5px;*/
	}

	.spoon_inner {
		width: 277.5px;
		height: 123.75px;
	}

	.spoon_order-btn {
		top: 0;
	}

	.spoon_order-btn img {
		width: 100px;

/*height: 102px;*/

		object-fit: cover;
	}

	.spoon_menu-btn {
		top: -50px;
		left: 54px;
	}

	.spoon_menu-btn img {
		width: 91.5px;
		height: 91.5px;

		object-fit: cover;
	}
}
