@charset "utf-8";

@font-face {
	font-family: "";
	src: url("../font/") format("truetype");
}

.pc_only {
	display: none;
}

.pc_only_2 {
	display: none;
}

.pc_only_3 {
	display: none;
}

.sp_only {
	display: inherit;
}

.sp_only_2 {
	display: inherit;
}

.sp_only_3 {
	display: inherit;
}

.sp_only_4 {
	display: inherit;
}

@media screen and (min-width: 768px) {
    .pc_only{
		display: inherit;
	}

	.sp_only{
		display: none;
	}
}

@media screen and (min-width: 1280px) {
	.pc_only_2 {
		display: inherit;
	}

	.sp_only_2{
		display: none;
	}
}

@media screen and (min-width: 1440px) {
	.pc_only_3 {
		display: inherit;
	}

	.sp_only_3 {
		display: none;
	}
}

@media screen and (min-width: 1920px) {
	.sp_only_4 {
		display: none;
	}
}

html {
	/* scroll-padding-top: 120px; */
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	background-image: url(../img/);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: contain;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #010101;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 16px 8px;
	font-weight: 500;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

.img picture,
.img img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

a:hover {
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	body {
		background-image: url(../img/);
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: max-content;
	padding: 36px 12px 12px 12px;
	background-color: transparent;
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    transition: background-color 1s ease; /* ←ここでフワッと */
	z-index: 100;
}

.header.scrolled {
	/* background-color: #fe6628; */
}

.header_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
	height: 60px;
}

.header_logo_wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	width: 240px;
	/* height: 100%; */
}

.header_logo_wrap .header_logo {
	display: block;
	width: auto;
	height: 100%;
	aspect-ratio: 397 / 46;
}

.header_logo_wrap .header_logo picture,
.header_logo_wrap .header_logo img {
	display: block;
	width: 100%;
	height: auto;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 768px) {
	.header {
		height: auto;
		padding: 12px 10% 12px 5%;
		/* background-color: rgba(243, 241, 245, 0.93); */
	}

	.header.scrolled {
		/* background-color: #fe6628; */
	}

	.header_inner {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 12px;
		height: auto;
		padding: 0;
	}

	.header_logo_wrap {}

	.header_logo_wrap .header_logo {
		height: 90%;
		margin: 0;
		padding: 0;
		background-color: transparent;
	}

	.header_logo_wrap .header_logo picture,
	.header_logo_wrap .header_logo img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.header_content_wrap {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		gap: 12px;
		width: 100%;
	}

	.header_content_wrap .header_content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		gap: 12px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header_content_wrap .header_content_1 {
		flex: 1;
		gap: 12px;
	}

	.header_content_wrap .header_content_2 {
		display: block;
		width: 20%;
		height: auto;
		aspect-ratio: 128 / 100;
	}

	.header_btn_wrap {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: 12px;
		width: 50%;
	}

	.header_btn_wrap .header_btn {
		display: block;
		width: max-content;
		font-size: 0.75rem;
		line-height: 1;
		color: #fff;
	}

	.header_btn_wrap .header_btn .highlight {
		font-size: 1.25em;
	}

	.header_btn_wrap .header_btn img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.header_list_wrap {
		width: max-content;
	}

	.header_list_wrap .header_list {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 24px;
		width: 100%;
		margin: 0 auto 0;
	}

	.header_list_wrap .header_list li {
		width: max-content;
		margin: 0 auto 0;
	}

	.header_list_wrap .header_list li a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 1;
		color: #ffffff;
	}

	.header_list_wrap .header_list li a::after {
		/* content: "";
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 4px;
		height: auto;
		aspect-ratio: 3 / 2;
		background-color: #041E3E; */
	}

	.header_list_wrap .header_list li a span:nth-of-type(2) {
		/* font-size: 0.84375rem;
		font-weight: 700;
		color: #333333; */
	}

	.header_list_wrap .header_list li.img {
		width: auto;
		height: 0.75rem;
	}

	.header_list_wrap .header_list li.img * {
		width: auto;
		height: 0.75rem;
	}
}

