@charset "UTF-8";
/* CSS Document */
html {
    font-size: 100%;
    font-family: fot-tsukuardgothic-std, sans-serif;
    line-height:  1.5;
}
body {
	line-heigt:  1.7;
}
a {
	text-decoration: none;
    color:#00A29A;
}
img {
	max-width: 100%;
}
li {
    list-style: none;
}

.rollOver {
    transition: all 0.3s ease 0s;
}
.rollOver:hover {
    opacity: 0.6;
}
.brSp {
    display: none;
}
.rollOver {
    transition: all 0.3s ease 0s;
}
.rollOver:hover {
    opacity: 0.6;
}

/* ---ローディングアニメーション--- */
#loadingWrap {
    width: 100%;
    height: 100vh;
    background: #00A29A;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#loading,
#loading:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}
#loading {
    margin: 320px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.1em solid rgba(255, 255, 255, 0.2);
    border-right: 0.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.1em solid rgba(255, 255, 255, 0.2);
    border-left: 0.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loadingNone {
    animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
    0% {
        opacity: 1;
        transform: translatey(0%);
    }
    99% {
        opacity: 0;
        transform: translatey(0%);
    }
    100% {
        opacity: 0;
        visibility:hidden;
    }
}

/* smartdevice-------------------------------------------------------------- */
@media screen and (max-width:768px) {

/* ---ローディング--- */
#loading {
  margin: 230px auto;
}
}


/*■Source Han Sans Japanese
font-family: source-han-sans-japanese, sans-serif;

Normal
font-family: source-han-sans-japanese, sans-serif;
font-weight: 300;
font-style: normal;

Regular
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;

Bold
font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;

Heavy
font-family: source-han-sans-japanese, sans-serif;
font-weight: 900;
font-style: normal;


■FOT-TsukuARdGothic Std
font-family: fot-tsukuardgothic-std, sans-serif;
B
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;



■DIN 2014
font-family: din-2014, sans-serif;

Bold
font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;*/


