@charset "UTF-8";



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

html, body{
	margin: 0;
    padding: 0;
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New", 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;
}


/*--------------------------------------------------------------
font-family: "Exo 2", serif;

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: #232323;
	text-decoration: none;
}

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

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

/*--------------------------------------------------------------
lazyload
--------------------------------------------------------------*/

.lazyload {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.lazyloaded {
  opacity: 1;
}

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

/* mobile */
@media (min-width: 300px) {
	
	#container {
		position: relative;
	}
	
	
	
}

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


/* Larger than tablet */
@media (min-width: 992px) {
	
	

}


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

/* mobile */
@media (min-width: 300px) {
	
	#header {
		margin: 0;
		padding: 15px;
		position: absolute;
		z-index: 10;
		width: 100%;
	}
	
	#header img {
		width: 50px;
	}
	
	#header span {
		display: none;
	}
	
	#header .nav_btn {
		display: none;
	}

	a.gradient{
		display: block;
		padding: 13px 40px;
		border-radius: 50px;
		text-decoration: none;
		outline: none;
		background: linear-gradient(270deg, #2AB4FF 0%, #0073E5 25%, #0073E5 51%, #2AB4FF 100%);
		background-position: 1% 50%;
		background-size: 200% auto;
		transition: all 0.3s ease-out;
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		position: relative;
		text-align: center;
	}
	
	a.gradient .material-symbols-outlined {
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		font-size: 18px;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}
	
	a.gradient:hover {
		color: #fff;
		background-position: 99% 50%;
	}
	
	a.phone{
		display: block;
		padding: 13px 40px;
		border-radius: 50px;
		text-decoration: none;
		outline: none;
		background: #FFF;
		background-position: 1% 50%;
		background-size: 200% auto;
		transition: all 0.3s ease-out;
		font-size: 16px;
		font-weight: 600;
		color: #2AB4FF;
		position: relative;
		text-align: center;
	}
	
	a.phone .material-symbols-outlined {
		vertical-align: -2px;
		margin-right: 5px;
		font-size: 18px;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}
	
}

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


/* Larger than tablet */
@media (min-width: 992px) {
	
	#header {
		margin: 0;
		padding: 1.46vw;
		position: absolute;
		z-index: 10;
		width: 100%;
	}
	
	#header img {
		width: 5.12vw;
	}
	
	#header span {
		display: none;
	}
	
	#header .nav_btn {
		position: absolute;
		top: 1.83vw;
		right: 6.22vw;
		display: inherit;
	}

	a.gradient{
		display: block;
		padding: 0.95vw 2.93vw;
		border-radius: 3.66vw;
		text-decoration: none;
		outline: none;
		background: linear-gradient(270deg, #2AB4FF 0%, #0073E5 25%, #0073E5 51%, #2AB4FF 100%);
		background-position: 1% 50%;
		background-size: 200% auto;
		transition: all 0.3s ease-out;
		font-size: 1.02vw;
		font-weight: 600;
		color: #fff;
		position: relative;
		text-align: left;
	}
	
	a.gradient .material-symbols-outlined {
		position: absolute;
		top: 50%;
		right: 0.73vw;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		font-size: 1.32vw;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}
	
	a.gradient:hover {
		color: #fff;
		background-position: 99% 50%;
	}

}

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

/* mobile */
@media (min-width: 300px) {
	
	.openbtn{
		mix-blend-mode: difference;
		position: fixed;
		z-index: 1000;
		top: 15px;
		right: 15px;
		cursor: pointer;
		width: 50px;
		height: 50px;
	}
	
	.openbtn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 2px;
		background-color: #FFF;
		width: 45%;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	}

	.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:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}

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

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

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


/* Larger than tablet */
@media (min-width: 992px) {
	
	.openbtn{
		mix-blend-mode: difference;
		position: fixed;
		z-index: 1000;
		top: 1.83vw;
		right: 1.46vw;
		cursor: pointer;
		width: 3.66vw;
		height: 3.66vw;
	}
	
	.openbtn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 1.02vw;
		height: 2px;
		background-color: #FFF;
		width: 45%;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	}

	.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:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}

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

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

}

