@charset "UTF-8";

body {
	font-size: 30px;
	/*font-family: "メイリオ","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";*/
	font-family: "メイリオ","Hiragino Kaku Gothic ProN", sans-serif;
	background-color: #fff;
	color: #1f1f1f;
	font-size: 21px;
	min-width: 990px;
}
body::before{
	background-color: #fff;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a{
	color: #1f1f1f;
	text-decoration: none;
}

img{
	max-width: 100%;
	vertical-align: middle;
	/*display: block;*/
}

table{
	width: 100%;
}

.clearfix:after{
	clear: both;
}

.clearfix:before,
.clearfix:after{
  content: " ";
  display: table;
}

#page_wrap {
	width: 100%;
	overflow-x: hidden;
	/*position: relative;*/

}
.wrap {
	width: 100%;
	margin: 0 auto;
}
.bgwhite{
 	background:#fff;
 }
 #secwhite{
 background:#fff;
 }
.text-center{
	text-align: center !important;
}
.text-right{
	text-align:right !important;
}

.mt70{
	padding-top: 70px;
}

.bk{
	font-weight: bold;
}

.bk2{
	font-size: 130%;
}

.bk3{
	font-size: 150%;
}

.bk4{
	font-size: 180%;
	line-height: 74px;
}

.ul{
	text-decoration: underline;
}

.hl{
	background: #fff100;
}

.red{
	color: red;
}

.blue{
	color: #0184b5;
}

.orange{
	color: #ff6000;
}

.img_r{
	float: right;
}

.img{
	margin: 0 0 10px 20px;
	border:5px solid #fff;
    /*影を入れる*/
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
}

.sp_none{display: inline-block!important;}
.pc_none{display: none!important;}

@media screen and (max-width:990px) {
.sp_none{display: none!important;}
.pc_none{display: inline-block!important;}
}


/* ------------------------------------------------------------------
	Header
-------------------------------------------------------------------*/

#header01 {
	width: 100%;
	position: relative;
	z-index: 100;
	text-align: left;
}

.h_logo {
	float: left;
	padding: 20px 0 24px 5%;
}

.h_nav {
	display: block;
	float: right;
	font-size: 24px;
	margin-top: 36px;
	padding-right: 5%;
}
.h_nav li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}
.h_nav li a {
	color: #fff;
	font-size: 106.67%;
	font-family: 'Lato', sans-serif;
	transition: all 0.25s ease;
}
.h_nav li a:hover {
	opacity: 0.8;
}

.subhead{
	padding: 70px 0 35px;
	text-align: center;
}

.bg01{
	background: #fff;
	padding-bottom: 60px;
}

.bg02{
	background: #fffef8;
	padding-bottom: 60px;
}

.yellow{
	color: #fff100;
}

.black{
	color: #000;
}

.kome{
	font-size: 20px;
}

@media screen and (max-width:768px) {
	.h_nav {
		display: none;
	}
}
@media screen and (max-width:640px) {
	#header01 {
		padding: 0;
	}

}

/* ------------------------------------------------------------------
	Main Visual
-------------------------------------------------------------------*/

#mv{
	background: url(../img/header_pc.jpg) no-repeat top center;
	height: 1544px;
}


#mv .wrap {
	position: relative;
	z-index: 10;
	padding: 6px 0 0;
}
#mv .catch {
	padding: 16.8% 0 6%;
}
.mv_left {
	float: left;
	margin-left: 44px;
	text-align: center;
}
.mv_txt01 {
	margin-bottom: 50px;
}
/*.mv_btn a {
	display: block;
	width: 100%;
	margin-bottom: 48px;
	transition: all 0.25s ease;
}*/

.mv_btn a {
	display: block;
	width: 480px;
	margin: 0 auto 44px;
	background: #fff;
	border-radius: 25px;
	text-align: center;
	padding: 22px 0;
	position: relative;
	transition: all 0.25s ease;
}
.mv_btn a:hover {
	background: #f9d88a;
}
.mv_btn a .main {
	position: relative;
	z-index: 2;
}
.mv_btn a .ripple {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(255,255,255,1);
    animation-name: rippleAnimation;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-animation-name: rippleAnimation;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-name: rippleAnimation;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
}

#mv2{
	background: url(../img/header_pc2.jpg) no-repeat top center;
	height: 1241px;
}

@media screen and (max-width:990px) {

#mv .wrap {
	position: relative;
	z-index: 10;
	padding: 32px 10px 0;
}
#mv{
	background: url(../img/header_sp.jpg) no-repeat top center;
	height: 1701px;
}
#mv2{
	background: url(../img/header_sp2.jpg) no-repeat top center;
	height: 1241px;
}

}




