@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);



* {
    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:underline;
	color:#fff;
}

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

a:hover{
	color: #fff;
}

.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;
}


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


body {
    margin:0;
	width:100%;
    color: #000;
	font: 14px/20px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,sans-serif!important;
	background:#fff;
}


.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;
}

.pcn{
	display: none;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.b{
	font-weight:bold;
}

.red{
	color: #ed3232;
}

.orange{
	color: #fdb441;
}


#main{
	margin:0;
	overflow:hidden;
}

header{
	background: #fdb441;
	height: 50px;
	padding: 5px;
}

.logo{
	float: left;
	width: 150px;
}

.btn_login{
	float: right;
	width: 132px;
	cursor: pointer;
}

.area{
	position: relative;
}

.bg01{
	background: #fff1d6;
}

.bg02{
	background: #9ecbfd;
}

.bg03{
	background: #fdb441;
}


.a001{
	position: absolute;
	width: 54.7%;
	bottom:8%;
	left:2%;
}

.a002{
	position: absolute;
	width: 72.2%;
	top:34%;
	right:2%;
}

.a003{
	position: absolute;
	width: 41.3%;
	bottom:2%;
	right:3%;
}

.a004{
	width: 82.6%;
	margin: 3% auto 0%;
	animation: aro ease-in-out infinite alternate;
	text-align:center;
	animation-duration: 1.0s;
	z-index: 5;
	position: relative;
}

@keyframes aro {
    0% { transform:translateY(-20px); }
  100% { transform:translateY(  0px); }
}

.line{
	margin: -2% auto 2%;
	width: 95%;
	text-align: center;
	animation: vertical ease-in-out infinite alternate;
	animation-duration: 1.8s;
}


@keyframes vertical {
	0%,100% {
	-webkit-transform: scale(0.8)
        }
	50% {
	 -webkit-transform: scale(1.0)
	}
}

.a005{
	padding:3% 0;
}

.a006,.a007,.a008,.a009,.a010,.a011,.a012,.a013,.a014,.a015,.a016,.a017,.a021,.a024,.a026,.a027,.a028{
	padding: 5% 0;
}

.a018,.a019{
	padding: 1% 0;
}

.a020{
	padding: 1% 0 5%;
}

.a023{
	position: absolute;
	top:5%;
}

.a030{
	position: absolute;
	bottom:5%;
}


.annotation{
	font-size: 3.0vmin;
	text-align: center;
	color: #999;
	padding-bottom: 5%;
}


.btn{
	padding: 4% 3%;
	position: relative;
}

.btn01a{
	position: absolute;
	bottom:18%;
	left: 8%;
	width: 26%;
}

.btn02a{
	position: absolute;
	bottom:18%;
	left: 8%;
	width: 30%;
}

.btn03a{
	position: absolute;
	bottom:18%;
	left: 1%;
	width: 36%;
}


.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}

.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.form-area{
	margin:0;
	font-size: 3.0vmin;
	line-height: 4.0vmin;
}

.form-area p{
	margin:0 5%;
	padding-left:1em;
	text-indent:-1em;
}

.form-k{
	text-align: center;
}

.form-k a{
	color: #000;
	text-decoration: underline;
}

.form-txt{
	text-align: center;
	font-size: 4.6vmin;
	line-height: 5.6vmin;
	margin: 3% 0;
	font-weight: bold;
}

.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
	color: #fdb441;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.form{
	padding: 1% 1% ;
}


.inpr{
	margin:0;
	width:79%;
	margin-right: 1%;
	padding:4%;
	font-size: 3.4vmin;
	line-height: 4.4vmin;
	border:1px solid #ccc;
}

.send{
	width:20%;
	border: 0;
	padding:4% 1%;
	text-align: center;
	font-weight: bold;
	background: #ed3232;
	color: #fff;
	font-size: 3.4vmin;
	line-height: 4.4vmin;
}



.result00{
	margin: 0% 2% 8%;
	background: #fff;
	position: relative;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
	height: auto;
	box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
}

.result01{
	background: #fdb441;
	color: #fff;
	padding: 2%;
}

.result02{
	padding: 2%;
}

.result03{
	width: 40%;
	float: left;
	padding-top: 2%;
}

.result04{
	width: 60%;
	float: left;
	padding: 2% 1%;
}

.result05{
	font-size: 7.8vmin;
	line-height: 9.0vmin;
	color: #ed3232;
	font-weight: bold;
}

.result06{
	position: absolute;
	top:-10%;
	right: 1%;
	width: 18%;
}


.result07{
	font-weight: bold;
	margin-bottom: 2%;
}

.title{
	font-size: 2.4vh;
	line-height: 3.4vh;
	font-weight: bold;
	margin: 5% 0;
	text-align: center;
}


.fo{
	margin: 3%;
}

.tx{
	margin:0 auto;
	padding: 10px;
	text-align: left;
}

.tx dl{
	line-height:1.5
}

.tx dt{
	font-size:16px;
	font-weight:bold;
	margin:24px 0 8px
}

.tx dd{
	font-size:14px;
	padding:0 1em

}
.tx dl p{
	margin-bottom:1em
}