/*--------------------------------------------------------------
#modal-nav
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#modal-nav{
		position: fixed;
		opacity: 0;
		top:0;
		width: 100%;
		height: 100vh;
		background: #232323;
		transition: all 0.5s;
		z-index: -1;
	}

	#modal-nav.panelactive{
		opacity: 1;
		z-index: 999;
	}
	
	#modal-nav.panelactive #modal-nav-list{
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	#modal-nav .modal_logo {
		position: absolute;
		top: 15px;
		left: 15px;
		width: 50px;
	}
	
	#modal-nav ul {
		z-index: 999;
		width: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		flex-wrap: wrap;
		padding: 100px 10% 50px 10%;
		box-sizing: border-box;
	}
	
	#modal-nav li{
		list-style: none;
		width: 100%;
	}
	
	#modal-nav li:nth-child(1),
	#modal-nav li:nth-child(2),
	#modal-nav li:nth-child(3),
	#modal-nav li:nth-child(4){
		padding: 0 0 20px 0;
	}
	
	#modal-nav li:nth-child(5){
		padding: 0;
	}
	
	#modal-nav li:nth-child(1) dt,
	#modal-nav li:nth-child(2) dt,
	#modal-nav li:nth-child(3) dt,
	#modal-nav li:nth-child(4) dt{
		padding: 0 0 10px 0;
		font-weight: 600;
		font-size: 16px;
		font-style: italic;
		font-family: "Exo 2", serif;
		color: #6E6B6B;
	}

	#modal-nav li:nth-child(1) a,
	#modal-nav li:nth-child(2) a,
	#modal-nav li:nth-child(3) a,
	#modal-nav li:nth-child(4) a{
		color: #FFF;
		text-decoration: none;
		padding: 8px 0;
		display: block;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 17px;
		transition: all 0.3s ease-out;
	}
	
	#modal-nav li:nth-child(1) a:hover,
	#modal-nav li:nth-child(2) a:hover,
	#modal-nav li:nth-child(3) a:hover,
	#modal-nav li:nth-child(4) a:hover {
		color: #797979;
	}
	
	#modal-nav li:nth-child(5) dt{
		padding: 20px 0 10px 0;
		display: block;
	}
	
	#modal-nav li:nth-child(5) dd{
		padding: 0;
		font-weight: 500;
		font-size: 16px;
	}
	
	#modal-nav li:nth-child(5) dd span{
		display: block;
		padding: 0;
		font-weight: 600;
		font-size: 35px;
		font-style: italic;
		font-family: "Exo 2", serif;
	}
	
	#modal-nav .material-symbols-outlined {
		vertical-align: -3px;
		font-size: 18px;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}

	
}

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


/* Larger than tablet */
@media (min-width: 992px) {
	
	#modal-nav{
		position: fixed;
		z-index: -1;
		opacity: 0;
		top:0;
		width: 100%;
		height: 100vh;
		background: #232323;
		transition: all 0.5s;
	}

	#modal-nav.panelactive{
		opacity: 1;
		z-index: 999;
	}
	
	#modal-nav.panelactive #modal-nav-list{
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	#modal-nav .modal_logo {
		position: absolute;
		top: 1.46vw;
		left: 1.46vw;
		width: 5.12vw;
	}
	

	#modal-nav ul {
		position: absolute;
		z-index: 999;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		padding: 0;
	}
	
	#modal-nav li{
		list-style: none;
		width: auto;
	}
	
	#modal-nav li:nth-child(1),
	#modal-nav li:nth-child(2),
	#modal-nav li:nth-child(3),
	#modal-nav li:nth-child(4){
		padding: 0 3.66vw 0 0;
	}
	
	#modal-nav li:nth-child(5){
		padding: 0 5% 0 0;
	}
	
	#modal-nav li:nth-child(1) dt,
	#modal-nav li:nth-child(2) dt,
	#modal-nav li:nth-child(3) dt,
	#modal-nav li:nth-child(4) dt{
		padding: 0 0 0.73vw 0;
		font-weight: 600;
		font-size: 1.24vw;
		font-style: italic;
		font-family: "Exo 2", serif;
	}

	#modal-nav li:nth-child(1) a,
	#modal-nav li:nth-child(2) a,
	#modal-nav li:nth-child(3) a,
	#modal-nav li:nth-child(4) a{
		color: #FFF;
		text-decoration: none;
		padding: 0.59vw 0;
		display: block;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 1.24vw;
		transition: all 0.3s ease-out;
	}
	
	#modal-nav li:nth-child(1) a:hover,
	#modal-nav li:nth-child(2) a:hover,
	#modal-nav li:nth-child(3) a:hover,
	#modal-nav li:nth-child(4) a:hover {
		color: #797979;
	}
	
	#modal-nav li:nth-child(5) dt{
		padding: 0 0 2.56vw 0;
		display: inline-block;
	}
	
	#modal-nav li:nth-child(5) dd{
		padding: 0;
		font-weight: 500;
		font-size: 1.17vw;
	}
	
	#modal-nav li:nth-child(5) dd span{
		display: block;
		padding: 0;
		font-weight: 600;
		font-size: 2.56vw;
		font-style: italic;
		font-family: "Exo 2", serif;
	}
	
	#modal-nav .material-symbols-outlined {
		vertical-align: -0.22vw;
		font-size: 1.32vw;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}

}

