@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(30px, -0.412rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1620px;

	/* font */
	--dp-font-jp: "M PLUS 1", serif;
	/* Noto Sans JP
	<weight>: Use a value from 100 to 900
	*/

	--cts-font: "M PLUS 1 Code", serif;
	/* <weight>: Use a value from 100 to 700 */

	--cts-font2: "Noto Sans JP", serif;
	/* <weight>: Use a value from 100 to 900 */

	--dp-h1-size: clamp(24px,calc(1.159rem + 1.45vw),36px);
	--dp-h2-size: clamp(20px,calc(1.023rem + .97vw),28px);
	--dp-h3-size: clamp(18px,calc(.955rem + .73vw),24px);
	--dp-h4-size: clamp(16px,calc(.886rem + .48vw),20px);
	--dp-p-l-size: clamp(14px, 0.806rem + 0.3vw, 16px);/* 本文 Large */
	--dp-p-note-size: clamp(10px,calc(.597rem + .12vw),11px);/* 本文 Notes */
	--dp-price-s-size: clamp(16px,calc(.886rem + .48vw),20px);/* 価格 Small */
	--dp-price-tax-s-size: clamp(12px,calc(.693rem + .24vw),14px);/* 円・税 Small */

	--cts-font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
	--cts-font-ls: .025em;/*letter-spacing*/

	/* color */
	--cts-color1: #ffffff;
	--cts-color2: #E7D8B1;
	--cts-color3: #F1CA55;
	--cts-color4: #FFD966;
	--cts-color5: #442E07;
	--cts-color6: #3C3323;
	--cts-color7: #0268B5;
	--cts-color8: #000000;
}


