@charset "utf-8";

/* indexのみ上書き
------------------ */
@media print, screen and (min-width: 960px){
#main{
	margin: 0;
}
}

/* ローディング画面 */

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}
#loader {
    width: 100%;
    height: 100vh;
    background-color: #00c2bc;
    background-color: #0B75B1;
	position: fixed;
	top: 0; left: 0;
    /* 環境によって「z-index」追加 */
	z-index: 9999;
}
/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
     animation: fadeOut 1s forwards; 
}
	
.loading_text {
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading_text .h_img{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}

.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}

span.loading {
    display: inline-block;
    white-space: nowrap;
	color: #fff;
	letter-spacing: 1px;
}

@-webkit-keyframes animation {
    0% {
        margin-top: 0;
    }
    5% {
        margin-top: -1em;
    }
    10% {
        margin-top: 0;
    }
    13% {
        margin-top: -0.5em;
    }
    16% {
        margin-top: 0;
    }
    18% {
        margin-top: -0.2em;
    }
    20% {
        margin-top: 0;
    }
}

@keyframes animation {
    0% {
        margin-top: 0;
    }
    5% {
        margin-top: -1em;
    }
    10% {
        margin-top: 0;
    }
    13% {
        margin-top: -0.5em;
    }
    16% {
        margin-top: 0;
    }
    18% {
        margin-top: -0.2em;
    }
    20% {
        margin-top: 0;
    }
}


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



#main-img{
	width: 100%;
	/* height: 90vh; */
	/* background: url("../../img_index/mv_bg.jpg") no-repeat center / cover; */
	background: url("../../img_index/mv_bg.jpg") repeat center;
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 8vh 2rem 0;
	box-sizing: border-box;
}

#main-img::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	background: url("../../img_index/mv_bg_pattern.png") repeat;
	opacity: 0.4;
	
	background-repeat: repeat;
	animation: mv-slide 8s linear infinite;
}

#main-img_contents{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-flow: column-reverse;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}



#main-img .img_torishimari{
	width: 45%;
	height: calc(100% + 4vh);
	position: relative;
	z-index: 2;
	margin: 0 auto;
}

.main_img_text{
	width: 100%;
	position: relative;
	z-index: 0;
}

.main_img_h {
    border-bottom: 10px solid #fff;
    padding-bottom: 2rem;
    position: relative;
}

.mv_img_lsit{
	display: flex;
	padding: 1rem 0;
}

.mv_img_lsit li:first-of-type{
	margin-right: 1rem;
}

.main_img_cap{
    width: 108%;
    background: #fff;
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
}

#main-img .supported{
    width: 20%;
    position: absolute;
    right: 1rem;
    bottom: 2.5rem;
}



@media print, screen and (min-width: 640px){

	#main-img{
		padding: 8vh 2rem 0;
	}
	
	#main-img::before{
		animation: mv-slide 30s linear infinite;
	}
	
	#main-img_contents{
		flex-flow: column;
	}

	.main_img_text{
		width: 55%;
		margin-bottom: 3rem;
	}

	.main_img_h {
		margin-left: -35%;
		padding-left: 35%;
	}

	#main-img .img_torishimari{
		width: 36%;
		height: calc(100% + 4vh);
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#main-img .img_torishimari{
		width: 45%;
	}

	.mv_img_lsit{
		padding: 2rem 0;
	}


	.mv_img_lsit li:first-of-type{
		margin-right: 1rem;
	}

	.main_img_cap{
		width: 60%;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	

}

@media print, screen and (min-width: 960px){
	
	#main-img .img_torishimari{
		width: 35%;
		height: auto;
	}
	
	.mv_img_lsit{
		padding: 4rem 0;
	}

	.mv_img_lsit li:first-of-type{
		margin-right: 2rem;
	}

	#main-img .supported{
		display: none;
	}
}

@media print, screen and (min-width: 1520px){

	#main-img .supported{
		display: block;
		width: 7%;
		position: absolute;
		right: 2vw; bottom: 6rem;
	}
}

@media print, screen and (min-width: 1800px){

	#main-img .supported{
		right: 5vw; bottom: 6rem;
	}

}


/* トップページ メニュー */


.index_menu_area{
	/* background: url("../../img_index/index_menu_bg.jpg") no-repeat top left / cover;
	background-attachment: fixed; */
}

.fixed_bg_area{
	position: relative;
	z-index: 0;
}

.fixed_bg_contents{
	position: relative;
	z-index: 10;
}

.fixed_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
	z-index: 1;
}

.index_menu_area .fixed_bg .bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url("../../img_index/index_menu_bg.jpg");
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.index_menu_area .t_block{
	 margin-bottom: 0.5rem;
	 font-size: 1.125rem;
}

.index_menu_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.index_menu_wrap .orbis_img{
	display: block;
}

.index_menu_wrap .orbis_img_01{display: none;}

.index_menu_wrap > div:not(:last-of-type){
	margin-bottom: 4rem;
}

.index_menu_wrap > div{
	width: 100%;
	text-align: center;
}

.index_menu_wrap .menu_box > div{
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	width: 100%;
	/* height: 400px; */
	color: #fff;
	text-align: left;
	text-decoration: none;
	box-sizing: border-box;
	padding: 2rem 0.5rem 0;
	margin-bottom: 1.5rem;
}

.index_menu_wrap .h{ 
	font-size: 1.75rem;
	line-height: 1;
}

