@charset "utf-8";


/*---------------------------------------------------------
header
---------------------------------------------------------*/
/*header{
	background-image: url("../img/bg_topmain_sp.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}*/

/*---------------------------------------------------------
メイン
---------------------------------------------------------*/
/* detailArea */
#detailArea{
	background-image: url(../common/bg_detailArea.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
    /* background-color: #FFFCDB; */
	padding-top: 25px;
    padding-bottom: 25px;
}


#privacyArea{
	color: #FFF;
	font-size: 1.2rem;
	background-color: #a18036;
	padding-bottom: 15px;
}

#privacyArea a{
	color: #FFF;
    text-decoration: underline;
}


#privacyArea02{
	position: relative;
	font-size: 1.2rem;
	padding-top: 35px;
	padding-bottom: 25px;
}
	#privacyArea02::before{
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		width: 46px;
		height: 18px;
		border-color: #a18036 transparent transparent transparent;
		border-width: 18px 23px 0 23px;
		border-style: solid;
		margin: auto;
		box-sizing: border-box;
	}

#privacyArea02 .inr{
	padding: 15px 15px;
	background-color: #F7F7F7;
	border: #EEEEEE solid 8px;
	box-sizing: border-box;
}

#privacyArea02 h2 {
	/*position: relative;*/
    font-size: 1.6rem;
    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 a{
    text-decoration: underline;
}


/* cvList */
.cvList li {
	width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.item01{
    margin-top: -20px;
    text-align: center;
    background-color: #E94709;
    padding-bottom: 10px;
}
    .item01 img{
        width: 96%;
    }*/

/*.item02{
    width: 96%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/


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

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

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

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

.modal-box .modal-box__inr > li{
	width: 48%;
}
	.modal-box .modal-box__inr > li:nth-child(1){
			margin-right: 4%;
	}

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

.modal-box .modal-box__btn{
	display: flex;
	justify-content: center;
	max-width: 240px;
	color: #ffffff;
	font-size: 26px;
	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: 13px;
	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
---------------------------------------------------------*/
#top.top-end{
    position: relative;
}

#top.top-end::before{
    content: '';
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;/*表示領域外にもグレー背景が敷かれるように*/
    background-image: url(../img/end_bg_dot.png);
    background-repeat: repeat;
    background-size: 2px auto;
    background-position: left top;
}

/*画像の表示領域の範囲を作る*/
#top.top-end .end-text-wrapper{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#top.top-end .end-text-wrapper .end-text{
    max-width: 640px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
}