/* LP共通汎用
____________________*/
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
.pagetop {
	display: none;	
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.l-header {
    width: 100%;
    background: #fff;
    position: relative;
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.bnr_link_win11_wrap {
    margin: 0 auto;
}
.bnr_link_win11 img {
    transition: opacity 0.3s;
    width: 300px;
}
.bnr_link_win11 img:hover {
	opacity: 0.75;
}
.BreadcrumbList_wrap {
	background: #fff;
	position: relative;
    z-index: 2;
}
.footer-wrap {
    background: #fff;
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
	.c-breadcrumb__list.u-pc-width,
	.bnr_link_win11_wrap.u-pc-width {
		padding-inline: 30px;
	}
	.bnr_link_win11_wrap.u-pc-width {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.contents__wrap {
	width: 100%;
	margin-inline: auto;
	/* background: var(--cts-bg); */
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	color: #fff;
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
}
.contents {
	margin-top: 120px;
	margin-bottom: 120px;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
}
.contents__wrap .link__inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: clamp(5px,0.236rem + 1.38vw,12px);
	padding-inline: clamp(25px,0.737rem + 2vw,40px);
	min-height: 50px;
	background: var(--dp-color);
	font-size: clamp(15px, 0.545rem + 1.61vw, 18px);
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	letter-spacing: var(--cts-font-ls);
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
	width: 100%;
}
/* .link__inner::before {
	position: absolute;
	content: "";
	width: 150%;
	height: 100%;
	top: 0;
	left: -168%;
	background: #fff;
	transform: skewX(-18deg);
	opacity: .3;
	z-index: -1;
} */
.link__inner::after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
    right: 10px;
    width: 9px;
    height: 9px;
    /* border-right: 1px solid;
    border-bottom: 1px solid;
	border-color: #fff;
	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%;
	}
} */
/* コンテンツ
____________________*/
.contents__wrap {
	padding-block-end: 0;
}
.contents__wrap .link__inner {
	max-width: 282px;
	color: var(--cts-bg);
	font-size: clamp(12px, -0.545rem + 1.61vw, 19px);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	background: var(--cts-color7);
	border: 3px solid var(--cts-color1);
	border-radius: 10px;
	padding-block:0;
    padding-inline: 0;
	margin-top: 10px;
	box-shadow: 4px 4px 8px 0px rgba(0, 47, 84, 0.7);
	transition: transform .3s ease;
}
.contents__wrap .link__inner span {
	position: relative;
	z-index: +1;
	padding-block: clamp(5px,0.236rem + 1.38vw,14px);
    padding-inline: clamp(25px,0.737rem + 2vw,40px);
	width: 100%;
	height: 100%;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
/* .contents__wrap .link__inner::before {
	background: #00D3A3;
	opacity: 1;
} */
.contents__wrap .link__inner::after {
	background: url(../../gamepc/img/dq3/arrow.webp) no-repeat center center/contain;
	width: 15px;
    height: 20px;
}
.contents__wrap .link__inner:hover {
	transform: scale(1.05);
}
.section-ttl_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.code {
	font-style: normal;
	font-family: var(--cts-font);
}
.dq_note {
	color: var(--cts-color2);
	font-size: clamp(13px, 0.245rem + 1.61vw, 16px);
	font-weight: 400;
	line-height: 1.6;
    letter-spacing: 0.05em;
	text-align: center;
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 2;
	margin-top: 0;
	margin-bottom: 0;
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
/* lineup
____________________*/
.contents--lineup {
	padding-top: 90px;
	padding-bottom: 195px;
	margin-top: 0;
	margin-bottom: 0;
	background: url(../../gamepc/img/dq3/bg_lineup_pc.webp) no-repeat center center /cover fixed;
}
.lineup .main-txt {
	color: var(--cts-color2);
	font-size: clamp(13px, -0.545rem + 3.61vw, 30px);
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 0.05em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
} 
.lineup .section-ttl_wrap {
	margin-top: 60px;
}
.lineup .lineup--list {
	width: 100%;
	max-width: 1463px;
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
    flex-wrap: wrap;
	gap: 60px;
}
.lineup--list_item {
	width: 100%;
	max-width: 700px;
	background: var(--cts-color1);
	border: 3px solid var(--cts-color3);
	box-shadow: inset 0px 0px 25px 5px rgba(241, 202, 85, 1);
	padding: 30px 25px;
	box-sizing: border-box;
}
.model-name_wrap {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--cts-color6);
	position: relative;
	z-index: 1;
}
.model-name_wrap::after {
	content: "";
	background: url(../../gamepc/img/dq3/ornament.webp) no-repeat center center /contain;
	width: 14px;
	height: 16px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: +1;
}
.model__name {
	width: 100%;
	color: var(--cts-color5);
	font-size: clamp(18px, 0.545rem + 1.61vw, 30px);
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: left;
}
.model__detail {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	margin: 20px auto 0;
}
.model_image {
	width: 257px;
	height: 257px;
}
.model_image img {
	width: 100%;
	height: auto;
}
.model__txt {
	width: calc(100% - 257px);
	text-align: left;
}
.model__spec-list {
	color:var(--cts-color5);
	font-size: clamp(13px, 0.245rem + 1.61vw, 16px);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0 30px;
}
.model__spec-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0 1em;
}
.model__spec-item .spec__name {
	width: 7em;
	display: inline-block;
}
.model__spec-item .spec__data {
	width: 15em;
	display: inline-block;
}
.model__price_block {
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: end;
}
.model__price {
	color: var(--cts-color5);
	font-size: clamp(20px, 0.545rem + 1.61vw, 33px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: right;
}
.model__price .model__tax {
	font-size: clamp(13px, 0.245rem + 1.61vw, 18px);
}
/* about
____________________*/
.contents--about {
	padding-top: 110px;
	padding-bottom: 110px;
	margin-top: 0;
	margin-bottom: 0;
	background: url(../../gamepc/img/dq3/bg_about_pc.webp) no-repeat center center /cover fixed;
	position: relative;
	z-index: 1;
}
.contents--about::after {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 70%;
    z-index: +1;
}
.contents--about .about {
	position: relative;
	z-index: +2;
}
.about .logo_wrap {
	width: 70%;
	max-width: 500px;
	margin: 25px auto 0;
	position: relative;
	z-index: +2;
}
.about .about_txt_l {
	color: var(--cts-color2);
	font-size: clamp(15px, -0.545rem + 5.61vw, 50px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	margin: 70px auto 0;
	position: relative;
	z-index: +2;
}
.about .about_txt_m {
	color: var(--cts-color2);
	font-size: clamp(13px, -0.545rem + 3.61vw, 26px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	margin: 55px auto 0;
	position: relative;
	z-index: +2;
}
.about .modal_wrap {
	margin: 110px auto 0;
	position: relative;
	z-index: +2;
}
.about .modal_item {
	width: 100%;
	max-width: 480px;
	border: 3px solid var(--cts-color4);
	overflow:hidden;
}
.about .modal_item img {
	vertical-align: bottom;
	transition:0.3s;
}
.about .modal_item img:hover {
	transform:scale(1.2);
	transition:0.3s;
}
.about .chara {
	width: 80%;
	max-width: 511px;
	margin: 50px auto 0;
	position: relative;
	z-index: +2;
}
.about .btn_block {
	width: 100%;
	max-width: 720px;
	margin: 75px auto 0;
	position: relative;
	z-index: +2;
}
.about .btn_block .link__inner {
	font-size: clamp(13px, -0.545rem + 3.61vw, 26px);
	max-width: inherit;
	border:4px solid var(--cts-color3) ;
	box-shadow: inset 0px 0px 5px 1px rgba(68, 46, 7, 1);
	margin: 0;
}
.about .btn_block .link__inner::after {
	content: none;
}
.about .btn_block .link__inner span {
	padding-block: clamp(5px, 2.236rem + 1.38vw, 44px);
}
.about .dq_note {
	margin-top: 20px;
}
.about .copy {
	font-size: clamp(10px, -1.545rem + 3.61vw, 20px);
	font-family: var(--cts-font2);
	font-weight: 400;
	text-align: center;
	margin: 85px auto 0;
	position: relative;
	z-index: +2;
}
@media (max-width: 767px) {/*375-768*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.l-header {
	z-index: 2;
}
#maincontent {
	z-index: 1;
	position: relative;
}

/* コンテンツ
____________________*/
.contents {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contents__wrap .link__inner {
	max-width: 195px;
	min-height: inherit;
}
.contents__wrap .link__inner span {

}
/* mv
____________________*/
.contents--mv {
	margin-top: 0px;
	margin-bottom: 0;
}
.contents--mv .pc {
	display: none !important;
}
.contents--mv .sp {
	display: block !important;
}
/* lineup
____________________*/
.contents--lineup {
	padding-top: 40px;
	padding-bottom: 35px;
	margin-top: 0;
	margin-bottom: 0;
	background: url(../../gamepc/img/dq3/bg_lineup_sp.webp) no-repeat center center /cover fixed;
}
.lineup {
	padding-inline: 0;
}
.lineup .section-ttl_wrap {
	width: 100%;
	margin-top: 20px;
}
.lineup .section-ttl_wrap .section-ttl {
	width: 100%;
	max-width: 375px;
	margin: 0 auto;
}
.lineup .lineup--list {
	width: 90%;
	max-width: 340px;
	gap: 20px;
	margin-top: 10px;
	box-sizing: border-box;
}
.lineup--list_item {
	width: 90%;
	padding: 28px 20px 18px;
}
.model__name {
	text-align: center;
}
.model__detail {
	flex-direction: column;
	gap: 0;
	margin-top: 5px;
}
.model_image {
	width: 178px;
	height: 178px;
}
.model__txt {
	width: 100%;
}
.model__spec-item {
	gap: 0 20px;
}
.model__spec-list {
	letter-spacing: 0;
}
.model__price_block {
	align-items: center;
}
/* lineup
____________________*/
.contents--about {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 75px;
	padding-bottom: 35px;
	background: url(../../gamepc/img/dq3/bg_about_sp.webp) no-repeat center center / cover fixed;
}
.about {
	padding-inline: 0;
}
.about .logo_wrap {
	width: 70%;
	max-width: 220px;
}
.about .about_txt_l {
	letter-spacing: 0;
}
.about .about_txt_m {
	letter-spacing: 0;
	margin-top: 20px;
}
.about .modal_wrap {
	margin-top: 30px;
}
.about .modal_item {
	width: 277px;
}
.model__spec-item .spec__name {
	width: 6em;
}
.model__spec-item .spec__data {
	width: 10em;
}
.about .chara {
	width: 70%;
	max-width: 233px;
	margin: 10px auto 0;	
}
.about .btn_block {
	width: 90%;
	max-width: 324px;
	margin: 20px auto 0;
}
.about .btn_block .link__inner {
	border-radius: 21px;
}
.about .btn_block .link__inner span {
	padding-block: clamp(5px, 2.236rem + 1.38vw, 20px);
}
}
@media (max-width: 479px) {
	.contents--mv .pc {
		display: none;
	}
	.contents--mv .sp {
		display: block;
	}
}

/*　アニメーション
____________________*/
.fade-in { opacity: 0; transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in-center { transform: translate(0, 0); }      /* 位置変更なし */
.fade-in-top { transform: translateY(-200px); }      /* 上から */
.fade-in-bottom { transform: translateY(200px); }    /* 下から */
.fade-in-right { transform: translateX(200px); }     /* 右から */
.fade-in-left { transform: translateX(-200px); }     /* 左から */
.fade-in-zoom-in { transform: scale(0.2); }          /* ズームイン：最初は小さく表示される */
.fade-in-zoom-out { transform: scale(1.6); }         /* ズームアウト：最初は大きく表示される */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */