@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Jost', 'Noto Sans', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #191919;
	text-decoration: none;
}
a:visited {
	color: #191919;
}
a:hover {
	opacity: 0.7;
}
a:active {
	color: #191919;
}
.montserrat {
	font-family: 'Montserrat', 'Noto Sans', sans-serif;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	margin: 0 auto;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}
.content {
	max-width: 865px;
	width: 95%;
	margin: 0 auto;
}
.outer_content {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	.content, .outer_content {
		width: 90%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.br-tb {
	display: none;
}
.br-sp {
	display: none;
}

@media screen and (max-width:896px) {
	.br-tb {
		display: block;
	}
	.tb-off {
		display: none;
	}
}
@media screen and (max-width:430px) {
	.br-sp {
		display: block;
	}
	.sp-off {
		display: none;
	}
}

/*------------------------------------------------------------
	アニメーション
------------------------------------------------------------*/
.fadeInup {
	transition: 1.5s;
	visibility: hidden;
	opacity: 0;
	transform: translate(0, 50px);
}
.fadeInup.active {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
.fade {
	display: none;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header .header_content {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 900;
	background-color: #000000;
	padding: 20px 40px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
}
#header .header_logo {
	width: 185px;
}
#header .header_nav {
	margin-left: auto;
	margin-right: 30px;
}
#header .header_nav nav ul {
	display: flex;
}
#header .header_nav nav ul li {
	border-right: 1px solid #fff;
}
#header .header_nav nav ul li:last-child {
	border-right: none;
}
#header .header_nav nav ul li a {
	color: #fff;
	font-size: 18px;
	padding: 0 40px;
	letter-spacing: 1px;
}
#header .header_btn {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	gap: 30px;
}
#header .header_contact a {
	line-height: 1.0;
	font-size: 14px;
	background: linear-gradient(to right, #00a9ff, #20ff83);
	padding: 7px 45px;
	display: grid;
	align-content: center;
	clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 9% 100%, 0% 50%);
	letter-spacing: 1px;
}
#header .header_lang {
	position: relative;
	cursor: pointer;
	background-color: #dc5a5a;
	padding: 10px;
	max-width: 135px;
}
#header .header_lang p {
	color: #fff;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	font-size: 14px;
}
#header .header_lang p::before {
	content: "";
	background: url(../img/i_language.svg) no-repeat center;
	background-size: contain;
	width: 20px;
	height: 20px;
}
#header .header_lang p::after {
	content: "";
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 7px;
	height: 7px;
	display: block;
	transform: rotate(135deg);
	transition: 0.3s;
}
#header .header_lang.close p::after {
	transform: rotate(-45deg);
}
#header .header_lang ul {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 100%);
	z-index: 5;
	background: #fff;
	width: 100%;
	min-width: 110px;
}
#header .header_lang ul li {
	border-bottom: solid 1px #DADCE2;
}
#header .header_lang ul li a {
	font-size: 14px;
	padding: 4px 10px;
	display: block;
}
#header .zdo_drawer_menu {
	display: none;
}

@media screen and (max-width:1200px) {
	#header .header_nav {
		margin-right: 0px;
	}
	#header .header_nav nav ul li a {
		padding: 0 20px;
	}
}
@media screen and (max-width:1050px) {
	#header .header_content {
		grid-template-columns: auto auto;
		padding-right: 85px;
	}
	#header .header_btn {
		display: block;
	}
	#header .header_lang {
		margin-left: auto;
	}
	#header .header_nav, #header .header_contact {
		display: none;
	}
	#header .zdo_drawer_menu {
		display: block;
	}
	#header .zdo_drawer_menu .header_contact {
		display: block;
		margin-top: 30px;
	}
	#header .zdo_drawer_menu .header_contact a {
		text-align: center;
	}
}
@media screen and (max-width:896px) {
	#header .header_content {
		position: static;
		padding: 15px 20px;
		padding-right: 85px;
	}
	#header .header_logo {
    width: 120px;
	}
}
@media screen and (max-width:430px) {
	#header .header_lang {
		width: fit-content;
		border-radius: 50%;
	}
	#header .header_lang p {
		display: block;
	}
	#header .header_lang p::before {
		display: block;
	}
	#header .header_lang p::after {
		content: none;
	}
	#header .header_lang ul {
		bottom: -5px;
	}
}

