@charset 'UTF-8';
@import 'reset.css';
/*----------------------------------------------------*/

.flex-box
{
    display: flex;
    display: -webkit-flex;
            flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

/*end of Edge browser settings*/
/*----------------------------------------------------
	header
----------------------------------------------------*/
header
{
    width: 100%;
    height: 60px;
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

header .inner
{
    line-height: 1;
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 10px;
}

header .inner h1
{
    width: 100%;
}

header .inner h1 img
{
    float: left;

    margin: 15px;
}

header .inner h1 span
{
    display: block;
    float: right;
    padding-top: 25px;
    padding-right: 18px;
    text-align: right;
    color: #999;
    font-size: .9em;
}

header .inner h1 span a
{
    text-decoration: none;

    color: #999;
}

header .inner h1 span a:hover
{
    color: #c90b0e;
}

header .inner h1 span img
{
    float: right;

   /* margin-top: -8px;
    margin-left: 10px;*/
    margin: -12px 5px auto 10px;
    vertical-align: middle;
}

/*----------------------------------------------------
  main
---------------------------------------------------*/
#main
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/*----------------------------------------------------
  article
----------------------------------------------------*/
article
{
    display: block;
    clear: both;
    overflow: hidden;
    height: auto;
}
article .inner
{
    font-family: '微軟正黑體',Verdana, Arial, Helvetica, sans-serif;

    position: relative;

    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	background-color: #FFF;
	border-radius: 50PX 50px 0 0;
}

.content_wrapper
{
    box-sizing: border-box;
    width: 100%;
    padding: 0vw 0 1vw;
}
/*==event content==*/

.whole-bg
{
    display: block;
	background: url('../images/all_bg.png') center top repeat-y;
    background-size: 100%;
}

.content-wrapper
{
    position: relative;
    z-index: 9;
    padding: 0 4% 4%;
    border-radius: 1px;
    background-color: #f9737e;
}

.strength-wrap
{
    flex-direction: row;
    margin: auto;
    -webkit-flex-direction: row;
            justify-content: space-evenly;
            flex-wrap: wrap;
    -webkit-justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
            align-items: center;
    -webkit-align-items: center;
}

.strength-wrap img:hover
{
    transform: scale(1.125, 1.125);
}
.btn-wrap
{
            justify-content: space-around;
    -webkit-justify-content: space-around;
    display: flex;
    width: 55%;
    margin: 0px auto;
}

/*== TOP KV ==*/
.top-kv
{
    padding-bottom: 1250px;
	display: block;
    margin: 0 auto;
    background: url('../images/title_bg.png') center top no-repeat;
    background-size: 100%;

}
.top-kv h2
{
    position: relative;
    overflow: visible;
    margin: auto;
    margin-top: 0;
    align-items:flex-start;
    justify-content: center;
}
.top-kv h3{
     position: relative;
    overflow: visible;
    margin: auto;
    margin-bottom: 4%;
    align-items:flex-start;
    justify-content: center;
	z-index: 30;
	top:1200px
}
.top-kv .desktop_title1
{
    position: absolute;
	overflow: visible;
    display: inline-block;
    margin: auto;
    z-index: 10;
	justify-content: center;
	top: 0px
}

.top-kv .desktop_title1_mobile
{
    position: absolute;
	overflow: visible;
    display: none;
    margin: auto;
    z-index: 10;
	justify-content: center;
}
.top-kv .desktop_title2
{
    position: absolute;
	overflow: visible;
    display: inline-block;
    margin: auto;
    z-index: 15;
	justify-content: center;
}

.top-kv .case01
{
    position: absolute;
	overflow: visible;
    display:flex;
    margin: auto;
    z-index:5;
	justify-content: center;
	top:550px;
    width: 900px;
}

.top-kv .case01 img
{
    float: left;
}

.top-kv .case02
{
    position: absolute;
	overflow: visible;
    display: inline-block;
    margin: auto;
    z-index:5;
	justify-content: center;
	top:1050px;
    width: 840px;
}

.top-kv .case02_mobile
{
    position: absolute;
	overflow: visible;
    display: none;
    margin: auto;
    z-index:5;
	justify-content: center;
	top:1050px;
    width: 840px;
}

.subtitle{
    width: auto;
    margin-top: 50px;

}
.subtitle ul{
    width: 90%;
    margin: 20px auto;
    display: flex;
    justify-content:center;
}
.subtitle ul li{
    width: 160px;
    text-align: center;
}
.subtitle ul li img
{
    width: auto;
    margin: auto;
    }
.subtitle ul li span{
    width: 140px;
    display: block;
    line-height: 1.25;
  font-size: 1.25em;
  font-weight: bold;
  margin: 10px auto;
}

.bottom_bg{
    width: 100%;
    padding-bottom: 100px;
    background-size: contain;
}
/* Set a style for all buttons */
button
{
    width: 40%;
    margin: 8px auto;
    padding: 15px 30px;
    cursor: pointer;
    opacity: .9;
    color: white;
    border: none;
    -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
   
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
       font-size: 1.75em;
       font-weight: bold;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}
button.signupbtn
{
    background-color: #0369de;
}
button:hover
{
    opacity: 1;
}
.button_1 {
   border-top: 1px solid #fff;
   background: #f29335;
   color: #fff;
   }
.button_1:hover {

   color: #fff;
   }
.button_1:active {
  
   }

.button_2 {
   border-top: 1px solid #fff;
   background: #06c755;
  
   color: #fff;
   }
.button_2:hover {

   color: #fff;
   }
.button_2s:active {
 
   }

@keyframes bounceInDown
{
    0%,60%,75%,90%,to
    {
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
                animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%
    {
        opacity:0;
        -webkit-transform:translate3d(0,-3000px,0) scaleY(3);
                transform:translate3d(0,-3000px,0) scaleY(3)
    }
    60%
    {
        opacity:1;
        -webkit-transform:translate3d(0,25px,0) scaleY(.9);
                transform:translate3d(0,25px,0) scaleY(.9)
    }
    75%
    {
        -webkit-transform:translate3d(0,-10px,0) scaleY(.95);
                transform:translate3d(0,-10px,0) scaleY(.95)
    }
    90%
    {
        -webkit-transform:translate3d(0,5px,0) scaleY(.985);
                transform:translate3d(0,5px,0) scaleY(.985)
    }
    to
    {
        -webkit-transform:translateZ(0);
                transform:translateZ(0)
    }
}
.animate__bounceInDown
{
    -webkit-animation-name:bounceInDown;
            animation-name:bounceInDown;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
}
@keyframes heartBeat
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    14%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }

    28%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    42%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }

    70%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

.animate__heartBeat
{
    -webkit-animation-name: heartBeat;
            animation-name: heartBeat;
    -webkit-animation-duration: 3.0s;
            animation-duration: 3.0s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}

/*==表單設定==*/
.modal
{
    position: relative;
    z-index:99;
    top: 0;
    left: 0;

    display: none;
    overflow: auto;

    width: 100%;
    height: 100%;
    padding-top: 50px;

    background-color: rgba(0, 0, 0, .75);
}
/* Add padding to container elements */
.container
{
    padding: 30px 20px;
}
/*--- form ---*/

/* Full-width input fields */
input[type=text],
input[type=password]
{
    line-height: 2;

    display: inline-block;

    width: 74%;
    margin: 5px 0 ;
    padding-left: 15px ;

    border: none;
    border-radius: 3px;
    background: #f1f1f1;
}


select
{
    line-height: 2;

    display: inline-block;

    width: 74%;
    margin: 5px 0 ;
    padding-left: 15px ;
    padding: 8px;
    border: none;
    border-radius: 3px;
    background: #f1f1f1;
	color:#666

}

/* Add a background color when the inputs get focus */
input[type=text]:focus,
input[type=password]:focus
{
    outline: none;
    background-color: #ddd;
}
input.input-phone
{
    margin-bottom: 2px;
}
label
{
    display: inline-block;

    width: 140px;
}
/*.popup-note
{
    margin: 0 0 22px 145px;
}*/


.form-btn-wrap
{
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
}
/* Extra styles for the cancel button */

.cancelbtn
{
    margin-left: 2%;
    padding: 14px 20px;

    background-color: #f97bb2;
}

.cancelbtn,
.signupbtn
{
    font: bolder 1.25em/1 '微軟正黑體', Verdana, Arial, Helvetica, sans-serif;

    width: 48%;

    letter-spacing: .1vw;
}


/* Add padding to container elements */
.container p
{
    margin: 3% auto;
    line-height: 1.5;
}
/* The Modal (background) */
hr
{
    margin-bottom: 25px;

    border: 1px solid #f1f1f1;
}
.modal
{
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    top: 0;
    left: 0;

    display: none; /* Hidden by default */
    overflow: auto; /* Enable scroll if needed */

    width: 100%; /* Full width */
    height: 100%; /* Full height */
    padding-top: 80px;

    background-color: rgba(0, 0, 0, .75);
}

/* Modal Content/Box */
.modal-content
{
    width: 100%;
    max-width: 600px; /* Could be more or less, depending on screen size */
    margin: 1% auto 15% auto;
    border: 1px solid #888;
    border-radius: 5px;
    background-color: #fefefe;
}
.modal-content h3
{
    font-size: 1.25em;
    line-height: 2;
}
/* Style the horizontal ruler */
hr
{
    margin-bottom: 25px;

    border: 1px solid #f1f1f1;
}

/* The Close Button (x) */
.close
{
    font-size: 40px;
    font-weight: bold;

    position: absolute;
    top: 59px;
    right: 35px;
    z-index: 1;
    color: #f1f1f1;
}

.close:hover,
.close:focus
{
    cursor: pointer;

    color: #f44336;
}
.popup-code-wrap
{
    margin-bottom: 2%;

    flex-wrap: wrap;
            align-items: center;
    -webkit-align-items: center;
}
input.popup-code
{
    width: 30%;
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 4px;
}
/* Clear floats */
.clearfix::after
{
    display: table;
    clear: both;

    content: '';
}
.pink-txt
{
    color: #e5177e;
}
.gray-text
{
    color: #999;
}
.form-header
{
    font: 1.25em/2 'Noto Sans TC', sans-serif;

    margin-bottom: 2%;

    letter-spacing: .05vw;

    color: #b5104a;
}

.table
{
    width: 100%;
    margin: auto auto;
    display: block;
    text-align: center;
}
.table img{
    width: auto;
    margin: auto;
}
/*----------------------------------------------------
  rules
----------------------------------------------------*/
.rules
{
    width: 100%;
    margin: auto;
    padding: 0px 0 20px;

    color: #333;
}

.rules h4
{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2;
    color:#333;
    text-align: center;
}

.rules h3,
.rules_2 h3
{
    font-size: 1.4em;

    display: block;
    clear: both;

    width: 20%;
    margin-bottom: 1%;
    padding: 1% 1%;

    text-align: center;

    color: #333;
    background-color: #bd2e2c;;
}


.rules li
{
    font-size: 1em;
    line-height: 180%;

    margin-top: 6px;
    margin-right: 45px;
    margin-bottom: 5px;
    margin-left: 35px;

    list-style-type: decimal;
    color:#333;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}


.rules_2 li
{
    font-size: 1.0em;
    line-height: 180%;

    margin-top: 6px;
    margin-right: 45px;
    margin-bottom: 5px;
    margin-left: 15px;

    list-style-type: decimal !important;;
}

.rules_3 li
{
    font-size: 1.0em;
    line-height: 180%;

    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0;

    list-style-type: disc !important;;
}

.submit
{
    font-size: 90%;
    clear: both;
    overflow: hidden;
    width: 90%;
    margin: 1% auto;
    text-align: center;
}

input.button_contact
{
    font-family: '微軟正黑體', '黑體', Arial, Helvetica, sans-serif;
    font-size: 110%;
    float: left;
    width: 45%;
    margin-bottom: 10px;
    margin-left: 3%;
    padding: 10px;
    vertical-align: middle;
    text-decoration: none;
    color: #242424;
    border: 1px solid #fbce23;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fee158), to(#fdc617));
    background: -webkit-linear-gradient(top, #fee158, #fdc617);
    background:    -moz-linear-gradient(top, #fee158, #fdc617);
    background:     -ms-linear-gradient(top, #fee158, #fdc617);
    background:      -o-linear-gradient(top, #fee158, #fdc617);
    background:         linear-gradient(top, #fee158, #fdc617);
    background-color: #fdca3d\9;
}

/*----------------------------------------------------
   top
---------------------------------------------------*/

.top_btn
{
    clear: both;

    width: auto;
    margin-top: 15px;
    padding-right: 20px;
    padding-bottom: 10px;

    text-align: right;
}
.top_btn img
{
    transition: opacity 1s;

    opacity: .2;
}
.top_btn img:hover
{
    opacity: .7;
}


/*----------------------------------------------------
    footer
----------------------------------------------------*/
footer
{
    position: absolute;
    left: 0;

    width: 100%;
}
footer .footer_b
{
    background: black;
}
footer .footer_w
{
    background: white;
}
footer .inner_b,
footer .inner_w
{
    overflow: hidden;
/*
    width: 1000px;*/
    margin: 0 auto;

    text-align: center;
}
footer .inner_b
{
    color: #fff;
    background: #000;
}
footer .logo
{
    line-height: 70px;

    margin-right: 20px;
}
footer .logo img
{
    vertical-align: middle;
}
footer .inner_w
{
    color: #000;
    background: #fff;
}
footer .copy
{
    font-size: .725em;
    line-height: 1;
}
@media screen and (max-width: 1280px)
{
	
	/*----------CASE高度 BUTTON高度 START-----*/
	.top-kv
{
    padding-bottom:100%;
	background-size: 150%
}
	
   .top-kv h3{
	top:1200px
}
	
	/*----------CASE高度 BUTTON高度 END-----*/
.top-kv .desktop_title1
{
	width:55%
}
.top-kv .desktop_title2
{
	width:110%
}

.top-kv .case01
{
	top:550px;
    width: 90%;
}

.top-kv .case01 img
{
    width:33%; float: left; margin-left: 3%;
	height:auto
}

.top-kv .case02
{
    position: absolute;
	overflow: visible;
    display: inline-block;
    margin: auto;
    z-index:5;
	justify-content: center;
	top:950px;
    width: 840px;
}
	
	
	
	
	
}

@media screen and (height: 1180px) and (width:820px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:5%;
	top:1150px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:340px;
    width: 90% !important;
	margin-left: 0;
}

}

@media screen and (height: 810px) and (width:1080px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:5%;
	top:1150px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:340px;
    width: 95%;
	margin-left: 0;
}

}
@media screen and (max-width: 1080px)
{
	
	/*----------CASE高度 BUTTON高度 START-----*/
	.top-kv
{
    padding-bottom:110%;
}

	
	/*----------CASE高度 BUTTON高度 END-----*/
	
.top-kv .case01
{
	top:500px;
    width: 90%;
	margin-left: 0
}

.top-kv .case01 img
{
    float: left; margin-left:0;
	height:auto
}
	
	
	
.top-kv .desktop_title1
{
	width:55%
}
.top-kv .desktop_title2
{
	width:110%
}


}


@media screen and (height: 768px) and (width:1024px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:0;
	top:1100px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:480px;
    width: 90%;
	margin-left: 0;
}

}

@media screen and (height: 600px) and (width:1024px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:0;
	top:1100px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:480px;
    width: 90%;
	margin-left: 0;
}

}

@media screen and (height: 428px) and (width:926px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:10%;
	top:800px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:350px;
    width: 95%;
	margin-left: 0;
}

}
@media screen and (max-width: 926px)
{
	
	/*----------CASE高度 BUTTON高度 START-----*/

  .top-kv {
  padding-bottom: 0px;
  background: url('../images/all_bg.png') center top no-repeat;
  background-size: 100%;

}
	.top-kv h3{
    
    padding-bottom:100%;
	top:940px
}
	
	/*----------CASE高度 BUTTON高度 END-----*/
	
	.top-kv .case01
{
	top:370px;
    width: 95%;
	margin-left: 0 !important
}
	.top-kv .case01 img
{ margin-left: 0 !important
}
	
.top-kv .case02
{
	top:850px;
   
}
.top-kv .desktop_title1
{
	width:45%
}
.top-kv .desktop_title2
{
	width:110%
}

}


@media screen and (height: 412px) and (width:915px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	
.top-kv {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important
}	
	
.top-kv
{
    background: url('../images/all_bg.png') center top no-repeat;
    background-size: 100%;

}		

.top-kv h3{
    margin-bottom:0;
	top:900px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:350px;
    width: 95%;
	margin-left: 0;
}
			.top-kv .case01 img
{ margin-left: 0 !important;
	width: 33%
}

}
@media screen and (height: 414px) and (width:896px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:5%;
	top:900px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:340px;
    width: 95%;
	margin-left: 0;
}
	
		.top-kv .case01 img
{ margin-left: 0 !important;
	width: 33%
}

}
@media screen and (height: 412px) and (width:883px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:5%;
	top:900px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:350px;
    width: 95%;
	margin-left: 0;
}
			.top-kv .case01 img
{ margin-left: 0 !important;
	width: 33%
}

}

