@charset "UTF-8";
/* CSS Document */

body{
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:20px;
	line-height:200%;
	color:#333;
	margin:0;
	padding:0;
	font-feature-settings: "halt";
	overflow-x: hidden
}


:root{
	--keycolor:#e62759;
	--blue:#356bb0;
	--yellow:#dab62c;
	--gray:#f8f7f4;
	--leftmargin:-2vw;
}
a{
	color:var(--blue);
}
a:visited{
	color:#7E848C;
}
a:hover{
	color:#5284C3;
}

img{
	vertical-align: bottom;
	border:none;
}
table{
	width:100%;
}
table th,
table td{
	padding:6px;
}

form input,
form textarea{
	padding:10px; 
	font-size:1.3em; 
	border:solid 1px #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	width: 100%;
}
form input[type="radio"]{
	width:20px;
}
form input[type="checkbox"],
form input[type="button"],
form input[type="submit"]{
	width:inherit;
}
form .form-error,
form .form-error p{
	text-align:center;
}
form .form-error ul{
	padding:0;
	color:#f00;
}
form .form-error ul li{
	display:inline;
}
form .form-error ul li:after{
	content:" / ";
}

.imgtxt{
	text-indent:-9999px;
	overflow:hidden;
}
.img-responsive{
    max-width: 100%;
    height: auto;
}
.clear{
	clear:both;
}
.red{
	color:#f00;
}
.white{
	color:#fff;
}
.no-margin{
	margin:0;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.mawarikomi-l{
	float:left;
	margin:0 12px 12px 0;
}
.mawarikomi-r{
	float:right;
	margin:0 0 12px 12px;
}

.pc{
	display:inherit;
}
.smp{
	display:none;
}
.pc-center{/* PC時のみセンタリング */
	text-align:center;
}
.smp-center{
	text-align:left;
}
.btnlink{
	text-align: center;
	font-size: 1.2em;
	margin: 4em 0;
}
.btnlink a{
	background-color: var(--keycolor);
	border-radius: .4em;
	padding: .75em 1.5em;
	color: #fff;
	text-decoration: none;
}
.flex{
	margin-bottom:2em;
	display:flex;
	flex-wrap:wrap;
}
.flex .col-2,
.flex .col-3,
.flex .col-4,
.flex .col-5,
.flex .col-6,
.flex .col-7,
.flex .col-8,
.flex .col-9,
.flex .col-10{
	box-sizing:border-box;
	padding:0 0.5em; 
}
.flex .col-12{
	box-sizing:border-box;
	padding:0 0.5em; 
	margin-bottom:2em;
}

.flex .col-2{/*5分割*/
	width:16.6%;
}
.flex .col-3{/*4分割*/
	width:25%;
}
.flex .col-4{/*3分割*/
	width:33%;
}
.flex .col-5{
	width:41%;
}
.flex .col-6{/*2分割*/
	width:49.9%;
}
.flex .col-7{
	width:59%;
}
.flex .col-8{
	width:67%;
}
.flex .col-9{
	width:75%;
}
.flex .col-10{
	width:83%;
}
.flex .col-12{
	margin-bottom:0;
	width:100%;
}
.block{
	margin-bottom: 4em;
}
/*img*/

.img-responsive{
	height:auto;
	max-width:100%;
}
.img-full{
	width:100%;
	height:auto;
}
.text_line{
	text-decoration: line-through;
}

/* 全体レイアウト */
main{
	position: relative;
	z-index: 1;
}
#mainbg{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	background:
		url("../img/vis_bg01.png") no-repeat left top,
		url("../img/vis_bg02.png") no-repeat right top,
		url("../img/vis_bg03.png") no-repeat left bottom,
		var(--gray) url("../img/vis_bg04.png") no-repeat right bottom;
}
.contents{
    max-width: 1400px;
    min-width: 900px;
    margin: 0 auto;
}
.content-full{
	width: 100vw;
	min-width: 1000px;
}
.contents{
    max-width: 1400px;
    min-width: 1000px;
    margin: 0 auto;
}
.contents-narrow{
    max-width: 1000px;
    min-width: 900px;
    margin: 0 auto;
}
strong{
	color: var(--keycolor);
}
header#top{
	
	padding: 2vh 0;
}

header#top nav#global{
	display: flex;
	justify-content: flex-end;
}
header#top nav#global ul{
	display: flex;
	gap:0em;
	padding: 0;
	list-style-type: none;
}