/*--------------------------------------------------------------
.sp-contact
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.sp-contact {
		margin: 0;
		padding: 0;
		z-index: 10;
		position: fixed;
		bottom: 10px;
		right: 10px;
	}

	.sp-contact a{
		display: block;
		padding: 0;
		width: 60px;
		height: 60px;
		border-radius: 50px;
		text-decoration: none;
		outline: none;
		background: linear-gradient(270deg, #2AB4FF 0%, #0073E5 25%, #0073E5 51%, #2AB4FF 100%);
		background-position: 1% 50%;
		background-size: 200% auto;
		transition: all 0.3s ease-out;
		color: #fff;
		position: relative;
	}
	
	.sp-contact .material-symbols-outlined {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 30px;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}
	
}

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


/* Larger than tablet */
@media (min-width: 992px) {
	
	.sp-contact {
		display: none
	}

}

/*--------------------------------------------------------------
#category-top
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#category-top {
		margin: 0;
		padding: 80px 5% 20px 5%;
	}
	
	#category-top .breadcrumbs {
		margin: 0;
		padding: 0 0 5px 0;
	}
	
	#category-top .breadcrumbs ul {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-weight: 500;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	
	#category-top .breadcrumbs ul li {
		margin: 0;
		padding: 0 3px;
	}
	
	#category-top .breadcrumbs ul li a {
		color: #FFF;
	}
	
	#category-top .breadcrumbs ul .material-symbols-outlined {
		font-size: 10px;
		vertical-align: -1px;
		color: #2AB4FF;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}
	
	#category-top h2.basic {
		margin: 0;
		padding: 0;
		font-size: 30px;
		font-weight: 600;
	}
	
	#category-top h2.basic i {
		margin: 0;
		padding: 0;
		font-size: 80px;
		font-weight: 600;
		font-style: italic;
		color: #2AB4FF;
		display: block;
		font-family: "Exo 2", serif;
		line-height: 1;
	}
	
	#category-top h2.product {
		margin: 0;
		padding: 0;
		font-size: 25px;
		font-weight: 600;
		width: 100%;
		line-height: 1.3;
	}
	
	#category-top h2.product i {
		margin: 5px 0 0 0;
		padding: 0;
		font-size: 15px;
		font-weight: 600;
		font-style: italic;
		color: #2AB4FF;
		display: block;
		font-family: "Exo 2", serif;
		line-height: 1;
	}
}

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


/* Larger than tablet */
@media (min-width: 992px) {
	
	#category-top {
		margin: 0;
		padding: 7.32vw 5% 1.46vw 5%;
	}
	
	#category-top .breadcrumbs {
		margin: 0;
		padding: 0 0 0.73vw 0;
	}
	
	#category-top .breadcrumbs ul {
		margin: 0;
		padding: 0;
		font-size: 0.88vw;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	
	#category-top .breadcrumbs ul li {
		margin: 0;
		padding: 0 0.22vw;
	}
	
	#category-top .breadcrumbs ul li a {
		color: #FFF;
	}
	
	#category-top .breadcrumbs ul .material-symbols-outlined {
		font-size: 0.95vw;
		vertical-align: -1px;
		color: #2AB4FF;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}
	
	#category-top h2.basic {
		margin: 0;
		padding: 0;
		font-size: 2.20vw;
		font-weight: 600;
	}
	
	#category-top h2.basic i {
		margin: 0;
		padding: 0;
		font-size: 5.86vw;
		font-weight: 600;
		font-style: italic;
		color: #2AB4FF;
		display: block;
		font-family: "Exo 2", serif;
		line-height: 1;
	}
	
	#category-top h2.product {
		margin: 0;
		padding: 0;
		font-size: 2.93vw;
		font-weight: 600;
		width: 100%;
	}
	
	#category-top h2.product i {
		margin: 0;
		padding: 0.37vw 0 0 0;
		font-size: 2.20vw;
		font-weight: 600;
		font-style: italic;
		color: #2AB4FF;
		display: block;
		font-family: "Exo 2", serif;
		line-height: 1;
	}

}

