@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Chicle&family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
	overflow-x: clip;
}
body {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open,
body.training_open {
	width: 100%;
	height: 100%;
	position: fixed;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1340px) {
	html {
		font-size: .7463vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.4876vw;
	}
}

/* font
----------------------------------------*/
.en {
	font-family: "Chicle", serif;
}
.barlow {
	font-family: "Barlow Condensed", sans-serif;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1500;
}
.header_pc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 5rem;
}
.header_logo {
	display: block;
	flex-shrink: 0;
}
.header_logo img {
	height: 5.7rem;
	width: auto;
}
.header_nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.header_nav ul {
	display: flex;
	gap: 3.7rem;
	list-style: none;
}
.header_nav ul a {
	font-size: 1.6rem;
	color: #fff;
	white-space: nowrap;
	font-weight: 600;
}
@media (hover: hover) {
	.header_nav ul a:hover {
		opacity: 0.6;
	}
}
.header_instagram {
	display: block;
	flex-shrink: 0;
}
.header_instagram img {
	width: 2rem;
	height: 2rem;
}
.header_btn {
	width: 4.6rem;
	height: 4.6rem;
	appearance: none;
	display: block;
	border-radius: 5rem;
	border: 0;
	z-index: 1000;
	cursor: pointer;
	outline: none;
	position: fixed;
	top: 2rem;
	right: 2rem;
}
.open .header_btn {
	background: #fff;
	border: none;
}
@media only screen and (max-width: 768px) {
	.open .header_btn {
		background: #333333;
	}
	.open .header_btn_dot {
		background: #FFB932;
		width: .8rem;
		height: .8rem;
	}
}
.header_btn_dot {
	display: none;
}
@media only screen and (max-width: 768px) {
	.header {
		top: 0;
		left: 0;
		width: 100%;
		right: 0;
	}
	.header_sp {
		position: fixed;
		top: 2rem;
		left: 2rem;
		right: 2rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 1500;
	}
	.header_sp_logo img {
		width: 8rem;
		height: 3.5rem;
		object-fit: contain;
	}
	.header_btn {
		position: static;
		width: 10.2rem;
		height: 3.4rem;
		background: transparent;
		border: .1rem solid #fff;
		border-radius: 4rem;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: .06em;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 2rem;
		padding-right: 1.3rem;
	}
	.header_btn_dot {
		display: block;
		width: .4rem;
		height: .4rem;
		border-radius: 50%;
		background: #fff;
		flex-shrink: 0;
	}
}

/*gnav
----------------------------------------*/
@media only screen and (max-width: 768px) {
	.gnav_detail {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100dvh;
		overflow: auto;
		background: #FEB931;
		padding: 10.5rem 0 5.9rem;
		z-index: 1200;
		transform: translateX(100%);
		transition: transform .5s;
	}
	.open .gnav_detail {
		transform: none;
	}
	.gnav_detail > ul {
		display: block;
		width: 33rem;
		margin: 0 auto;
	}
	.gnav_detail > ul > li + li {
		margin-top: 2rem;
	}
	.gnav_detail > ul > li > a {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #333333;
		font-size: 2.6rem;
		font-weight: 500;
		border-bottom: .1rem solid #333333;
		line-height: 5rem;
	}
	.gnav_detail > ul > li > a::after {
		content: '';
		width: .8rem;
		height: .8rem;
		background: url(../img/index/icon_arrow.svg) no-repeat center / contain;
		flex-shrink: 0;
	}
	.gnav_sub {
		width: 33rem;
		margin: 4rem auto 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.gnav_sub_list {
		display: flex;
		gap: 2rem;
	}
	.gnav_sub_list a {
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.2rem;
		color: #333333;
		line-height: 1.5;
	}
	.gnav_sub_instagram img {
		width: 2rem;
		height: 2rem;
		filter: brightness(0);
	}
}

/*btn
----------------------------------------*/
.btn {
	color: #333333;
	border: .1rem solid #333333;
	background: transparent;
	font-size: 1.3rem;
	max-width: 30.4rem;
	font-weight: 900;
	width: 100%;
	height: 5rem;
	border-radius: 4rem;
	display: flex;
	align-items: center;
	padding: 1rem 4.8rem 1rem 3.5rem;
	letter-spacing: 0.06em;
	line-height: 1.85;
	transition: background .3s, color .1s;
}
.btn::after {
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../img/index/icon_arrow.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.75rem;
	transition: filter .3s;
}
.btn_more {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	letter-spacing: .08em;
	border-radius: 7rem;
	padding-left: 3rem;
	width: 20rem;
	height: 5rem;
	border: .1rem solid #fff;
}
.btn_more::after {
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../img/index/icon_arrow.svg) no-repeat center / contain;
	filter: brightness(0) invert(1);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
}
@media (hover:hover) {
	.btn:hover {
		opacity: 0.7;
	}
	.btn a:hover {
		opacity: 1;
	}
	.btn_more:hover {
		opacity: 0.8;
	}
}
@media only screen and (max-width: 768px) {
	.btn {
		min-width: 100%;
		height: 6rem;
		padding: 0 4.5rem 0 3rem;
	}
	.btn::after {
		width: 1.2rem;
    height: 1.3rem;
		right: 2rem;
		top: 52%;
	}
}