header#top nav#global ul li:after{
	content: "｜";
	color: var(--blue);
	margin: 0 1.5em;
}
header#top nav#global ul li a{
	text-decoration: none;
}
#vis{
	overflow: hidden;
	position: relative;
	height: 70vh;
	min-height: 1050px;
}
#vis .fig{
	position: absolute;
	left: 0;
	top:0;
	padding: 5vh;
	width: 50vw;
	height: 600px;
	margin: 50px 0;
	background: url("../img/vis.webp") no-repeat right 0/ cover;
}
#vis .lead{
	width: 60vw;
	box-sizing: border-box;
	padding: 4vh 0 4vh 2vw;
	right: 0;
	top:7vh;
	margin-left: auto;
	position: absolute;
	color: #fff;
	transform: translateX(3vw);
}
#vis .lead .box1{
	transform: skewX(-4deg);
	background-color: var(--keycolor);
	padding: 2vw 4vw 2vw;
}
#vis .lead .box1 h1{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5em;
}
#vis .lead .box1 h1 .txt1{
	font-size: 0.8em;
}
#vis .lead .box1 h1 .txt2{
	font-size: 0.6em;
}
#vis .lead .box1 p.powerd{
	text-align: right;
	font-style: italic;
	transform: skewX(4deg);
}
#vis .lead .box1 p.powerd img{
	height: 2em;
}
#vis .lead .box2{
	width: 45vw;
	margin-left: auto;
	margin-right: 4vw;
	color: #333;
	position: relative;
}
#vis .lead .box2 h2{
	color: var(--keycolor);
	font-size: 2.2rem;
	line-height: 150%;
	font-style: italic;
}

#vis_ver2{
	position: relative;
	min-height: 100vh;
	width: 100vw;
	overflow: hidden;
}

.particle{
	position:absolute;
	z-index: 1;
	left:50%;
	top:50%;
	opacity:0;
	transform:translate(-50%, -50%);
}
.circle{
	border-radius:50%;
}
.square{
	border-radius:2px;
}
#vis_ver2 .box1{
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
}
#vis_ver2 .box1 .box1b,
.logoblock{
	border: 1px solid #666;
	display: inline-block;
	padding: .4em 2em;
	margin: 3em auto;
	border-radius: .8em;
	text-align: center;
}
#vis_ver2 .box1 h1,
.logoblock h1{
	margin: 0;
	font-size: 1.8rem;
	text-align: center;
	line-height: 130%;
}
#vis_ver2 .box1 h2,
.logoblock h2{
	margin: 0;
}
#vis_ver2 .box1 h2 .txt1,
.logoblock h2 .txt1{
	font-size: 1.2rem;
}
#vis_ver2 .box1 h2 .txt2,
.logoblock h2 .txt2{
	font-size: 0.9rem;
}
@keyframes main-particle{
	0%{
		opacity: 0;
		transform: scale(70%) rotate(3deg);
	}
	90%{
		opacity: 1;
		transform: scale(140%) rotate(-3deg);
	}
	97%{
		transform: scale(96%) rotate(0);
		opacity: 1
	}
	100%{
		transform: scale(100%) rotate(0);
		opacity: 1
	}
}
#vis_ver2 figure.main{
	margin:0 0 4em 0;
	position: relative;
	z-index: 4;
}
#vis_ver2 figure.main img{
	opacity: 0;
	animation-name: main-particle;
	animation-duration: 700ms;
	animation-delay: 500ms;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}
#vis_ver2 .box2.flex{
	display: flex;
	gap:1.4em;
	justify-content: center;
	position: relative;
	z-index: 3;
}
#vis_ver2 .box2.flex h2{
	color: var(--keycolor);
}
#vis_ver2 p.powerd{
	text-align: right;
	margin: 1em 0;
	color: var(--keycolor);
}
#vis_ver2 p.powerd img{
	width: 120px;
}
#vis_ver2 .box2 h2::before{
	content: url("../img/fig03.png");
    position: absolute;
    top: -2em;
    left: -2em;
	z-index: -1;
}
#vis_ver2 .box2 h2::after{
	content: url("../img/fig04.png");
    position: absolute;
    bottom: -2em;
    right: -1em;
	z-index: -1;
}
#vis_ver2 .box2 span{
	z-index: 100;
	position: relative;
}
#vis_ver2 .box2 span::before{
	
	content: url("../img/fig05.png");
    position: absolute;
    top: -2.5em;
    right: -22vw;
}
#vis_ver2 .box2 .txt::before{
	
	content: "";
    position: absolute;
    top: -4.8em;
    left: -15vw;
	width: 10em;
	height: 6em;
	background: url("../img/fig06.png") no-repeat 0 0 / contain;
	z-index: -100;
}
.posts{
	border: 1px solid #C8C8C8;
	border-radius:10px;
	padding: 2em;
	margin: 4em auto;
}
.posts ul{
	list-style-type: none;
	padding: 0;
}
.posts ul li{
	padding-bottom: 1em;
	margin: 0 0 1em 0;
	border-bottom: 1px dotted #c8c8c8;
}
.posts ul li:last-child{
	margin:inherit;
	padding: 0;
	border: none;
}

