@charset "UTF-8";

.intro {
	padding-top: 120px;
	padding-bottom: 150px;
}

.intro_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: calc(76 / var(--inner-large-val) * 100%);
}

.intro_cnt {
	width: calc(440 / var(--inner-large-val) * 100%);
}

.intro_sub {
	display: inline-block;
}

.intro_sub.vis-sp {
	display: none;
}

.intro_ttl {
	margin-top: 60px;
}

.intro_text {
	margin-top: 36px;
	line-height: 2.2;
	letter-spacing: 0;
}

.intro_main {
	display: inline-block;
	position: relative;
	padding-top: 75px;
}

.intro_main .c_mesh_shadow::before {
	background-position: 5px -2px;
}

.intro_main_illust {
	position: absolute;
	top: 0;
	right: -32px;
	z-index: 10;
}

.tebura {
	position: relative;
}

.tebura::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: max(calc((100vw - 60px - var(--inner-large)) / 2 + 120px), 165px);
	height: 100%;
	background: var(--bg-mesh);
	background-position: right 0 top 2px;
}

.tebura_wrap {
	display: flex;
	flex-direction: row-reverse;
	gap: calc(120 / var(--inner-large-val) * 100%);
	padding-bottom: 40px;
}

.tebura_cnt {
}

.tebura_hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tebura_hd_ttl {
	display: flex;
	align-items: center;
	gap: 18px;
	font-size: 30px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.badge {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 24px;
	padding: 4px 6px;
	background: var(--color-green);
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.03em;
}

.tebura_hd_link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 135px;
	height: 56px;
	background: var(--color-red);
	font-size: 18px;
}

.tebura_hd_link::after {
	content: "\e903";
	font-family: icomoon;
	transition: transform 0.25s var(--ease);
}

.tebura_hd_link:hover::after {
	transform: translate(4px, -4px);
}

.tebura_list {
	display: grid;
	gap: 54px;
	margin-top: 54px;
}

.tebura_item {
	display: flex;
	align-items: flex-start;
	gap: 45px;
}

.tebura_item > dt {
	display: inline-flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 125px;
	height: 42px;
	border: var(--border);
	font-size: 15px;
}

.tebura_item > dd {
	flex: 1;
	font-size: 14px;
	line-height: 1.8;
}

.tebura_price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 18px;
	line-height: 1.6;
}

.tebura_price > em {
	font-size: 18px;
}

.tebura_price > small {
	font-size: 15px;
}

.tebura_price > span {
	margin-right: 0.3em;
}

.tebura_caution {
	margin-top: 12px;
}

.tebura_item_ttl {
	font-size: 16px;
	line-height: 1.6;
}

.tebura_item_ttl:not(:first-child) {
	margin-top: 30px;
}

.tebura_item_ttl::before {
	content: "\e908";
	font-family: icomoon;
}

.tebura_item_text {
	margin-top: 12px;
}

.tebura_gallery {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
	gap: 60px;
	width: calc(345 / var(--inner-large-val) * 100%);
	margin-top: -60px;
}

.tebura_gallery_img {
}

.course {
	padding-top: 150px;
	padding-bottom: 150px;
}

.course_wrap {
	display: flex;
	align-items: flex-start;
	gap: 85px;
}

.course_hd {
	display: flex;
	flex-shrink: 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 23px;
	line-height: 1;
	writing-mode: vertical-lr;
}

.course_hd_en {
	font-size: 30px;
	font-family: var(--ff-en);
}

.course_hd_ttl {
	font-size: 18px;
	letter-spacing: 0.06em;
}

.course_list {
}

.course_item {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

.course_item:not(:first-child) {
	margin-top: 75px;
	padding-top: 75px;
	border-top: var(--border);
}

.course_item_cnt {
	flex: 1;
}

.course_item_hd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	line-height: 1.6;
}

.course_item_ttl {
}

.course_item_ttl_jp {
	font-size: 27px;
}