.tx dl ul{
	margin:16px 0
}

.tx dl li{
	list-style-type:none
}

.tx dl li:before{
	content:"・"
}

.tx table{
	width:100%;
	border:	1px solid gray;
	background: #fff;
}

.tx table th,.tx table td{
	padding:5px 5px;
	border:1px solid gray;
	vertical-align:middle
}

.tx table th{
	width:34%;
	background:#eee;
	color: #333;
	text-align: left;
}

.tx table td{
	width:66%
}

.mmt{
	background: #774a9d;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 2%;
	margin: 40px 0 10px;
}

.mail1 {
  width: 98%;
  padding: 3%;
}


.mail2 {
  width: 98%;
  height: 200px;
  padding: 3%;
}


.mail-sub{
	margin: 30px auto;
	text-align: center;
	background: url("../../images/gokuraku/arrow.svg")no-repeat 98%, #fa5757;
	background-size: 12px auto ,100% 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	line-height: 22px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	width: 90%;
	border-radius: 90px;

}

.mail-sub:hover{
	background: url("../../images/gokuraku/arrow.svg")no-repeat 98%, #999;
	background-size: 12px auto ,100% 100%;
	border: none;
}

.container{
	background: #fff;
	padding: 20px;
}


footer {
	width:100%;
	text-align:center;
	font-size:3.4vmin;
	color:#fff;
	padding:0;
	background: #fdb441;
}

.f-logo{
	width: 40%;
	margin: 4% auto;
}


footer li {
	height:40px;
	border-bottom: 1px dotted #fff;
	background: #fdb441;
	padding-left: 2%;
}


footer li a {
	text-align:left;
	height:40px;
	display:block;
	line-height:42px;
	text-decoration:none;
	text-indent:5px;
	color: #fff;
	font-weight:bold;
    background: url("../../images/gokuraku/arrow.svg") 98% center no-repeat;
    background-size: 8px;
}

.f-txt{
	margin: 20px auto;
	font-size: 3.0vmin;
	line-height: 20px;
	text-align:left;
	padding: 0 10px;
}

.copyright{
	font-size: 3.0vmin;
	padding-bottom: 10px;
}



.login {
width: 100%;
color: #000;
position: fixed;
transition: 0.5s;
z-index: 100;
opacity: 0;
	font-size: 2.5vh;
	line-height: 3.5vh;
}

.login img{
width: 70%;
}

.login.open {
top: 10%;
opacity: 1;
}


.login_con {
margin: 40px auto 80px;
padding: 10px 10px;
text-align: center;
background: #fff;
border: 2px solid #ed3232;
}

.login_con div {
margin: 15px auto;
font-weight: bold;
text-align: center;
}
.login_con span {
text-align: center;
}
.login input.mail, .login input.pass {
width: 98%;
height: 50px;
margin: 10px 0;
padding: 1%;
outline: none;
	font-size: 2.0vh;
	line-height: 3.0vh;
}
.login input#lg_btn {
width: 300px;
height: 59px;
background: #ed3232;
color: #fff;
border-radius: 200px;
border: none;
cursor: pointer;
outline: none;
	font-size: 2.5vh;
	line-height: 3.5vh;
	font-weight: bold;
}
.login_close {
padding: 4px!important;
font-size: 40px;
position: absolute;
cursor: pointer;
right: 5px;
}
.login_bg {
position: fixed;
width: 100%;
height: 500px;
background: rgba(0,0,0,0.5);
top: 0;
z-index: -1;
transition: 0s;
opacity: 0;
}
.login_bg.open {
opacity: 1;
z-index: 50;
}

.login .line-btn {
    max-width: 588px;
    margin-top: 26px;
    margin-bottom: 30px;
}
.login .line-btn img {
    width: 100%;
}

@media screen and (max-width: 1023px){
    .login .line-btn {
        max-width: 300px;
    }
}



@media screen and (min-width: 768px) and (max-width: 1023px) {
#header{
	margin-bottom: 50px;
}
}


@media screen and (min-width: 1024px){

 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

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

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
  border: none;
}

html {
	height: 100%;
	font-size: 16px;
	line-height:26px;
}
body {
	height: 100%;
}


* html body { /* for IE6 */
  font-size: small;
}

*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}


table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


p {
    margin-top: 0;
    margin-bottom: 0!important;
}




.spn{
	display: none;
}

#main{
	margin: 0 auto;
	overflow:hidden;
	width: 1024px;
}


header{
	height: 106px;
	padding: 0px;
}

.logo{
	float: left;
	width: 340px;
	margin: 5px 15px;
}

.btn_login{
	float: right;
	width: auto;
	margin: 16px
}

.form-area{
	font-size: 16px;
	line-height: 26px;
}

.form-txt{
	font-size: 40px;
	line-height: 50px;
}


.inpr,.send{
	font-size: 22px;
	line-height: 32px;
}


.btn01a,.btn02a,.btn03a{
	bottom:16%;
	width: auto;
}




.result00{
	font-size: 40px;
	line-height: 50px;
}