/*--------------------------------------------------------------
#category-navi
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#category-navi{
		margin: 0;
		padding: 0 10px 50px 10px;
	}
	
	#category-navi-about{
		margin: 0;
		padding: 0 10px 10px 10px;
	}
	
	#category-navi ul,
	#category-navi-about ul{
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		font-size: 15px;
		font-weight: 600;
	}
	
	#category-navi ul li {
		width: 33.3%;
	}
	
	#category-navi-about ul li {
		width: 50%;
	}
	
	#category-navi ul li a,
	#category-navi-about ul li a{
		margin: 0 0 10px 0;
		padding: 5px 10px;
		display: block;
		color: #FFF;
		border-left: 1px solid #939393;
		transition: all 0.3s ease-out;
		text-align: center;
		position: relative;
	}
	
	#category-navi ul li a:hover,
	#category-navi-about ul li a:hover{
		color: #2AB4FF;
	}
	
	#category-navi ul li:nth-child(3) a,
	#category-navi ul li:last-child a,
	#category-navi-about ul li:nth-child(2) a,
	#category-navi-about ul li:last-child a {
		border-right: 1px solid #939393;
	}
	
	#category-navi ul .material-symbols-outlined,
	#category-navi-about ul .material-symbols-outlined{
		position: absolute;
		top: 50%;
		right: 5px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 15px;
		vertical-align: -1px;
		margin: 0 0 0 5px;
		color: #2AB4FF;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}
}

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


/* Larger than tablet */
@media (min-width: 992px) {
	
	#category-navi,
	#category-navi-about{
		margin: 0;
		padding: 0 10% 3.66vw 15%;
	}
	
	#category-navi ul,
	#category-navi-about ul{
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		font-size: 1.32vw;
		font-weight: 600;
	}
	
	#category-navi ul li,
	#category-navi-about ul li{
		width: auto;
	}
	
	#category-navi ul li a,
	#category-navi-about ul li a{
		margin: 0;
		padding: 0 2.20vw;
		display: block;
		color: #FFF;
		border-left: 1px solid #939393;
		transition: all 0.3s ease-out;
	}
	
	#category-navi ul li a:hover,
	#category-navi-about ul li a:hover{
		color: #2AB4FF;
	}
	
	#category-navi ul li:first-child a,
	#category-navi-about ul li:first-child a{
		border-left: 1px solid #939393;
	}
	
	#category-navi ul li:nth-child(3) a {
		border-right: none;
	}
	
	#category-navi-about ul li:nth-child(2) a {
		border-right: none;
	}
	
	#category-navi ul .material-symbols-outlined,
	#category-navi-about ul .material-symbols-outlined{
		font-size: 1.10vw;
		vertical-align: -1px;
		margin: 0 0 0 0.73vw;
		color: #2AB4FF;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}

}



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

/* mobile */
@media (min-width: 300px) {
	
	p {
		font-size: 15px;
		font-weight: 500;
		line-height: 1.6;
	}
	
	
}

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


/* Larger than tablet */
@media (min-width: 992px) {
	
	
	p {
		font-size: 1.24vw;
		font-weight: 500;
		line-height: 1.8;
	}

}

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

/* mobile */
@media (min-width: 300px) {
	
	
	#footer {
		margin: 0;
		padding: 0 0 20px 0;
		background: #232323;
	}
	
	#footer .breadcrumbs {
		padding: 10px 5%;
		font-size: 10px;
		font-weight: 500;
	}
	
	#footer .breadcrumbs ul {
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	
	#footer .breadcrumbs ul li {
		margin: 0;
		padding: 0 3px;
		white-space: nowrap;
	}
	
	
	#footer .breadcrumbs ul li:last-child {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: inline-block;
	}
	
	#footer .breadcrumbs ul li a {
		color: #FFF;
	}
	
	#footer .breadcrumbs ul .material-symbols-outlined {
		font-size: 10px;
		vertical-align: -1px;
		color: #2AB4FF;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}

}

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


