*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
a, a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: #000;
}
img {
	display: block;
	box-sizing: border-box;
}
.mainimg {
}
.flolf {
	float: left;
}
.container {
	position: relative;
	width: 1280px;
	height: 2500px;
	margin: 0 auto;
	background-image: url(../images/100-0314.jpg);
	background-repeat: no-repeat;
}

.toiawase02 {
	position: absolute;
	top: 241px;
	left: 880px;
}


.twitter {
	position: absolute;
	top: 461px;
	left: 900px;
	max-width: 190px;
}

.backnumber {
	position: absolute;
	top: 1145px;
	left: 895px;
}

.banner00 {
	position: absolute;
	top: 1266px;
	left: 895px;
}



.banner01 {
	position: absolute;
	top: 1327px;
	left: 895px;
}

.banner02 {
	position: absolute;
	top: 1397px;
	left: 895px;
}

.banner03 {
	position: absolute;
	top: 1467px;
	left: 895px;
}


.banner04 {
	position: absolute;
	top:1537px;
	left:895px;
}

.banner05 {
	position: absolute;
	top:1607px;
	left:895px;
}

.banner06 {
	position: absolute;
	top:1677px;
	left:895px;
}

.banner07 {
	position: absolute;
	top:1747px;
	left:895px;
}

.banner08 {
	position: absolute;
	top:1817px;
	left:895px;
}

.banner09 {
	position: absolute;
	top:1887px;
	left:895px;
}

.banner10 {
	position: absolute;
	top:1957px;
	left:895px;
}

.banner11 {
	position: absolute;
	top:2027px;
	left:895px;
}

.banner12 {
	position: absolute;
	top:2097px;
	left:895px;
}

.banner13 {
	position: absolute;
	top:2167px;
	left:895px;
}

.banner14 {
	position: absolute;
	top:2237px;
	left:895px;
}

.banner15 {
	position: absolute;
	top:2307px;
	left:895px;
}



.link01 {
	position: absolute;
	top: 0px;
	left: 940px;
}
.link02 {
	position: absolute;
	top: 201px;
	left: 998px;
}
.link03 {
	width: 102px;
	height: 77px;
	position: absolute;
	top: 312px;
	left: 941px;
	
}

.toiawase {
	position: absolute;
	top: 2402px;
	left: 521px;
}
.privacypolicy {
	width: 120px;
	height: 20px;
	position: absolute;
	top: 2395px;
	left: 620px;
}
.privacypolicy:hover{
	cursor: pointer;
}
.news {
	position: absolute;
	top: 912px;
	left: 895px;
	width: 190px;
}
.news ul {
	overflow: auto;
	height: 190px;
}
.news ul li {
	padding-left: 10px;
	list-style-type: disc;
}
#contents {
	margin: 0 auto;
	padding: 10px 0 50px 0;
	width: 100%;
}
p {
	padding: 10px 0;
}



#open01 {
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
}
.modalWindow01{
	margin: 0;
	padding: 0;
	width: 216px;
	background: #fff;
	position: fixed;
	top: 20%;
	left: calc(50% - 108px);
	z-index: 10;
	display: block;
}
.modalWindow01>.modalWindowMidashi{
	margin-bottom: 20px;
	padding: 10px 0 10px 15px;
	width: 100%;
	background: rgba(60,50,49,1.00);
}
.modalWindow01>.modalWindowHaishin{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modalWindow01>.modalWindowHaishin>a{
	margin: 20px 0;
	width: 108px;
	height: 100%;
}
.modalWindow01>.modalWindowHaishin>img{
	width: 108px;
}
.modalWindowClose{
	padding: 20px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modalWindowClose:hover{
	cursor: pointer;
}

#open02 {
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
}
.modalWindow02{
	width: 700px;
	max-width: 80%;
	background: #fff;
	position: fixed;
	top: 100px;
	left: calc(50% - 350px);
	z-index: 10;
}
.modalWindow02>.modalWindowMidashi{
	margin-bottom: 20px;
	padding: 10px 0 10px 15px;
	width: 100%;
	background: rgba(60,50,49,1.00);
}
.privacy_list{
	width: 100%;
	list-style: decimal outside;
}
.privacy_list li {
	margin-bottom: 20px;
	padding: 0 20px;
}

.close_overlay{
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	top: 0;
	left: 0;
	position: fixed;
	background: #000;
	opacity: 0.5;
	z-index: 0;
}
