/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2021/12/24, 14:28:15
    Author     : 15X03Y1
*/
html{
    /* font-size: 50%; */
}


* {
   box-sizing: border-box;
}
body {
   margin: 0;
   padding: 0;
   font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
   background-color: #fff;/* #e6e6e6 */ 
   color:#111;
   overflow-x:hidden;/* 横スクロールさせない */ 
}

ul ul {
    list-style-type: disc;
}

a{
    text-decoration: none;
}
a, a:link{
    color: #47b3ff;
}

.object-position{
    object-position: 0 0;
}
#pankuzu{
  padding-top: 10px;
    /* opacity: 0;
    transform: translate(0%, 10px);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.8s; */
}
#pankuzu.-visible{
    /* opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform:  translate(0, 0);
    transition-delay: 0.65s; */
}
#pankuzu > ul{
    list-style-type: none;
    padding-left: 7%;
}
#pankuzu > ul > li{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
}
#pankuzu > ul > li:first-child{
  padding-left: 0px;
}
#pankuzu > ul > li:not(:first-child)::before{
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 2px #111;
    border-right: solid 2px #111;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -3px;
    transform: rotate(45deg);
}
.loadwrap{
    opacity: 0;
    animation-name:PageKillAnime;
    animation-duration:0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;      
}



@keyframes PageKillAnime{
	0% {
          /*  transform:translateX(0); */ 
            opacity: 1;
	}
	100% {
          /*  transform:translateX(-20px); */ 
            opacity: 0;
	}
}

.loadwrap.appear{
    opacity: 0;
    animation-name:PageAnime;
    animation-delay: 0.5s;
    animation-duration:0.8s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;  
}

@keyframes PageAnime{
	0% {
         /*   transform:translateX(50px); */ 
            opacity: 0;
	}
	100% {
         /*   transform:translateX(0); */ 
            opacity: 1;
	}
}



/*  影と曲線*/
.brs{
   /* border-radius: 4px;*/ 
   /*  box-shadow: 0px 5px 3px -3px #bbb;   /* 影指定 */  
     box-shadow: 0 0.3rem 1.5rem -0.8rem rgb(0 0 0 / 37%);
}

/*========= ローディング画面のためのCSS ===============*/
#transition {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999999;
    text-align:center;
    color:#fff;
    background-color:rgba(255,255,255,1);  /*#45AEB1;*/
}
.loading-splash {
    z-index: 999;
}
.container-umbel-logo {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate3d(-50%, -50%, 0);
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    justify-content: center;
    align-items: center;
}
.umbel-logo {
    width: 80.9px;
    height: 50px;
    stroke-width: 2;

}
#logo_square{
    opacity: 1;
    stroke: #0095D9;
    fill: #0095D9;
    animation-name:logo_del_square_anim;
    animation-duration:2.5s;
    animation-delay: 0.3s;
    animation-fill-mode:forwards;
}
#logo_square.appear{
    opacity: 0;

    animation-name:logo_square_anim;
    animation-duration:3.5s;
    animation-delay: 0.3s;
    animation-fill-mode:forwards;
}
@keyframes logo_square_anim{
  0% {
        opacity: 1;
        fill: transparent;
        stroke-dasharray: 1000px;
        stroke-dashoffset: 1000px;
        stroke: #0095D9;
  }
  30%{
        fill: transparent;
        stroke:#0095D9;
  }
  60% {
        stroke-dashoffset: 0;
  }   
  70%{
        fill: #0095D9;
        stroke: #0095D9;
  }
  100%{
        fill: #0095D9;
        stroke: #0095D9;
        opacity: 1;
  }  
}
@keyframes logo_del_square_anim{
  0% {
      opacity: 1;
        fill: #0095D9;
        stroke: #0095D9;      
  }
  100%{
      opacity: 0;
              fill: transparent;
  }
}
#logo_rhombus{
    opacity: 1;
    stroke: #0095D9;
    fill: #0095D9;
    animation-name:logo_del_square_anim;
    animation-duration:2.5s;
    animation-delay: 0.3s;
    animation-fill-mode:forwards;
}
#logo_rhombus.appear{
    opacity: 0;
    animation-name:logo_square_anim;
    animation-duration:3.5s;
    animation-delay: 0.3s;
    animation-fill-mode:forwards;
}

