@charset "utf-8";

@font-face {
  font-family: "07LogoTypeGothic-Condense";
  src: 
       url("../reg_font/07LogoTypeGothic-Condense.woff2") format('woff2'),
       url("../reg_font/07LogoTypeGothic-Condense.woff") format('woff'),
       url("../reg_font/07LogoTypeGothic-Condense.eot") format('eot');}
.myFontClass {
  font-family: "07LogoTypeGothic-Condense";
}
body {
    background:linear-gradient(to top, #191970 10%, #0b0b33 100% );
}


/*ヘッダー*/
header{
    display:block; 
    padding:30px; 
background: linear-gradient(111deg, rgb(0, 14, 77), rgb(230, 251, 255));
    overflow: hidden;
    border-bottom: 5px solid #00001a;
    
}


/*ハンバーガーメニュー*/
.hamburger {
  display : block;
  position: absolute;
  z-index : 3;
  right : 2%;
  top   : 10px;
  width : 42px;
  height: 42px;
  cursor: pointer;
    text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
    box-shadow:        0 0 0.10em #191970,
        0 0 0.15em #191970,
        0 0 0.20em #191970,
        0 0 1.00em #191970;
  border-radius: 6px;
  background : #bbc8e6;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
    
}
.hamburger span:nth-child(1) { top: 10px;}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 20px;
  right : 2%;
  width: 24px;
    background : #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
    box-shadow:        0 0 0.10em #191970,
        0 0 0.15em #191970,
        0 0 0.80em #191970,
        0 0 1.00em #191970;
}
.hamburger.active span:nth-child(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 .0s forwards;
  animation: active-hamburger-bar02 .0s forwards;
}
@-webkit-keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
.hamburger.active span:nth-child(3) {
  top: 20px;
  width: 24px;
  background : #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
 box-shadow:        0 0 0.10em #191970,
        0 0 0.15em #191970,
        0 0 0.80em #191970,
        0 0 1.00em #191970;
}
.hamburger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 36px;
  height: 36px;
  margin: -21px 0 0 -23px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: all .75s;

}
.hamburger.active::after {
  border: 2px solid #fff;
    box-shadow:        0 0 0.10em #191970,
        0 0 0.15em #191970,
        0 0 0.70em #191970,
        0 0 1.00em rgba(175, 212, 250,.4);
}

/*メニュー基本の動き*/
nav.globalMenuSp {
  position: absolute;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(175, 212, 250,.4);
  text-align: center;
  width: 100%;
    opacity:0;
  visibility:hidden;
  transition: opacity .6s ease,visibility　.0s ease;}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
    font-family: "07LogoTypeGothic-Condense";
    text-shadow:       0 0 0.10em #191970,
        0 0 0.15em #191970,
        0 0 0.80em #191970,
        0 0 1.00em #191970;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :rgba(175, 212, 250,.3);
       text-shadow: 0 0 0.10em #ccffff,
        0 0 0.15em #ccffff,
        0 0 0.80em #ccffff,
        0 0 1.00em #ccffff;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
    overflow-x: hidden;
  text-decoration :none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    opacity:1;
  visibility:visible;
}

/*PC用メニュー*/

/*ヘッダー終わり*/


/*メイン*/

.ttl {
    display: inline-block;
    z-index : 2;
    position: absolute;
    top : 5px;
    left: 6px;
    width: 150px;
    height: 5px;
    font-size: 10.5pt;
    color: #bbc8e6;
    text-shadow:       0 0 0.10em #191970,
        0 0 0.15em #191970,
        0 0 0.80em #191970,
        0 0 1.00em #191970;
    text-align: center;
     margin-left: 0;
    font-family: "07LogoTypeGothic-Condense";
    
}
.ttl a{z-index : 1;
    text-decoration: none;
}
.ttl2{
    display: inline-block;
    z-index : 2;
    position: absolute;
    top : 0px;
    left: -50px;
    width: 400px;
    height: 5px;
    font-size: 15pt;
    color: #bbc8e6;
    text-shadow:       0 0 0.10em #191970,
        0 0 0.15em #191970,
        0 0 0.80em #191970,
        0 0 1.00em #191970;
    text-align: center;
     margin-left: 0;
    font-family: "07LogoTypeGothic-Condense";
    
}