/*footer
----------------------------------------*/
.footer {
	padding: 10rem 0 0;
	z-index: 2;
	background: #F3F2EF;
}
.footer .inview {
	opacity: 0;
	transition: opacity .5s;
	transition-delay: .1s;
}
.footer .inview.show {
	opacity: 1;
}
.footer_inner {
	max-width: 129rem;
	margin: 0 auto;
}
.footer h2 {
	text-align: center;
}
.footer h2 .en {
	font-size: 6rem;
}
.footer_logo_wrap {
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.footer_logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.footer_logo--main {
	gap: 4rem;
}
.footer_logo--main figure {
	width: 18.2rem;
}
.footer_logo--main figure img {
	width: 100%;
	height: auto;
}
.footer_logo--sub {
	gap: 3rem;
}
.footer_logo--sub figure {
	width: 17.3rem;
}
.footer_logo--sub figure img {
	width: 100%;
	height: auto;
}
.footer_info {
	margin-top: 2rem;
	color: #000000;
	font-size: 1.2rem;
	letter-spacing: .04em;
}
.footer_info a img {
	width: 18.2rem;
	margin-bottom: 3rem;
}
.footer_info p {
	line-height: 1.3;
}
.footer_info p + p {
	margin-top: 1rem;
}
.footer_white {
	background: #fff;
	padding: 13.8rem 0 9.5rem;
	margin-top: 10rem;
}
.footer_white_inner {
	max-width: 129rem;
	margin: 0 auto;
}
.footer_mid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_nav_wrap {
	display: flex;
	align-items: center;
	gap: 8.3rem;
}
.footer_nav ul {
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
}
.footer_nav ul li a {
	font-size: 2rem;
	font-weight: 500;
}
.footer_instagram {
	align-self: flex-end;
}
.footer_instagram img {
	width: 2rem;
	height: 2rem;
	filter: brightness(0) invert(0.2);
	margin-bottom: 0.7rem;
}
.footer_bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 7rem;
}
.footer_link {
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: .1em;
	display: flex;
	gap: 3rem;
}
.footer .copyright {
	font-family: "Figtree", sans-serif;
	display: block;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 0;
}
.footer .scroll_text {
	margin-top: 5rem;
	position: relative;
	z-index: 1;
	margin-bottom: -17rem;
}
.footer .scroll_text .scroll_text_item {
	color: #333333;
}
.footer .scroll_text .scroll_text_item img {
	filter: brightness(0);
}
@media (hover:hover) {
	.footer_link a:hover {
		text-decoration: underline;
		text-underline-offset: .3rem;
	}
}
@media only screen and (max-width: 768px) {
	.footer {
		padding: 7.8rem 0 0;
	}
	.footer h2 .en {
		font-size: 5rem;
		letter-spacing: .04em;
	}
	.footer_white {
		padding: 9.4rem 0 3rem;
	}
	.footer_logo_wrap {
		align-items: center;
		margin-top: 0;
	}
	.footer_logo {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		margin: 0;
		gap: 0;
	}
	.footer_logo--sub {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: .5rem;
	}
	.footer_logo--sub figure {
		width: 11.5rem;
	}
	.footer_mid {
		flex-direction: column-reverse;
	}
	.footer_bottom {
		margin-top: 0;
		justify-content: center;
	}
	.footer .copyright {
		text-align: center;
	}
	.footer_link a {
		display: block;
		width: fit-content;
	}
	.footer_nav_wrap.sp {
		margin-top: 0;
		padding: 0 3rem;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: 100%;
	}
	.footer_nav_wrap.sp .footer_nav ul {
		display: block;
	}
	.footer_nav_wrap.sp .footer_nav ul li + li {
		margin-top: 1.5rem;
	}
	.footer_nav_wrap.sp .footer_nav ul li a {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #333333;
		font-size: 2rem;
		font-weight: 500;
		border-bottom: .1rem solid #ABABAB;
		line-height: 4rem;
	}
	.footer_nav_wrap.sp .footer_nav ul li a::after {
		content: '';
		width: .8rem;
		height: .8rem;
		background: url(../img/index/icon_arrow.svg) no-repeat center / contain;
		flex-shrink: 0;
	}
	.footer_nav_wrap.sp > div {
		display: flex;
		justify-content: space-between;
		margin-top: 4.4rem;
	}
	.footer_nav_wrap.sp .footer_link {
		display: flex;
		gap: 2rem;
	}
	.footer_nav_wrap.sp .footer_link a {
		font-weight: 700;
		font-size: 1.2rem;
		color: #333333;
		line-height: 1.5;
		width: auto;
	}
	.footer_nav_wrap.sp .footer_instagram img {
		width: 2rem;
		height: 2rem;
		filter: brightness(0);
	}
	.footer_info {
		margin: 6.5rem 3rem 3rem;
		font-size: 1.2rem;
	}
	.footer_info a img {
		margin-inline: auto;
		width: 19.7rem;
		margin-bottom: .4rem;
	}
	.footer_info p {
		line-height: 2;
	}
	.footer_info p + p {
		margin-top: 0;
	}
	.footer .scroll_text {
		margin-bottom: -14rem;
	}
}

