@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body{
	text-align: center;
	overflow-x: hidden !important;
	font-family: 'Crimson Text', 'HG正楷書体-PRO', serif;
}

a{
	text-decoration: none;
}

li{
	list-style: none;
}

.loading{
	position: absolute;
	top: 175px;
	left: 0;
	right: 0;
}

#wrapper{
	min-width: 1330px;
	text-align: center;
	background: url("/m25/img/pc/back.jpg") repeat-y center;
}

#top{
	width: 1330px;
	margin: 0 auto;
	position: relative;
}

#canvas{
	position: static;
	z-index: 1;
}

.flash, .topimg, #canvas{
	margin: -2px -295px -8px;
}

#main{
	width: 1330px;
	min-height:803px;
	margin: 0 auto;
	padding: 10px 0 60px 0;
	background: url("/m25/img/pc/topnext.png") no-repeat top, url("/m25/img/pc/bottom.jpg") no-repeat bottom , url("/m25/img/pc/f-middle.png") repeat-y center;
}

#footer{
	color: #b08911;
	width: 1010px;
	padding: 50px 0 25px 0;
	margin: 0 auto;
}

#footer ul{
	display: table;
	margin: 0 auto;
}

.f-link li a{
	color: #b08911;
}

#footer ul li{
	float: left;
	display: table-cell;
	margin-right: 5px;
}

.copyright{
	padding-top: 30px;
}

/*↓↓トップページ↓↓*/

.ema{
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
	background: url("/m25/img/pc/ema-back.png") no-repeat center top;
}

.ema ul{
	width: 550px;
	height: 475px;
	padding: 315px 0 140px 0;
	margin: 0 auto;
}

.ema ul li{
	float: left;
}

.ema li:first-child, .ema li:nth-child(3){
	margin-right: 50px;
}

.ema li img{
	-webkit-animation: float1 2s ease infinite alternate;
		animation: float1 2s ease infinite alternate;
}

.ema li:nth-child(2) img{
	-webkit-transition: all .5s ease;
			transition: all .5s ease;
	-webkit-animation: float2 2s ease .5s infinite alternate;
			animation: float2 2s ease .5s infinite alternate;
}
.ema li:nth-child(3) img{
	margin-top: -25px;
	-webkit-transition: all .5s ease;
			transition: all .5s ease;
	-webkit-animation: float2 2s ease infinite alternate;
			animation: float2 2s ease infinite alternate;
}
.ema li:nth-child(4) img{
	margin-top: -25px;
	-webkit-transition: all .5s ease;
			transition: all .5s ease;
	-webkit-animation: float1 2s ease .3s infinite alternate;
			animation: float1 2s ease .3s infinite alternate;
}
@keyframes float1{
	0%{-webkit-transform: rotate(5deg);transform: rotate(5deg);}
	100%{-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes float1{
	0%{-webkit-transform: rotate(5deg);}
	100%{-webkit-transform: rotate(-5deg);}
}
@keyframes float2{
	0%{-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
	100%{-webkit-transform: rotate(5deg);transform: rotate(5deg);}
}
@-webkit-keyframes float2{
	0%{-webkit-transform: rotate(-5deg);}
	100%{-webkit-transform: rotate(5deg);}
}

.word{
  margin-bottom: -7px;
	/*padding-bottom: 75px;*/
}

.ex{
	width: 1010px;
	height: 1100px;
	margin: 0 auto;
	background: url("/m25/img/pc/ex-top.png") no-repeat center top, url("/m25/img/pc/ex-bottom.png") no-repeat bottom, url("/m25/img/pc/ex-middle.png") no-repeat center center;
}

.ex ul{
	padding:140px 0 20px 0;
}

.ex li{
	width: 730px;
	height: 220px;
	margin: 0 auto;
	display: table;
}

.so{
	color: #f4e2ab;
	font-size: 27px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	padding-left: 235px;
}

.ex li:first-child, .ex li:nth-child(3){
	background: url("/m25/img/pc/woman.png") no-repeat center;
}

.an{
	color: #fed454;
	font-size: 27px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	padding-left: 70px;
}

.ex li:nth-child(2), .ex li:nth-child(4){
	background: url("/m25/img/pc/satuki-a.png") no-repeat center;
}

.btn{
	margin: 40px 0 33px 0;
}
.yobi{
	display: none;
}
/*↓↓登録フォーム↓↓*/

.f-top{
	margin-bottom: -2px;
}

.error_msg{
	color: red;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

.form{
	width: 1010px;
	height: 957px;
	margin: 0 auto;
	background: url("/m25/img/pc/formback.png") no-repeat center;
}

.ema-2{
	width: 40%;
	padding: 82px 0 10px 0;
	margin: 0 auto;
}

.ema-2 img{
	width: 48%;
	-webkit-animation: float1 2s ease infinite alternate;
		animation: float1 2s ease infinite alternate;
}

@keyframes float1{
	0%{-webkit-transform: rotate(5deg);transform: rotate(5deg);}
	100%{-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes float1{
	0%{-webkit-transform: rotate(5deg);}
	100%{-webkit-transform: rotate(-5deg);}
}

.topinput{
	font-size: 23px;
	font-family: 'Crimson Text', 'HG正楷書体-PRO', serif;
	width: 360px;
	height: 40px;
	padding: 0 10px;
}

input[type="text"]:focus {
	outline: 0;
}

.name{
	width: 50%;
	padding-left: 310px;
}

select{
	font-size: 23px;
	width:108px;
	height: 40px;
	padding: 0 10px;
}

.birth{
	width: 815px;
	padding-left: 144px;
	margin: 28px 0;
}

.mf{
	width: 815px;
	padding-left: 370px;
	margin: 27px 0;
}

.mf li, .bt li, .tf li, .mail li{
	float: left;
}

.bt{
	width: 815px;
	padding-left: 370px;
	margin-top: -1px;
}

.tf{
	width: 815px;
	padding-left: 370px;
	margin: 22px 0;
}

input{
	font-size: 18px;
	font-family: 'Crimson Text', 'HG正楷書体-PRO', serif;
	width: 228px;
	height: 40px;
	padding: 0 10px;
}

.mail{
	width: 815px;
	padding-left: 370px;
}

.mail li:first-child{
	display: table;
}

.m-text{
	font-size: 25px;
	display: table-cell;
	vertical-align: bottom;
	padding: 0 5px;
}

.s-btn{
	width: 286px;
	height: 102px;
}

.attention{
	margin: 18px 0;
}

/*↓↓送信完了ページ↓↓*/

.sendwrap{
	margin: 44px 0;
}

.topword{
	color: #ffffff;
	font-size: 40px;
	width: 840px;
	height: 75px;
	margin: 0 auto;
	background-color: #7d1112;
}

.topword span{
	vertical-align: -webkit-baseline-middle;
}

.send-text{
	font-size: 20px;
	padding-top: 50px;
}

.send-text img{
	padding-left: 7px
}

.domain span{
	color: #7d1112;
	font-size: 30px;
	font-weight: bold;
}

.domain{
	font-size: 20px;
	width: 954px;
	padding-top: 30px;
	margin: 0 auto;
}

.domain ul{
	width: 845px;
	padding: 25px 0;
	margin: 0 auto
}

.domain li{
	float: left;
	margin-right: 11px;
}

/*↓↓子ページ↓↓*/

.title{
	color: #7d1112;
	font-size: 50px;
	padding: 30px 0;
	margin: 0 auto;
}

.k-text{
	font-size: 18px;
	text-align: left;;
	width: 830px;
	margin: 0 auto;
}