#particles-js, #particles-js2, #particles-js3{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.text-left{
	width: 940px;
	margin: 0 auto;

	font-size: 27px;
	text-align: left;
	line-height: 51px;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";*/
}
.voice .text-left p{
line-height: 51px;
	padding-bottom: 60px;
    background: url(../img/line.png) bottom;
    margin: 0 auto 40px;
    padding: 0;
    font-size:0.9em;
}
.text-left p{
	padding-bottom: 60px;
}


.text-left p:last-child{
	padding-bottom: 0px!important;
}

.qaq p {
    /*vertical-align: middle;
    font-size: 32px;*/
    font-weight: bold;
}


@media screen and (min-width:877px) {
.text-left p{
	font-size: 19px;
	padding-bottom: 30px;
}
.voice .text-left p{
   font-size: 19px;
}
.qaq p {
    vertical-align: middle;
    font-size: 32px;
    font-weight: bold;
}

}

/* ------------------------------------------------------------------
	バナー
-------------------------------------------------------------------*/

#banner{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
}



/* ------------------------------------------------------------------
	Section 01
-------------------------------------------------------------------*/
#sec01 {
	padding: 30px 0;
	text-align: center;
	background: #fff;
}


/* ------------------------------------------------------------------
	Skiyaku
-------------------------------------------------------------------*/
#kiyaku {
	background: url(../img/red_bg.png) repeat-y top center;
	text-align: center;
	padding: 60px 0 80px;
}

/* ------------------------------------------------------------------
	Section 02
-------------------------------------------------------------------*/
#sec02 {
	background: url(../img/sec02_bg.jpg) no-repeat top center;
	text-align: center;
	padding: 25px 0 0;
}


/* ------------------------------------------------------------------
	Section 03
-------------------------------------------------------------------*/
#sec03 {
	background: url(../img/gold_bg.png) repeat-y top center;
	text-align: center;
}

#sec03 .text_left{
	font-size: 48px;
	line-height: 64px;
}

#sec03 span.chart_out{
    font-size: 90px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 9px solid #f30001;
}
#sec03 span.chart_money{
    font-weight: bold;
    font-size: 60px;
        line-height: 75px;
    display: block;
    margin-top: 31px;
}
#sec03 span.chart_day{
background: #3e3e3e;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 50px;
    }
.eviimage{
background:#bb2222;
    max-width: 940px;
    margin: 0 auto;
}
.eviimage img{
margin:2.5%;
width:95%;
height:auto;
}
/* ------------------------------------------------------------------
	Section 04
-------------------------------------------------------------------*/
#sec04 {
	/*background: url(../img/sec04_bg.jpg) no-repeat top center;
	background-attachment: fixed;*/
	background:none;
	text-align: center;
	padding: 83px 0 56px;

}
#sec04::before {
content: "";
background: url(../img/sec04_bg.jpg) no-repeat center center;
 background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}

#sec04 .voice{
	background: url(../img/sec04_voicebg.jpg) repeat-y top center;
	width: 970px;
	margin: 0 auto;
	background-size: 100%;
	margin-bottom: 110px;
}

#sec04 .text-left{
	font-size:25px;
	line-height: 38px;
	padding: 54px 56px 0 56px;
}

#sec04 .name{
	font-size: 38px;
	text-align: right;
}

#sec04 .bottom{
	position: relative;
	top:5px;
}

#sec04 .subhead{
	padding: 0px 0 55px;
}

#sec04 .voice02{
margin:0 auto 70px;
}

/* ------------------------------------------------------------------
	Section 05
-------------------------------------------------------------------*/
#sec05 .flex{
	width: 100%;
	margin: 0 auto;
}

#sec05 .flex li{
	margin-bottom: 40px;
	width:49%;
}
/* ------------------------------------------------------------------
	Section 05_2
-------------------------------------------------------------------*/
#sec05_2 {
	background: url(../img/bg05_2.jpg) no-repeat top center;
	text-align: center;
	padding: 60px 0;

}
#sec05_2 .flex{
width: 100%;
	margin: 0 auto;
}

#sec05_2 .flex li{
	margin-bottom: 40px;
	width:49%;
}

#sec05_2 .service{
background:#fff;
}

