@charset "UTF-8";



/*--------------------------------------------------------------
font-family: "DotGothic16", sans-serif;
font-family: "Inter Tight", sans-serif;
font-family: "Noto Serif JP", serif;
font-family: "Zen Kaku Gothic New", sans-serif;
font-family: "Libre Barcode 39", system-ui;
--------------------------------------------------------------*/

/*--------------------------------------------------------------
html, body
--------------------------------------------------------------*/

html, body{
	margin: 0;
    padding: 0;
	color: #0059FF;
	font-family: "Zen Kaku Gothic New", sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: justify;
	text-justify: inter-ideograph;
	font-feature-settings: "pkna" 1;
	word-break: break-all;
	background-color: #E4E9EB;
}

/*--------------------------------------------------------------
background: url("../image/ground.jpg") top center no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
--------------------------------------------------------------*/

/*--------------------------------------------------------------
h1,h2,h3,h4,h5,h6
ul
--------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

ul {
	list-style-type: none;
}


/*--------------------------------------------------------------
img
--------------------------------------------------------------*/

img {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
a
--------------------------------------------------------------*/

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}





/*--------------------------------------------------------------
#container
--------------------------------------------------------------*/

@media screen and (min-width: 300px) {
	
	#container {
		margin: 0;
	}
	
	
}
	
@media screen and (min-width: 771px) {
	
	
	
}



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


/*--------------------------------------------------------------
#header
--------------------------------------------------------------*/

/* mobile */
@media screen and (min-width: 300px) {
	
	#header {
		margin: 0;
		padding: 0;
		height: 80px;
		position: relative;
		
	}
	
	#header h1 {
		margin: 0;
		padding: 0;
		width: 130px;
		position: fixed;
		top: 25px;
		left: 20px;
		z-index: 9999;
	}
	
	#header ul{
		display: none;
	}

	
	

}

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


@media screen and (min-width: 1161px) {
	
	#header {
		margin: 0;
		padding: 2.083vw 0 0 0;
		height: auto;
		position: relative;
		
	}
	
	#header h1 {
		margin: 0;
		padding: 0;
		width: 7.812vw;
		position: fixed;
		top: 1.823vw;
		left: 1.823vw;
		z-index: 9999;
	}
	
	#header ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 0 0 0.781vw 0;
		list-style: none;
	}

	#header ul li a{
		display: block;
		margin: 0 0.521vw;
		padding: 0.26vw 0.521vw;
		text-decoration: none;
		color: #000000;
		font-family: "Inter Tight", sans-serif;
		font-size: 1.042vw;
		font-weight: 600;
	}

	#header ul li{
		margin-bottom: 1.042vw;
	}

	#header ul li a{
		position: relative;
		z-index: 0;
	}

	#header ul li a::after {
		content: '';
		position: absolute;
		z-index: -1;
		bottom: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: #84F668;
		transition:all .5s;
		opacity: 0;
	}

	#header ul li a:hover::after {
		width: 100%;
		opacity: 1;
	}

	#header ul li a:hover{
		color: #000000;
	}
	
}

/*--------------------------------------------------------------
.openbtn
--------------------------------------------------------------*/

/* mobile */
@media screen and (min-width: 300px) {
	
	.openbtn{
		position: fixed;
		z-index: 9999;
		top: 20px;
		right: 20px;
		cursor: pointer;
		width: 50px;
		height: 50px;
	}
		
	.openbtn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		height: 2px;
		background-color: #000000;
		width: 100%;
	}

	.openbtn span:nth-of-type(1) {
		top:15px;	
	}

	.openbtn span:nth-of-type(2) {
		top:23px;
	}

	.openbtn span:nth-of-type(3) {
		top:31px;
	}
	
	.openbtn.active span {
		background-color: #E4E9EB; 
	}

	.openbtn.active span:nth-of-type(1) {
		top: 18px;
		left: 0px;
		transform: translateY(6px) rotate(-45deg);
		width: 100%;
	}

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

	.openbtn.active span:nth-of-type(3){
		top: 30px;
		left: 0px;
		transform: translateY(-6px) rotate(45deg);
		width: 100%;
	}
	

}

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


