@charset "UTF-8";

/* ---------- mediaQuery  ---------- */

@media all and (min-width: 768px) and (max-width: 999px) {
.viewpc {
	display: none;
}
.viewsp {
	display: none;
}
.nonetb {
	display: none!important;
}
.viewtb {
	display: block!important;
}

.inner {
	width: 92%;
	max-width: 900px;
}

/* ===============
body
================*/
body.index_body {
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/common/bg_index_ellipse_sp.svg"),
	url("../images/common/bg_ellipse_blue_sp.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center -60px, center -250px;
	background-size: 100%, 320px 100%;
	no-repeat top center;
	background-size: 100%;
}

/* ===============
#g-nav
================*/
#g-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.6s;
  color: #fff;
  padding: 66px 0 30px 0;
  overflow: scroll;
  #g-nav-list {
		    position: relative;
		    width: 100%;
	    div {
	    	a {
					font-weight: 700;
					padding: 10px;
					transition: 0.2s all ease 0s;
					color: var(--texcolor01);
					font-size: 1.6rem;
					letter-spacing: -0.02em;
					display: flex;
					width: 100%;
					height: 70px;
					justify-content: flex-start;
					align-items: center;

					&:active {
						cursor: pointer;
					}
					&:hover {
						text-decoration: none;
						cursor: pointer;
					}

					.menuitem_icon {
						flex-basis: 40px;
						margin-right: 10px;
						padding-top: 8px;
						img {
							width: 45px;
						}
						img.img_s {
							width: 40px;
							display: block;
							padding-right: 6px;
							padding-bottom: 6px;
						}
						img.img_ss {
							width: 36px;
							display: block;
							padding-left: 8px;
						}
					}
				}
				a.btncolor_pink {
						background-color: var(--pink_pale);
						border-bottom: 2px solid #fff;
						&:hover {
							border-bottom: 2px solid var(--pink);
						}
					}
				a.btncolor_orange {
						background-color: var(--orange_pale);
						border-bottom: 2px solid #fff;
						&:hover {
							border-bottom: 2px solid var(--orange);
						}
					}
				a.btncolor_blue {
						background-color: var(--blue_pale);
						border-bottom: 2px solid #fff;
						&:hover {
							border-bottom: 2px solid var(--blue);
						}
					}
				a.btncolor_green {
						background-color: var(--green_pale);
						border-bottom: 2px solid #fff;
						&:hover {
							border-bottom: 2px solid var(--green);
						}
					}
	  	}
	}
}
#g-nav.panelactive {
  right: 0; 
}

.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 4px;
  right: 8px;
  cursor: pointer;
  width: 62px;
  height: 62px;
	background-color: var(--texcolor03);
	border-radius: 60px;
	transition: 0.2s all ease 0s;
	border: 2px solid #fff;
	&:hover {
	  cursor: pointer;
	  background-color: #fff;
	  border: 2px solid var(--texcolor03);
	  span {
	  	background-color: var(--texcolor03);
	  }
	  div {
	  	color: var(--texcolor03);
	  }
	}
	span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 2px;
		background-color: #fff;
		width: 30px;
		&:nth-of-type(1) {
			 top:16px;
		}
		&:nth-of-type(2) {
			 top:23px;
		}
	}
	div {
		font-size: 1.1rem;
		text-align: center;
		margin: 28px 0 0 3px;
		color: #fff;
		font-weight: 500;
		font-family: "Noto Sans JP", sans-serif;
	}
}
.openbtn1.active {
	span:nth-of-type(1) {
	  top: 13px;
	  left: 18px;
	  transform: translateY(6px) rotate(-45deg);
	  width: 40%;
	}
	span:nth-of-type(2){
    top: 25px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
	}
}