/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
#mainvisual .mainvisual_content {
	position: relative;
}
#mainvisual .mainvisual_video {
	text-align: right;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#mainvisual .mainvisual_video::before {
	content: "";
	background: url(../img/mainvisual_bg_01.png) no-repeat left top;
	height: 100%;
	width: 100%;
	background-size: 48% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#mainvisual .mainvisual_video::after {
	content: "";
	background: url(../img/mainvisual_bg_02.png) no-repeat right bottom;
	height: 100%;
	width: 100%;
	position: absolute;
	background-size: 13% auto;
	top: 0;
	right: 0;
	z-index: 1;
}
#mainvisual .mainvisual_video video {
	width: 100%;
	height: 100%;
	transform: translate(10%);
}


#mainvisual .mainvisual_txt {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#mainvisual .mainvisual_txt .inner {
	margin: 0 auto;
	max-width: 1310px;
}
#mainvisual .mainvisual_txt .txt {
	background-color: #fff;
}
#mainvisual .mainvisual_txt img {
	max-width: 243px;
	margin-bottom: 35px;
	margin-left: 25px;
}
#mainvisual .mainvisual_txt .ttl {
	margin-left: 50px;
}
#mainvisual .mainvisual_txt h2 {
	line-height: 0.7;
}
#mainvisual .mainvisual_txt h2 span {
	font-size: clamp(95px, 12vw, 163px);
	font-style: italic;
	background: linear-gradient(to right, #00a9ff, #20c763);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#mainvisual .mainvisual_txt h2 span:last-child {
	mix-blend-mode: screen;
	margin-left: min(5vw, 75px);
	font-size: clamp(80px, 10.5vw, 150px);
}
#mainvisual .mainvisual_txt h2 .br {
	display: none;
}
#mainvisual .mainvisual_txt .txt .inner {
	width: fit-content;
}
#mainvisual .mainvisual_txt p {
	font-size: clamp(17px, 5.4vw, 79px);
	font-style: italic;
	background: linear-gradient(to right, #00a9ff, #20c763);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Montserrat', 'Noto Sans', sans-serif;
}


@media screen and (max-width:896px) {
	#mainvisual .mainvisual_video {
		min-height: 350px;
	}
	#mainvisual .mainvisual_txt .inner {
		width: 100%;
	}
	#mainvisual .mainvisual_txt img {
		max-width: clamp(110px, 25vw, 243px);
		margin: 0 0 10px 10px;
	}
	#mainvisual .mainvisual_txt .ttl {
    margin-left: 0;
		width: 90%;
		margin: 0 auto;
	}
	#mainvisual .mainvisual_txt .txt .inner {
		width: 90%;
	}
	#mainvisual .mainvisual_txt h2 {
		line-height: 0.8;
	}
	#mainvisual .mainvisual_txt h2 span:first-child {
		font-size: clamp(58px, 18vw, 80px);
	}
	#mainvisual .mainvisual_txt h2 span:last-child {
		mix-blend-mode: normal;
		margin-left: 0;
		font-size: clamp(58px, 18vw, 80px);
	}
	#mainvisual .mainvisual_txt h2 .br {
		display: block;
	}
}
@media screen and (max-width:550px) {
	#mainvisual .mainvisual_video {
		height: 350px;
	}
	#mainvisual .mainvisual_video video {
		width: auto;
		transform: translate(0);
	}
}