@media screen and (min-width: 1161px) {
	
	.openbtn{
		position: fixed;
		z-index: 9999;
		top: 1.562vw;
		right: 1.562vw;
		cursor: pointer;
		width: 3.385vw;
		height: 3.385vw;
	}
		
	.openbtn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		height: 2px;
		background-color: #000000;
		width: 100%;
	}

	.openbtn span:nth-of-type(1) {
		top: 0.781vw;	
	}

	.openbtn span:nth-of-type(2) {
		top: 1.198vw;
	}

	.openbtn span:nth-of-type(3) {
		top: 1.615vw;
	}
	
	.openbtn.active span {
		background-color: #E4E9EB; 
	}

	.openbtn.active span:nth-of-type(1) {
		top: 0.938vw;
		left: 0px;
		transform: translateY(0.312vw) rotate(-45deg);
		width: 100%;
	}

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

	.openbtn.active span:nth-of-type(3){
		top: 1.562vw;
		left: 0px;
		transform: translateY(-0.312vw) rotate(45deg);
		width: 100%;
	}
	
}


/*--------------------------------------------------------------
#sp_nav
--------------------------------------------------------------*/

/* mobile */
@media screen and (min-width: 300px) {
	
	#sp_nav{
		position: fixed;
		z-index: -1;
		opacity: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0,89,255,0.95);
		transition: all 0.3s;
	}

	#sp_nav.panelactive{
		opacity: 1;
		z-index: 999;
	}

	#sp_nav.panelactive #sp_nav_list{
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	#sp_nav ul {
		display: none;
		z-index: 999;
		position: absolute;
		z-index: 999;
		top: 50%;
		left: 5%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
	}
	
	#sp_nav.panelactive ul {
		display: block;
	}

	#sp_nav li{
		list-style: none;
		margin: 10px 0;
	}

	#sp_nav li a{
		padding: 0 20px 0 5px;
		text-decoration: none;
		color: #84F668;
		font-size: 70px;
		letter-spacing: -3px;
		font-weight: 600;
		font-family: "Inter Tight", sans-serif;
		line-height: 1;
	}
	
	#sp_nav li a{
		display: block;  
		position: relative;
		z-index: 0;
	}

	#sp_nav li a::after {
		content: '';
		position: absolute;
		z-index: -1;
		bottom: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: #84F668;
		transition:all .5s;
		opacity: 0;
		line-height: 1;
	}

	#sp_nav li a:hover::after {
		width: 100%;
		opacity: 1;
	}

	#sp_nav li a:hover{
		color: #0059FF;
	}
	
	.sp_copy {
		position: absolute;
		z-index: 999;
		bottom: 20px;
		right: 20px;
		font-size: 10px;
		font-weight: 600;
		color: #EAEEF0;
		font-family: "Inter Tight", sans-serif;
	}

}

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


@media screen and (min-width: 1161px) {
	
	#sp_nav{
		position: fixed;
		z-index: -1;
		opacity: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0,89,255,0.95);
		transition: all 0.3s;
	}

	#sp_nav.panelactive{
		opacity: 1;
		z-index: 999;
	}

	#sp_nav.panelactive #sp_nav_list{
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	#sp_nav ul {
		display: none;
		position: absolute;
		z-index: 999;
		top: 50%;
		left: 5%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
	}
	
	#sp_nav.panelactive ul {
		display: block;
	}

	#sp_nav li{
		list-style: none;
		margin: 0;
	}

	#sp_nav li a{
		padding: 0 1.042vw 0 0.26vw;
		text-decoration: none;
		color: #84F668;
		font-size: 8.854vw;
		letter-spacing: -0.469vw;
		font-weight: 600;
		font-family: "Inter Tight", sans-serif;
		line-height: 1;
	}
	
	#sp_nav li a{
		display: block;  
		position: relative;
		z-index: 0;
	}

	#sp_nav li a::after {
		content: '';
		position: absolute;
		z-index: -1;
		bottom: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: #84F668;
		transition:all .5s;
		opacity: 0;
		line-height: 1;
	}

	#sp_nav li a:hover::after {
		width: 100%;
		opacity: 1;
	}

	#sp_nav li a:hover{
		color: #0059FF;
	}
	
	.sp_copy {
		position: absolute;
		z-index: 999;
		bottom: 1.042vw;
		right: 1.042vw;
		font-size: 0.521vw;
		font-weight: 600;
		color: #EAEEF0;
		font-family: "Inter Tight", sans-serif;
	}
	
}


/*--------------------------------------------------------------
#category_top
--------------------------------------------------------------*/

/* mobile */
@media screen and (min-width: 300px) {
	
	#category_top{
		border-top: #0059FF solid 1px;
		border-bottom: #0059FF solid 1px;
		padding: 80px 20px 20px 20px;
		margin-bottom: 80px;
		position: relative;
	}
	
	#category_top h2{
		font-size: 75px;
		font-weight: 600;
		color: #0059FF;
		font-family: "Inter Tight", sans-serif;
		letter-spacing: -5px;
		line-height: 1;
		margin-bottom: 50px;
	}

	

}

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


