@charset "UTF-8";

@import url("font.php");
@import url("size.php");
@import url("common.css");
@import url("background.css");
@import url("agecheck.min.css");
@import url("header.css");


html {
	scroll-behavior: smooth !important;
}
.body1{
	background-color: #000 !important;
	color: #fff;
	overflow-x:hidden !important;
}
.body2{
	background-image: url("../../imgs/bg_pc.png") !important;
	background-color: #000 !important;
	color: #fff;
}

.max_width{
	margin-right: auto !important;
	margin-left: auto !important;
}

.mv_filter{
	background-image: url("../../imgs/ptn.png");
  background-repeat: repeat;
  background-blend-mode: overlay;
  position: fixed;
  width: 100%;
  height: 920px;
  top:0;
  left:0;
  z-index: 900;/* 前面に表示 */
}

.btn-gold {
	color: #000 !important;
	background-color: #e7df99 !important;
	border-color: #e7df99 !important;
}

.comment_maru {
	position:absolute;
	bottom:5px;
	right:5px;
	z-index:999;
	width:100px;
	height:100px;
	background-color:rgba(179,154,90,0.8) !important;;
	text-align:center;
  color: #fff;
  border-radius: 50%;
}

.comment_maru_big {
	position:absolute;
	bottom:5px;
	right:5px;
	z-index:999;
	width:150px;
	height:150px;
	background-color:rgba(179,154,90,0.8) !important;;
	text-align:center;
  color: #fff;
  border-radius: 50%;
}
