@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Oswald:400,600');
html,
body {
	height: 100%;
}

#wrapper{width:100%;min-height: calc(100% - 50px);}
footer{width:100%; background:#FFF;}

.wrap{ margin:0 auto; max-width:1160px; }


.wave{
  position: relative;
}

.wave canvas{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pink_b{background:linear-gradient(transparent 55%, #ED86B3 0%) ;}
.yellow_b{background:linear-gradient(transparent 55%, #ffef00 0%) ;}


#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 10000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#loader img{width:230px; margin-bottom:20px;}
#loader p{color: #333; font-size: 12px;}

    .footer{width: 100%; margin-top: 0px; border-top:1px solid #CBCBCB; }  
    .footer p{font-size: 9px; color: #666; text-align: center;padding: 15px;}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 9999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -100%;
	width:30%;
    height: 100vh;/*ナビの高さ*/
	background: linear-gradient(45deg, rgb(44, 149, 165, .9) 30% , rgb(55, 166, 185, .9) );/*背景色（グラデーション）*/
    /*動き*/
	transition: all 0.8s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 30%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}



@media only screen and (max-width: 768px) {
    #g-nav,
    #g-nav.panelactive #g-nav-list{
        width:100%;
    }
}



/*ナビゲーション*/
#g-nav ul {
    position: absolute;
    z-index: 9999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
    transition: all .5s;
}

#g-nav li a:hover{
    color:#ccc;
}

.openbtn{
	position:fixed;
    z-index: 99999!important;/*ボタンを最前面に*/
	top:18px;
	right: 18px;
	cursor: pointer;
    width: 60px;
    height:60px;
}
	
/*×に変化*/	
.openbtn span{
    z-index: 99999!important;/*ボタンを最前面に*/
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 2px;
    border-radius: 2px;
	background-color: #333;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}



/*========= ナビゲーションのためのCSS ===============*/


    .button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 320px;
	width: 100%;	
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    background: linear-gradient(45deg, rgb(44, 149, 165, .9) 30% , rgb(55, 166, 185, .9) );
    color: #fff;
    border-radius: 9999px;
        font-weight: bold;
}
.button a:hover {
    color: #fff;
    opacity: 0.8;
}
.button a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #fff;
}
    
    .button02 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #fff;
	 max-width: 280px;
	width: 100%;	
	font-size: 13px;	
    line-height: 1.8;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    background: #fff;
    color: #38A9BA;
    border-radius: 9999px;
        font-weight: bold;
}
.button02 a:hover {
    color: #38A9BA;
    opacity: 0.8;
}
.button02 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #38A9BA;
    border-right: 3px solid #38A9BA;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button02 a:hover:after {
    border-color: #38A9BA;
}
    


@media screen and (min-width: 1141px) {
    
    
}
@media screen and (max-width: 1140px) {
}



@media screen and (min-width: 769px) {
.pcnone{display: none;}	
}

@media screen and (max-width: 768px) {
	
.pcnone{}	
	
}
@media screen and (max-width: 480px){
	
}






