@charset "utf-8";


* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

address, em, cite, dfn, var {
  font-style: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

p {
    margin-top: 0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

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

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

a{
	text-decoration:none;
	color:#fff;
}

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	color: #333;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

a img {
    border-style:none;
}

video {
	width: 100%;
 	display: block;
}

html {
    -webkit-text-size-adjust: 100%;
}



body {
    margin:0;
	width:100%; 
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	background: #fff;
	color: #484848;
}

.title{
	background: #aa9261;
	color: #fff;
	padding: 3%;
	margin: 0;
	text-align: center;
	font-size: clamp(16px, 5.4vmin, 40px);
}

.title span{
	color: #fffc00;
}

.center{
	text-align:center;
	margin:0 auto;
}

.right{
	text-align:right;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}

#main{
	margin: 0 auto;
	overflow:hidden;
	max-width: 768px;
}

.area{
	position: relative;
}

.abs{
	position: absolute;
	bottom: -3%;
	left: 8%;
	width: 84%;
}

.btn{
	animation: mochimochi 1s infinite;
	text-align: center;
	width: 92%;
	background: #06c755;
	color: #fff;
	font-weight: bold;
	font-size: clamp(18px, 5.6vmin, 46px);
	border-radius: 5.0em;
	margin: 5% 4% 15%; 
	box-shadow: 0 5px 0 #219900;
}

.btn a{
	padding: 6%;
	display: block;
	
}

@keyframes mochimochi {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}

.txt{
	font-size: clamp(16px, 5.0vmin, 30px);
	line-height: 160%;
	padding: 5%;
}

.txt img{
	border: 6px solid #fff;
	box-shadow: 0px 0px 10px -5px #777;
	margin-bottom: 6%;
}

.txt span{
	color: #ff0000;
}

.bga{
	background: #ddd4be;
	padding: 5%;
}

.voice{
	background: #fff;
	border-radius: 1.0em;
	box-shadow: 0px 0px 10px -5px #777;
	padding: 6% 4%;
	font-size: clamp(16px, 5.0vmin, 30px);
	line-height: 160%;
	margin-bottom: 5%;
}

.voice1{
	margin: 3% auto;
	width: 70%;	
}

.voice2{
	width: 90px;
	height: 90px;
	float: left;
}

.voice2 img{
	border-radius: 50%;
}

.voice3{
	margin-left: 100px;
	align-content: center;	
	height: 90px;
}

.voice4{
	font-size: clamp(18px, 6.0vmin, 34px);
	line-height: 160%;
	color: #7c6026;
	margin-bottom: 4%;
}

.reason{
	font-size: clamp(16px, 5.0vmin, 30px);
	line-height: 160%;
	padding: 5%;
}

.reason img{
	border: 6px solid #fff;
	box-shadow: 0px 0px 10px -5px #777;
	margin-bottom: 6%;
}

.reason span{
	color: #fff;
	background: #796450;
	padding: 1% 7%;
	border-radius: 5.0em;
}

.reason01{
	color: #796450;
	margin: 5% 0;
}


footer{
	margin-top: 5%;
	text-align: center;
	padding: 5%;
	font-size: clamp(16px, 5.0vmin, 30px);

}