@charset "UTF-8";

/* Base Setting
================ */
#main {
	float: none;
	width: auto;
}

#container {
	width: auto;
	z-index: auto;
	margin: 0 auto;
}

.breadCrumb {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	color: #484848;
	padding-left: 1rem;
}

/* DNPShueiMinPr6N L */
.font_l {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}

/* DNPShueiMinPr6N B */
.font_b {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
}

/*common*/
#container #main a.button.btnWH_flm {
	border: 1px solid #ffffff !important;
	background-color: transparent !important;
	color: #ffffff !important;
	padding: 0 40px 0 40px;
	margin-top: 10px;
}

#container #main .button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	border-radius: 2px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	height: 50px !important;
	position: relative;
	overflow: hidden !important;
	max-width: 240px;
	width: 100%;
	z-index: 16777271;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: 'palt';
	font-size: 16px !important;
	letter-spacing: .1rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

#container a,
#container input[type="submit"] {
	cursor: pointer;
	text-decoration: none;
}

.button:not(.flx-box .button) {
	margin: 10px;
}

#container #main .link--out::before {
	animation: link-out ease-in .4s both;
}

@media screen and (min-width: 584px) {

	#container #main .btnBLE.button::before,
	#container #main .btnSKY.button::before,
	#container #main .btnBK.button::before,
	.btnWH_flm.button::before {
		content: '';
		position: absolute;
		top: 0;
		left: -135%;
		background: #E7BC0C;
		opacity: 0.2;
		width: 125%;
		height: 100%;
		transform: skewX(-25deg);
	}
}

#main,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

#container #main .button p {
	display: inline-block;
	position: relative;
	font-size: 16px !important;
	text-align: center;
	line-height: 50px !important;
	padding-right: 1rem;
	width: 100%;
}

#container #main p.pl_btn::after {
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 2px solid;
	border-bottom: 2px solid;
	content: '';
}

.link__inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: clamp(9px, 0.506rem + 0.24vw, 11px) 1em;
	background: #fff;
	border: 2px solid var(--cts-color);
	font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
	font-weight: 900;
	color: var(--cts-color);
	text-decoration: none;
	letter-spacing: .05em;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
}

.link__inner::before {
	position: absolute;
	content: "";
	width: 150%;
	height: 100%;
	top: 0;
	left: -168%;
	background: var(--cts-color-01);
	transform: skewX(-18deg);
	opacity: .3;
	z-index: -1;
}

.link__inner::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 17px;
	width: 8px;
	height: 8px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: var(--cts-color-01);
	transform: rotate(-45deg);
}

.link--over::before {
	animation: link-over ease-out .4s both;
}

.link--out::before {
	animation: link-out ease-in .4s both;
}

@keyframes link-over {
	0% {
		left: -168%;
	}

	100% {
		left: -18%;
	}
}

@keyframes link-out {
	0% {
		left: -18%;
	}

	100% {
		left: 168%;
	}
}

.fix_bg {
	background: url(../../gamepc/img/dqdai/fix_bg.png?$staticlink$) repeat-y fixed top center;
	background-size: cover;
}

.inner {
	width: 100%;
	min-width: 375px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.lineup {
	width: 100%;
	text-align: center;
}

.lineup img {
	width: 100%;
	min-width: 238px;
	max-width: 398px;
}

table>tbody>tr>td.nowrap {
	white-space: nowrap;
	padding: 2px;
	letter-spacing: 0.2rem;
}

table>tbody>tr>td {
	white-space: wrap;
	padding: 2px;
	letter-spacing: 0.2rem;
}

.specbox {
	font-size: clamp(0.813rem, 0.727rem + 0.36vw, 1rem);
	text-align: left;
}

.price_befor {
	font-size: clamp(1.375rem, 1.205rem + 0.73vw, 1.75rem);
}

.price_after {
	font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem);
}

.pl_btn {
	font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem);
	padding: 0px 10px 4px 10px;
}
.l_btn2 {
	font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem);
	padding: 0px 10px 4px 10px;
	text-decoration: none;
}