/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.sec_ttl h3 {
	font-size: clamp(50px, 15vw, 98px);
	line-height: 1.0;
	font-family: 'Montserrat', 'Noto Sans', sans-serif;
}
.sec_ttl p {
	font-size: clamp(18px, 5vw, 26px);
}

/*------------------------------------------------------------
	Download
------------------------------------------------------------*/
#catarogue .download {
	margin: 100px 0;
}
.download > p {
	font-size: 29px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.download .download_btn {
	max-width: 750px;
	margin: 0 auto;
}
.download .download_btn a {
	border-radius: 45px;
	background: linear-gradient(to right, #00a9ff, #20ff83);
	width: 100%;
	height: 100%;
	display: block;
}
.download .download_btn a .inner {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
}
.download .download_btn a img {
	max-width: 200px;
	width: 100%;
	padding-top: 25px;
}
.download .download_btn a p {
	font-size: clamp(28px, 7vw, 39px);
	font-weight: 500;
	color: #fff;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 30px;
}
.download .download_btn a p.sp_txt {
	display: none;
}
.download .download_btn a p::after {
	content: "";
	background: url(../img/btn_icon_05.svg);
	width: 25px;
	height: 50px;
}

@media screen and (max-width:896px) {
	.download .download_btn a {
		padding: 30px 10px 0;
		position: relative;
	}
	.download .download_btn a .inner {
		grid-template: "txt" "img" 1fr / 1fr;
		justify-items: center;
		gap: 10px;
	}
	.download .download_btn a .inner img {
		grid-area: img;
		padding-top: 0;
		max-width: 150px;
	}
	.download .download_btn a .inner p {
		grid-area: txt;
		text-align: center;
		display: block;
		line-height: 1.2;
	}
	.download .download_btn a p.pc_txt {
		display: none;
	}
	.download .download_btn a p.sp_txt {
		display: block;
	}
	.download .download_btn a p::after {
		content: none;
	}
}



/*------------------------------------------------------------
	Problems
------------------------------------------------------------*/
#problems {
	position: relative;
	background-color: #5d5e60;
	z-index: 0;
}
#problems::before {
	content: "";
	background: linear-gradient(to right, #c8c8c8 60%, #000);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mix-blend-mode: multiply;
	opacity: 0.5;
	z-index: -1;
}
#problems::after {
	content: "";
	background: url(../img/problems_bg_01.png) no-repeat right bottom;
	background-size: auto 85%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
}
#problems .problems_content {
	padding: 50px 0;
	position: relative;
}
#problems .problems_content::before {
	content: "";
	background-color: #5d5e60;
	width: 130px;
	height: 50px;
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translate(-50%, 100%);
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}
#problems .problems_content::after {
	content: "";
	background-color: #c8c8c8;
	width: 130px;
	height: 50px;
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translate(-50%, 100%);
	mix-blend-mode: multiply;
	opacity: 0.5;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}
#problems .sec_ttl {
	color: #fff;
}
#problems .problems_list {
	padding-top: 50px;
	margin: 0 -75px;
}
#problems .problems_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
#problems .problems_list ul li {
	color: #fff;
	position: relative;
	z-index: 0;
	text-align: center;
	min-height: 335px;
	height: fit-content;
	padding: 30px 0;
	margin: 0 -15px;
}
#problems .problems_list ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
	height: 100%;
	display: block;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	z-index: -1;
	background: rgba(255, 255, 255, 0.17);
}
#problems .problems_list ul li:nth-child(2) {
	margin-top: 100px;
}
#problems .problems_list ul li .inner {
	text-align: left;
	display: inline-block;
}
#problems .problems_list ul li h4 {
	font-family: 'Montserrat', 'Noto Sans', sans-serif;
	font-style: italic;
	font-size: clamp(30px, 8vw, 35px);
}
#problems .problems_list ul li p {
	font-size: clamp(20px, 4vw, 24px);
	font-weight: 600;
	line-height: 1.2;
}
#problems .problems_list ul li p span {
	font-size: clamp(24px, 4vw, 28px);
	padding: 0 5px;
	background: linear-gradient(to top, transparent 11%, #5392ff 11%, #5392ff 85%,  transparent 85%);
}