@media screen and (min-width: 1280px) {
	.header {
		padding: 24px 10% 24px 5%;
	}

	.header.scrolled {}

	.header_inner {}

	.header_logo_wrap {}

	.header_logo_wrap .header_logo {}

	.header_logo_wrap .header_logo picture,
	.header_logo_wrap .header_logo img {}

	.header_content_wrap {}

	.header_content_wrap .header_content {}

	.header_content_wrap .header_content_1 {}

	.header_content_wrap .header_content_2 {}

	.header_btn_wrap {}

	.header_btn_wrap .header_btn {}

	.header_btn_wrap .header_btn .highlight {}

	.header_btn_wrap .header_btn img {}

	.header_list_wrap {}

	.header_list_wrap .header_list {
		gap: 36px;
	}

	.header_list_wrap .header_list li {}

	.header_list_wrap .header_list li a {
		font-size: 1rem;
	}

	.header_list_wrap .header_list li a::after {}

	.header_list_wrap .header_list li a span:nth-of-type(2) {}

	.header_list_wrap .header_list li.img {
		height: 1rem;
	}

	.header_list_wrap .header_list li.img * {
		height: 1rem;
	}
}

@media screen and (min-width: 1440px) {
	.header {
		padding: 36px 10% 36px 5%;
	}

	.header.scrolled {}

	.header_inner {}

	.header_logo_wrap {
		width: 400px;
	}

	.header_logo_wrap .header_logo {}

	.header_logo_wrap .header_logo picture,
	.header_logo_wrap .header_logo img {}

	.header_content_wrap {}

	.header_content_wrap .header_content {}

	.header_content_wrap .header_content_1 {}

	.header_content_wrap .header_content_2 {}

	.header_btn_wrap {}

	.header_btn_wrap .header_btn {}

	.header_btn_wrap .header_btn .highlight {}

	.header_btn_wrap .header_btn img {}

	.header_list_wrap {}

	.header_list_wrap .header_list {
		gap: 48px;
	}

	.header_list_wrap .header_list li {}

	.header_list_wrap .header_list li a {
		font-size: 1.5rem;
	}

	.header_list_wrap .header_list li a::after {}

	.header_list_wrap .header_list li a span:nth-of-type(2) {}

	.header_list_wrap .header_list li.img {
		height: 1.5rem;
	}

	.header_list_wrap .header_list li.img * {
		height: 1.5rem;
	}
}

@media screen and (min-width: 1920px) {
    
}

/* ---------------------------------------------------------------------------------------------------- */

.section {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/);
	background-size: contain;
	background-position: 50% 0;
	background-repeat: repeat;
	overflow: hidden;
}

.section .inner {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.section .wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.section .content_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-width: 100%;
}

.section .content_wrap .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-width: 100%;
}

.section .content_wrap .content .item_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-width: 100%;
}

.section .content_wrap .content .item_wrap .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-width: 100%;
}

.section .content_wrap .content .item_wrap .item .text {
	width: max-content;
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.section {}
}

@media screen and (min-width: 1280px) {
	.section {}
}

