@charset "UTF-8";


/* ///////////////////////////////////////////////////////////////////
	ヘッダー
/////////////////////////////////////////////////////////////////// */
header{
	/*background-image: url(../img/bg_main02.png), url(../img/bg_main.jpg);
	background-position: right bottom, center bottom;
	background-repeat: no-repeat, repeat-x;*/
    background-image: url(../img/bg_main.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}

header .inr{/*1200pxまでにすること（ノートPCで崩れるため）*/
	width: 920px;
	padding-bottom: 20px;
}

/*header .inr h1{
    padding-top: 30px;
    padding-bottom: 25px;
}*/

/* ///////////////////////////////////////////////////////////////////
	メイン
/////////////////////////////////////////////////////////////////// */
/*detailArea*/
#detailArea{
	background-color: #fff000;
    padding-top: 30px;
}

#detailArea .inr{
	width: 1000px;
	/*padding: 50px 0 50px;*/
    padding-bottom: 50px;
	margin: 0px auto 0px;
}

#detailArea img{
	vertical-align: bottom;
}


/* ///////////////////////////////////////////////////////////////////
	コンテンツ
/////////////////////////////////////////////////////////////////// */

/*privacyArea*/
#privacyArea{
	color: #FFF;
	background-color: #009fe8;
	padding-bottom: 25px;
}

#privacyArea h2 {
	background: url(../common/list02.gif) left top no-repeat;
	padding: 25px 0 15px 20px;
    font-size: 18px;
    font-weight: bold;
}

#privacyArea .inner {
    text-align: justify;
	padding: 0 20px;
}

#privacyArea a{
    color: #FFFFFF;
}


/*privacyArea02*/
#privacyArea02{
	position: relative;
	padding: 47px 0 40px;
}
#privacyArea02::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 54px;
	height: 22px;
	border-color: #009fe8 transparent transparent transparent;
	border-width: 22px 27px 0 27px;
	border-style: solid;
	margin: auto;
	box-sizing: border-box;
}

#privacyArea02 .inr{
	padding: 30px 20px;
	background-color: #F7F7F7;
	border: #EEEEEE solid 10px;
	box-sizing: border-box;
}

#privacyArea02 h2 {
	/*position: relative;*/
    font-size: 20px;
    font-weight: bold;
	line-height: 1.0;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
	/*#privacyArea02 h2::after{
		position: absolute;
		content: "";
		left: calc(50% - 15px);
		bottom: 0;
		width: 30px;
		height: 2px;
		background-color: #00903d;
	}*/

#privacyArea02 .inner {
    font-size: 16px;
    text-align: center;
}

#privacyArea02 a{}


/*qrArea*/
#qrArea{
	background-color: #fef8f1;
}

#qrArea #qrBox{
	width: 1000px;
	padding: 45px 0px 40px;
	margin: 0px auto 0px;
}


/* ///////////////////////////////////////////////////////////////////
	年齢確認用BOX
/////////////////////////////////////////////////////////////////// */
body.body-modal{
	position: fixed;
	width: 100%;
}

.modal-box{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 760px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	padding: 55px 50px 50px;
	box-sizing: border-box;
	z-index: 101;
}

.modal-box .modal-box__text{
	color: #4096d3;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 45px;
}

.modal-box .modal-box__inr{
	display: flex;
	justify-content: space-between;
}

.modal-box .modal-box__inr > li{
	width: 320px;
}
	.modal-box .modal-box__inr > li:nth-child(1){
			margin-right: 10px;
	}

.modal-box #modal-box__yes{
	display: none;
}

.modal-box .modal-box__btn{
	display: flex;
	justify-content: center;
	max-width: 240px;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.0;
	background-color: #048cd5;
	border-radius: 3px;
	padding: 15px 5px 15px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
	.modal-box .modal-box__btn:hover{
		background-color: #18a5f1;
	}

.modal-box .modal-box__note{
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	margin-top: .5em;
}

#modal-overlay{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: auto;
	background-image: url(../img/end_bg_dot.png);
	background-repeat: repeat;
	background-size: 2px auto;
	background-position: left top;
	z-index: 100;
}

/*非表示*/
.modal-box.modal-off{
	display: none;
}
.modal-box.modal-off + #modal-overlay{
	display: none;
}


/* ///////////////////////////////////////////////////////////////////
	end
/////////////////////////////////////////////////////////////////// */


#end .end-text-wrapper{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/end_bg_dot.png);
    background-repeat: repeat;
    background-size: 2px auto;
    background-position: left top;
}

#end .end-text-wrapper .end-text{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}