@media screen and (height: 393px) and (width:851px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:5%;
	top:880px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:340px;
    width: 95%;
	margin-left: 0;
}
			.top-kv .case01 img
{ margin-left: 0 !important;
	width: 33%
}

}
@media screen and (height: 384px) and (width:854px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:5%;
	top:880px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:340px;
    width: 95%;
	margin-left: 0;
}
			.top-kv .case01 img
{ margin-left: 0 !important;
	width: 33%
}

}
@media screen and (height: 390px) and (width:844px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:5%;
	top:860px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:340px;
    width: 95%;
	margin-left: 0;
}

			.top-kv .case01 img
{ margin-left: 0 !important;
	width: 33%
}
}

@media screen and (max-width: 820px)
{


	/*----------CASE高度 BUTTON高度 START-----*/
	.top-kv {
  padding-bottom: 0px;
	background: url('../images/all_bg.png') center top no-repeat;
  background-size:100%;

}
	.top-kv h3{
    
    margin-bottom:13%;
	top:880px
}
	
	/*----------CASE高度 BUTTON高度 end-----*/
	.top-kv .case01
{
	top:370px;
    width: 95%;
	margin-left: 0 !important
}
		.top-kv .case01 img
{ margin-left: 0 !important;
	width: 33%
}
	.top-kv .case02
{
	top:750px;
    width: 85%;
}
	
	
	button{ font-size: 1.3em; width: 60%}
	
	
.top-kv .desktop_title1
{
	width:55%
}
.top-kv .desktop_title2
{
	width:110%
}


}
@media screen and (max-width: 767.9px)
{
	

.top-kv .desktop_title1
{
	width:55%
}
.top-kv .desktop_title2
{
	width:110%
}


	/*----------CASE高度 BUTTON高度 START-----*/
	.top-kv {
  padding-bottom: 0px;
	background: url('../images/all_bg.png') center top no-repeat;
  background-size:100%;

}
	.top-kv h3{
    
    margin-bottom: 120%;
	top:850px
}
	
	/*----------CASE高度 BUTTON高度 END-----*/
	.top-kv .case01
{
	top:350px;
    width: 95%;
	margin-left: 0 !important
}
	.top-kv .case02_mobile
{
	top:800px;
    width: 73%;
}
	
	.top-kv .case01 img
{
    float: left; margin-left: 0;
	height:auto; width:90%;
	margin-bottom: 3%;
	
}
	
.whole-bg {
  background-size: contain;
}
.top-kv h2 {
}

.bottom_bg{
    padding-bottom: 100px!important;
}
.btn-wrap {
  width: 90%;
}
.rules li{
    margin-left: 20px;
    margin-right: 0px;
}
    .modal
    {
        padding-top: 21%;
    }
    .modal-content
    {
        width: 90%;
    }
    input[type=text],
    input[type=password]
    {
        width: 98%;
    }
	    select
    {
        width: 98%;
    }
	
    .close
    {
        top: 10%;

        color: #fff;
    }



	
	
	
/*----------------------------------------------------
  header
----------------------------------------------------*/
    header .inner
    {
        width: 100%;
    }

/*----------------------------------------------------
  main
---------------------------------------------------*/
    #main
    {
        overflow: hidden;
    }

/*----------------------------------------------------
  article
----------------------------------------------------*/
    article .inner
    {
        width: 100%;
        padding: 0 3%;
    }

/*----------------------------------------------------
  footer
----------------------------------------------------*/
    footer .inner_b,
    footer .inner_w
    {
        width: auto;
    }
}