/* Larger than tablet */
@media (min-width: 992px) {
	
	#footer {
		margin: 0;
		padding: 0 0 1.46vw 0;
		background: #232323;
	}
	
	#footer .breadcrumbs {
		padding: 0.73vw 10%;
		font-size: 0.88vw;
		font-weight: 500;
	}
	
	#footer .breadcrumbs ul {
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	
	#footer .breadcrumbs ul li {
		margin: 0;
		padding: 0 0.22vw;
	}
	
	#footer .breadcrumbs ul li a {
		color: #FFF;
	}
	
	#footer .breadcrumbs ul .material-symbols-outlined {
		font-size: 0.95vw;
		vertical-align: -1px;
		color: #2AB4FF;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}

}

/*--------------------------------------------------------------
#support-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	
	#support-area {
		margin: 0;
		padding: 15px 5%;
		background: url("../images/footer_bg.png") center no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		background-color: #747474;
	}
	
	#support-area ul {
		margin: 0;
		padding: 0;
	}
	
	#support-area li:nth-child(1) h6 {
		margin: 0;
		padding: 0 0 20px 0;
		font-size: 25px;
		font-weight: 600;
	}
	
	#support-area li:nth-child(1) h6 i {
		margin: 0;
		padding: 0;
		font-size: 13px;
		font-weight: 600;
		font-style: italic;
		font-family: "Exo 2", serif;
		display: block;
		color: #2AB4FF;
	}
	
	#support-area li:nth-child(2) {
		margin: 0;
		padding: 0 0 10px 0;
		border-left: none;
		text-align: center;
	}
	
	#support-area li:nth-child(2) dt {
		margin: 0;
		padding: 0 0 30px 0;
		font-size: 14px;
		font-weight: 500;
	}
	
	#support-area li:nth-child(2) dd {
		margin: 0;
		padding: 0;
		font-size: 16px;
		font-weight: 600;
	}
	
	#support-area .material-symbols-outlined {
		vertical-align: -3px;
		font-size: 18px;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}
	
	#support-area li:nth-child(2) dd span {
		margin: 0;
		padding: 0;
		font-size: 35px;
		font-weight: 600;
		font-style: italic;
		font-family: "Exo 2", serif;
		display: block;
	}
	
	#support-area li:nth-child(3) {
		padding: 0;
		box-sizing: border-box;
	}
	
	#support-area li:nth-child(3) a {
		
	}

}

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


/* Larger than tablet */
@media (min-width: 992px) {
	
	#support-area {
		margin: 0;
		padding: 3vw 0;
		background: url("../images/footer_bg.png") center no-repeat;
		-webkit-background-size: auto 80%;
		background-size: auto 80%;
		background-color: #747474;
	}
	
	#support-area ul {
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: flex-end;
	}
	
	#support-area li:nth-child(1) {
    align-self: flex-start;
}
	
	#support-area li:nth-child(1) h6 {
		margin: 0;
		padding: 0 3.66vw 0 0;
		font-size: 2.93vw;
		font-weight: 600;
	}
	
	#support-area li:nth-child(1) h6 i {
		margin: 0;
		padding: 0;
		font-size: 1.46vw;
		font-weight: 600;
		font-style: italic;
		font-family: "Exo 2", serif;
		display: block;
		color: #2AB4FF;
	}
	
	#support-area li:nth-child(2) {
		margin: 0;
		padding: 0.73vw 0 0.73vw 3.66vw;
		border-left: 1px solid #A5A5A5;
		text-align: left;
	}
	
	#support-area li:nth-child(2) dt {
		margin: 0;
		padding: 0 0 1.46vw 0;
		font-size: 1.02vw;
		font-weight: 500;
	}
	
	#support-area li:nth-child(2) dd {
		margin: 0;
		padding: 0;
		font-size:　1.17vw;
		font-weight: 600;
	}
	
	#support-area .material-symbols-outlined {
		vertical-align: -3px;
		font-size: 1.32vw;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' 0,
			'opsz' 24
	}
	
	#support-area li:nth-child(2) dd span {
		margin: 0;
		padding: 0;
		font-size: 2.56vw;
		font-weight: 600;
		font-style: italic;
		font-family: "Exo 2", serif;
		display: block;
	}
	
	#support-area li:nth-child(3) {
		padding: 0 0 0 3.66vw;
		box-sizing: border-box;
		align-self: flex-end;
	}
	
	#support-area li:nth-child(3) a {
		 display: inline-block;
	}

}




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