@media screen and (min-width: 1161px) {
	
	#category_top{
		border-top: #0059FF solid 1px;
		border-bottom: #0059FF solid 1px;
		padding: 2.8vw 0 2.8vw 10%;
		margin-bottom: 6.25vw;
		position: relative;
	}
	
	#category_top h2{
		font-size: 8.854vw;
		font-weight: 600;
		color: #0059FF;
		font-family: "Inter Tight", sans-serif;
		letter-spacing: -0.469vw;
		line-height: 1;
		margin-bottom: 0;
	}
	
}

/*--------------------------------------------------------------
.breadcrumbs
--------------------------------------------------------------*/

/* mobile */
@media screen and (min-width: 300px) {
	
	.breadcrumbs{
		font-size: 13px;
		font-weight: 500;
		font-family: "Inter Tight", sans-serif;
		color: #0059FF;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		align-items: center;
	}
	
	.breadcrumbs li{
		padding: 0 5px 0 0;
	}
	
	.breadcrumbs li a{
		color: #0059FF;
	}
	
	.breadcrumbs .material-symbols-outlined {
		font-size: 20px;
		font-variation-settings:
			'FILL' 0,
			'wght' 200,
			'GRAD' 0,
			'opsz' 24
	}

	

}

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


@media screen and (min-width: 1161px) {
	
	
	.breadcrumbs{
		font-size: 1.042vw;
		font-weight: 500;
		font-family: "Inter Tight", sans-serif;
		color: #0059FF;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		position: absolute;
		bottom: 2.604vw;
		right: 10%;
	}
	
	.breadcrumbs li{
		padding: 0 0.156vw;
	}
	
	.breadcrumbs li a{
		color: #0059FF;
	}
	
	.breadcrumbs .material-symbols-outlined {
		font-size: 1.302vw;
		font-variation-settings:
			'FILL' 0,
			'wght' 200,
			'GRAD' 0,
			'opsz' 24
	}
}


/*--------------------------------------------------------------
h3
p
--------------------------------------------------------------*/

/* mobile */
@media screen and (min-width: 300px) {
	
	h3 {
		font-size: 35px;
		font-weight: 600;
		color: #0059FF;
		font-family: "Inter Tight", sans-serif;
		line-height: 1;
	}
	
	h3 div {
		font-size: 16px;
		font-weight: 500;
		font-family: "Zen Kaku Gothic New", sans-serif;
		line-height: 1;
		display: block;
		margin-top: 15px;
	}
	
	p{
		font-size: 16px;
		font-weight: 500;
		line-height: 1.8;
	}
	
	

}

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


@media screen and (min-width: 1161px) {
	
	h3 {
		font-size: 2.604vw;
		font-weight: 600;
		color: #0059FF;
		font-family: "Inter Tight", sans-serif;
		line-height: 1;
	}
	
	h3 div {
		font-size: 0.938vw;
		font-weight: 500;
		font-family: "Zen Kaku Gothic New", sans-serif;
		line-height: 1;
		display: block;
		margin-top: 0.781vw;
	}
	
	p{
		font-size: 1.042vw;
		font-weight: 500;
		line-height: 1.8;
	}
	
}

/*--------------------------------------------------------------
.area
.outlink
--------------------------------------------------------------*/

/* mobile */
@media screen and (min-width: 300px) {
	
	.area{
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 0;
		position: relative;
	}
	
	.area h3{
		margin-bottom: 50px;
	}

	.outlink{
		font-size: 16px;
		font-weight: 500;
		text-align: right;
		padding-top: 30px;
	}
	
	.outlink a{
		color: #0059FF;
		border-bottom: 1px solid #0059FF;
		padding-bottom: 10px;
		display: inline-block;
	}
	
	.outlink .material-symbols-outlined {
		font-size: 20px;
		vertical-align: -3px;
		padding-left: 5px;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24;
		transition: transform 0.3s ease;
	}

	.outlink a:hover .material-symbols-outlined {
		transform: translateX(5px);
	}
	
}

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


@media screen and (min-width: 1161px) {
	
	.area{
		max-width: 65.1vw;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20.31vw;
		position: relative;
	}
	
	.area h3{
		position: absolute;
		top: -0.521vw;
		left: 0;
		margin-bottom: 0;
	}

	.outlink{
		font-size: 1.042vw;
		font-weight: 500;
		text-align: right;
		padding-top: 1.562vw;
	}
	
	.outlink a{
		color: #0059FF;
		border-bottom: 1px solid #0059FF;
		padding-bottom: 0.521vw;
		display: inline-block;
	}
	
	.outlink .material-symbols-outlined {
		font-size: 1.042vw;
		vertical-align: -0.156vw;
		padding-left: 0.26vw;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24;
		transition: transform 0.3s ease;
	}

	.outlink a:hover .material-symbols-outlined {
		transform: translateX(5px);
	}
	
}


