@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	height: 100%;
	background-color: #ebb632;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
}	
.momo-wrap{
	width: 100%;
}
.momo-contents{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.momo-header{
	margin-bottom: 2em;
	padding-top: 2em;
}
.momo-header h1{
	text-align: center;
}
.momo-thumbs{
	overflow: hidden;
	padding: 2em;
}
.momo-img{
	box-sizing: border-box;
	width: 48.5%;
  float: left;
  margin-right: 3%;
}
.momo-img:nth-child(even){
  margin-right: 0;
}
.momo-img img{
	width: 100%;
	height: auto;
}
.momo-section{
	background-color: #fff;
	padding: 30px;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0px 5px 5px #ca9c2b;
}
.momo-section h2{
	color: #bf0029;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1em;
}
.momo-section img{
	width: 50%;
	float: left;
	margin-bottom: 2em;
}
.momo-text{
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-left: 24px;
}
.momo-text p{
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.momo-list{
	box-sizing: border-box;
  clear: both;
  padding: 2em;
  border-radius: 5px;
  display: block;
  margin-bottom: 2em;
  border: 1px solid #ccc;
  background-color: #eee;
}
.momo-list li{
	font-size: 14px;
	margin-bottom: 0.3em;
}
.momo-list li:last-child{
	margin-bottom: 0;
}
.momo-list li:before{
	content: "※";
	color: #e40079;	
}
.close_btn{
    display: block;
    width: 160px;
    text-align: center;
    position: relative;
    background-color: #418911;
    border-radius: 24px;
    color: #fff;
    margin: 1.3em auto;
    line-height: 40px;
    transition: none;
    box-shadow: 0 3px 0 #28540a;
    font-weight: bold;
}
.close_btn:hover {
	top: -4px;
	box-shadow: 0 7px 0 #28540a;
}
.close_btn:active {
	top: 3px;
	box-shadow: none;
}
.form-pc{
	width: 100%;
	min-height: 1300px;
}
.momo-town{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: -1;
	background-position: top center;
	background-image:url(../images/town.png);
	background-repeat: repeat-x;
}
.cloudmov{
	width: 100%;
	height: 230px;
	background-image: url('../images/cloud_01.png'),url('../images/cloud_02.png');
	left: 0;
	position: absolute;
	z-index: -2;
	top: 0;
 -webkit-animation: snow 40s linear 0s infinite;
  -ms-animation: snow 40s linear 0s infinite;	
  animation: snow 40s linear 0s infinite;
}
@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    100% {
        background-position: -800px 0px, -400px 0px
    }
}
/* @-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    100% {
        background-position: -800px 0px, -400px 0px
    }
} */

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    100% {
        background-position: -800px 0px, -400px 0px
    }
}
@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    100% {
        background-position: -800px 0px, -400px 0px
    }
}
@media screen and (max-width:768px) {
	body{
		background-size: contain;
	}
	.momo-wrap{
		background-size: contain;
	}
	.momo-contents{
		background-size: contain;
		padding-bottom: 3em;
	}
	.momo-header{
		width: 300px;
    padding-top: 1em;
    margin: 0 auto 1em;
	}
	.momo-section{
		padding: 1em;
    width: 96%;
    box-sizing: border-box;
    margin: 0 auto;
	}
	.momo-section h2{
		font-size: 16px;
	}
	.momo-section img{
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}
	.momo-text{
		float: none;
    width: 100%;
    padding-left: 0;
	}
	.momo-text p{
		font-size: 12px;
	}
	.momo-list{
		padding: 1em;
	}
	.momo-list li{
		font-size: 12px;
	}
	.cloudmov{
		height: 70px;
		background-size: contain;
	}
	.momo-town{
		background-size: 130% auto;
	}
	.form-smp a{
		display: block;
		width: 100%;
		text-align: center;
		position: relative;
		background-color: #f82128;
		border-radius: 24px;
		color: #fff;
		margin: 1.3em auto;	
		line-height: 40px;
		transition: none;
		box-shadow: 0 3px 0 #bf191e;
		font-weight: bold;
	}
	.form-smp a:hover {
		top: -4px;
		box-shadow: 0 7px 0 #bf191e;
	}
	.form-smp a:active {
		top: 3px;
		box-shadow: none;
	}
}
@media screen and (min-width:1px) and (max-width:677px) {

｝