body{
    font-family: 'Quicksand','Arial','Meiryo','sans-serif';
	visibility: hidden;
}

h1 {
	position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
	font-size: 1px;
	color: rgba(255,255,255,0);
}
h2{
	font-size: 48px;	
    color:#444;
	margin-top: 10px;
	margin-bottom: 30px;
}
h3{
	font-size:1.2em;
}
h4{
	font-size:1em;
	padding-top:5px;
	padding-bottom:20px;
	margin-top: 10px;
}
h5{
	padding-top:-20px;
	padding-bottom:30px;
}

.date-style{
	font-family:'Roboto Condensed'
}

.birthAtag{
	text-decoration:none;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #1a0dab;
}
.birthAtag::after{
	position: absolute;
	bottom: 3px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #1a0dab;
	transition: .3s;
	transform: translateX(-50%);
}
.birthAtag:hover::after{
	width: 100%;
}

.headerAtag{
	text-decoration:none;
	position: relative;
	display: inline-block;
	transition: .4s;
	color: white;
}
.headerAtag::before,
.headerAtag::after{
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background-color: white;
	transition: 0.4s;
}
.headerAtag::before{
	top: 8px;
	left: 0;
}
.headerAtag::after{
	bottom: 8px;
	right: 0;
}
.headerAtag:hover::before,
.headerAtag:hover::after{
	width: 100%;
}



.ms-section {
    text-align: center;
	position: relative;
	background-position: center;
}
.ms-section-area {
	margin: 0 auto;
	max-width: 400px;
}
.dot {
	width: 100%;
	height:100%;
	background-image:url("../../image/dot.png");
	/*background-color:rgba(255,255,255,0.2);*/
	opacity: 0.5;
}
#multiscroll-nav li .active span{
    background: #F9BC60;
	border-color: #F9BC60;
}
.multiscroll-tooltip {
    color: #333;
}
#multiscroll-nav span{
    border: 1px solid #333;
}
#menu li{
	display:inline-block;
	margin: 10px 5px;
	background: rgba(255,255,255,0.8);
	-webkit-border-radius: 30px; 
			border-radius: 30px; 
}
#menu li.active{
	background: rgba(249,188,96,0.9);
}
#menu li a{
	text-decoration:none;
	color: #333;
}
#menu li:hover{
	background: rgba(249,188,96,0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #FFF;
}
#menu li:hover a{
	color:#FFF;
}
#menu{
	position:fixed;
	bottom:0;
	left:0;
	height: 60px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
/* Fixed header and footer.
	* --------------------------------------- */
#header{
	position:fixed;
	height: 40px;
	line-height:40px;
	display:block;
	width: 100%;
	background: #F9BC60;
	z-index:9;
	text-align:center;
	color: #f2f2f2;
	top:0px;
	font-weight:bold;
}
#footer{
	position:fixed;
	height: 40px;
	display:block;
	width: 100%;
	background: #F9BC60;
	z-index:9;
	text-align:center;
	color: #f2f2f2;
	padding: 20px 0 0 0;
	bottom:0px;
}



.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width:90%;
	height:520px;
	background-color:white;
}
.content {
	background: #fff;
	padding: 30px;
}
.show {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
}
.modal{
	margin-top:20px;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #4C444D;
	border: solid 1px #4C444D;
	border-radius: 3px;
	transition: .4s;
	background-color:white;
	outline: none;
	cursor: pointer;
	font-family:'メイリオ';
}.modal:hover {
	background-color: #4C444D;
	color: white;
}

.otanjoubi{
	width:300px;
	height:300px;
	margin:0 auto;
	transition: .4s;
	border:solid 1px #F9BC60;
}.otanjoubi:hover {
	background-color: #F9BC60;
	color: white;
}


.btn-search {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: white;
	border: none;
	border-radius: 3px;
	transition: .4s;
	background-color: #F9BC60;
	cursor: pointer;
	width:200px;
	height:50px;
	font-family: 'Quicksand';
	font-size:1.4rem;
	line-height:1.4rem;
	outline: none;
	font-weight:bold;
  }
  .btn-search:hover {
	letter-spacing: 6px;
  }
  .btn-link{
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #F9BC60;
	border: solid 2px #F9BC60;
	border-radius: 3px;
	transition: .4s;
	background-color:white;
	cursor: pointer;
	width:250px;
	height:50px;
	font-family: 'Quicksand';
	font-size:1.4rem;
	line-height:1.4rem;
	outline: none;
  margin-bottom:10px;
  }
  .btn-link:hover{
	background: #F9BC60;
	color: white;
	font-weight:bold;
  }

.btn-home {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: white;
	border: none;
	border-radius: 3px;
	transition: .4s;
	background-color: #ff894f;
	cursor: pointer;
	width:200px;
	height:50px;
	font-family: 'Quicksand';
	font-size:1.4rem;
	line-height:1.4rem;
	outline: none;
	margin-top:10px;
	font-weight:bold;
}
.btn-home:hover {
	letter-spacing: 6px;
}

.btn-twitter {
	display: inline-block;
	text-decoration: none;
	color: #0F1419;
	border: solid 2px #0F1419;
	transition: .4s;
	background-color: #0F1419;
	cursor: pointer;
	width:200px;
	height:50px;
	font-family: 'Quicksand';
	font-size:1.4rem;
	line-height:1.4rem;
	outline: none;
    margin-right:-5px;
}
.btn-twitter:hover{
	background: #333132;
	border: solid 2px #333132;
	color: white;
	font-weight:bold;
}
.btn-twitter img{
	display: block;
	margin: auto;
}

.sns-box{
	margin-top:10px;
}


::-webkit-scrollbar{
	width: 0;
}

.ads-container {
	position: relative;
}
.ads-area {
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	min-width:45vw;
	min-height:100%;
}

.sel {
	margin: 20px;
	margin-bottom: 40px;
	width: 180px;
	font-size: 14px;
  }

  .selectBirthdayRow1 {
	margin-bottom: 10px;
	font-size:18px;
	line-height: 22px;
	letter-spacing: 1.3px;
  }

  .selectBirthdayRow2 {
	font-size:16px;
	line-height: 22px;
	letter-spacing: 1.1px;
	
  }