@media screen and (max-width:1075px) {
	#problems::after {
		background-size: auto 45%;
	}
	#problems .problems_list {
		max-width: 700px;
		margin: 0 auto;
		position: relative;
	}
	#problems .problems_list ul {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	#problems .problems_list ul li {
		max-width: 400px;
	}
	#problems .problems_list ul li:nth-child(2) {
		width: 100%;
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 53%;
		transform: translate(0, -50%);
	}
}
@media screen and (max-width:768px) {
	#problems::after {
		background-size: auto min(80vw, 40%);
	}
	#problems .problems_list ul li {
		min-height: 295px;
		width: 100%;
		margin: 0 auto;
	}
	#problems .problems_list ul li:nth-child(2) {
		position: static;
		transform: translate(0, 0);
	}
}





/*------------------------------------------------------------
	Solution
------------------------------------------------------------*/
#solution {
	background: url(../img/solution_bg_01.png) no-repeat center;
	background-size: cover;
}
#solution .solution_content {
	padding: 100px 0 130px;
}
#solution .product {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	margin-bottom: 50px;
}
#solution .product .img {
	max-width: 350px;
}
#solution .sec_ttl h3 {
	color: #00c198;
}
#solution .solution_list {
	margin-top: 50px;
}
#solution .solution_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}
#solution .solution_list ul li .number {
	background: linear-gradient(45deg, #00a9ff, #20ff83);
	aspect-ratio: 1/0.866;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	max-width: clamp(85px, 24vw, 105px);
	display: grid;
	align-content: center;
	justify-content: center;
	margin-bottom: -20px;
}
#solution .solution_list ul li .number p {
	color: #fff;
	font-size: clamp(40px, 12vw, 54px);
	font-style: italic;
	padding-right: 5px;
}
#solution .solution_list ul li img {
	margin-bottom: 20px;
	width: 100%;
}
#solution .solution_list ul li h4 {
	font-size: 42px;
	color: #00c198;
	font-style: italic;
}
#solution .solution_list ul li > p {
	font-size: 20px;
}

@media screen and (max-width:896px) {
	#solution .solution_content {
		padding: 75px 0;
	}
	#solution .product {
		grid-template-columns: 1fr;		
		max-width: 350px;
		margin: 0 auto 50px;
	}
	#solution .product .img {
		max-width: 100%;
	}
	#solution .solution_list ul {
		grid-template-columns: 1fr;
	}
	
}


/*------------------------------------------------------------
	Movie
------------------------------------------------------------*/
#movie .movie_content {
	margin: 200px 0 100px;
}
#movie .movie_ttl {
	margin-bottom: 20px;
}
#movie .movie_ttl h3 {
	font-size: clamp(50px, 13vw, 68px);
	line-height: 1.2;
}
#movie .movie_ttl p {
	font-size: 23px;
	color: #b7b6b5;
	font-weight: 600;
}
#movie .movie_ttl p span {
	color: #005eae;
}
#movie .movie_item video, #movie .movie_item iframe {
	width: 100%;
	aspect-ratio: 16/9;
}
#movie .movie_item video {
	background-color: #000;
}

@media screen and (max-width:896px) {
	#movie .movie_content {
    margin: 75px 0;
	}
}