.light1{
    display: inline-block;
    position: absolute;
    top: 170px;
    right: 20%;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 250, 0.8);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255,255,255, 0.9);
opacity: 0;
animation:light 2.5s ease-in-out infinite alternate;
animation-delay:1s;
}
.light2{
    display: inline-block;
    position: absolute;
    top: 190px;
    right: 18%;
    width: 7px;
    height: 7px;
    background-color: rgba(255, 255, 250, 0.8);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255,255,255, 0.9);
animation:light 2.5s ease-in-out infinite alternate;}
.light3{
    display: inline-block;
    position: absolute;
    top: 290px;
    left: 20%;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 250, 0.8);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255,255,255, 0.9);
animation:light 2.5s ease-in-out infinite alternate;}
.light4{
    display: inline-block;
    position: absolute;
    top: 270px;
    left: 18%;
    width: 7px;
    height: 7px;
       background-color: rgba(255, 255, 250, 0.8);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255,255,255, 0.9);
opacity: 0;
animation:light 2.5s ease-in-out infinite alternate;
animation-delay:1s;}
.light5{
    display: inline-block;
    position: absolute;
    top: 220px;
    left: 28%;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 250, 0.8);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255,255,255, 0.9);
    
opacity: 0;
animation:light 2.5s ease-in-out infinite alternate;
animation-delay:2s;}
.light6{
    display: inline-block;
    position: absolute;
    top: 260px;
    right: 28%;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 250, 0.8);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255,255,255, 0.9);
opacity: 0;
animation:light 2.5s ease-in-out infinite alternate;
animation-delay:2s;}



.lbox1{
    border-top:solid 2px rgba(175, 212, 250,.7);
    width: 90%;
    max-width: 300px;
    border-bottom: solid 2px rgba(175, 212, 250,.7);
    width: 90%;
    margin: 0 auto;
 position: relative;
top: -30px;}
.lbox2{
    border-top:solid 2px rgba(175, 212, 250,.7);
    width: 70%;
    max-width: 450px;
    border-bottom: solid 2px rgba(175, 212, 250,.7);
    width: 90%;
    margin: 0 auto;
 position: relative;
top: -70px;}

.hr1{border: solid 1px #e6e6fa;
    width: 80%;
    margin: 20px auto;
}

.lead1-1{  display: block;
    position: relative;
    left: 10%;
    margin: 0 auto;
    text-align: left;
    color: #e6e6fa;
    font-family: "07LogoTypeGothic-Condense";
            text-shadow: 0 0 0.10em #4d6380,
        0 0 0.15em #4d6380,
        0 0 0.80em #7a9ecc,
        0 0 1.00em #7a9ecc;
    font-size: 10pt;
     margin: 10px 7% 0 7%;
}
.lead1-2{  display: block;
    position: relative;
    top: -5px;
    right: 10%;
    margin: 0 auto;
    text-align: right;
    color: #e6e6fa;
    font-family: "07LogoTypeGothic-Condense";
            text-shadow: 0 0 0.10em #4d6380,
        0 0 0.15em #4d6380,
        0 0 0.80em #7a9ecc,
        0 0 1.00em #7a9ecc;
    font-size: 10pt;
    margin: 10px 7% 0 7%;
}

.lead2-1{    margin: 0 auto;
    text-align: center;
    color: #e6e6fa;
    font-family: "07LogoTypeGothic-Condense";
            text-shadow: 0 0 0.10em #4d6380,
        0 0 0.15em #4d6380,
        0 0 0.80em #7a9ecc,
        0 0 1.00em #7a9ecc;
    font-size: 13pt;
    margin: 10px 10%;
 position: relative;
right: 30px;}
.lead2-2{    margin: 0 auto;
    text-align: center;
    color: #e6e6fa;
    font-family: "07LogoTypeGothic-Condense";
            text-shadow: 0 0 0.10em #4d6380,
        0 0 0.15em #4d6380,
        0 0 0.80em #7a9ecc,
        0 0 1.00em #7a9ecc;
    font-size: 13pt;
    margin: 10px 10%;
 position: relative;
left: 30px;}