hr.border1 {
	border: 1px solid #E7BC0C;
	margin-top: 80px;
}

hr.border2 {
	border: 1px solid #E7BC0C;
	margin-bottom: 80px;
}

hr.border3 {
	border: 1px solid #001E60;
}

.merit {
	width: 100%;
	text-align: center;
}

.merit_bg {
	background-color: #000017;
	padding-bottom: 40px;
}

.merit img {
	margin-top: 80px;
	width: 100%;
	min-width: 180px;
	max-width: 398px;
}

.arrow {
	text-align: center;
}

.arrow img {
	width: 100%;
	min-width: 34px;
	max-width: 48px;
}

.logo {
	width: 100%;
	text-align: center;
}

.logo img {
	width: 100%;
	min-width: 310px;
	max-width: 644px;
}

#offcial {
	text-align: center;
	margin-top: 6rem;
}

.offcial_link {
	width: 100%;
}

.offcial_link>a.offcial_button {
	border: 1px solid #E7BC0C !important;
	background-color: transparent !important;
	color: #ffffff !important;
	padding: 20px 40px 20px 40px;
	margin-top: 10px;
}

.offcial_button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	border-radius: 2px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	height: auto;
	position: relative;
	overflow: hidden !important;
	min-width: 310px;
	max-width: 660px;
	width: 100%;
	z-index: 16777271;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: 'palt';
	font-size: 16px !important;
	letter-spacing: .1rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

@media screen and (min-width: 584px) {
	.offcial_button::before {
		content: '';
		position: absolute;
		top: 0;
		left: -135%;
		background: #E7BC0C;
		opacity: 0.2;
		width: 125%;
		height: 100%;
		transform: skewX(-25deg);
	}
}

.copyrights {
	font-size: clamp(0.938rem, 0.881rem + 0.24vw, 1.063rem);
	color: #fff;
	margin: 3rem 0;
}