.index_menu_wrap p br{ 
	display: none;
}

.index_menu_wrap .h > .larger{ font-size: 1.75rem;}

.index_menu_wrap .h::before{ 
	content: "";
	width: 2rem;
	height: 2rem;
	display: inline-block;
	margin-right: 0.5rem;
	background: url("../img/beginner.png") no-repeat center / contain;
	position: relative;
    top: 0.25rem;
}


@media print, screen and (min-width: 640px){


	.index_menu_wrap .h > .larger{ font-size: 2.75rem;}
	
	.index_menu_wrap p br{ 
		display: block;
	}

	/*.index_menu_wrap .orbis_img{display: none;}*/
	.index_menu_wrap .orbis_img_01{display: block;}
	.index_menu_wrap .orbis_img_sp{display: none;}


	.index_menu_wrap > div:not(:last-of-type){
		margin-bottom: 3rem;
	}
	
	.index_menu_wrap .menu_box > div{
		padding:1rem 1.5rem;
		/*height: 400px;*/
		position: relative;
		z-index: 0;
	}

	/*.index_menu_wrap .menu_box > div::after{
		content: "";
		display: block;
		width: 100%; height: 100%;
		position: absolute;
		top: 0; left: 0;
		background-color: #012F3F;
		background:  linear-gradient(360deg, #000000 10%, transparent 50%);
		opacity: 0.3;
		z-index: -1;
	}*/




/*.index_menu_wrap .fixed{
	max-width: 960px;
	background: url("../../img_index/index_menu.jpg") no-repeat center / cover;
	margin-left: auto;
	margin-right: auto;
}

.index_menu_wrap .nezumi{
	background: url("../../img_index/index_menu02.jpg") no-repeat center / cover;
}

.index_menu_wrap .kemmon{
	background: url("../../img_index/index_menu03.jpg") no-repeat center / cover;	
}*/
}

@media print, screen and (min-width: 960px){

	.index_menu_wrap > div{
		margin-bottom: 3rem;
	}

	.index_menu_area .t_block{
		 margin-bottom: 0;
		 font-size: 1em;
	}

	.index_menu_wrap > div:first-of-type{
		width: calc(80% - 1.5rem);
		/* height: 430px; */
		margin-left: auto;
		margin-right: auto;
	}
	
	.index_menu_wrap > div{
		width: calc(100% / 2 - 1.5rem);
		/* height: 400px; */
	}

}

/* お知らせ */

.pink{
	color: #f300a7;
}

.fuchi{
	  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

ul.news_list {
    color: #fff;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0.5rem;
    border-bottom: 1px dashed #fff;
}

.news_list li {
    color: #fff;
}

.news_list a {
    color: #fff;
    text-decoration: none;
    display: block;
	line-height: 1.8;
}

.news_list a::after{
	content: "";
	width: 1.5rem; height: 1.5rem;
	background: url("../img/arrow.png") no-repeat center / contain;
	display: inline-block;
	margin-left: auto;
	position: absolute;
	right: 0;
	padding-top: 8px;
}

.news_list .day {
    background: #fff;
    padding: 0.25rem 0.5rem;
    color: #0d4b6d;
    font-size: 1rem;
    line-height: 1;
    margin-right: 1rem;
}



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


.main_img_h.show {
	animation: m-slide 0.5s ease-out forwards;
	animation-delay: 0.5s;
	opacity: 0;
}

.mv_img_lsit.show li:nth-of-type(1){
	animation: m-up 1s ease-out forwards;
	animation-delay: 1s;
	opacity: 0;
}

.mv_img_lsit.show li:nth-of-type(2){
	animation: m-up 1s ease-out forwards;
	animation-delay: 1.75s;
	opacity: 0;
}

#main-img .img_torishimari.show{
	animation: s-up 0.5s ease-out forwards;
	animation-delay: 2.25s;
	opacity: 0;
}

.main_img_cap.show{
	animation: m-slide-r 0.5s ease-out forwards;
	animation-delay: 2.5s;
	opacity: 0;	
}

.supported.show{
	animation: m-slide 0.5s ease-out forwards;
	animation-delay: 3s;
	opacity: 0;
}


@media print, screen and (min-width: 640px){
	#main-img .img_torishimari.show{
		animation-delay: 0s;
	}
	
	.mv_img_lsit li:nth-of-type(1){
		animation-delay: 1s;
	}

	.mv_img_lsit li:nth-of-type(2){
		animation-delay: 1.75s;
	}

	.main_img_cap{
		animation-delay: 2.5s;
	}

	.supported{
		animation-delay: 3s;
	}
}




@keyframes m-show-slide {
	0% {
		transform: translateX(-50%);
		opacity: 0;
	}
	60% {
		opacity: 0.2;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}


@keyframes mv-slide {
	0% {
	background-position: 0 0;
	}
	100% {
	background-position: 100% 0;
	}
}


@keyframes s-up {
	0% {
		transform: translateY(10%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes m-up {
	0% {
		transform: translateY(50%);
		opacity: 0;
	}
	60% {
		opacity: 0.5;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}


@keyframes m-slide {
	0% {
		transform: translateX(-50%);
		opacity: 0;
	}
	60% {
		opacity: 0.2;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes m-slide-r {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	60% {
		opacity: 0.2;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}


@keyframes m-show-slide {
	0% {
		transform: translateX(-50%);
		opacity: 0;
	}
	60% {
		opacity: 0.2;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}


/*eof*/