@charset "utf-8";


* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
	box-sizing: border-box;
	user-select: none;
}

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: #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;
}

	
html,body {  
  -webkit-text-size-adjust: none;  
} 


body {
    margin:0;
	width:100%; 
    color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#fff;
	line-height: 1.65;
}


.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: 750px;
}

.area{
	position: relative;
}



.btn{
	text-align: center;
	animation: vertical ease-in-out infinite alternate;
	animation-duration: 1.8s;
	width: 98%;
	margin: 2% auto;
}

.btn2{
	text-align: center;
	animation: vertical ease-in-out infinite alternate;
	animation-duration: 1.8s;
	width: 98%;
	margin: 0 auto;
}

@keyframes vertical {
	0%,100% {
	-webkit-transform: scale(1.0)
        }
	50% {
	 -webkit-transform: scale(0.8)
	}	
}

.txt{
	margin-bottom: 2%;
}


.flow-box {
  display: none;
}

#flow {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  z-index: 100;
}

.txt{
	color: #000;
	padding: 15px;
	font-weight: bold;
}


footer{
	text-align: center;
	padding: 3% 0;
}


.limit-banner {
  display: inline-block;
  position: relative;
  background: #ff3421;
  color: #fff;
  border-radius: 20px;
  padding: 0.8em 1.8em;
  margin: 3% 2%;
  width: 96%;
}

.limit-banner::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 0 12px; 
  border-color: #ff3b30 transparent transparent transparent;
}

.limit-banner-inner {
  text-align: center;
  line-height: 1.4;
}

/* 1行目（太く大きく） */
.limit-main {
  margin: 0;
  font-weight: 700;
  font-size: clamp(25px, 4vw, 50px);
}

.limit-sub {
  margin: 0.2em 0 0;
  font-weight: 700;
  font-size: clamp(20px, 3.2vw, 40px);
}