/* mobile */
@media (min-width: 300px) {
	
	#footer-navi {
		margin: 0;
		padding: 30px 0 10px 0;
	}
	
	.signature-box {
		width: 100%;
		margin: 0;
		padding: 0 5%;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		position: relative;
	}
	
	.signature-box div:nth-child(1) {
		margin: 0;
		padding: 0;
		width: 80px;
	}
	
	.signature-box div:nth-child(2) {
		margin: 0;
		padding: 0 0 0 20px;
		font-size: 16px;
		font-weight: 600;
	}
	
	.signature-box address {
		margin: 8px 0 0 0;
		padding: 0;
		font-size: 14px;
		font-weight: 500;
		font-style: normal;
		line-height: 1.8;
	}

	
	.navi-box {
		width: 100%;
	}
	
	#footer-navi ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	
	#footer-navi li{
		list-style: none;
		width: 100%;
	}
	
	#footer-navi li a {
		color: #FFF;
		padding: 10px 10%;
		display: block;
		font-weight: 500;
		font-size: 15px;
		transition: all 0.3s ease-out;
	}
	
	#footer-navi li a:hover {
		color: #797979;
	}

}

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


/* Larger than tablet */
@media (min-width: 992px) {
	
	#footer-navi {
		margin: 0;
		padding: 2.20vw 10% 0 10%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.signature-box {
		width: 31.47vw;
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		position: relative;
	}
	
	.signature-box div:nth-child(1) {
		margin: 0;
		padding: 0;
		width: 9.88vw;
	}
	
	.signature-box div:nth-child(2) {
		margin: 0;
		padding: 0 0 0 2.20vw;
		font-size: 1.24vw;
		font-weight: 600;
	}
	
	.signature-box address {
		margin: 0.59vw 0 0 0;
		padding: 0;
		font-size: 1.02vw;
		font-weight: 500;
		font-style: normal;
		line-height: 1.8;
	}
	
	.navi-box {
		width: 53.44vw;
	}
	
	#footer-navi ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	
	#footer-navi li{
		list-style: none;
		padding: 0 3.66vw 0 0;
		width: auto;
	}
	
	#footer-navi li a {
		color: #FFF;
		padding: 0.37vw 0;
		display: block;
		font-weight: 500;
		font-size: 1.10vw;
		transition: all 0.3s ease-out;
	}
	
	
	#footer-navi li a:hover {
		color: #797979;
	}

}




/*--------------------------------------------------------------
#sub-menu
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#sub-menu {
		margin: 20px 0 0 0;
		padding: 0 5%;
	}
	
	#sub-menu dl {
		display: -webkit-flex;
		display: flex;
		padding-bottom: 15px;
	}
	
	#sub-menu dt {
		width: 25px;
		margin: 0 5px;
	}
	
	.copy {
		margin: 0;
		padding: 0;
		font-size: 10px;
		font-weight: 600;
		text-align: left;
		color: #A0A0A0;
	}

}

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


/* Larger than tablet */
@media (min-width: 992px) {
	
	#sub-menu {
		margin: 0;
		padding: 0 10%;
	}
	
	#sub-menu dl {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		padding-bottom: 1.10vw;
	}
	
	#sub-menu dt {
		width: 1.83vw;
		margin: 0 0.37vw;
	}
	
	.copy {
		margin: 0;
		padding: 0;
		font-size: 0.73vw;
		font-weight: 600;
		text-align: right;
		color: #A0A0A0;
	}

}

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

/* mobile */
@media (min-width: 300px) {
	
	.pc {
		display: none;
	}
	

}

/* Small than tablet */
@media (min-width: 768px) {
	
	.pc {
		display: inherit;
	}
	
	.sp {
		display: none;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	

}

/*--------------------------------------------------------------
アニメーション
--------------------------------------------------------------*/

/*全共通*/

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/

.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%);
    opacity: 0;
  }

  to {
	transform: translateX(0);
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}


/* 上下のアニメーション*/

.downAnime{
    opacity: 0;/* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
    animation-name:slideTextY100;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY100 {
    from {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}

.slideAnimeUpDown {
    animation-name:slideTextY-100;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY-100 {
    from {
        transform: translateY(-100%);/* 要素を下の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}

/* フェードインアニメーション */
.fadeAnime {
    opacity: 0;
    transform: translateY(20px); /* 下から浮かび上がる効果 */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fadeIn {
    opacity: 1;
    transform: translateY(0);
}

/*--------------------------------------------------------------
画像拡大
--------------------------------------------------------------*/

.zoomIn img.zoomimg{
	transform: scale(1);
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img.zoomimg{/*hoverした時の変化*/
	transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}

/*　画像のマスク　*/

.mask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