.course_item_ttl_en {
	margin-top: 3px;
	font-size: 13px;
	font-family: var(--ff-en);
	letter-spacing: 0.02em;
}

.course_item_price {
	margin-top: 0.4em;
	font-size: 18px;
}

.course_item_price > small {
	font-size: 15px;
}

.course_item_text {
	margin-top: 18px;
	line-height: 2;
}

.course_item_set {
	display: table;
	width: 100%;
	margin-top: 30px;
	border: var(--border);
	font-size: 14px;
	line-height: 1.8;
	border-collapse: collapse;
}

.course_item_set > * {
	display: table-cell;
	padding: 12px 24px;
	border: var(--border);
	vertical-align: middle;
}

.course_item_set > dt {
	text-align: center;
	white-space: nowrap;
}

.course_item_set > dd {
}

.course_item_caution {
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.8;
}

.course_item_slide {
	flex-shrink: 0;
	max-width: calc(450 / var(--inner-large-val) * 100%);
}

.gallery {
}

.gallery_img {
	padding: 2px;
}

.gallery_img img {
	width: auto;
	height: 272px;
}

.side {
	margin-top: -75px;
	padding-top: 166px;
	padding-bottom: 195px;
	background: var(--bg-mesh);
}

.side_wrap {
	display: grid;
	gap: 60px;
}

.side_sec {
	position: relative;
	padding: 75px 90px 96px;
	background: var(--color-white);
}

.side_hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.side_hd_ttl {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 12px 30px;
	line-height: 1.6;
}

.side_hd_ttl_jp {
	font-size: 30px;
}

.side_hd_ttl_en {
	font-family: var(--ff-en);
}

.side_hd_lead {
	line-height: 1.8;
	letter-spacing: 0;
	text-align: right;
}

.side_body {
}

.side_menu {
	overflow: hidden;
	line-height: 1.6;
}

.side_menu_item {
	display: flex;
	flex: 1;
	justify-content: space-between;
	align-items: baseline;
	gap: 40px;
	float: left;
	width: calc(50% - 30px);
	margin-top: 3px;
	padding: 24px 0;
	border-bottom: var(--border);
}

.side_menu_item:nth-child(2n) {
	margin-left: 60px;
}

.side_menu_item:nth-child(-n + 2) {
	margin-top: 0;
}

.side_menu_name {
	font-size: 18px;
}

.side_menu_price {
	flex-shrink: 0;
	letter-spacing: 0.06em;
}

.side_text {
	margin-top: 42px;
	line-height: 1.8;
	letter-spacing: 0;
}

.side_illust {
	position: absolute;
	transform: translate(-50%, -50%);
}

.side_illust.-illust01 {
	top: 26%;
	left: -1.7%;
}

.side_illust.-illust02 {
	top: 87%;
	left: 83.5%;
}

.side_illust.-illust03 {
	top: 23%;
	left: 96%;
}

.side_illust.-illust04 {
	top: 97%;
	left: 14%;
}

.side_illust.-illust05 {
	top: 5%;
	left: 99.5%;
}

.side_illust.-illust06 {
	top: 58%;
	left: -1%;
}

.side_drink {
	display: table;
	margin-bottom: 35px;
	border-collapse: collapse;
}

.side_drink_col {
	display: table-cell;
	padding: 20px 35px;
	border: var(--border);
	vertical-align: middle;
}

.side_drink_hd {
	display: flex;
	align-items: center;
	gap: 20px;
	line-height: 1.6;
}

.side_drink_hd em {
	font-size: 21px;
}

.side_drink_hd span {
}

.side_drink_text {
	line-height: 2;
}

.side_drink_price {
	line-height: 1.8;
	letter-spacing: 0.06em;
}

.side_drink_price_item {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	gap: 0.5em;
	text-align: right;
}

.side_drink_price_item > dt {
}

.side_drink_price_item > dd {
	min-width: 7em;
	font-size: 18px;
}

