
body {
	margin:0px;
	padding:0px;
	
  }

	
#wrapper{
	
	overflow: auto;
	}
	
html, body, #wrapper {
             height:100%;
}


body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-image: url("http://tsukinomiya.velvet.jp/nigata.png");
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

	    
/*トップ*/
.parallax {
    z-index: 0;
    font-family:"Didot";
     font-size: 20pt;
    text-align: center;
    letter-spacing:6px;
    padding:0px;
    height:100%;
    width:100%;
    margin:0;
    color:#fff;
    display: flex;
    flex-direction: column;
  align-items: center;
  justify-content: center;
}


p {
    padding-top:18px;
    margin-top:0;
    color:#fff;
   
    }
    
    
.triangle {
     height:100%;
     text-align:center;
     position: relative;
     z-index: 1;
      top:-15%;
    }


	 

.scroll {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  text-decoration: none;
  text-align:center;
  color:#ffffff;
  font-size:20pt;
}


/*ふわっと*/
.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/;}
.scroll-up{opacity: 0; transform: translateY(60px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(60px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}




/*スクロールするボックス*/
.contents {
    position: relative;
    z-index: 2;
    
    font-family:"Didot";
    font-size:20pt;
    color:#fff;
    background:  rgba(233, 169, 178, 0.6);
    padding: 20px;
    margin:30px;
    letter-spacing:4px;
    text-align:center;
   
    
    }
    
h2 {
    position:sticky;
    top:21px;
   font-size:20pt;
   padding-top:20px;
   padding-bottom:60px;
   background:  rgba(0, 0, 0, 0);
} 
 
#line {
    margin-top:-70px;
    margin-bottom:20px;
    font-size:20pt;
    }
    
#about {
     margin-top:-20px;
        }    


h3{
   font-size:15pt;
   margin:60px;
} 


h4 {
    font-size:12pt;
    text-align:center;
    line-height:10pt;
    }
    
#line2 {
      margin-top:-20px;
     }    

    
#contact {
     margin-top:-20px;
     }
    
    
    
/*アコーディオン*/    
label {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 0px;
    display: block;
    margin: 0px;
    border: 0px solid #fff;
}

input[type="checkbox"].on-off{
    display: none;
}


.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top:-40px;
}

.menu li {
    padding: 0px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 240px;
}


/*アコーディオン*/ 
    
    
    
    
.works {
        display:inline-block;
	padding:0;
	margin:0;
	}


h5{
   color:#fff;
   font-size:10pt;
   letter-spacing:2.5px;
   font-family: 'Noto Serif JP', serif;
   line-height:20pt;
   margin:0;
   padding:10px;
   }
   
h6{
    font-family: 'Noto Serif JP', serif;
   font-size:10pt;
   text-align:right;
   padding:10px;
   margin-bottom:0;
   }
   


a:link {
        color:#ffffff;
	}

a:hover {
	color: #0066cc;
	}
	
a:visited {
           color:#ffffff;
	   }



	   

.cp_tabpanel {
	      text-align:left;
}

  


form {
      margin-top:0;
      margin-left:25px;
} 

textarea {
           width:500px;
	   height:120px;
	   }

.button {
         text-align:center;
	 }

li {
      list-style: none;
      margin:0;
      padding:0;
}	   

ul {
margin-left:0;
}


/*サムネ*/ 


a {
    text-decoration: none;
}


.footer{	
	display:block;
	text-align:center;
	font-size:6pt;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	clear:both;
	margin-top:5px;
	letter-spacing:1px;
	margin-bottom:5px;
	vertical-align:bottom;
	}
	