/* ------------------------------------------------------------------
	Section 06
-------------------------------------------------------------------*/
#sec06 {
	background: url(../img/gold_bg.png) repeat-y top center;
	text-align: center;
	padding: 60px 0;
	border-top: 3px solid #454040;
	border-bottom: 3px solid #454040;
}

/* ------------------------------------------------------------------
	Section 07
-------------------------------------------------------------------*/

#sec07{
	background: url(../img/blue.png8.png) repeat-y top center;
	text-align: center;
	padding: 85px 0 0px;
}

#sec07 li{
	padding-bottom: 90px;
}
#sec07 li img{
	max-width:95%!important;
	margin:0 auto;
	display:block!important;
}


/* ------------------------------------------------------------------
	Section 08
-------------------------------------------------------------------*/

#sec08{
	text-align: center;
	background:#f0f0f0 url(../img/skyblue_bg.jpg) repeat-y top center;
	padding: 50px 0 0;
}

#sec08 li{
	padding-bottom: 90px;
}

#sec08 li img{
	max-width:95%!important;
	margin:0 auto;
	display:block!important;
}

/* ------------------------------------------------------------------
	Section 09
-------------------------------------------------------------------*/
#sec09{
	background:#f0f0f0 url(../img/sec09_bg.jpg) no-repeat top center;
	text-align: center;
	padding: 77px 0;
}

/* ------------------------------------------------------------------
	Section 10
-------------------------------------------------------------------*/

#sec10{
	background:#000 url(../img/sec10_bg.jpg) no-repeat top center;
	text-align: center;
	/*background-attachment: fixed;*/
	padding-bottom: 70px;
}

#sec10::before {/*
content: "";
background: url(../img/sec10_bg.jpg) no-repeat center center;
 background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -2;*/
}
#sec10 .arrow{
	position: relative;
	top:-25px;
}

#sec10 .box{
	width: 977px;
	border-radius: 12px;
	padding: 40px 40px 20px;
	background: #fff;
	margin: 110px auto 0px;

}

/* ------------------------------------------------------------------
	Section 11
-------------------------------------------------------------------*/

#sec11{
	background: #000;
	color: #fff;
	position: relative;
	padding-bottom: 130px;
}

#sec11 .name{
	font-size: 45px;
	text-align: right;
}

/* ------------------------------------------------------------------
	Section 12
-------------------------------------------------------------------*/

#sec12{
	background: url(../img/sec12_bg2.png) no-repeat top center;
	text-align: center;
	padding: 90px 0 90px;
}


/* ------------------------------------------------------------------
	Section 13
-------------------------------------------------------------------*/

#sec13{
	background: url(../img/sp_bg.gif) repeat-y top center;
	text-align: center;
	padding: 45px 0 100px;
}

#sec13 .box{
	background: url(../img/sec12_bg.png) repeat-y top center;
	background-size: 100%;
	width: 920px;
	margin: 35px auto 77px;
	position: relative;
}

#sec13 .box .text-left{
	padding: 45px;
}


#sec13 .img_r{
	float: right;
}

#sec13 .bottom img{
	position: relative;
	bottom:-3px;
}


#sec13 .center{
	width: 920px;
	margin: 0 auto;
	font-size: 30px;
}


#sec13 .center p{
	padding-bottom: 80px;
}


/* ------------------------------------------------------------------
	CVA
-------------------------------------------------------------------*/

ul.from li{
	background: url(../img/from_bg.png) repeat-y top center;
	background-size: 100%;
	width: 900px;
	position: relative;
	z-index: 10;
	margin: 0 auto 50px;
	text-align: center;
}