@keyframes  light{
    0% {opacity:0;}
    100% {opacity:1;}}
#mainimg img{
display: block;
margin: 0 auto;
width:80%;
min-width:150px;
max-width: 400px;
height: 80%;
max-height: 400px;
min-height:150px;
opacity: 0.8;
border-radius: 50%;
box-shadow: 0 0 5px rgba(150, 217, 250, 0.4), 0 0 8px rgba(150, 217, 250, 0.7), 0 0 25px rgba(150, 217, 250, 0.8);

}







h1{display: block;
     position: relative;
    z-index : 1;
    text-align: center;
      opacity: 1;
    color: #e6e6fa;
            text-shadow: 0 0 0.10em #4d6380,
        0 0 0.15em #4d6380,
        0 0 0.80em #7a9ecc,
        0 0 1.00em #7a9ecc;
    font-family: "07LogoTypeGothic-Condense";
    animation:img 2s ease-in-out infinite alternate;
}
h2{
  display: block;
    margin: 0 auto;
    text-align: center;
  padding: 10px 0;
 color: #e6e6fa;
            text-shadow: 0 0 0.10em #4d6380,
        0 0 0.15em #4d6380,
        0 0 0.80em #7a9ecc,
        0 0 1.00em #7a9ecc;
    font-size: 19pt;
    font-family: "07LogoTypeGothic-Condense"
}
h3 {margin: 0 auto;
	position: relative;
	padding-left: 30px;
	font-size:15pt;
	color: #e6e6fa;
    font-family: "07LogoTypeGothic-Condense";
   
    text-shadow:1px 1px 2px #6b76b3,
               -1px 1px 2px #6b76b3,
               1px -1px 2px #6b76b3,
               -1px -1px 2px #6b76b3; 
}
h3::before,
h3::after{
	content: "＊";
	position: absolute;
}
h3::before{
	left:0;
	top:-3px;
    text-shadow:1px 1px 2px #6b76b3,
               -1px 1px 2px #6b76b3,
               1px -1px 2px #6b76b3,
               -1px -1px 2px #6b76b3; 
}
h3::after{
	left: 5px;
	top: 3px;
	color: #325A8C;
    text-shadow:1px 1px 2px #6b76b3,
               -1px 1px 2px #6b76b3,
               1px -1px 2px #6b76b3,
               -1px -1px 2px #6b76b3; 
}

main{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    
    
}

.box{width: 80%;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
    background :rgba(175, 212, 250,.5);
    box-shadow: 0 0 0.10em rgba(175, 212, 250,.5),
        0 0 0.15em rgba(175, 212, 250,.5),
        0 0 0.80em rgba(175, 212, 250,.5),
        0 0 1.00em rgba(175, 212, 250,.5); 
}
.txt{
    margin: 10px 10%;
    font-size: 11pt;
    color: #e6e6fa;
    font-family: '07LogoTypeGothic-Condense';
    }
.txt2{
    margin: 10px 10%;
    font-size: 12pt;
    color: #e6e6fa;
    text-align: center;
    font-family: '07LogoTypeGothic-Condense';
     text-shadow: 0 0 0.10em #4d6380,
        0 0 0.15em #4d6380,
        0 0 0.80em #7a9ecc,
        0 0 1.00em #7a9ecc;
    }
.txtats{
    margin: 10px 10%;
    font-size: 11pt;
    color: #e6e6fa;
    font-family: '07LogoTypeGothic-Condense';
    }
.txtat{
    margin: 10px 10%;
    font-size: 11pt;
    color: #e6e6fa;
    font-family: '07LogoTypeGothic-Condense';
    }
.btn-border {
  display: inline-block;
    margin: 5px 30%;
    width: 35%;
  text-align: center;
  border: 2px solid #e6e6fa;
  font-size: 16px;
  font-family: '07LogoTypeGothic-Condense';
  color: #e6e6fa;
  text-decoration: none;
  padding: 5px 16px;
  border-radius: 4px;
  transition: .4s;
}
.btn-border:hover {
  background :rgba(175, 212, 250,.5);
        box-shadow: 0 0 0.10em rgba(175, 212, 250,.5),
        0 0 0.15em rgba(175, 212, 250,.5),
        0 0 0.80em rgba(175, 212, 250,.5),
        0 0 1.00em rgba(175, 212, 250,.5); 
}