/*--------------------------------------------------------------
#footer
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#footer {
		margin-top: 100px;
	}
	
	
	
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	
	#footer {
		margin-top: 9.375vw;
	}

}


/*--------------------------------------------------------------
.scroll-list
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.marquee {
		overflow: hidden;
		width: 100vw;
		border-top: 1px solid #0059FF;
		border-bottom: 1px solid #0059FF;
		padding: 2.544vw 0 2.8vw 0;
	}
	
	.track {
		display: flex;
		gap: 6vw;
		width: max-content;
		padding: 0;
		margin: 0;
		list-style: none;
		will-change: transform;
		--duration: 32s;
		animation: marquee var(--duration) steps(120, end) infinite;
	}
	
	.track li { 
		font-family: "DotGothic16", sans-serif;
		font-size: 6.36vw;
		white-space: nowrap;
		color: #0059FF;
	}
	
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	
	.marquee {
		overflow: hidden;
		width: 100vw;
		border-top: 1px solid #0059FF;
		border-bottom: 1px solid #0059FF;
		padding: 0.781vw 0 1.042vw 0;
	}
	
	.track {
		display: flex;
		gap: 4.167vw;
		width: max-content;
		padding: 0;
		margin: 0;
		list-style: none;
		will-change: transform;
		--duration: 32s;
		animation: marquee var(--duration) steps(120, end) infinite;
	}
	
	.track li { 
		font-family: "DotGothic16", sans-serif;
		font-size: 2.604vw;
		white-space: nowrap;
		color: #0059FF;
	}
}

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } /* 2セット分の半分で無限ループ */ }