@media screen and (height: 1024px) and (width:768px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:5%;
	top:800px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:340px;
    width:90%;
	margin-left: 0;
}
	
				.top-kv .case01 img
{ margin-left: 0 !important;
	width: 33%
}

}

@media screen and (height: 360px) and (width:760px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:15%;
	top:850px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:350px;
    width: 95%;
	margin-left: 0;
}
	
				.top-kv .case01 img
{ margin-left: 0 !important;
	width: 33%
}

}

@media screen and (height: 360px) and (width:740px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:15%;
	top:800px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:350px;
    width: 95%;
	margin-left: 0;
}
	
				.top-kv .case01 img
{ margin-left: 0 !important;
	width: 33%
}

}


@media screen and (height: 540px) and (width:720px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:15%;
	top:800px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:350px;
    width: 95%;
	margin-left: 0;
}
	
				.top-kv .case01 img
{ margin-left: 0 !important;
	width: 33%
}

}

@media screen and (height: 720px) and (width:540px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	

.top-kv h3{
    margin-bottom:50%;
	top:2800px !important
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:450px !important;
    width: 95%;
	margin-left: 0;
}
	
 .top-kv .case01 img
{ margin-left: 0 !important;
	width: 90%
}

}


@media screen and (height: 375px) and (width:667px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	
.top-kv {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important
}	
	
.top-kv
{
    background: url('../images/all_bg.png') center top no-repeat;
    background-size: 100%;

}		

.top-kv h3{
    margin-bottom:0;
	top:650px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:300px;
    width: 85% !important;
	margin-left: 0;
}
	
.top-kv .case02 {
  top: 700px;
  width: 90%;
}
	
	.top-kv .case01 img
{
    float: left; margin-left: 0;
	height:auto; width: 33%;
	margin-bottom: 0;
	
}
	
			button {
				width: 90%
}
	
.btn-wrap
{
          
    display: flex;
    width: 55%;
    margin: 0px auto;
	clear: both
}
	
.flex-box
{
}  
	

}