.result05{
	font-size: 80px;
	line-height: 90px;
}


.title{
	font-size: 30px;
	line-height: 40px;
}


footer ul {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}


footer li {
	font-size:14px;
	float: left;
	border-bottom: none;
	width: 200px;
	text-align: center;
}


footer li a {
	background:none;
	text-align: center;
}

.f-txt{
	margin: 20px auto;
	font-size: 14px;
	line-height: 24px;
	text-align:left;
	padding: 0 10px;
}

.copyright{
	font-size: 14px;
	padding-bottom: 10px;
}


.login {
width: 100%;
position: fixed;
font-size: 20px;
transition: 0.5s;
z-index: 100;
opacity: 0;
}

.login img{
width: auto;
}

.login.open {
top: 5%;
opacity: 1;
}

.login_con {
width: 900px;
margin: 40px auto 80px;
padding: 10px 10px;
}
.login_con div {
margin: 15px auto;
font-size: 24px;
font-weight: bold;
text-align: center;
}
.login_con span {
text-align: center;
}
.login input.mail, .login input.pass {
width: 98%;
height: 50px;
margin: 10px 0;
padding: 0px 1%;
outline: none;
font-size: 20px;
}
.login input#lg_btn {
width: 588px;
height: 90px;
font-size: 26px;
}
.login_close {
padding: 4px!important;
font-size: 50px;
position: absolute;
cursor: pointer;
right: 5px;
top:20px;
}
.login_bg {
position: fixed;
width: 100%;
height: 500px;
background: rgba(0,0,0,0.5);
top: 0;
z-index: -1;
transition: 0;
opacity: 0;
}
.login_bg.open {
opacity: 1;
z-index: 50;
}

}

@media screen and (min-width: 1024px) {
    .top-title {
        font-size: 45px;
        line-height: 55px;
    }
}
.top-title {
    background: #ed3232;
    color: #fff;
    font-size: 6.4vmin;
    line-height: 7.4vmin;
    padding: 2%;
    margin: 2% 0;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .box {
        font-size: 20px;
        line-height: 32px;
    }
}
.box {
    background: #fff;
    margin: 2%;
    padding: 2%;
    border: 2px solid #fdb441;
    font-size: 4.0vmin;
    line-height: 5.0vmin;
}
@media screen and (min-width: 1024px) {
    .be01 {
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (min-width: 1024px) {
    .setting {
        font-size: 16px;
        line-height: 28px;
    }
}
.setting {
    margin: 2%;
    font-size: 4.0vmin;
    line-height: 5.0vmin;
    text-align: left;
}
.be01 table {
    width: 100%;
    border: 1px solid #ccc;
    font-weight: bold;
    margin: 1% 0;
}

.setting table {
    width: 100%;
    border: #323232 1px solid;
    background-color: #fff;
    margin: 2% 0;
}
.be01 th {
    width: 30%;
    border: 1px solid #ccc;
    background: #f6f7f6;
    padding: 3%;
    vertical-align: middle;
    text-align: center;
}
.setting th {
    width: 100%;
    height: 22px;
    text-align: center;
    padding: 10px;
    border: #ccc 1px solid;
    background: #f6f6f6;
    vertical-align: middle;
}
.be01 td {
    width: 70%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 3%;
    vertical-align: middle;
}
.setting td {
    padding: 10px;
    width: 50%;
    height: 22px;
    text-align: left;
    border: #ccc 1px solid;
    vertical-align: middle;
    word-break: break-all;
}
.setting_input {
    height: 20px;
    padding: 15px 5px;
    margin: 0px auto;
    text-align: left;
    border: 1px solid #bababa;
    width: 100%;
}
.setting_input {
    height: 20px;
    padding: 15px 5px;
    margin: 0px auto;
    text-align: left;
    border: 1px solid #bababa;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .mail-sub {
        margin: 30px auto;
        font-size: 20px;
        line-height: 30px;
        background-size: 14px;
    }
}
.mail-sub {
    margin: 5% auto;
    text-align: center;
    background: url("../../images/gokuraku/arrow.svg") #06c755 right 10px center no-repeat;
    background-size: 10px;
    font-size: 4.0vmin;
    line-height: 5.0vmin;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    border-radius: 16px;
    padding: 4%;
    border: none;
    border-bottom: 4px solid #02722b;
}
.mail {
    width: 100%;
    height: 200px;
    padding: 1%;
    border: 1px solid #bababa;
}
.mail {
    width: 100%;
    height: 200px;
    padding: 3%;
    border: 1px solid #bababa;
}

@media screen and (min-width: 1024px) {
	.box *{
		font-size: 20px;
		line-height: 32px;
	}
}

.race {
	border: 2px solid #000;
	background: #fff;
	margin: 5% 5% 8%;
	font-size: 16px;
}

.race li {
    border-bottom: 1px dotted #999;
    padding: 2% 3%;
	line-height: normal;
	word-wrap: break-word;
}

.race li:last-child {
    border-bottom: none;
}

@media screen and (min-width: 1024px) {
	.race {
		font-size: 24px;
	}
}

.ribbon {
    margin: 4% auto;
}