#access{
	padding:7em 0 5em 0;
	text-align: center;
	position: relative;
}
#access::before{

}
#access .picup {
        margin: 0em auto;
        border: 4px solid var(--keycolor);
        background-color: rgba(217, 24, 102, 0.05);
        padding: 0em 1em;
        font-size: 1rem;
        line-height: 2rem;
	border-radius: 10px;
    }
#access .picup .color{
	background-color: var(--keycolor);
	color: #ffffff;
	padding: 0.5rem;
	border-radius: 10px;
}
#access .font_s{
	font-size: 0.85rem;
	line-height: 1.4rem;
}
#access h2{
	color: var(--keycolor);
}
#access h2.larger{
	font-size: 2.4em;
	position: relative;
	display: inline-block;
	padding: 0 .25em;
	line-height: 4rem;
}
#access h2.larger span{
	position: relative;
	z-index: 3;
}
#access h2.larger::before{
	display: inline;
	content: "";
	height: .35em;
	width: 100%;
	background-color: #FFDD00;
	position: absolute;
	left: 0;
	bottom: -.15em;
	z-index: 1;
}
#access .pt{
	position: relative;
	border-radius: 1rem;
}
#access .pt::before{
	position: absolute;
	background-color: hsla(343,70%,49%,0.90);
	color: #fff;
	padding: 0.3em 1em;
	bottom: 0;
	right: 0;
	transform: rotate(-7deg);
}
#access .pt:nth-child(1)::before{
	content: "#大須教室の外観";
}
#access .pt:nth-child(2)::before{
	content: "#こども体験会の様子";
}
#access .pt:nth-child(3)::before{
	content: "#作成したゲームをプレイ。面白い瞬間！";
}
.categorytitle{
	background-color: var(--keycolor);
	width: 40%;
	transform: skewX(-5deg) translateX(var(--leftmargin));
	padding: .5em 2em;
	text-align: right;
	color: #fff;
	margin-bottom: 4em;
}
.categorytitle.bg-blue{
	background-color: var(--blue);
}
.categorytitle.bg-yellow{
	background-color: var(--yellow);
}
#message{
	background: #fff url(../img/bg1.png);
	padding: 0 0 6em 0;
	position: relative;
}
#message .fig{
	z-index: 999;
	position: absolute;
	top:-4em;
	right: 5vw;
	width: 30%;
}
#message .fig img{
	max-width: 100%;
	height: auto;
}
#message .flex{
	display: flex;
	gap:5%;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
#message .flex .txt{
	width: 60%;
}
#message .flex .teacher{
	width: 35%;
}
#message .flex .teacher figure{
	transform: translateY(3em);
	text-align: center;
}
#message .flex .teacher .box{
	background-color: #efefef;
	padding: .5em 1em;
	border-radius: 8px;
}
#point{
	margin-bottom: 10em;
}
#point .categorytitle{
	transform: translate(var(--leftmargin),-2em) skewX(-4deg);
}
#point .flex{
	display: flex;
	gap:5%;
	padding:0 5vw;
}
#point .flex .item{
	width: 30%;
	min-width: 300px;
	background-color: #fff;
	box-shadow: .5em .5em 0 0 var(--keycolor);
	box-sizing: border-box;
	padding: 6em 1.5em 1.5em 1.5em;
}

