@charset "utf-8";
@font-face {
	font-family: "NotoSansJP";
	src: url(../fonts/NotoSansJP-Regular.woff2) format("woff2");
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: "NotoSansJP";
	src: url(../fonts/NotoSansJP-Medium.woff2) format("woff2");
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: "NotoSansJP";
	src: url(../fonts/NotoSansJP-Bold.woff2) format("woff2");
	font-weight: 900;
	font-display: swap;
}

/* 共通パーツ */
html,
body {
	width: 100%;
	height: 100%;
	font-family: "NotoSansJP", sans-serif;
}
html {
	overflow-y: scroll;
	font-size: 625%;
}

a:link {
	color: #231916;
	text-decoration: none;
}
a:visited {
	color: #231916;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #a73e1f;
	transition: all 0.3s ease-out;
}
.btnL:hover,
.btn_win:hover,
.btn_menu:hover,
.close:hover {
	cursor: pointer;
	transform: scale(1.03, 1.03);
	transition: all 0.3s ease-out;
}
.btn:hover {
	cursor: pointer;
}

.btnArea {
	position: relative;
	margin: 30px auto 0 auto;
	width: calc(100% - 60px);
	text-align: center;
}
.button {
	position: relative;
	margin: 0 auto;
	display: block;
	width: calc(100% - 6px);
	max-width: 420px;
	padding: 3px;
	color: #ffffff !important;
	text-align: center;
	transition: all 0.3s ease-out;
	background-color: #231916;
	border-radius: 8px;
	border: solid 2px #ffffff;
}
.button.w08 {
	width: 8em;
}
.button:nth-child(n + 2) {
	margin: 10px auto 0 auto;
}
.flexbox .button {
	margin: 0 0 10px 0;
}
.button.purple {
	background-color: #671c8e;
}
.button div {
	position: relative;
	border: solid 1px #707070;
	border-radius: 5px;
	padding: 3px 0;
}
.button.purple div {
	border: solid 1px #efd3ef;
}
.button div::after {
	position: absolute;
	display: block;
	content: "\025b6";
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	font-size: 0.1rem;
	transition: all 0.3s ease-out;
}
.button.arrowN div::after {
	display: none;
}
.button:hover {
	background-color: #707070;
	border: solid 2px #231916;
	color: #231916 !important;
}
.button.purple:hover {
	background-color: #efd3ef;
	border: solid 2px #671c8e;
	color: #671c8e !important;
}
.button:hover div {
	border: solid 1px #ffffff;
}
.button.notactive {
	pointer-events: none;
	opacity: 0.4;
}

