@charset "UTF-8";


body{
  font-family: "Hiragino Maru Gothic ProN W4";
  background-image: url(images/titiyasu.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}
#hide{
	float: right;
	cursor: pointer;
    font-size: 40px;
    color: #D24C4E;
    margin-top: 3px;
    margin-right: -12px;
	position: fixed;
}
#show{
	float: right;
	cursor: pointer;
    font-size: 40px;
    color: #D24C4E;
    margin-top: 3px;
    margin-left: 320px;
	position: fixed;
}

#menu {
	z-index: 1;
	
	position: fixed;
	
	top: 0;
	right: -180px;
	width: 180px;
	min-height: 100%;
	
	font-size: 15px;
	color: #D24C4E;
	background-color: aliceblue;
	
	transition: .4s;
}
ul{
    margin-right: 20px;
	margin-left: -20px;
	margin-top: 70px;
}
a{
	text-decoration:none;
}

body.menu-open #menu{
	right: 0;
}

#wrapper{
	position: relative;
}
div#katamari{
    background-color: #FFFFFF;
    width: 100%;
    height: 2190px;
    text-align: center;
	margin-top: 430px;
}

#logotiti{
    margin-left: 0px;
    margin-top: 0px;
}

div#aisatsu{
    margin-top: 20px;
	margin-bottom: -90px;
}
.cp_keyframes {
	margin-left: 150px;
	margin-top: -2050px;
	margin-bottom: 100px;
	-webkit-animation: keyframes 0.9s ease-in infinite alternate;
	        animation: keyframes 0.9s ease-in infinite alternate;
}
@-webkit-keyframes keyframes {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
}
@keyframes keyframes {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
}

p#hata{
    margin-bottom: -70px;
    margin-top: 60px;
    margin-left: 30px;
}
div#milk{
    text-align: center;
    width: 300px;
    height: 500px;
    border-radius: 10px;
    margin-left: 30px;
    margin-right: 70px;
}
p#milkcoffee{
	border-bottom: dotted 5px #87CEFA;
    margin-left: 80px;
    font-size: 20px;
    margin-bottom: -20px;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W8',sans-serif;
    color: #3A3737;
	font-weight: bold;
	width: 220px;
}
#kau{
	margin-left: 150px;
	margin-top: -15px;
	margin-bottom: -15px;
}
#milkbun{
	margin-top: -50px;
}

* {
  box-sizing: border-box;
}
body {
  font-family:'Avenir','Helvetica, Neue','Helvetica','Arial';
}

* {
  box-sizing: border-box;
}
body {
  font-family:'Avenir','Helvetica, Neue','Helvetica','Arial';
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}


/* 以下ボタンスタイル */
button {
  border-radius: 2px;
  cursor: pointer;
    margin-bottom: -100px;
    margin-top: -510px;
    margin-left: 100px;
	background-color: rgba(0,0,0,0.00);
  border: 0.1px solid rgba(255,255,255,0.11);
}

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  font-weight: lighter;
}


div#gazou{
    padding-top: 42px;
	margin-top: 0px
}
p#milkbun{
    width: 230px;
    margin-left: 35px;
	margin-top: 20px;
}
#hatatwo{
    margin-bottom: 10px;
    margin-top: 40px;
    margin-left: 40px;
}
#ko{
    border-bottom: dotted 5px #87CEFA;
    font-size: 20px;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W8',sans-serif;
    color: #3A3737;
    font-weight: bold;
    width: 180px;
    margin-left: 90px;
    margin-top: -60px;
}

h4{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#hinshitsu{
    text-align: center;
    width: 270px;
    margin-left: 40px;
    margin-bottom: 10px;	
}
#koujou{
    text-align: center;
    width: 270px;
    margin-left: 40px;
    margin-bottom: 10px;
	margin-top: 60px;
}

#milkgazou{
	margin-left: 30px;
}
#tibou{
    margin-left: 60px;
    margin-top: 70px;
    margin-bottom: 30px;
}
p#aikon{
    margin-top: -50px;
    margin-left: 15px;
}
#kaisya{
	margin-top: 0px;
	margin-bottom: -60px;
	margin-left: 10px;
	color: rgba(255,255,255,1.00);
	line-height: 4px;
}
#nami{	
    margin-top: 50px;
	margin-bottom: -70px;
}

.fa img{
	cursor: pointer;
}

.fa{
	display: block;
	width: 50px;
	height: 50px;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop i {
  padding-top: 6px
}
 
#pageTop a {
    display: block;
    z-index: 999;
    padding: 8px 0 0 8px;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    margin-bottom: 25px;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