#point .flex .item:nth-child(2){
	transform: translateY(2em);
	box-shadow: .5em .5em 0 0 var(--yellow);
}
#point .flex .item:nth-child(3){
	transform: translateY(-3em);
	box-shadow: .5em .5em 0 0 var(--blue);
}
#point .flex .item h3::before{
	text-align: center;
	width: 100px;
	display: block;
	justify-content: center;
	margin: -8em auto 2em;
}
#point .flex .item:nth-child(1) h3::before{
	content: url("../img/icon1.svg");
}
#point .flex .item:nth-child(2) h3::before{
	content: url("../img/icon2.svg");
}
#point .flex .item:nth-child(3) h3::before{
	content: url("../img/icon3.svg");
}
#point .flex .item p{
	margin: 0;
}

.samplegame .btn_more_game.btnlink a{
	background: var(--keycolor) url("../img/btn_more_game.svg") no-repeat 0 center / contain;
	padding: .5em 1em;
	text-indent: -9999px;
	display: block;
	position: relative;
}

#curricurum{
	padding: 6em 0;
	padding-bottom: 10em;
	background: #fff url(../img/bg1.png);
	position: relative;
}
#curricurum .steps{
	display: flex;
	flex-direction: column;
	gap:2em;
	padding: 0 0 0 50px;
}
#curricurum .steps .step{
	display: flex;
	gap:2em;
	min-height: 300px
}
#curricurum .steps .step::after{
}

#curricurum .steps .step h3{
	width: 50px;
	text-indent: -9999px;
	position: relative;
}
#curricurum .steps .step:nth-child(1) h3{
	background: url("../img/ic_step01.png") no-repeat 0 0 /contain;
}
#curricurum .steps .step:nth-child(2) h3{
	background: url("../img/ic_step02.png") no-repeat 0 0 /contain;
}
#curricurum .steps .step:nth-child(3) h3{
	background: url("../img/ic_step03.png") no-repeat 0 0 /contain;
}
#curricurum .steps .step:nth-child(4) h3{
	background: url("../img/ic_step04.png") no-repeat 0 0 /contain;
}
#curricurum .steps .step:nth-child(5) h3{
	background: url("../img/ic_step05.png") no-repeat 0 0 /contain;
}


/*#curricurum .steps .step:nth-child(1) .caption1::before{
	content: url("../img/step01.png");
} */

/*
#curricurum .steps .step h3::before{
	content: "";
	border: 1px solid var(--keycolor);
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top:.5em;
	left: 0;
}*/
/*#curricurum .steps .step h3::before{
	content: url("../img/ic_step01.png");
	width: 60px;
	height: auto;
	position: absolute;
	top:.5em;
	left: 0;
}*/
/*
#curricurum .steps .step:first-child h3::before,
#curricurum .steps .step:last-child h3::before{
	background-color: var(--keycolor);
}*/
#curricurum .steps .step h3::after{
	content: "";
	border-left: 4px dashed var(--keycolor);
	display: block;
	min-height: calc( 300px + .5em + 12px );
	width: 5px;
	position: absolute;
	top: calc( .5em + 10px );
    left: 25px;
    z-index: -1;
}
/*#curricurum .steps .step h3::after{
	content: "";
	display: block;
	min-height: calc( 300px + .5em + 12px );
	width: 5px;
	background-color: var(--keycolor);
	position: absolute;
	top: calc( .5em + 10px );
	left: 5px;
}*/
#curricurum .steps .step:last-child h3::after{
	content: none;
}
#curricurum .steps .step h4{
	font-size: 1.4em;
}
#curricurum .steps .step .caption1{
	width: 50%;
}
#curricurum .steps .step ul.caption2{
	box-sizing: border-box;
	padding: 1.5em 1.5em 1.5em 2.5em;
	margin: 0;
	width: 35%;
	border: 1px solid var(--keycolor);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap:.5em;
	justify-content: center;
  position: relative;
	margin-top: 5em;
}
#curricurum .steps .step ul.caption2::before{
  content: "";
  position: absolute;
  top: 30%;
  left: -27px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #fff;
  z-index: 2;
}
#curricurum .steps .step ul.caption2::after {
  content: "";
  position: absolute;
  top: 30%;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid var(--keycolor);
  z-index: 1;
}
#curricurum .steps .step ul.caption2 li{
	font-size: 1.2rem;
	line-height: 1.4rem;
}
#curricurum .samplegame{
	margin: 4em auto;
	border: 1px solid var(--keycolor);
	background-color: rgba(217,24,102,0.05);
	border-radius: 8px;
	padding: 1em 2em;
}
/*
#classroom .categorytitle{
	transform: translate(var(--leftmargin),-2em) skewX(-4deg);
}*/
#classroom .caption h3{
	margin-top:0;
}
#infomation{
	margin-bottom: 6em;
}
#infomation table th,
#infomation table td{
	padding: 1em;
}
#infomation table th{
	background-color: var(--gray);
}
#infomation table td{
	background-color: #F5F5F5;
}