.both {
	clear: both;
}
.block {
	display: block;
}
.nodisp {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}
.caution {
	padding-top: 10px;
	font-size: 0.13rem;
	line-height: 1.6em;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.strong {
	font-weight: 900;
}
.underline {
	text-decoration: underline !important;
}
.flexbox {
	position: relative;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexbetween {
	justify-content: space-between;
}
.flexaround {
	justify-content: space-around;
}
.flexcenter {
	justify-content: center;
}
.flexend {
	justify-content: flex-end;
}
.flexstart {
	justify-content: flex-start;
}
.flexaligncenter {
	align-items: center;
}
.flexalignstart {
	align-items: flex-start;
}
.flexstretch {
	align-content: stretch;
}
.flexbox .box {
	position: relative;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
/* safari*/
::-webkit-full-page-media,
:future,
:root img {
	image-rendering: auto;
}
svg {
	vertical-align: bottom;
	max-width: 100%;
}
img[src$=".svg"] {
	width: 100%;
}

iframe[name="google_conversion_frame"] {
	position: absolute;
	top: 0;
}

body {
	position: relative;
	width: 100%;
	color: #231916;
	background-color: #ffffff;
	font-size: 0.14em;
	line-height: 1.7em;
	font-weight: 400;
	word-wrap: break-word;
	z-index: -20;
}

section {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#wrap {
	position: relative;
	width: 100% !important;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	opacity: 0;
}
#main-contents {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

footer {
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 80px 0;
	background-color: #a9a9a9;
	background-image: url("../images/bar02.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	background-size: auto 41px;
}
footer p {
	position: relative;
	margin: 0 auto 5px auto;
	font-size: 0.13rem;
}
footer ul.footbnr {
	position: relative;
	margin: 0 auto 30px auto;
}
footer ul.footbnr li {
	position: relative;
	width: calc(100% - 40px);
	max-width: 380px;
	margin: 0 auto 15px auto;
}
footer ul.footbnr li.realdgameLogo {
	margin: 20px auto 30px auto;
}
footer ul.footbnr li a {
	display: block;
	margin: 0 auto;
}
footer ul.footbnr li.realdgameLogo a {
	width: 60%;
	max-width: 140px;
}
footer ul.footSns {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	gap: 0 10px;
}
footer ul.footSns li {
	position: relative;
	margin: 0;
	width: 40px;
}
footer .contact a {
	position: relative;
	margin: 30px auto;
	display: inline-block;
	padding: 2px 4em;
	background: #ffffff;
	border: solid 1px #ffffff;
	color: #231916 !important;
	text-align: center;
	font-weight: 500;
	transition: all 0.3s ease-out;
}
footer .contact a:hover {
	background-color: #231916;
	color: #ffffff !important;
}

/* youtube */
.movieWrap {
	position: relative;
	margin: 0 auto;
	background-color: #000000;
	max-width: 720px;
}
.movie {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.checkBlock .inputArea {
	position: relative;
	margin: 5px 0 0 0;
	width: 20px;
	height: 20px;
	display: block;
	z-index: 100;
}
/*Checkbox*/
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 35px;
	font: 14px/20px "Open Sans", Arial, sans-serif;
	color: #ddd;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}
input[type="checkbox"] + label:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #66001d;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.12s, border-color 0.08s;
	transition: all 0.12s, border-color 0.08s;
}

input[type="checkbox"]:checked + label:before {
	width: 5px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.inputTxt {
	position: relative;
	display: block;
	margin: 0 auto 10px auto !important;
	padding: 0 8px;
	border: solid 1px #b0afb0;
	background-color: #fffff7;
	width: calc(100% - 66px);
	max-width: 700px;
	border-radius: 5px;
	height: 2.2em;
	font-size: 0.16rem;
}
::placeholder {
	color: #bbbbbb;
}
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(15, 15, 15, 0.5);
	z-index: 1000;
	display: none;
}
.close_win {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1001;
}
.modal .modalInner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	padding: 30px;
	width: calc(100% - 90px);
	max-width: 600px;
	z-index: 2000;
}

.sp {
	display: block;
}
.pc {
	display: none;
}

ruby {
	display: inline-block;
	padding-top: 0.5em;
}
ruby[data-ruby] {
	position: relative;
}
ruby[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	line-height: 100%;
	text-align: center;
	left: -3em;
	right: -3em;
	top: 0.1em;
	font-size: 0.5em;
}
ruby[data-ruby] rt {
	display: none;
}

/* sound-btn _and_drawer */
details.sound-drawer {
	position: fixed;
	bottom: 2.5%;
	right: 4.5%;
	z-index: 100;
	width: 90px;
}

.sound-drawer summary {
	cursor: pointer;
	list-style: none; /* デフォルトの矢印を消す */
	display: inline-block;
	position: relative;
	z-index: 200;
}

.sound-drawer summary::-webkit-details-marker {
	display: none; /* Safari対応 */
}

.drawer-content {
	max-height: 100vh;
	max-width: 100vw;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	background-color: rgba(255, 255, 255, 0.5);
}

.sound-drawer[open] .drawer-content {
	max-height: 100vh; /* 開いた時に表示 */
	max-width: 100vw;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 95;
}

.innerDrawer-content {
	/* max-width: 1200px; */
	max-width: 904px;
	width: 83.3%;
	/* max-height: 400px; */
	max-height: 320px;
	height: 50vh;
	background-color: #fff;
	border: solid #000 3px;
	border-radius: 15px;
	margin: 0 auto;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.idc-inner {
	/* padding: 124px 0; */
	padding: 70px 0;
}

.idc-text {
	font-size: 0.18rem;
	font-weight: 900;
	display: block;
	padding-top: 10px;
	line-height: 150%;
}

.idc-fb {
	max-width: 347px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 16px;
	margin-inline: auto;
	margin-top: 36px;
}
.soundOnBtn,
.soundOffBtn {
	/* margin: 20px auto 0; */
	width: 147px;
	height: 44px;
	color: #fff;
	font-size: 0.18rem;
	font-weight: 500;
	background: #a3000d;
	border-radius: 25px;
	border: #000 solid 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.soundOnBtn:hover,
.soundOffBtn:hover {
	/* margin: 20px auto 0; */
	color: #000;
	background: #fff;
	transition: 0.3s;
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}

	body {
		font-size: 0.16em;
	}

	.caution {
		font-size: 0.14rem;
	}

	#wrap {
		padding: 0;
	}

	.button div {
		padding: 5px 0;
		font-size: 0.18rem;
	}
	.button div::after {
		right: 10px;
	}
	.button:nth-child(n + 2) {
		margin: 0 auto;
	}
	.flexbox .button {
		margin: 0 10px;
	}

	.checkBlock .inputArea {
		margin: 6px 0 0 0;
		width: 30px;
		height: 30px;
	}
	/*Checkbox*/
	input[type="checkbox"] + label:before {
		width: 15px;
		height: 15px;
	}

	footer {
		padding: 70px 0 10px 0;
	}
	footer p {
		margin: 0 auto 8px auto;
		font-size: 0.14rem;
	}
	footer ul.footbnr {
		margin: 0 auto 40px auto;
	}

	footer ul.footSns li {
		width: 50px;
	}
	footer .contact a {
		margin: 40px auto;
	}

	ruby[data-ruby]::before {
		top: 0.7em;
	}
}

/* ----------sp--------- */
@media screen and (max-width: 641px) {
	details.sound-drawer {
		width: 68px;
		height: auto;
	}

	.innerDrawer-content {
		width: 90%;
		max-height: 400px;
		height: 60vh;
	}

	.idc-inner {
		padding: 18% 0;
	}

	.idc-text {
		/* font-size: 0.16rem; */
		font-size: clamp(0.15rem, 0.126rem + 0.885vw, 0.18rem);
		line-height: 160%;
	}

	.idc-fb {
		width: 100%;
		flex-direction: column;
		align-items: center;
		margin-top: 24px;
		gap: 16px;
	}
	.soundOnBtn,
	.soundOffBtn {
		/* margin: 20px auto 0; */
		font-size: 0.18rem;
	}
}