@media screen and (min-width: 1440px) {
	.section {}

	.section .content_wrap .content .item_wrap .item .text {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.section {}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_map {
	
}

.section_map .inner {
	
}

.section_map .wrap {
	
}

.section_map .content_wrap .content .item_wrap .item .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.6666667%;
	overflow-y: hidden;
}

.section_map .content_wrap .content .item_wrap .item .map iframe {
    position: absolute;
	top: -150px;
    left: 0;
    width: 100%;
	height: calc(100% + (150px * 2));
}

@media screen and (min-width: 768px) {
	.section_map .content_wrap .content .item_wrap .item .map {
		padding-top: 31.25%;
	}

	.section_map .content_wrap .content .item_wrap .item .map iframe {}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.fv_1 {
	position: relative;
	background-color: #010101;
	overflow: hidden;
}

.fv_1 .inner {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	gap: 0px;
	width: 100%;
}

.fv_1 .wrap {
	position: relative;
}

.fv_1 .wrap_1 {
	position: relative;
	width: 85%;
}

.fv_1 .wrap_2 {
	position: relative;
	width: 15%;
}

.fv_1 .text_wrap {
	position: absolute;
	z-index: 1;
	bottom: 192px;
	left: 5%;
	transform: translate(0, 0%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
}

.fv_1 .text_wrap .text {
	color: #ffffff;
}

.fv_1 .text_wrap .text_1 {
	width: max-content;
	max-width: 100%;
	font-size: 1em;
	font-weight: 700;
}

.fv_1 .text_wrap .text_1 span {
	display: block;
}

.fv_1 .text_wrap .text_2 {
	width: max-content;
	max-width: 100%;
	font-size: 1em;
	font-weight: 700;
}

.fv_1 .text_wrap .text_2 span {
	display: block;
}

.fv_1 .deco {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 120px;
	font-family: "Konkhmer Sleokchher", system-ui;
	font-size: 0.9375rem;
	color: #ffffff;
	writing-mode: vertical-lr;
}

.fv_1 .deco::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1px;
	height: 55%;
	background-color: #ffffff;
}

@media screen and (min-width: 768px) {
	.fv_1 {}

	.fv_1 .inner {}

	.fv_1 .wrap {}

	.fv_1 .wrap_1 {
		width: 95%;
	}

	.fv_1 .wrap_2 {
		width: 5%;
	}

	.fv_1 .text_wrap {
        bottom: 23%;
        left: 10.8%;
		gap: 13px;
        font-size: 1.125rem;
	}

	.fv_1 .text_wrap .text {
		line-height: 1;
	}

	.fv_1 .text_wrap .text_1 {}

	.fv_1 .text_wrap .text_1 span {}

	.fv_1 .text_wrap .text_2 {}

	.fv_1 .text_wrap .text_2 span {}

	.fv_1 .deco {
		padding-bottom: 60px;
		margin-bottom: 12px;
		font-size: 0.5rem;
	}

	.fv_1 .deco::after {}
}

@media screen and (min-width: 1280px) {
	.fv_1 {}

	.fv_1 .inner {}

	.fv_1 .wrap {}

	.fv_1 .text_wrap {
		gap: 22px;
		font-size: 1.9rem;
	}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {}

	.fv_1 .text_wrap .text_1 span {}

	.fv_1 .text_wrap .text_2 {}

	.fv_1 .text_wrap .text_2 span {}

	.fv_1 .deco {
		padding-bottom: 84px;
		margin-bottom: 24px;
		font-size: 0.75rem;
	}

	.fv_1 .deco::after {}
}

@media screen and (min-width: 1440px) {
	.fv_1 {}

	.fv_1 .inner {}

	.fv_1 .wrap {}

	.fv_1 .text_wrap {
		gap: 24px;
		font-size: 2.125rem;
	}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {}

	.fv_1 .text_wrap .text_1 span {}

	.fv_1 .text_wrap .text_2 {}

	.fv_1 .text_wrap .text_2 span {}

	.fv_1 .deco {
		padding-bottom: 120px;
		margin-bottom: 36px;
		font-size: 0.9375rem;
	}

	.fv_1 .deco::after {}
}

@media screen and (min-width: 1920px) {
	.fv_1 {}

	.fv_1 .inner {}

	.fv_1 .wrap {}

	.fv_1 .text_wrap {
		gap: 34px;
		font-size: 2.825rem;
	}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {}

	.fv_1 .text_wrap .text_1 span {}

	.fv_1 .text_wrap .text_2 {}

	.fv_1 .text_wrap .text_2 span {}

	.fv_1 .deco {}

	.fv_1 .deco::after {}
}

/* ---------------------------------------------------------------------------------------------------- */

.fv_2 {
	position: relative;
	width: 100%;
	height: 240px;
	background-color: #010101;
	overflow: hidden;
}

.fv_2 .inner {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	gap: 0px;
	width: 100%;
	height: inherit;
}

.fv_2 .wrap {
	position: relative;
	height: inherit;
}

.fv_2 .wrap_1 {
	position: relative;
}

.fv_2 .wrap_2 {
	position: relative;
	width: 85%;
	background-image: url(../img/fv_2.png);
	background-position: 20% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.fv_2 .wrap_3 {
	position: relative;
	width: 15%;
}

.fv_2 .text_wrap {
	position: absolute;
	z-index: 1;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Konkhmer Sleokchher", system-ui;
	font-size: 1.8rem;
}

.fv_2 .text_wrap .text {
	line-height: 1;
	color: #ffffff;
}

.fv_2 .text_wrap .text span {
	display: block;
	line-height: 1;
}

.fv_2 .text_wrap .text_1 {
	width: max-content;
	max-width: 100%;
	font-size: 1em;
	font-weight: 700;
}

.fv_2 .text_wrap .text_1 span {
	display: block;
}

.fv_2 .text_wrap .text_2 {
	width: max-content;
	max-width: 100%;
	font-size: 1em;
	font-weight: 700;
}

.fv_2 .text_wrap .text_2 span {
	display: block;
}

.fv_2 .deco {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 60px;
	font-family: "Konkhmer Sleokchher", system-ui;
	font-size: 0.5rem;
	color: #ffffff;
	writing-mode: vertical-lr;
}

.fv_2 .deco::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1px;
	height: 55%;
	background-color: #ffffff;
}

@media screen and (min-width: 768px) {
	.fv_2 {
		height: auto;
	}

	.fv_2 .inner {}

	.fv_2 .wrap {}

	.fv_2 .wrap_1 {
		width: 7.5%;
	}

	.fv_2 .wrap_2 {
		width: 85%;
	}

	.fv_2 .wrap_3 {
		width: 7.5%;
	}

	.fv_2 .text_wrap {
		top: 50%;
	}

	.fv_2 .text_wrap .text {}

	.fv_2 .text_wrap .text span {}

	.fv_2 .text_wrap .text_1 {}

	.fv_2 .text_wrap .text_1 span {}

	.fv_2 .text_wrap .text_2 {}

	.fv_2 .text_wrap .text_2 span {}

	.fv_2 .deco {
		padding-bottom: 60px;
		margin-bottom: 12px;
		font-size: 0.5rem;
	}

	.fv_2 .deco::after {}
}

@media screen and (min-width: 1280px) {
	.fv_2 {
		/* height: 360px; */
	}

	.fv_2 .text_wrap {
		font-size: 2.5rem;
	}

	.fv_2 .deco {
		padding-bottom: 84px;
		margin-bottom: 24px;
		font-size: 0.75rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_2 .text_wrap {
		font-size: 3rem;
	}

	.fv_2 .deco {
		padding-bottom: 120px;
		margin-bottom: 36px;
		font-size: 0.9375rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_2 {
		/* height: 480px; */
	}

	.fv_2 .text_wrap {
		font-size: 4rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.heading_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.heading {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
}

.heading .main,
.heading .sub {
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	/* letter-spacing: 0.1em; */
}

.heading .main {
	position: relative;
	font-family: "Konkhmer Sleokchher", system-ui;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.09em;
}

.heading .main::before,
.heading .main::after {
	/* content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	aspect-ratio: 1 / 1; */
}

.heading .sub {
	position: relative;
	font-size: 0.625em;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.heading .main span,
.heading .sub span {
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	/* letter-spacing: 0.1em; */
}

.heading picture,
.heading img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (min-width: 768px) {
	.heading {}
}

@media screen and (min-width: 1280px) {
	.heading {
		gap: 24px;
		font-size: 2rem;
	}
}

@media screen and (min-width: 1440px) {
	.heading {
		font-size: 2.5rem;
	}

	.heading .sub {
		font-size: 0.375em;
	}
}

@media screen and (min-width: 1920px) {
	.heading {
		font-size: 4rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.btn {
	display: block;
	width: 265px;
	height: auto;
}

@media screen and (min-width: 768px) {
	.btn {}
}

/* ---------------------------------------------------------------------------------------------------- */

.mouse_drag_scroll {
	cursor: grab;
}

.mouse_drag_scroll:active {
	cursor: grabbing;
}

@media screen and (min-width: 768px) {
	.mouse_drag_scroll {
		cursor: auto;
	}

	.mouse_drag_scroll:active {
		cursor: auto;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.footer {
	position: relative;
	background-color: #000000;
}

.footer .inner {
	position: relative;
	padding: 10% 0 0;
	background-image: url(../img/);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: 90%;
	margin: 0 auto;
}

.footer .content {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.footer .content_1 {
	position: absolute;
	top: 10%;
	right: 0;
	gap: 24px;
	width: max-content;
	max-width: 100%;
}

.footer .content_2 {
	gap: 24px;
	width: max-content;
	max-width: 100%;
}

.footer .logo {
	display: block;
	width: 240px;
}

.footer .logo picture,
.footer .logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.footer .inst {
	display: block;
	width: 24px;
}

.footer .inst picture,
.footer .inst img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.footer .btn_wrap {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 70%;
}

.footer .btn_wrap .btn {
	display: block;
	width: 100%;
}

.footer .btn_wrap .btn img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.footer .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: max-content;
	max-width: 100%;
}

.footer .list li {
	position: relative;
	/* width: calc((100% - (12px * 2)) / 3); */
	width: max-content;
	max-width: 100%;
	font-family: "Konkhmer Sleokchher", system-ui;
	font-size: 1.25rem;
	line-height: 1;
	color: #fff;
}

.footer .list li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: max-content;
	max-width: 100%;
	/* padding-left: 0.875rem; */
}

.footer .list li a::before {
	/* content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: auto;
	height: 50%;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	clip-path: polygon(100% 50%, 0% 0%, 0% 100%); */
}

.footer .list li a span:nth-of-type(1) {
	/* font-size: 0.875rem; */
}

.copyright {
	display: block;
	width: 100%;
	padding: 10% 5%;
	/* border-top: 4px #fff solid; */
	background-color: transparent;
	text-align: center;
	font-family: "Konkhmer Sleokchher", system-ui;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.footer {}

	.footer .inner {
		padding: 5% 0 0;
	}

	.footer .wrap {}

	.footer .content {}

	.footer .content_1 {
		top: 50%;
		bottom: auto;
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%);
	}

	.footer .content_2 {}

	.footer .logo {}

	.footer .logo picture,
	.footer .logo img {}

	.footer .inst {}

	.footer .inst picture,
	.footer .inst img {}

	.footer .btn_wrap {}

	.footer .btn_wrap .btn {}

	.footer .btn_wrap .btn img {}

	.footer .list {}

	.footer .list li {}

	.footer .list li a {}

	.footer .list li a::before {}

	.footer .list li a span:nth-of-type(1) {}

	.copyright {
		padding: 5% 5% 2.5%;
	}
}

@media screen and (min-width: 1280px) {
	.footer {}

	.footer .inner {}

	.footer .wrap {
		width: 80%;
	}

	.footer .content {}

	.footer .content_1 {}

	.footer .content_2 {}

	.footer .logo {}

	.footer .logo picture,
	.footer .logo img {}

	.footer .inst {}

	.footer .inst picture,
	.footer .inst img {}

	.footer .btn_wrap {}

	.footer .btn_wrap .btn {}

	.footer .btn_wrap .btn img {}

	.footer .list {}

	.footer .list li {}

	.footer .list li a {}

	.footer .list li a::before {}

	.footer .list li a span:nth-of-type(1) {}

	.copyright {}
}

@media screen and (min-width: 1440px) {
	.footer {}

	.footer .inner {}

	.footer .wrap {
		width: 70%;
	}

	.footer .content {}

	.footer .content_1 {}

	.footer .content_2 {}

	.footer .logo {
		width: 400px;
	}

	.footer .logo picture,
	.footer .logo img {}

	.footer .inst {
		width: 32px;
	}

	.footer .inst picture,
	.footer .inst img {}

	.footer .btn_wrap {}

	.footer .btn_wrap .btn {}

	.footer .btn_wrap .btn img {}

	.footer .list {}

	.footer .list li {
		font-size: 2.5rem;
	}

	.footer .list li a {}

	.footer .list li a::before {}

	.footer .list li a span:nth-of-type(1) {}

	.copyright {}
}

@media screen and (min-width: 1920px) {
    
}