#faq .question{
	font-size: 1.6rem;
	position: relative;
	padding: 2rem 2rem 2rem 5rem;
	background-color: rgba(255,255,255,0.80);
	border: 4px solid var(--keycolor);
	
}
#faq .question::before{
	content: "Q";
	position: absolute;
	color: var(--keycolor);;
	padding-right: 2rem;
	left: 2rem;
	font-size: 2rem;
}
#faq .answer{
	font-size: 1rem;
	font-weight: normal;
	width: 75%;
    margin: 0 auto;
	padding: 0rem 2rem 2rem 5rem;
	position: relative;
}
#faq .answer::before{
	content: "A";
	position: absolute;
	color: var(--keycolor);
	left: 2rem;
	font-size: 1.8rem;
	font-weight: bold;
}
#voice .item{
	font-size: 0.9rem;
    padding: 1rem;
    line-height: 1.4rem;
	border: 4px solid var(--yellow);
	margin: 0 0.5rem 2rem 0.5rem;
	background-color: rgba(255, 255, 255, 0.8);
}
#voice .item:last-child{
	margin-bottom: 5rem;
}
#sns p.insta{
	text-align: center;
}
#sns p.insta a{
	background: url("../img/ic_instagram.svg") no-repeat 0 0 / contain;
	display: inline-block;
	width: 2.5rem;
	height: auto;
	text-indent: -9999px;
}
footer{
	background-color:#222;
	color:#fff;
	padding:.75em 0;
}
footer p{
	margin: 0;
	text-align:center;
}
.btn-contact{
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0;
	z-index: 9999;
}
.btn-contact img{
	vertical-align: bottom;
}
.fadetxt span{
    opacity: 0;
    display: inline-block;
        transform: translateY(2em);
    animation-name: fadeInb2ttxt;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 500ms;
    animation-direction: normal;
}
.fadetxt span:nth-child(1){
    animation-delay: 50ms;
}
.fadetxt span:nth-child(2){
    animation-delay: 150ms;
}
.fadetxt span:nth-child(3){
    animation-delay: 250ms;
}
.fadetxt span:nth-child(4){
    animation-delay: 350ms;
}
.fadetxt span:nth-child(5){
    animation-delay: 450ms;
}
.fadetxt span:nth-child(6){
    animation-delay: 550ms;
}
.fadetxt span:nth-child(7){
    animation-delay: 650ms;
}
.fadetxt span:nth-child(8){
    animation-delay: 750ms;
}
.fadetxt span:nth-child(9){
    animation-delay: 850ms;
}
.fadetxt span:nth-child(10){
    animation-delay: 950ms;
}
.fadetxt span:nth-child(11){
    animation-delay: 1050ms;
}
.fadetxt span:nth-child(12){
    animation-delay: 1150ms;
}
.fadetxt span:nth-child(13){
    animation-delay: 1250ms;
}
.fadetxt span:nth-child(14){
    animation-delay: 1350ms;
}
.fadetxt span:nth-child(15){
    animation-delay: 1450ms;
}
.fadetxt span:nth-child(16){
    animation-delay: 1550ms;
}
#sub header{
	display: flex;
	justify-content: center;
}
.applicationform .header{
	text-align: center;
	margin-bottom: 4em;
	padding-bottom: 4em;
	border-bottom: 1px solid #E92C64;
}
.applicationform table{
	width: 70%;
	margin: 0 auto;
	border-collapse: collapse;
}
.applicationform table th,
.applicationform table td{
	border-top: 1px solid #ccc;
	padding: .75em;
}
.applicationform table th{
	background-color: #F2F2F2
}

/*  ドロワーメニュー */

.btn {
    background:transparent url(../img/smpbtn.gif) no-repeat 0 0;
	text-indent:-9999px;
    display: block;
    width:35px;
    height: 35px;
    position: absolute;
    top:20px;
    right:20px;
    cursor: pointer;
    z-index: 200;
}
.close {
    background-position: -35px 0;
}