/* separate */
@media screen and (max-width:520px) {
	#kv .kv_pc {
		display: none;
	}

	#kv .kv_sp {
		display: block;
		width: 100%;
		/* min-width: 375px; */
		max-width: 520px;
	}

	.sp_no {
		display: none !important;
	}

	.pc_no {
		display: block !important;
	}

	.flx-box {
		display: block;
		width: 100%;
		text-align: center;
	}

	.specbox table {
		margin: 0 auto;
	}

	.price-box {
		display: flex;
		justify-content: center;
		margin-top: 1.4rem;
	}

	.logo_txt {
		font-size: clamp(1.063rem, 0.864rem + 0.85vw, 1.5rem);
		text-align: left;
		margin: 20px 0px 100px 0px;
		line-height: 2rem;
	}

	.itembox_front {
		display: block;
		width: 100%;
		min-width: 310px;
		max-width: 966px;
		box-sizing: border-box;
		border: 3px solid #E7BC0C;
		padding: 30px;
		margin: 0 auto;
		margin-bottom: 70px;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.itembox_back {
		display: block;
		width: 100%;
		min-width: 310px;
		max-width: 966px;
		box-sizing: border-box;
		border: 3px solid #E7BC0C;
		padding: 30px;
		margin: 0 auto;
		margin-bottom: 120px;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.imgbox {
		width: 100%;
		text-align: center;
	}

	.mc_txtbox h3 {
		font-size: clamp(1.188rem, 1.017rem + 0.73vw, 1.563rem);
		line-height: 1.8rem;
		text-align: center;
		margin-bottom: 2rem;
	}

	.appeal {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin: 40px 60px;
		gap: 1rem;
	}

	.appeal_sp {
		display: flex;
		justify-content: space-around;
		gap: 1rem;
	}

	.appeal_txt {
		width: 100%;
		min-width: 310px;
		max-width: 800px;
		font-size: clamp(1.063rem, 0.807rem + 1.09vw, 1.625rem);
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 100px;
		color: #000;
		background-color: #fff;
		padding: 4px 20px;
		font-weight: bold;
		text-align: center;
	}

	.appeal_sp img {
		width: 100%;
		min-width: 146px;
		max-width: 206px;
	}

	.aboutbox_pc {
		display: none;
	}

	.aboutbox_sp {
		background-image: url(../../gamepc/img/dqdai/loop_bg.png?$staticlink$);
		background-repeat: repeat;
		background-attachment: scroll;
		overflow: hidden;
		display: block;
		padding: 10px 0;
	}

	.itembox {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.txtbox {
		width: 100%;
		margin: 6rem 0 2rem 0;
		padding: 0 30px;
	}

	.leed_font {
		color: #E7BC0C;
		font-size: clamp(1.875rem, 1.395rem + 0.59vw, 2.148rem);
		width: 100%;
	}

	.about_font {
		font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
		width: 100%;
		margin-top: 1.4rem;
	}

	.about-imgbox_l {
		position: static;
		width: 100%;
		margin: 0;
		padding-right: 30px;
		overflow: hidden;
	}

	.about-imgbox_l img {
		width: 100%;
		min-width: 342px;
		max-width: 960px;
	}

	.about-imgbox_r {
		position: static;
		width: 100%;
		margin: 0;
		padding-left: 30px;
		overflow: hidden;
	}

	.about-imgbox_r img {
		width: 100%;
		min-width: 342px;
		max-width: 960px;
	}

	.offcial_button p {
		display: inline-block;
		position: relative;
		text-align: center;
		line-height: 1.2rem !important;
		padding-right: 0rem;
		width: 100%;
		font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
	}

	p.pl_btn_about::after {
		position: absolute;
		top: 20px !important;
		right: 0;
		width: 1px;
		content: url(../../gamepc/img/dqdai/link.png?$staticlink$);
	}

	.fix_bg {
		background: url(../../gamepc/img/dqdai/fix_bg_sp.jpg?$staticlink$) repeat-y fixed top center;
		background-size: cover;
	}
}



@media screen and (min-width:521px) and (max-width:620px) {
	#kv .kv_pc {
		display: block;
		width: 100%;
		min-width: 521px;
	}

	#kv .kv_sp {
		display: none;
	}

	.sp_no {
		display: none;
	}

	.pc_no {
		display: block;
	}

	.flx-box {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.price-box {
		display: flex;
		justify-content: space-between;
		margin-top: 1.4rem;
	}

	.logo_txt {
		font-size: clamp(1.063rem, 0.864rem + 0.85vw, 1.5rem);
		text-align: center;
		margin: 20px 0px 100px 0px;
		line-height: 3rem;
	}

	.itembox_front {
		display: block;
		width: 100%;
		min-width: 310px;
		max-width: 966px;
		box-sizing: border-box;
		border: 3px solid #E7BC0C;
		padding: 30px;
		margin: 0 auto;
		margin-bottom: 70px;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.itembox_back {
		display: block;
		width: 100%;
		min-width: 310px;
		max-width: 966px;
		box-sizing: border-box;
		border: 3px solid #E7BC0C;
		padding: 30px;
		margin: 0 auto;
		margin-bottom: 120px;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.imgbox {
		width: 100%;
		text-align: center;
	}

	.mc_txtbox h3 {
		font-size: clamp(1.188rem, 1.017rem + 0.73vw, 1.563rem);
		line-height: 1.8rem;
		text-align: center;
		margin-bottom: 2rem;
	}

	.appeal {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin: 40px 60px;
		gap: 1rem;
	}

	.appeal_sp {
		display: flex;
		justify-content: space-around;
		gap: 1rem;
	}

	.appeal_txt {
		width: 100%;
		min-width: 310px;
		max-width: 800px;
		font-size: clamp(1.063rem, 0.807rem + 1.09vw, 1.625rem);
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 100px;
		color: #000;
		background-color: #fff;
		padding: 4px 20px;
		font-weight: bold;
		text-align: center;
	}

	.appeal_sp img {
		width: 100%;
		min-width: 146px;
		max-width: 206px;
	}

	.aboutbox_pc {
		display: none;
	}

	.aboutbox_sp {
		background-image: url(../../gamepc/img/dqdai/loop_bg.png?$staticlink$);
		background-repeat: repeat;
		background-attachment: scroll;
		overflow: hidden;
		display: block;
		padding: 10px 0;
	}

	.itembox {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.txtbox {
		width: 100%;
		margin: 6rem 0 2rem 0;
		padding: 0 30px;
	}

	.leed_font {
		color: #E7BC0C;
		font-size: clamp(1.875rem, 1.395rem + 0.59vw, 2.148rem);
		width: 100%;
	}

	.about_font {
		font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
		width: 100%;
		margin-top: 1.4rem;
	}

	.about-imgbox_l {
		position: static;
		width: 100%;
		margin: 0;
		padding-right: 30px;
		overflow: hidden;
	}

	.about-imgbox_l img {
		width: 100%;
		min-width: 342px;
		max-width: 960px;
	}

	.about-imgbox_r {
		position: static;
		width: 100%;
		margin: 0;
		padding-left: 30px;
		overflow: hidden;
	}

	.about-imgbox_r img {
		width: 100%;
		min-width: 342px;
		max-width: 960px;
	}
	.offcial_button p {
		display: inline-block;
		position: relative;
		text-align: center;
		line-height: 2.2rem !important;
		padding-right: 1rem;
		width: 100%;
		font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
	}

	p.pl_btn_about::after {
		position: absolute;
		top: 40px;
		right: 0;
		width: 38px;
		content: url(../../gamepc/img/dqdai/link.png?$staticlink$);
	}
}



@media screen and (min-width:621px) and (max-width:820px) {
	#kv .kv_pc {
		display: block;
		width: 100%;
		min-width: 521px;
	}

	#kv .kv_sp {
		display: none;
	}

	.flx-box {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.itembox_front {
		display: block;
		width: 100%;
		min-width: 310px;
		max-width: 966px;
		box-sizing: border-box;
		border: 3px solid #E7BC0C;
		padding: 30px;
		margin: 0 auto;
		margin-bottom: 70px;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.itembox_back {
		display: block;
		width: 100%;
		min-width: 310px;
		max-width: 966px;
		box-sizing: border-box;
		border: 3px solid #E7BC0C;
		padding: 30px;
		margin: 0 auto;
		margin-bottom: 120px;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.imgbox {
		width: 100%;
		text-align: center;
	}

	.mc_txtbox h3 {
		font-size: clamp(1.188rem, 1.017rem + 0.73vw, 1.563rem);
		line-height: 2.8rem;
		margin-bottom: 2rem;
	}

	.mc_txtbox {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.appeal {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin: 40px 60px;
		gap: 1rem;
	}

	.appeal_sp {
		display: flex;
		justify-content: space-around;
		gap: 1rem;
	}

	.appeal_txt {
		width: 100%;
		min-width: 310px;
		max-width: 800px;
		font-size: clamp(1.063rem, 0.807rem + 1.09vw, 1.625rem);
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 100px;
		color: #000;
		background-color: #fff;
		padding: 4px 20px;
		font-weight: bold;
		text-align: center;
	}

	.appeal_sp img {
		width: 100%;
		min-width: 146px;
		max-width: 206px;
	}

	.logo_txt {
		font-size: clamp(1.063rem, 0.864rem + 0.85vw, 1.5rem);
		text-align: center;
		margin: 20px 0px 100px 0px;
		line-height: 3rem;
	}

	.aboutbox_pc {
		display: none;
	}

	.aboutbox_sp {
		background-image: url(../../gamepc/img/dqdai/loop_bg.png?$staticlink$);
		background-repeat: repeat;
		background-attachment: scroll;
		overflow: hidden;
		display: block;
		padding: 10px 0;
	}

	.itembox {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.txtbox {
		width: 100%;
		margin: 6rem 0 2rem 0;
		padding: 0 30px;
	}

	.leed_font {
		color: #E7BC0C;
		font-size: clamp(1.875rem, 1.395rem + 0.59vw, 2.148rem);
		width: 100%;
	}

	.about_font {
		font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
		width: 100%;
		margin-top: 1.4rem;
	}

	.about-imgbox_l {
		position: static;
		width: 100%;
		margin: 0;
		padding-right: 30px;
		overflow: hidden;
	}

	.about-imgbox_l img {
		width: 100%;
		min-width: 342px;
		max-width: 960px;
	}

	.about-imgbox_r {
		position: static;
		width: 100%;
		margin: 0;
		padding-left: 30px;
		overflow: hidden;
	}

	.about-imgbox_r img {
		width: 100%;
		min-width: 342px;
		max-width: 960px;
	}

	p.pl_btn_about::after {
		position: absolute;
		top: 50px;
		right: 0;
		width: 100px;
		content: url(../../gamepc/img/dqdai/link.png?$staticlink$);
	}

	.sp_no {
		display: block;
		gap: 2rem;
	}

	.pc_no {
		display: block;
	}
}

@media screen and (min-width:821px) and (max-width:920px) {
	#kv .kv_pc {
		display: block;
		width: 100%;
		min-width: 521px;
	}

	#kv .kv_sp {
		display: none;
	}

	.flx-box {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.mc_txtbox h3 {
		font-size: clamp(1.188rem, 1.017rem + 0.73vw, 1.563rem);
		line-height: 2.8rem;
		margin-bottom: 2rem;
	}

	.appeal {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin: 40px 60px;
		gap: 3rem;
	}

	.appeal_sp {
		display: flex;
		justify-content: space-around;
		gap: 3rem;
	}

	.appeal_txt {
		width: 100%;
		min-width: 310px;
		max-width: 800px;
		font-size: clamp(1.063rem, 0.807rem + 1.09vw, 1.625rem);
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 140px;
		color: #000;
		background-color: #fff;
		padding: 4px 20px;
		font-weight: bold;
		text-align: center;
	}

	.appeal_sp img {
		width: 100%;
		min-width: 146px;
		max-width: 206px;
	}

	.logo_txt {
		font-size: clamp(1.063rem, 0.864rem + 0.85vw, 1.5rem);
		text-align: center;
		margin: 20px 0px 100px 0px;
		line-height: 3rem;
	}

	.aboutbox_pc {
		background-image: url(../../gamepc/img/dqdai/loop_bg.png?$staticlink$);
		background-repeat: repeat;
		background-attachment: scroll;
		overflow: hidden;
		display: block;
		padding: 20px 0;
	}

	.aboutbox_sp {
		display: none;
	}

	.itembox {
		display: flex;
		width: 100%;
		min-width: 768px;
		max-width: 1200px;
		margin: 0 auto;
	}

	.txtbox {
		width: 600px;
		margin: 6rem 0;
	}

	.leed_font {
		color: #E7BC0C;
		font-size: clamp(1.25rem, -0.104rem + 2.64vw, 1.875rem);
		width: 100%;
	}

	.about_font {
		font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
		width: 100%;
		margin-top: 1.4rem;
	}

	.about-imgbox_l {
		position: relative;
		top: 0;
		right: 5%;
		width: 600px;
		margin: 3rem;
		line-height: 20rem;
	}

	.about-imgbox_l img {
		width: 100%;
		min-width: 342px;
		max-width: 960px;
		overflow: visible;
	}

	.about-imgbox_r {
		position: relative;
		top: 0;
		left: 5%;
		width: 600px;
		margin: 3rem;
		line-height: 20rem;
	}

	.about-imgbox_r img {
		width: 100%;
		min-width: 342px;
		max-width: 960px;
		overflow: visible;
	}

	.itembox_front {
		display: block;
		width: 100%;
		min-width: 310px;
		max-width: 966px;
		box-sizing: border-box;
		border: 3px solid #E7BC0C;
		padding: 30px;
		margin: 0 auto;
		margin-bottom: 70px;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.itembox_back {
		display: block;
		width: 100%;
		min-width: 310px;
		max-width: 966px;
		box-sizing: border-box;
		border: 3px solid #E7BC0C;
		padding: 30px;
		margin: 0 auto;
		margin-bottom: 150px;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.imgbox {
		width: 100%;
		min-width: 310px;
		max-width: 350px;
		margin: 0 auto;
	}

	.mc_txtbox {
		width: 100%;
		min-width: 310px;
		max-width: 602px;
		margin: 0 auto;
	}

	p.pl_btn_about::after {
		position: absolute;
		top: 35px;
		right: 0;
		width: 100px;
		content: url(../../gamepc/img/dqdai/link.png?$staticlink$);
	}

	.sp_no {
		display: block;
	}

	.pc_no {
		display: none;
	}
}

@media screen and (min-width:921px) and (max-width:1200px) {
	#kv .kv_pc {
		display: block;
		width: 100%;
		min-width: 521px;
	}

	#kv .kv_sp {
		display: none;
	}

	.flx-box {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.mc_txtbox h3 {
		font-size: clamp(1.188rem, 1.017rem + 0.73vw, 1.563rem);
		line-height: 2.8rem;
		margin-bottom: 2rem;
	}

	.appeal {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		margin: 40px 60px;
		gap: 3rem;
	}

	.appeal_txt {
		width: 100%;
		min-width: 310px;
		max-width: 800px;
		font-size: clamp(1.063rem, 0.807rem + 1.09vw, 1.625rem);
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 140px;
		color: #000;
		background-color: #fff;
		padding: 4px 20px;
		font-weight: bold;
		text-align: center;
	}

	.appeal_sp img {
		width: 100%;
		min-width: 146px;
		max-width: 206px;
	}

	.logo_txt {
		font-size: clamp(1.063rem, 0.864rem + 0.85vw, 1.5rem);
		text-align: center;
		margin: 20px 0px 100px 0px;
		line-height: 3rem;
	}

	.aboutbox_pc {
		background-image: url(../../gamepc/img/dqdai/loop_bg.png?$staticlink$);
		background-repeat: repeat;
		background-attachment: scroll;
		overflow: hidden;
		display: block;
		padding: 20px 0;
	}

	.aboutbox_sp {
		display: none;
	}

	.appeal_sp {
		display: flex;
		justify-content: space-around;
		gap: 3rem;
	}

	.itembox {
		display: flex;
		width: 100%;
		min-width: 768px;
		max-width: 1200px;
		margin: 0 auto;
	}

	.txtbox {
		width: 600px;
		margin: 6rem 0;
	}

	.leed_font {
		color: #E7BC0C;
		font-size: clamp(1.25rem, -0.104rem + 2.64vw, 1.875rem);
		width: 100%;
	}

	.about_font {
		font-size: clamp(1rem, 0.188rem + 1.58vw, 1.375rem);
		width: 100%;
		margin-top: 1.4rem;
	}

	.about-imgbox_l {
		position: relative;
		top: 0;
		right: 5%;
		width: 600px;
		margin: 3rem;
		line-height: 20rem;
	}

	.about-imgbox_l img {
		width: 100%;
		min-width: 342px;
		max-width: 960px;
		overflow: visible;
	}

	.about-imgbox_r {
		position: relative;
		top: 0;
		left: 5%;
		width: 600px;
		margin: 3rem;
		line-height: 20rem;
	}

	.about-imgbox_r img {
		width: 100%;
		min-width: 342px;
		max-width: 960px;
		overflow: visible;
	}

	.itembox_front {
		display: flex;
		width: 100%;
		min-width: 310px;
		max-width: 966px;
		box-sizing: border-box;
		border: 3px solid #E7BC0C;
		padding: 30px;
		margin: 0 auto;
		margin-bottom: 70px;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.itembox_back {
		display: flex;
		width: 100%;
		min-width: 310px;
		max-width: 966px;
		box-sizing: border-box;
		border: 3px solid #E7BC0C;
		padding: 30px;
		margin: 0 auto;
		margin-bottom: 150px;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.imgbox {
		width: 100%;
		min-width: 310px;
		max-width: 350px;
	}

	.mc_txtbox {
		width: 100%;
		min-width: 310px;
		max-width: 602px;
	}

	p.pl_btn_about::after {
		position: absolute;
		top: 40px;
		right: 0;
		width: 100px;
		content: url(../../gamepc/img/dqdai/link.png?$staticlink$);
	}

	.sp_no {
		display: block;
	}

	.pc_no {
		display: none;
	}
}



@media screen and (min-width:1201px) {
	#kv .kv_pc {
		display: block;
		width: 100%;
		min-width: 521px;
	}

	#kv .kv_sp {
		display: none;
	}

	.flx-box {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.itembox_front {
		display: flex;
		width: 100%;
		min-width: 310px;
		max-width: 966px;
		box-sizing: border-box;
		border: 3px solid #E7BC0C;
		padding: 30px;
		margin: 0 auto;
		margin-bottom: 70px;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.itembox_back {
		display: flex;
		width: 100%;
		min-width: 310px;
		max-width: 966px;
		box-sizing: border-box;
		border: 3px solid #E7BC0C;
		padding: 30px;
		margin: 0 auto;
		margin-bottom: 150px;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.imgbox {
		width: 100%;
		min-width: 310px;
		max-width: 350px;
	}

	.mc_txtbox h3 {
		font-size: clamp(1.188rem, 1.017rem + 0.73vw, 1.563rem);
		line-height: 2.8rem;
		margin-bottom: 2rem;
	}

	.mc_txtbox {
		width: 100%;
		min-width: 310px;
		max-width: 602px;
	}

	.appeal {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		margin: 40px 0;
		gap: 3rem;
	}

	.appeal_sp {
		display: flex;
		justify-content: space-around;
		gap: 3rem;
	}

	.appeal_txt {
		width: 100%;
		min-width: 310px;
		max-width: 800px;
		font-size: clamp(1.063rem, 0.807rem + 1.09vw, 1.625rem);
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 140px;
		color: #000;
		background-color: #fff;
		padding: 4px 20px;
		font-weight: bold;
		text-align: center;
	}

	.appeal_sp img {
		width: 100%;
		min-width: 146px;
		max-width: 206px;
	}

	.logo_txt {
		font-size: clamp(1.063rem, 0.864rem + 0.85vw, 1.5rem);
		text-align: center;
		margin: 20px 0px 100px 0px;
		line-height: 3rem;
	}

	.aboutbox_pc {
		background-image: url(../../gamepc/img/dqdai/loop_bg.png?$staticlink$);
		background-repeat: repeat;
		background-attachment: scroll;
		overflow: hidden;
		display: block;
		padding: 8rem 0;
	}

	.aboutbox_sp {
		display: none;
	}

	.itembox {
		display: flex;
		width: 1200px;
		margin: 0 auto;
	}

	.txtbox {
		width: 600px;
		margin: 15% 0;
	}

	.leed_font {
		color: #E7BC0C;
		font-size: clamp(1.875rem, 1.395rem + 0.59vw, 2.148rem);
		width: 550px;
	}

	.about_font {
		font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
		width: 550px;
		margin-top: 1.4rem;
	}

	.about-imgbox_l {
		position: relative;
		top: 0;
		right: 5%;
		width: 100%;
	}

	.about-imgbox_l img {
		height: 100%;
		min-height: 192px;
		max-height: 540px;
		overflow: visible;
		margin-left: -360px;
	}

	.about-imgbox_r {
		position: relative;
		top: 0;
		left: 5%;
		width: 100%;
	}

	.about-imgbox_r img {
		height: 100%;
		min-height: 192px;
		max-height: 540px;
		overflow: visible;
	}

	p.pl_btn_about::after {
		position: absolute;
		top: 40px;
		right: 0;
		width: 100px;
		content: url(../../gamepc/img/dqdai/link.png?$staticlink$);
	}

	.sp_no {
		display: block;
	}

	.pc_no {
		display: none;
	}
}