/*------------------------------------------------------------
	Faq
------------------------------------------------------------*/
#faq {
	position: relative;
}
#faq::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0.3;
	background: linear-gradient(45deg, #00a9ff, #20ff83);
	clip-path: polygon(0 25vw, 100% 0%, 100% 100%, 0% 100%);
}
#faq .faq_content {
	margin-bottom: 100px;
	padding-top: 185px;
}
#faq .faq_ttl {
	margin-bottom: 150px;
}
#faq .faq_ttl h3 {
	font-size: clamp(80px, 25vw, 125px);
	line-height: 1.0;
}
#faq .faq_ttl p {
	font-size: 18px;
	color: #b7b6b5;
	font-weight: 600;
}
#faq .faq_ttl p span {
	color: #005eae;
}
#faq .faq_list ul li {
	margin-bottom: 20px;
}
#faq .faq_list .title {
	cursor: pointer;
}
#faq .faq_list .title_inner, #faq .faq_list .box_inner {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
}
#faq .faq_list .title_inner {
	color: #fff;
}
#faq .faq_list .title_inner .number {
	background-color: #ff783a;
	width: 120px;
	text-align: center;
	line-height: 1.0;
	font-size: 32px;
	padding: 2px 0;
	height: 100%;
}
#faq .faq_list .title_inner .number h3 {
	font-weight: 500;
}
#faq .faq_list .title_inner .text {
	background-color: #000000;
	font-size: 22px;
	padding: 2px 5px 2px 20px;
	height: 100%;
}
#faq .faq_list .title_inner .text h3 {
	font-weight: 600;
}
#faq .faq_list .box {
	display: none;
}
#faq .faq_list .box_inner {
	background-color: #fff;
	padding: 5px 0;
}
#faq .faq_list .box_inner .icon {
	width: 120px;
	color: #ff783a;
	text-align: center;
	font-size: 32px;
}
#faq .faq_list .box_inner .text {
	padding: 5px 5px 5px 30px;
}
#faq .faq_list .box_inner .text h3 {
	font-size: 22px;
	font-weight: 300;
}
#faq .faq_btn {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 45px;
	padding: 50px 0 200px;
}
#faq .faq_btn .btn a {
	background: linear-gradient(45deg, #ff6642, #ffbe6a);
	clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
#faq .faq_btn .btn a img {
	width: 100%;
	max-width: 30px;
}
#faq .faq_btn .btn a p {
	color: #fff;
	font-size: 19px;
}

@media screen and (max-width:896px) {
	#faq .faq_content {
		padding-top: min(10vw, 150px);
	}
	
	#faq .faq_list .title_inner .number {
    width: 75px;
    font-size: 28px;
    display: grid;
    align-content: center;
	}
	#faq .faq_list .title_inner .text {
		padding-left: 15px;
	}
	#faq .faq_list .box_inner .icon {
    width: 75px;
    font-size: 28px;
    display: grid;
    align-content: center;
	}
	#faq .faq_list .box_inner .text {
		padding-left: 15px;
	}
	#faq .faq_btn {
		grid-template-columns: 1fr;
		gap: 25px;
		padding: 50px 0 100px;
	}
}




/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background-color: #000;
}
#footer .footer_content {
	max-width: 1150px;
	margin: 0 auto;
	padding: 50px 0 25px;
}
#footer .footer_top {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	margin-bottom: 10px;
}
#footer .footer_btn {
	width: 311px;
}
#footer .footer_btn a {
	background: linear-gradient(45deg, #ff6642, #ffbe6a);
	clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0% 50%);
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
#footer .footer_btn a p {
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;
}
#footer .footer_btn a img {
	width: 32px;
}
#footer .footer_logo {
	margin: 0 auto;
}
#footer .footer_logo img {
	width: 185px;
}
#footer .footer_sns ul {
	display: flex;
	justify-content: flex-end;
	gap: 17px;
}
#footer .footer_sns ul li a img {
	width: 37px;
}
#footer .footer_bottom p {
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	font-size: 13px;
}

@media screen and (max-width:896px) {
	#footer .footer_top {
		grid-template: "left" "right" "center" 1fr / 1fr;
		justify-items: center;
		gap: 30px;
	}
	#footer .footer_btn {
		grid-area: left;
	}
	#footer .footer_logo {
		grid-area: center;
	}
	#footer .footer_sns {
		grid-area: right;
	}
}