/* index */
/* ===============
#topimage
================*/
#topimage {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 22px;

	h1 {
		width: 98%;
		max-width: 800px;
		height: 210px;
		margin: 0 auto 0 auto;
		margin-bottom: 0;
	}

	.copy_free {
		position: absolute;
		width: 82px;
		height: auto;
		margin-left: auto;
		top: 40px;
		right: 2%;
		margin-bottom: 0;
	}
	.copy_start {
		position: absolute;
		width: 210px;
		height: 80px;
		top: 300px;
		left: calc(50% - 140px);
		margin-bottom: 0;
	}

	.chara_area {
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
		background: url("../images/common/illust_taitobg.svg") no-repeat center 0;
		background-size: 90%;
		position: relative;
		padding-bottom: 20px;
		.chara_img {
			position: relative;
			top: -20px;
			right: 8%;
			width: 300px;
			margin-left: auto;
		}
		.chara_copy {
			position: absolute;
			right: 300px;
			top: 280px;
			width: 80px;
		}
	}
}

/* ===============
#index_menu
================*/
#index_menu {
	width: 100%;
	padding-bottom: 70px;

	.indexmenu_area {
		width: 90%;
		max-width: 1080px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		gap: 1%;
		flex-wrap: wrap;
		.menu_item {
			flex-basis: 200px;
			margin-bottom: 18px;
			a {
				display: flex;
				align-items: center;
				flex-flow: column;
				flex-wrap: wrap;
				justify-content: center;
				width: 200px;
				height: 200px;
				border-radius: 200px;
				transition: 0.2s all ease 0s;
				.menuitem_icon {
					img {
						display: block;
						width: 80px;
						height: auto;
						margin: 0 auto 10px auto;
					}
				}
				.img_s {
					width: 70px;
					img {
						display: block;
						width: 100%;
						height: auto;
						margin: 0 auto 10px auto;
					}
				}
				.menuitem_text {
					height: 3rem;
					width: 100%;
					display: block;
					align-items: center;
					text-align: center;
					margin: 0 auto;
					font-size: 1.8rem;
					font-weight: 800;
					line-height: 1.3;
					color: var(--texcolor01);
				}
				.line2 {
					line-height: 1.3;	
				}
				.line3 {
					padding-bottom: 0;
				}
			}
			a.btncolor_pink {
				background-color: var(--pink_pale);
				&:hover {
					border: 4px solid var(--pink);
				}
			}
			a.btncolor_orange {
				background-color: var(--orange_pale);
				&:hover {
					border: 4px solid var(--orange);
				}
			}
			a.btncolor_blue {
				background-color: var(--blue_pale);
				&:hover {
					border: 4px solid var(--blue);
				}
			}
			a.btncolor_green {
				background-color: var(--green_pale);
				&:hover {
					border: 4px solid var(--green);
				}
			}
		}
	}
}