ul.flex{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

ul.flex li{
	width: 49.5%;
	background: none;
}
ul.flex li img{
	width: 100%;
}

.relative{
	position: relative;
	z-index: 10;
}

.service{
 overflow: scroll;
 width: 970px;
 height: 800px;
	margin: 30px auto 0px;
	text-align: left;
	border: 3px solid #dedede;
	padding:30px;
	line-height: 34px;
	font-size: 17px;
}




/* ------------------------------------------------------------------
	規約
-------------------------------------------------------------------*/


.kiyaku{
	background: url(../img/from_bg2.png) no-repeat top center;
	padding: 10px 0 190px;
    position: relative;
}

.doui{
	 position: relative;
	z-index: 10;
	bottom:160px;
}

/* ------------------------------------------------------------------
	CVA
-------------------------------------------------------------------*/
.cva {
	width: 100%;
	position: relative;
	text-align: center;
	z-index: 2;
}
.cva .visual_inner {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	transform: skew(0,-6deg) translate(0,0px);
	z-index: 0;
	overflow: hidden;
	height: 748px;
	background: #f61a49;
}
.cva .visual_inner:after {
	content:"";
	display: block;
	height: 948px;
	background: url(../img/cva_bg.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	transform: skew(0,6deg) translate(0,-90px);
}
.cva .sec_inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.cva_logo {
	padding: 12% 0 6% 4%;
	text-align: left;
}
.cva .catch {
	padding-bottom: 6%;
}

.cva_bottom {
	padding-bottom: 180px;
}


/* ------------------------------------------------------------------
	Footer
-------------------------------------------------------------------*/
#footer {
	width: 100%;
	background: #eaeaea;
	padding: 26px 0;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}
#footer .f_link {
	display: inline-block;
	color: #666666;
	margin-bottom: 20px;
	position: relative;
	z-index: 100;
}
#footer .f_link a {
	color: #666666;
	text-decoration: underline;
	font-size: 18px;
	text-decoration: none;
}
#footer .f_link a:hover {
	text-decoration: none;
}
#footer .copyright {
	text-align: center;
	font-size: 20px;
	color: #666666;
}

@media screen and (max-width:876px) {

#footer .f_link {
	margin-bottom: 10px;
}


#footer .f_link a {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
	text-decoration: none;
}

#footer .copyright {
	text-align: center;
	font-size: 12px;
	color: #666666;
}

}

#footer1 {
	width: 100%;
	background: #3c3d3f;
	padding: 20px 0 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
}
#footer1 .f_link {
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
}
#footer1 .f_link a {
	color: #fff;
	text-decoration: underline;
	font-size: 85.71%;
}
#footer1 .f_link a:hover {
	text-decoration: none;
}
#footer1 .copyright {
	text-align: center;
	font-size: 85.71%;
	color: #fff;
}



/* ------------------------------------------------------------------
	Pop up
-------------------------------------------------------------------*/
#pop_up {
	display: none;
	position: fixed;
	right: 30px;
	z-index: 1000;
	width: 350px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	-webkit-animation: notice_in_pc 0.5s both 2s;
          animation: notice_in_pc 0.5s both 2s;
}
.show {
	display: block !important;
}
#pop_up .inner {
	display: block;
}
#pop_up h1 {
  background: #17d69c;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 80px;
  border-radius: 5px 5px 0 0;
  position: relative;
}
#pop_up h1:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/popup_icon_pc.png) no-repeat;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#pop_up .time {
  padding: 0 25px;
  margin: 25px 0 10px 0;
  line-height: 1;
  color: #a6a6a6;
}
#pop_up .msg {
  padding: 0 25px 25px;
}
#pop_up .msg p {
	padding: 15px;
	background: #f2f2f2;
	font-size: 15px;
	position: relative;
}
#pop_up .msg p:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/icon_corner.gif) no-repeat;
  position: absolute;
  top: 0;
  left: -15px;
}
#pop_up .txt_link {
	text-decoration: underline;
	color: #0B67CE;
}
@-webkit-keyframes notice_in_pc {
  0% {
    bottom: -390px;
  }
  100% {
    bottom: 30px;
  }
}
@keyframes notice_in_pc {
  0% {
    bottom: -390px;
  }
  100% {
    bottom: 30px;
  }
}


@media screen and (max-width:768px) {

	  #pop_up .msg p:before {
	    display: none;
	  }
	  @-webkit-keyframes notice_in {
	    0% {
	      -webkit-transform: translateY(-110%);
	              transform: translateY(-110%);
	    }
	    100% {
	      -webkit-transform: translateY(10px);
	              transform: translateY(10px);
	    }
	  }
	  @keyframes notice_in {
	    0% {
	      -webkit-transform: translateY(-110%);
	              transform: translateY(-110%);
	    }
	    100% {
	      -webkit-transform: translateY(10px);
	              transform: translateY(10px);
	    }
	  }
}
/* ------------------------------------------------------------------
	Guide
-------------------------------------------------------------------*/
#guide_mv {
	background: #f61a49;
	height: 422px;
	position: relative;
}
#guide_mv .wrap {
	position: relative;
	z-index: 10;
}
#guide_mv .catch {
	padding-top: 17.3%;
}
#guide_mv .guide_mv_txt01 {
	padding: 6% 0 6% 43%;
	text-align: center;
}

