@charset "utf-8";
html,body{
	margin:0 auto;
}

/*“age-popup” に display:none; を設定しておくのが気をつける点です。*/
.age-popup {
	display:none;
	/* スクロールバー非表示 */
	overflow: hidden;
	display: none;
	background: url(images/large/top_bg.jpg) top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;

	position: fixed;
	z-index: 100000000;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 780px),screen and (max-width: 1024px) and (min-height: 1024px) {
	.age-popup {
		background: url(images/small/top_bg.jpg) top center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
}

/* 画像定義 */
/* 共通 */
.age-popup-image{
	position: absolute;
	left: 0;
	right: 0;
	max-width: 100%;
}
/* メロウ */
.age-popup-mel{
	margin:0 auto;
	opacity:0.8;
	width:auto;
	min-width:100%;
}
/* 泡（大） */
.age-popup-awa-big{
	margin:-2% auto;
	width:100%;
	opacity:0.75;
}
/* 泡（小） */
.age-popup-awa-min{
	margin:5% auto;
	width:100%;
	opacity:0.75;
}
/*
@media screen and (max-width: 1024px) {
	.age-popup-mel{
		margin:20% auto;
	}
}
@media screen and (max-width: 780px) {
	.age-popup-mel{
		top:15%;
	}
*/

@media screen and (max-width: 780px),screen and (max-width: 1024px) and (min-height: 1024px) {
	.age-popup-mel,
	.age-popup-awa-big,
	.age-popup-awa-min{
		top:10%;
		left:-45%;
		min-width:200%;
	}
}
/* 花 */
.age-popup-hana{
	margin:-1% auto;
	width:100%;
	z-index: 99999999;
}
.age-popup-hana.bottom{
	bottom: 0;
}

/* メッセージ定義 */
.age-popup-modal {
	position:fixed;
	z-index: 100000000;
	top:30%;
	left:50%; 
	width:360px;
	height:200px; 
	margin:-120px 0 0 -200px;
	padding:20px;
	text-align:center; 
	text-rendering:geometricPrecision;
	line-height: 1.5em;
	letter-spacing:0;
	opacity:0.9;
}
.age-popup-modal-title, .age-popup-modal-body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Montserrat", "Helvetica", Arial, sans-serif;
	font-weight: 300;
}
.age-popup-modal-body p {
	font-size:1.0em;
	margin-top: 0;
	margin-bottom:10px;
}

.age-popup-modal-dialog {
  padding-top: 60px;
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
@media (min-width: 576px){
	.age-popup-modal-dialog {
    max-width: 500px;
    margin: 30px auto;
	}
}

.age-popup-modal-body {
  padding: 20px 50px;
  color: #000;
}

.age-popup-modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	/*border: 1px solid rgba(0, 0, 0, 0.2);*/
	border-radius: 0.3rem;
	outline: 0;
  border: 0 none;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.age-popup-modal-header .age-popup-modal-title {
  color: #333333;
}
.age-popup-modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*padding: 1rem;*/
	/*border-bottom: 1px solid #e9ecef;*/
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	border-bottom: 1px solid #DDDDDD;
	padding: 20px;
	text-align: center;
	display: block !important;
}
.age-popup-modal-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	line-height: 1.4em;
}
.age-popup-modal-header .age-popup-modal-title {
	color: #333333;
}


.age-popup-modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}
.age-popup-modal-footer {
  border-top: 1px solid #DDDDDD;
  padding: 0px;
}
.age-popup-modal-footer .left-side, .age-popup-modal-footer .right-side {
  display: inline-block;
  text-align: center;
  width: 49%;
}
.age-popup-modal-footer > :not(:last-child) {
	margin-right: .25rem;
}
.age-popup-modal-footer .age-popup-btn-link {
  padding: 20px;
  width: 100%;
}
.age-popup-modal-footer .divider {
  background-color: #DDDDDD;
  display: inline-block;
  float: inherit;
  height: 63px;
  margin: 0px -3px;
  width: 1px;
}


.age-popup-btn {
	font-family: "Montserrat", "Helvetica", Arial, sans-serif;
	box-sizing: border-box;
	border-width: 2px;
	font-size: 12px;
	font-weight: 600;
	padding: 0.5rem 18px;
	line-height: 1.75;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #66615B;
	border-color: #66615B;
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	box-shadow:none;
	letter-spacing:0;
}
.age-popup-btn:hover, .age-popup-btn:focus {
  text-decoration: none;
}
.age-popup-btn:focus, .age-popup-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.age-popup-btn.disabled, .age-popup-btn:disabled {
  opacity: 0.65;
}
.age-popup-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.age-popup-btn:not(:disabled):not(.disabled):active, .age-popup-btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.age-popup-btn.disabled,
fieldset:disabled a.age-popup-btn {
  pointer-events: none;
}
.age-popup-btn.age-popup-btn-link {
	color: #66615B;
}
.age-popup-btn.age-popup-btn-border, .age-popup-btn.age-popup-btn-link {
	background-color: transparent;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
.age-popup-btn-link {
	border-color: transparent !important;
}
.age-popup-btn:hover, .age-popup-btn:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.age-popup-btn-danger.age-popup-btn-link {
  color: #f5593d;
}
.age-popup-btn-danger.age-popup-btn-link:hover, .age-popup-btn-danger.age-popup-btn-link:focus, .age-popup-btn-danger.age-popup-btn-link:active, .age-popup-btn-danger.age-popup-btn-link.active, .open > .age-popup-btn-danger.age-popup-btn-link.dropdown-toggle {
  background-color: transparent;
  color: #f33816;
}
.age-popup-btn-danger.age-popup-btn-link .caret {
  border-top-color: #f5593d;
}
.age-popup-btn-danger .caret {
  border-top-color: #FFFFFF;
}