/* ================
#index_detail
================== */
#index_detail {
	padding: 20px 0;
	h2 {
		width: 100%;
		margin: 0 auto 20px auto;
	}

	.system_outline {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		.outline_item {
			flex-basis: 100%;
			width: 100%;
			display: flex;
			justify-content: flex-start;
			margin-bottom: 10px;
			align-items: center;
			h3 {
				flex-basis: 165px;
				width: 165px;
				margin-right: 30px;
				margin-bottom: 0;
				border: 2px solid var(--texcolor03);
				border-radius: 40px;
				color: var(--texcolor03);
				font-size: 2.4rem;
				font-weight: 700;
				text-align: center;
				padding: 2px 0;
			}
			div {
				flex-basis: auto;
				color: var(--texcolor03);
				font-size: 2rem;
				font-weight: 600;
				letter-spacing: 0.1em;
				margin-bottom: 0;
				span {
					font-size: 4.2rem;
					font-weight: 900;
					line-height: 1.2;
				}
			}
		}
		.outline_item2 {
			flex-basis: 100%;
			width: 100%;
			display: flex;
			justify-content: flex-start;
			margin-bottom: 10px;
			align-items: center;
			h3 {
				flex-basis: 165px;
				width: 165px;
				margin-right: 30px;
				margin-bottom: 0;
				border: 2px solid var(--texcolor03);
				color: var(--texcolor03);
				font-size: 2.4rem;
				font-weight: 700;
				text-align: center;
				border-radius: 40px;
				padding: 2px 0;
			}
			div {
				flex-basis: auto;
				color: var(--texcolor03);
				font-size: 1.8rem;
				font-weight: 600;
				letter-spacing: 0.1em;
				margin-bottom: 0;
				span {
					font-size: 3rem;
					font-weight: 700;
				}
			}
		}
		.outline_item3 {
			flex-basis: 100%;
			width: 100%;
			display: flex;
			justify-content: flex-start;
			margin-bottom: 2px;
			align-items: center;
			h3 {
				flex-basis: 165px;
				width: 165px;
				margin-right: 30px;
				margin-bottom: 0;
				border: 2px solid var(--texcolor03);
				color: var(--texcolor03);
				font-size: 2.4rem;
				font-weight: 700;
				text-align: center;
				border-radius: 40px;
				padding: 2px 0;
			}
			div {
				flex-basis: auto;
				color: var(--texcolor03);
				font-size: 1.8rem;
				font-weight: 600;
				letter-spacing: 0.02em;
				margin-bottom: 0;
				span {
					font-size: 2rem;
					font-weight: 700;
				}
			}
		}
	}

	.system_point {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 40px auto;
		flex-wrap: wrap;

		.systempoint_item {
			width: 100%;
			display: flex;
			align-items: center;
			.systempoint_item_img {
				flex-basis: 30%;
				margin-right: 1%;
				img {
					width: 180px;
				}
			}
			.systempoint_item_txt {
				flex-basis: 70%;
				font-size: 2rem;
				line-height: 1.6;
				font-weight: 600;
				color: var(--texcolor02);
				margin-left: 20px;
			}
		}
	}
	.left_item {
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	.right_item {
		flex-basis: 100%;
		img {
			width: 120px!important;
			margin-left: auto;
			display: block;
		}
	}
}

.app_download {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px auto;
	background-color: var(--bg_blue);
	border-radius: 8px;
	padding: 20px 20px 14px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 44px;
	.app_copy {
		font-size: 1.8rem;
		color: var(--texcolor03);
		font-weight: 700;
		line-height: 1;
	}
	.dl_btn {
		flex-basis: 200px;
	}
}



/* footer-area */

/* ================
#pagetop
================== */
#pagetop {
	display: none;
	position: fixed;
	right: 0;
	bottom: 110px;
	width: 60px;
	height: 60px;
	background: url(../images/common/totop.svg) no-repeat right top;
	background-size: 60px;
	z-index: 99;
 	transition: 0.3s all ease 0s;
	opacity: 1;
 	&:hover {
		transform: scale(1.2);
		opacity: 0.8;
	}
	a {
		display: block;
		height: 100%;
		overflow: hidden;
		text-indent: 200%;
		white-space: nowrap;
	}
}

/* ===================
footer
====================== */
footer {
	width: 100%;
	margin-top: auto;
	position: relative;
	background-color: var(--themecolor);
	.inner {
		width: 94%;
		margin: 0 auto;
		background: url("../images/common/illust_taito_line.svg") no-repeat right bottom var(--themecolor);
		background-size: 320px;
		display: flex;
		justify-content: flex-start;
		gap: 0 16px;
		align-items: flex-start;
		padding-bottom: 10px;
		.ftr_logo {
			flex-basis: 60px;
			width: 100%;
			background-color: #fff;
			border-radius: 0 0 10px 10px;
			display: flex;
			justify-content: center;
			align-items: center;
			padding: 14px;
			img {
				width: 50px;
				height: auto;
			}
		}
		.ftr_contact {
			padding: 14px 0 0 0;
			h4 {
				font-size: 1.6rem;
				color: #fff;
				font-weight: 500;
				font-family: "Noto Sans JP", sans-serif;
				margin: 0;
			}
			p {
				color: #fff;
				font-weight: 400;
				font-size: 1.4rem:;
				line-height: 1.3;
				margin-bottom: 0;
				font-family: "Noto Sans JP", sans-serif;
				span {
					font-size: 1.2rem;
				}
			}
		}
	}
	
}

}