@media screen and (height: 280px) and (width:653px)
{
	

/*----------CASE高度 BUTTON高度 START-----*/	
.top-kv {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important
}	
	
.top-kv
{
    background: url('../images/all_bg.png') center top no-repeat;
    background-size: 100%;

}		

.top-kv h3{
    margin-bottom:0;
	top:650px
}

	/*----------CASE高度 BUTTON高度 END-----*/	
	.top-kv .case01
{
	top:300px;
    width: 85% !important;
	margin-left: 0;
}
	
	.top-kv .case01 img
{
    float: left; margin-left: 0;
	height:auto; width: 33%;
	margin-bottom: 0;
	
}
	

}

@media screen and (max-width: 540px)
{
	
button {
    font-size: 1.275em;
}
	

	
.whole-bg
{
    display: block;
    margin: 0 auto;
    background: #fff url('../images/all_bg.png') center top repeat-y;
    background-size: cover;
}

	
	
/*----------CASE高度 BUTTON高度 START-----*/	
.top-kv
{
    padding-bottom:0;
	display: block;
    margin: 0 auto;
    background: url('../images/all_bg.png') center top no-repeat;
    background-size: auto;

}	
	
	
.top-kv h3{
    
    margin-bottom: 430%;
	top:2200px
}
	
	/*----------CASE高度 BUTTON高度 END-----*/	
		.top-kv .case01
{
	top:350px;
	width: 75%;
	margin-left: 0;
	display: block
}
		.top-kv .case01 img
{
	margin-left: 0 !important;
	width: 100%
}	
	
	
.top-kv .desktop_title1
{
	display: none
}
	
	
.top-kv .desktop_title1_mobile
{
    position: absolute;
	overflow: visible;
    display: inline-block;
    margin: auto;
    z-index: 10;
	justify-content: center;
	width:100%;
	top:0px
	
}
	
.top-kv .desktop_title2
{
	width:115%;
	top:150px;
	display: none
}


.top-kv .case02 {
  top: 1050px;
  width: 90%;
	display: none;
}
	
	.top-kv .case02_mobile
{
    position: absolute;
	overflow: visible;
    display: inline-block;
    margin: auto;
    z-index:5;
	justify-content: center;
	top:1080px;
    width: 80%;
}
	
	


    article .inner
    {
        width: 100%;
    }
.subtitle h3{
    width: 60%;

}
.subtitle h3 img{
    width: 100%;
    height: auto;
}
.subtitle ul li {
  width: 25%;
}
.subtitle ul li span {
  width: auto;
  font-size: 1.125em;
}

.table img {
  width: 100%;
  height: auto;
  }
}
@media screen and (max-width: 414px)
{
	/*----------CASE高度 BUTTON高度 START-----*/
	
.top-kv{
    
    margin-bottom: 0;
}
.top-kv h3{
    
    margin-bottom: 500%;
	top:2450px
}
	/*----------CASE高度 BUTTON高度 END-----*/	
	
	
	.top-kv .case01
{
	top:330px;
	width: 90%;
	margin-left: 0
}
		.top-kv .case01 img
{
	margin-left: 0 !important;
	width: 100%
}
	
	.top-kv .case02_mobile
{
	top:1080px;
    width: 80%;
}
	
.subtitle ul {
  width: 95%;
}
.subtitle ul li {
  width: 50%;
}
.subtitle ul li img {
  width: 95%;
  height: auto;
}
.subtitle ul li span {
  font-size: 0.875em;
}
.btn-wrap {
  width: 95%;
}
button {
    font-size: 1.275em;
}
.rules h4 {
  font-size: 1.375rem;
}
.close
{
 top: 12%;
 color: #000;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/

    footer .logo
    {
        line-height: 1;

        display: block;

        margin: 8px auto 0;
    }
    footer .copy
    {
        display: block;

        margin: 10px auto 20px;
    }
}

@media screen and (max-width: 393px)
{
.cancelbtn, .signupbtn {
  font-size: 0.875em;
  }
/*----------CASE高度 BUTTON高度 START-----*/	
.top-kv {
  padding-bottom: 1380px;
}
	.top-kv h3{
    
    margin-bottom: 120%;
	top:2230px
}
/*----------CASE高度 BUTTON高度 END-----*/

	.top-kv .case01
{
	top:320px;
	width: 85%;
	margin-left: 0
}
		.top-kv .case01 img
{
	margin-left: 0 !important;
	width: 100%
}	
	
	
	.top-kv .case02_mobile
{
	top:900px;
    width: 73%;
}
	

	button {
  font-size: 1em;
}
}
@media screen and (max-width: 360px)
{
.table {
  width: 100%;
}
.btn-wrap {
  width: 95%;
  margin: 20px auto;
  }
.bottom_bg {
  padding-bottom: 30px!important;
}
.rules li {
  font-size: 0.9125em;
}
	
/*----------CASE高度 BUTTON高度 START-----*/	
	.top-kv {
  padding-bottom: 0;
	background: url('../images/all_bg.png') center top no-repeat;
  background-size:120%;

}
	.top-kv h3{
    
    margin-bottom: 470%;
	top:2050px
}
/*----------CASE高度 BUTTON高度 END-----*/	
	
	.top-kv .case01
{
	top:300px;
	width: 85%;
	margin-left: 0
}
		.top-kv .case01 img
{
	margin-left: 0 !important;
	width: 100%
}
	
	
	
	
	.top-kv .case02_mobile
{
	top:870px;
    width: 73%;
}
	


}

@media screen and (max-width:320px)
{

/*----------CASE高度 BUTTON高度 START-----*/
	
	.top-kv {
  padding-bottom: 1150px;
	background: url('../images/all_bg.png') center top no-repeat;
  background-size:120%;

}
	.top-kv h3{
    
    margin-bottom: 150%;
	top:1620px
}
	
/*----------CASE高度 BUTTON高度 END-----*/	
	
	.top-kv .case01
{
	top:300px;
    width: 80%;
}
	.top-kv .case02_mobile
{
	top:800px;
    width: 73%;
}
	
	.top-kv .case01 img
{
    float: left; margin-left: 5%;
	height:auto; width:90%;
	margin-bottom: 3%;
	
}
	
		button {
  font-size: 0.83em;
}
	
}

@media screen and (max-width:280px)
{
 /*----------CASE高度 BUTTON高度 START-----*/
	.top-kv {
  padding-bottom: 500%;
  background-size:120%;

}
	.top-kv h3{
    
    margin-bottom: 0;
	top:1660px
}
	
 /*----------CASE高度 BUTTON高度 END----------*/
	.top-kv .case01
{
	top:230px;
    width: 90%;
	margin-left: 0 !important;
}
	.top-kv .case02_mobile
{
	top:720px;
    width: 73%;
}
	
	.top-kv .case01 img
{
    float: left; margin-left: 0 !important;
	height:auto; width:100%;
	margin-bottom: 3%;
	
}
		button {
  font-size: 1.0em;
			width: 80%
}
	
}