/*scroll_text
----------------------------------------*/
.scroll_text {
	overflow: hidden;
	padding: 1.5rem 0;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.scroll_text_track {
	display: flex;
	align-items: center;
	gap: 0;
	width: max-content;
	animation: scroll_text 30s linear infinite;
}
.scroll_text_item {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-size: 8rem;
	padding-right: 1rem;
	font-weight: 400;
	color: #fff;
	white-space: nowrap;
}
.scroll_text_item img {
	width: 4rem;
	height: auto;
	flex-shrink: 0;
}
@keyframes scroll_text {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}
@media only screen and (max-width: 768px) {
	.scroll_text_item {
		font-size: 3.5rem;
		gap: 0;
		padding-right: 0;
	}
	.scroll_text_item img {
		width: 2.6rem;
	}
	.mv .scroll_text {
		margin-top: 14rem;
	}
}

/*header is-light
----------------------------------------*/
.logo-light { display: none; }
.header.is-light .logo-default { display: none; }
.header.is-light .logo-light { display: block; }
.header.is-light .header_nav ul a {
	color: #DADADA;
}
.header.is-light .header_instagram img {
	filter: brightness(0) invert(.85);
}
@media only screen and (max-width: 768px) {
	.header.is-light .header_btn {
		color: #DADADA;
		border-color: #DADADA;
	}
	.header.is-light .header_btn_dot {
		background: #DADADA;
	}
}

/* food no-link item
----------------------------------------*/
.food_item--nolink {
	cursor: default;
}
.food_item--nolink .food_item__name::after,
.food_item--nolink h3::after {
	content: none !important;
	display: none !important;
}
@media (hover: hover) {
	.food_item--nolink:hover,
	.food_item--nolink:hover .food_item__name,
	.food_item--nolink:hover h3 {
		opacity: 1 !important;
		text-decoration: none !important;
	}
}