/*--------------------------------------------------------------
#contact-cv-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#contact-cv-area {
		padding: 150px 20px;
		color: #0059FF;
		position: relative;
	}
	
	#contact-cv-area dl {
		
	}
	
	#contact-cv-area dt {
		font-size: 50px;
		font-weight: 600;
		font-family: "Inter Tight", sans-serif;
		letter-spacing: -1px;
		padding-right: 0;
		margin-bottom: 15px;
	}
	
	.click-item {
		position: absolute;
		top: 30%;
		right: 5%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	
	.spin {
		width: 120px;
		animation: spin 20s linear infinite;
		will-change: transform; transform-origin: 50% 50%;
	}
	
	.click-item .material-symbols-outlined {
		position: absolute;
		top: 50%;
		left: 45%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 40px;
		font-variation-settings:
			'FILL' 0,
			'wght' 100,
			'GRAD' 0,
			'opsz' 24;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}
	
	.click-item a {
		color: #0059FF;
	}
	
	.click-item:hover .material-symbols-outlined {
		transform: translate(-50%, -50%) scale(1.2);
		opacity: 1;
	}
	
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#contact-cv-area {
		padding: 11.45vw 5%;
		color: #0059FF;
		position: relative;
	}
	
	#contact-cv-area dl {
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	
	#contact-cv-area dt {
		font-size: 9.375vw;
		font-weight: 500;
		font-family: "Inter Tight", sans-serif;
		letter-spacing: -0.469vw;
		padding-right: 6.25vw;
		margin-bottom: 0;
	}
	
	.click-item {
		position: absolute;
		top: 50%;
		right: 3%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	
	.spin {
		width: 10.417vw;
		animation: spin 20s linear infinite;
		will-change: transform; transform-origin: 50% 50%;
	}
	
	.click-item .material-symbols-outlined {
		position: absolute;
		top: 50%;
		left: 48%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 3.646vw;
		font-variation-settings:
			'FILL' 0,
			'wght' 100,
			'GRAD' 0,
			'opsz' 24;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}
	
	.click-item a {
		color: #0059FF;
	}
	
	.click-item:hover .material-symbols-outlined {
		transform: translate(-50%, -50%) scale(1.2);
		opacity: 1;
	}
	

}

@keyframes spin {
  to { transform: rotate(360deg); }
}


/*--------------------------------------------------------------
#signature-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#signature-area {
		margin-bottom: 160px;
	}
	
	#signature-area div:first-child {
		color: #000;
	}
	
	#signature-area div:first-child ul {
		margin: 0 20px;
	}
	
	#signature-area div:first-child ul li:first-child {
		display: none;
	}
	
	
	#signature-area div:first-child ul li:nth-child(2) {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	#signature-area div:first-child dl {
		font-family: "Inter Tight", sans-serif;
	}
	
	#signature-area div:first-child dt {
		font-size: 15px;
		font-weight: 700;
		margin-bottom: 12px;
	}
	
	#signature-area div:first-child dd {
		font-size: 15px;
		font-weight: 500;
		line-height: 1.5;
	}
	
	#signature-area div:last-child ul {
		display: none;
	}
	
	
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	#signature-area {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 2.604vw;
	}
	
	#signature-area div:first-child {
		color: #000;
	}
	
	#signature-area div:first-child ul {
		display: -webkit-flex;
		display: flex;
		margin: 0;
	}
	
	#signature-area div:first-child ul li:first-child {
		margin: 0 4.688vw 0 2.604vw;
		display: inline;
	}
	
	#signature-area div:first-child ul li:first-child img {
		width: 7.812vw;
	}
	
	#signature-area div:first-child ul li:nth-child(2) {
		margin-right: 3.646vw;
		margin-bottom: 0;
	}
	
	#signature-area div:first-child dl {
		font-family: "Inter Tight", sans-serif;
	}
	
	#signature-area div:first-child dt {
		font-size: 0.781vw;
		font-weight: 700;
		margin-bottom: 0.625vw;
	}
	
	#signature-area div:first-child dd {
		font-size: 1.042vw;
		font-weight: 500;
		line-height: 1.5;
	}
	
	#signature-area div:last-child ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		padding-right: 4.167vw;
	}
	
	#signature-area div:last-child ul li a {
		font-family: "Inter Tight", sans-serif;
		font-size: 1.042vw;
		font-weight: 600;
		margin: 0 0.781vw;
		padding: 0.26vw 0.521vw;
		display: block;
	}
	
	#signature-area div:last-child ul li a{
		position: relative;
		z-index: 0;
	}
	
	#signature-area div:last-child ul li a::after {
		content: '';
		position: absolute;
		z-index: -1;
		bottom: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: #84F668;
		transition:all .5s;
		opacity: 0;
	}

	#signature-area div:last-child ul li a:hover::after {
		width: 100%;
		opacity: 1;
	}

	#signature-area div:last-child ul li a:hover{
		color: #000;
	}
	

}

/*--------------------------------------------------------------
#footer_info
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#footer_info {
		padding: 0 20px 30px 20px;
		color: #000;
	}
	
	#footer_info div:last-child {
		font-family: "Inter Tight", sans-serif;
		font-size: 12px;
		font-weight: 600;
	}
	
	#footer_info div:first-child {
		text-align: right;
		margin-bottom: 20px;
	}
	
	#footer_info div:first-child a {
		font-family: "Inter Tight", sans-serif;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.5px;
	}
	
	.material-symbols-outlined {
		vertical-align: -6px;
		margin-left: 10px;
		display: inline-block;
		transition: transform 0.3s ease;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}
	
	#footer_info div:first-child a:hover .material-symbols-outlined {
		transform: translateY(-5px);
	}
	
	.unker {
		margin: 0;
		background: #84F668;
		height: 145px;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 1024px) {
	
	
	#footer_info {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 0 2.604vw 1.562vw 2.604vw;
		color: #000;
	}
	
	#footer_info div:last-child {
		font-family: "Inter Tight", sans-serif;
		font-size: 0.781vw;
		font-weight: 600;
	}
	
	#footer_info div:first-child {
		text-align: center;
		margin-bottom: 0;
	}
	
	#footer_info div:first-child a {
		font-family: "Inter Tight", sans-serif;
		font-size: 1.042vw;
		font-weight: 600;
		letter-spacing: -0.5px;
	}
	
	.material-symbols-outlined {
		vertical-align: -0.208vw;
		margin-left: 0.521vw;
		display: inline-block;
		transition: transform 0.3s ease;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}
	
	#footer_info div:first-child a:hover .material-symbols-outlined {
		transform: translateY(-5px);
	}
	
	.unker {
		margin: 0;
		background: #84F668;
		height: 7.552vw;
	}

}

/*--------------------------------------------------------------
@media
--------------------------------------------------------------*/

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

}

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

	
}


@media screen and (min-width: 1161px) {
	
	.pc {
		display: inline;
	}
	
	.sp {
		display: none;
	}

}


/*--------------------------------------------------------------
.bgextend
--------------------------------------------------------------*/

.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
	padding-right: 10px;
	line-height: 1; 
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*左から右*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration: 1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #84F668;/*伸びる背景色の設定*/
}

#category_top .bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration: 1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
	height: 1em; 
    background-color: #84F668;/*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}