#guide_sec01 {
	width: 100%;
	position: relative;
}
#guide_sec01 .img {
	display: block;
	position: absolute;
	top: -107px;
	z-index: 100;
}
#guide_sec01 .txt_box {
	text-align: center;
	padding: 4.6% 0 8% 39.3%;
}
#guide_sec01 .txt_box .guide_txt01 {
	margin-bottom: 42px;
}
/*.guide_btn a {
	display: block;
	width: 100%;
	margin-bottom: 34px;
	transition: all 0.25s ease;
}*/
.guide_btn a {
	display: block;
	width: 440px;
	margin: 0 auto 48px;
	background: #f61a49;
	border-radius: 40px;
	text-align: center;
	padding: 22px 0;
	border: 5px solid #f95f80;
	position: relative;
	transition: all 0.25s ease;
}
.guide_btn a:hover {
	background: #f9ca59;
}
.guide_btn a .main {
	position: relative;
	z-index: 2;
}
.guide_btn a .ripple {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #f61a49;
    border-radius: 40px;
    box-shadow: 0 0 5px rgba(246,26,73,1);
    animation-name: rippleAnimation;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-animation-name: rippleAnimation;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-name: rippleAnimation;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
}

#guide_sec02 {
	width: 100%;
	position: relative;
	background: #f3f3f3;
	text-align: center;
	padding: 80px 0 160px;
}
.guide_sec02_tit {
	margin-bottom: 6%;
}
.guide_flow {
	margin-bottom: 6%;
}
.guide_sec02_txt {
	margin-bottom: 6%;
}


.step{
	padding-bottom: 90px;
}

.qaq{
    background: url(../img/qaqicon.png) no-repeat top left;
    padding-left: 111px;
    padding-top: 24px;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 1.5em;
    min-height: 116px;

    margin-top: 50px;
}
.qaq p{
vertical-align: middle;
}
.qaa{
background: url(../img/qaqbottom.png) no-repeat top center;
/*background: url(../img/qaqicon.png) no-repeat top left;
*/
padding-top:30px;
/*font-weight:bold;
font-size:1.2em;*/
}

.btn {
position:relative;
width:990px;
margin:60px auto 0!important;
}
.btn .ripple {
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    animation-name: rippleAnimation;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-animation-name: rippleAnimation;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-name: rippleAnimation;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
}

@keyframes rippleAnimation {
    0% {
        transform: scale(1, 1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@-webkit-keyframes rippleAnimation {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@-moz-keyframes rippleAnimation {
    0% {
        -moz-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}


.mail01 {
  max-width: 800px;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  /*border: 1px solid #fff;*/
      border: 4px solid #020202!important;
  font-size: 25px!important;
  margin-bottom: 35px;
   text-align: center;
   font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
.btn01{
width:600px;
max-width:100%;
}

#sec01 h2.end{
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2em;
}
#CounterArea {
  background: #aa1313;
  width: 100%;
  height: 70px;
  text-align: center;
  color: #FFFFFF;

  /*position: fixed;*/
  top: 0;
  left: 0;
  z-index: 10000000000000000000000;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  　　-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  　　-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  line-height: 70px;
  font-size: 22px;
}
#CounterArea iframe{
width:auto;
margin:0 auto!important;
}
#counter {
width:auto!important;
}
#CounterArea .up {
  font-size: 54px;
  color: yellow;
  margin-left: 3px;
}

#CounterArea .max {
  margin-left: 2px;
}
#CounterArea .text, #CounterArea .max {
  position: relative;
  top: -2px;
}
.Countspace{
height:0px;
}
.timer_top{
font-size:1.3em;
}
.infinite{
animation-iteration-count: infinite;
animation-duration: 2s!important;
}
.caution{
background: url(../img/caution_bg.jpg) no-repeat top center;
padding: 3% 0 840px;
}
.caution p img{
display:block;
margin:0 auto;
}
.caution3{
background: url(../img/caution_bg3.jpg) no-repeat top center;
padding: 0 0 485px;
}
.caution3 p img{
display:block;
margin:0 auto;
}


.arrow {
	margin-bottom: -3em;
    margin-top: -5em;
}
.arrow figure {

	max-width: 847px;
	margin: auto;
}
.arrow figure img { width: 100%;}

@media screen and (max-width:768px) {
	.arrow {
		margin-bottom: -1.0em;
	}
	.caution{
background: url(../img/caution_bg.jpg) no-repeat top center;
padding: 3% 0 840px;
}
.caution3{
background: url(../img/caution_bg3.jpg) no-repeat top center;
padding: 3% 0 506px;
}

}
@media screen and (max-width:1023px) and (min-width:769px) {
	.arrow {
		/*margin-bottom: -1.5em;*/
	}
}