.side_subttl {
	margin-top: 60px;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 1350px) {
	.intro_main_illust {
		right: -20px;
	}

	.side_illust.-illust01 {
		top: 1%;
		left: 7%;
	}

	.side_illust.-illust03 {
		top: 13%;
		left: 88%;
	}

	.side_illust.-illust05 {
		left: 98%;
	}

	.side_illust.-illust06 {
		top: 100%;
		left: 6%;
	}
}

@media screen and (max-width: 1259.98px) {
}

@media screen and (max-width: 767.98px) {
	.intro {
		padding-top: 36px;
		padding-bottom: calc(100 / 375 * 100vw);
	}

	.intro_wrap {
		flex-direction: column;
	}

	.intro_cnt {
		order: 3;
		width: 100%;
	}

	.intro_sub {
		order: 1;
	}

	.intro_sub.vis-sp {
		display: inline-block;
		padding-right: 32%;
	}

	.intro_sub.hide-sp {
		display: none;
	}

	.intro_ttl {
		margin-top: 36px;
	}

	.intro_text {
		margin-top: 20px;
	}

	.intro_main {
		order: 2;
		padding-top: 25px;
		padding-left: 10%;
	}

	.intro_main .c_mesh_shadow::before {
	}

	.intro_main_illust {
		top: -10px;
		right: 0;
		transform: scale(0.6);
		transform-origin: top right;
	}

	.tebura {
	}

	.tebura::before {
		position: static;
		width: 100%;
		height: calc(94 / 375 * 100vw);
	}

	.tebura_wrap {
		flex-direction: column-reverse;
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.tebura_cnt {
	}

	.tebura_hd {
	}

	.tebura_hd_ttl {
		font-size: 24px;
	}

	.badge {
		font-size: 12px;
	}

	.tebura_hd_link {
		display: none;
	}

	.tebura_hd_link::after {
	}

	.tebura_list {
		gap: 30px;
		margin-top: 30px;
	}

	.tebura_item {
		flex-direction: column;
		gap: 20px;
	}

	.tebura_item > dt {
		width: auto;
		height: 36px;
		padding: 0 15px;
		font-size: 13px;
	}

	.tebura_item > dd {
	}

	.tebura_price {
		font-size: 16px;
		line-height: 1.8;
	}

	.tebura_price > em {
		font-size: 16px;
	}

	.tebura_price > small {
		font-size: 13px;
	}

	.tebura_price > span {
	}

	.tebura_caution {
	}

	.tebura_item_ttl {
		font-size: 15px;
	}

	.tebura_item_ttl:not(:first-child) {
		margin-top: 15px;
	}

	.tebura_item_ttl::before {
	}

	.tebura_item_text {
		margin-top: 6px;
		font-size: 12px;
	}

	.tebura_gallery {
		display: flex;
		flex-direction: row;
		gap: calc(24 / 375 * 100vw);
		position: absolute;
		top: calc(60 / 375 * -100vw);
		left: 0;
		width: calc(415 / 375 * 100vw);
		margin: 0 calc(20 / 375 * -100vw);
		transform: none;
	}

	.tebura_gallery_img {
		width: 30%;
	}

	.tebura_gallery_img.-img01 {
		order: 2;
	}

	.tebura_gallery_img.-img02 {
		order: 1;
	}

	.tebura_gallery_img.-img03 {
		order: 3;
	}

	.tebura_gallery_img img {
		width: 100%;
		height: auto;
	}

	.course {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.course_wrap {
		gap: 30px;
	}

	.course_hd {
		align-items: flex-start;
		gap: 15px;
		position: sticky;
		top: 20px;
	}

	.course_hd_en {
		font-size: 21px;
	}

	.course_hd_ttl {
		font-size: 14px;
	}

	.course_list {
		flex: 1;
	}

	.course_item {
		flex-direction: column-reverse;
		gap: 20px;
	}

	.course_item:not(:first-child) {
		margin-top: 36px;
		padding-top: 36px;
	}

	.course_item_cnt {
	}

	.course_item_hd {
		flex-direction: column;
	}

	.course_item_ttl {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		gap: 15px;
	}

	.course_item_ttl_jp {
		font-size: 20px;
	}

	.course_item_ttl_en {
		font-size: 12px;
	}

	.course_item_price {
		margin-top: 9px;
		font-size: 16px;
	}

	.course_item_price > small {
		font-size: 13px;
	}

	.course_item_text {
		line-height: 1.8;
	}

	.course_item_set {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		border: none;
	}

	.course_item_set > * {
		padding: 0;
		border: none;
	}

	.course_item_set > dt {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		height: 36px;
		padding: 0 15px;
		border: var(--border);
	}

	.course_item_set > dd {
		font-size: 13px;
	}

	.course_item_caution {
		margin-top: 15px;
		font-size: 13px;
	}

	.course_item_slide {
		max-width: 100%;
	}

	.gallery {
		margin-bottom: calc(40 / 375 * -100vw);
	}

	.gallery_img {
		padding: 2px calc(12 / 375 * 100vw);
	}

	.gallery_img img {
		height: calc(80 / 375 * 100vw);
	}

	.side {
		margin-top: 0;
		padding-top: calc(80 / 375 * 100vw);
		padding-bottom: 160px;
	}

	.side_wrap {
	}

	.side_sec {
		padding: 36px 30px 49px;
	}

	.side_hd {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.side_hd_ttl {
		gap: 8px 16px;
	}

	.side_hd_ttl_jp {
		font-size: 18px;
	}

	.side_hd_ttl_en {
		font-size: 12px;
	}

	.side_hd_lead {
		margin-top: 20px;
		font-size: 13px;
		text-align: left;
	}

	.side_body {
	}

	.side_menu {
	}

	.side_menu_item {
		gap: 20px;
		width: 100%;
		padding: 18px 0;
	}

	.side_menu_item:nth-child(2n) {
		margin-left: 0;
	}

	.side_menu_item:nth-child(-n + 2) {
	}

	.side_menu_name {
		font-size: 14px;
	}

	.side_menu_price {
		font-size: 13px;
	}

	.side_text {
		margin-top: 24px;
		font-size: 13px;
	}

	.side_illust {
		transform: scale(0.6);
	}

	.side_illust.-illust01 {
		top: 20px;
		right: -14px;
		left: auto;
		transform-origin: top right;
	}

	.side_illust.-illust02 {
		top: auto;
		bottom: -35px;
		left: -14px;
		transform-origin: bottom left;
	}

	.side_illust.-illust03 {
		top: -40px;
		right: 20px;
		left: auto;
		transform-origin: top right;
	}

	.side_illust.-illust04 {
		top: auto;
		bottom: -30px;
		left: 20px;
		transform-origin: bottom left;
	}

	.side_illust.-illust05 {
		top: -10px;
		right: 15px;
		left: auto;
		transform-origin: top right;
	}

	.side_illust.-illust06 {
		top: auto;
		bottom: -50px;
		left: 50px;
		transform-origin: bottom left;
	}

	.side_drink {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-bottom: 24px;
		border: var(--border);
	}

	.side_drink_col {
		padding: 18px;
		border: 0;
	}

	.side_drink_col:not(:first-child) {
		border-top: var(--border);
	}

	.side_drink_hd {
		gap: 12px 15px;
	}

	.side_drink_hd em {
		font-size: 16px;
	}

	.side_drink_hd span {
	}

	.side_drink_text {
		margin-top: 8px;
		font-size: 12px;
		line-height: 1.6;
	}

	.side_drink_price {
		display: grid;
		gap: 6px;
	}

	.side_drink_price_item {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0 0;
		line-height: 1.6;
	}

	.side_drink_price_item > dt {
		font-size: 12px;
	}

	.side_drink_price_item > dd {
		min-width: auto;
		font-size: 15px;
	}

	.side_subttl {
		margin-top: 40px;
		font-size: 18px;
	}
}
