@charset "utf-8";
/*------------- base -------------*/
/* 文字のサイズ自動調整しない */
html {
    -webkit-text-size-adjust: 100%;
	font-size: 62.5%;/*10px*/
}
/* 文字のサイズ自動調整しない */
html, body {
	height: 100%;
}
body {
	font-size: 1.6rem;
	letter-spacing: 0.02rem;
    line-height: 1.8;
    font-family: 'Noto Sans JP', sans-serif, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
a:link {
    text-decoration: none;
    color: #004f98;
}
a:visited {
    text-decoration: none;
	color: #004f98;
}
a:hover {
    text-decoration: none;
	color: #004f98;
}
a:active {
    text-decoration: none;
	color: #004f98;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*----*/
#page-1 {
	height: 100%;
}
#wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	height: 100%;
	position: relative;
	background-color: #FFF100;
}
#wrap div {
	background-color: #000000;
}
#wrap > div img {
	opacity: 0.85;
    display:block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
div.item1, div.item2, div.item3 {
	width: 33.33%;
	height: calc(50% - 2.5rem);
	margin-bottom: 5rem;
}
div.item4, div.item5, div.item6 {
	width: 33.33%;
	height: calc(50% - 2.5rem);
}
.item1 img {
	object-position: 35% 35%;
}
.item2 img {
	object-position: 35% 50%;
}
.item3 img {
	object-position: 50% 40%;
}
.item4 img {
	object-position: 65% 30%;
}
.item5 img {
	object-position: 60% 20%;
}
.main-text {
    position: absolute;
    bottom: calc(50% + 2rem);
}
.main-text img {
	width: 100%;
	height: auto;
}
header {
    position: absolute;
    top: calc(50% - 2.5rem);
    height: 5rem;
	width: 100%;
	font-size: 2.8rem;
	line-height: 1.2;
	color: #004f98;
	text-align: center;
	font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and ( max-width:960px ) {
header {
	font-size: 2.5rem;
}
}
.sp530 {
	display: none;
}
@media screen and ( max-width:530px ) {
.sp530 {
	display: block;
}
.pc530 {
	display: none;
}
.main-text {
    position: absolute;
    bottom: calc(35% + 4.8rem);
}
header {
    top: calc(65% - 5rem);
    height: 7.5rem;
	font-size: 2.3rem;
}
div.item1, div.item2, div.item3 {
	margin-bottom: 0;
}
div.item1, div.item2 {
	width: 50%;
	height: calc(30% - 2.5rem);
}
div.item3, div.item4 {
	width: 50%;
	height: calc(35% - 2.5rem);
}
div.item5, div.item6 {
	width: 50%;
	height: calc(35% - 2.5rem);
	margin-top: 7.5rem;
}
}
.arrow {
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 100%;
}
.arrow img {
	width: 150px;
	height: auto;
	animation: fuwafuwa 2s infinite ease-in-out;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*----*/
#page-2 {
    height: 100%;
    /*    background-color: #FFF89E;*/
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(img-sora.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-color: rgba(255,255,255,0.5);
	background-blend-mode: lighten;
}
.navi {
	width: 90%;
}
.navi ul {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	width: 900px;
	max-width: 100%;
	margin: 0 auto 60px;
}
.navi ul li {
	width: calc(25% - 8px);
	margin: 4px;
}
.navi ul li a {
    color: #fff;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 45px 10px 10px;
    height: 4.5em;
	font-size: 1.4rem;
    line-height: 1.2;
    text-align: left;
	background-color: #004F98;
	background-image: url(botan-arrow.png);
    background-position: right 9px center;
    background-size: 23px auto;
    background-repeat: no-repeat;
	transition: 0.5s;
}
.navi ul li a:hover {
	background-color: #0093D3;
}
/*--ボタンイベント取消--*/
.navi ul li.no-event a {
	pointer-events:none;
	background-image: none;
	padding: 10px;
}
/*--//ボタンイベント取消--*/
@media screen and ( max-width:960px ) {
.navi ul li {
	width: calc(33.3% - 8px);
	margin: 4px;
}
}
@media screen and ( max-width:600px ) {
.navi ul li {
	width: calc(50% - 8px);
	margin: 4px;
}
.arrow img {
	width: 100px;
}
.navi ul {
	margin: 0 auto 30px;
}
.navi ul li a {
    padding: 5px 40px 5px 5px;
    height: 4em;
    line-height: 1.2;
    background-size: 18px auto;
}
}
.youtube a img {
	width: 270px;
	max-width: 90%;
	transition: 0.5s;
}
.youtube a:hover img {
	opacity: 0.8;
}