.lead1{  display: block;
    position: relative;
    left: 10%;
    margin: 0 auto;
    text-align: left;
    color: #e6e6fa;
    font-family: "07LogoTypeGothic-Condense";
            text-shadow: 0 0 0.10em #4d6380,
        0 0 0.15em #4d6380,
        0 0 0.80em #7a9ecc,
        0 0 1.00em #7a9ecc;
    font-size: 10pt;
     margin: 10px 7% 0 7%;
}
.lead2{  display: block;
    margin: 0 auto;
    text-align: center;
    color: #e6e6fa;
    font-family: "07LogoTypeGothic-Condense";
            text-shadow: 0 0 0.10em #4d6380,
        0 0 0.15em #4d6380,
        0 0 0.80em #7a9ecc,
        0 0 1.00em #7a9ecc;
    font-size: 10pt;
     margin: 10px 7% 0 7%;
}
.lead2 a {
    color: #e6e6fa;
    text-shadow: 0 0 0.10em #4d6380,
        0 0 0.15em #4d6380,
        0 0 0.80em #7a9ecc,
        0 0 1.00em #7a9ecc;

}

.space{
    display: block;
    height: 30px;
}
.spacest{
    height: 30px;
}


/*フッター*/
footer{
    font-family: "Sans-Serif";
    background-color: #0b0b33;
    color: #bbc8e6;
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
    }

/*フッター終*/

/*レスポンシブ対応 スマホ*/
@media (max-width:480px){
    .ttl2{display: none;}
    .pcMenu{display: none;}
    .mo1{display: none;}
.mo2{display: none;}
.mo3{display: none;}
.mo4{display: none;}
.mo5{display: none;}
    .btn-border {
        display: block;
    width: 70%;
        margin: 20px auto 5px auto;
        
}
    h1{top: -60px;
        margin: 3px auto;
font-size: 15pt;}
    .lbox2{display: none;}
     .txtat{display: none;}
}

@media screen and (min-width: 480px) and ( max-width:768px) {
.ttl{display: none;}
.pcMenu{display: none;}
.light1{top: 158px;}
.light2{top: 185px;}
.light3{top: 317px;}
.light4{top: 290px;}
.light5{top: 224px;}
.light6{top: 277px;}
    h1{top: -100px;
font-size: 18pt;}
.lead1-1{display: none;}
.lead1-2{display: none;}
    .lbox1{display: none;}
    .txtats{display: none;}
}

@media screen and (min-width: 769px){
    .ttl{display: none;}
    .ttl2{
        top: 15px;
        left: -20px;
        font-size: 18pt;
    }
    .hamburger{display: none;}
    .globalMenuSp{display: none;}
    
.pcMenu{overflow: hidden;}
.pcMenu li {
list-style: none;
text-decoration: none;
padding: 0 5px;
  text-align: right;
    float: right;
  margin-right: 5px;
font-family: "07LogoTypeGothic-Condense";
    text-shadow:1px 1px 2px #6b76b3,
               -1px 1px 2px #6b76b3,
               1px -1px 2px #6b76b3,
               -1px -1px 2px #6b76b3; 
}
.pcMenu li a {
  text-decoration: none;
  color: #e6ecff;
    transition: all 0.3s ease 0s;
}

.pcMenu ul li a:hover{
    color: #fff;  
        text-shadow: 0 0 0.10em #ccffff,
        0 0 0.15em #ccffff,
        0 0 0.80em #ccffff,
        0 0 1.00em #ccffff;
}

.light1{top: 240px;}
.light2{top: 280px;}
.light3{top: 480px;}
.light4{top: 440px;}
.light5{top: 340px;}
.light6{top: 420px;}
    
    h1{top: -80px;
font-size: 18pt;}
    h2{padding: 20px 200px;}
    
.box{display: block;
        width: 60%;
    
    }
.lbox1{display: none;}
.lead1-1{display: none;}
.lead1-2{display: none;}
 .txtats{display: none;}
}