#logo_text_g{

}
#logo_text{
    opacity: 1;
    fill: #FFF;   
    stroke: #FFF;
    transform-origin: 235px 87.5px;
    animation-name:logo_del_text_anim;
    animation-duration:2.5s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;    
}
#logo_text.appear{
    opacity: 0;
    animation-name:logo_text_anim;
    animation-duration:3.5s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
}
@keyframes logo_text_anim{
  0% {
      opacity: 1;
      fill: transparent;
      stroke-dasharray: 1000px;
      stroke-dashoffset: 1000px;
      stroke:#0095D9;
      
  }
  30%{
      fill: transparent;
      stroke:#0095D9;
  }
  60% {
      stroke-dashoffset: 0;
  }   
  60%{
      fill: #FFF;
      stroke: #FFF;
      /* transform: rotate3d(0, 0, 0, 90deg); */
  }
  100%{
      /* transform: rotate3d(0, 1, 0, -2turn);  */
      opacity: 1;
  }
}
@keyframes logo_del_text_anim{
  0% {
      opacity: 1;
      
  }
  100%{
      opacity: 0;
  }
}
/*#logo_text{
    text-anchor: middle;
    font-size: 70px;
    stroke: #FFF;
    fill: #FFF;
    font-family: Arial, Arial_MSFontService, sans-serif;
}*/

.container-umbel-logo h2{
    display: block;
    margin: 0;
    padding-left: 20px;
}

.loading-text .letter{
    color: #000;
    font-size: 3.4rem;
    letter-spacing: 0.4rem;
    display: inline-block;
    transition: transform .5s linear,
                opacity   .5s linear;
    opacity: 0;
    transform: rotate3d(.1, 1, 0, 90deg)
               translate3d(0, 15%, 0);
}

.loading-text .letter.appear {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 90deg)
               translate3d(0, 0, 0);
}








#transition-logo {
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: #424245;
        
}
#transition-logo span{
    position: relative;
    left:2%;
    vertical-align: middle;
    letter-spacing: 0.15rem;
}
#transition-logo img{
    vertical-align: middle;
    margin-top:0.2rem;
    height: 3.5rem;
    object-fit: cover;  
}

@media screen and (max-width: 488px){
    #transition-logo {
        font-size: 1.1rem;        
    }
    #transition-logo img{
        height: 2.5rem;
    }
    .umbel-logo {
        width: 54px;
        height: 33.3px;
    }
    .loading-text .letter{
        font-size: 2.0rem;
        letter-spacing: 0.08rem;
    }
}

/* タブレット用css */
@media screen and (min-width: 489px) and (max-width: 960px) {
    html{
        /* font-size: 56.25%; */
    }   
    #transition-logo {
        font-size: 1.1rem;        
    }
    #transition-logo img{
        height: 2.5rem;
    }
    #pankuzu > ul > li{
        padding-left: 40px;
        /* letter-spacing: 0.1rem; */
        /* font-size: 1.4rem; */
      }
    #pankuzu > ul > li:not(:first-child)::before{
        width: 6px;
        height: 6px;
        left: 12px;
    }
}
/* PC用css */
@media screen and (min-width: 961px){
    html{
        /* font-size: 62.5%; */
    }   
    #pankuzu > ul > li{
        padding-left: 45px;
        /* letter-spacing: 0.12rem; */
        font-size: 1.0rem;
      }
    #pankuzu > ul > li:not(:first-child)::before{
        width: 7px;
        height: 7px;
        left: 15px;
        margin-top: -4px;
    }
}