<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(30px, -0.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1200px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;
	/* Noto Sans JP
	Noto Sans JP Thin 100
	Noto Sans JP Light 300
	Noto Sans JP Regular 400
	Noto Sans JP Medium 500
	Noto Sans JP Bold 600
	*/

	--cts-font: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "yu-gothic-pr6n", sans-serif;

	--cts-font-02: 'Outfit', sans-serif;
	/* Outfit
	Outfit Medium 500
	Outfit bold 700
	*/

	--cts-font-03: 'raleway', sans-serif;
	/* Raleway
	Raleway Black 900
	*/

	--cts-font-04: 'Zen Kaku Gothic New', sans-serif;
	/* Zen Kaku Gothic New
	Zen Kaku Gothic New Bold 700
	*/

	--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 */
	--dp-color: #FE0000;
	--dp-color-price: #e43344;
	--cts-color: #fff;
	--cts-color-z: #E95E61;
	--cts-color-u: #4382FA;
	--cts-bg: #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;
}
.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;
}
@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: var(--cts-color);
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
}
.sp {
	display: none;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
	width: 100%;
	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);
	margin-top: 10px;
	min-height: 50px;
	background: var(--dp-color);
	font-size: clamp(16px, 0.545rem + 1.61vw, 18px);
	font-weight: 900;
	color: #fff;
	text-decoration: none;
	letter-spacing: var(--cts-font-ls);
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
}
.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% - 3px);
	right: 17px;
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px 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: 75px;
}
.contents__ttl {
	font-size: 45px;
	font-family: var(--cts-font-02);
	text-align: center;
	letter-spacing: .06em;
}
.contents__ttl--about {
	font-size: 20px;
	text-align: left;
	letter-spacing: .03em;
}
.contents__ttl-inner {
	display: block;
	margin-block-start: 9px;
	font-size: 18px;
	font-family: var(--cts-font);
	letter-spacing: 0;
}

/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
}
.contents--mv img {
	width: 100%;
	padding: 0;
}

/* read
____________________*/
.contents__inner.read {
	padding-block-start: 100px;
	padding-block-end: 100px;
}
.read .read__txt {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1680px;
    width: 100%;
    margin: 0 auto;
}
.read .read__txt::before {
	content: "";
	background: url(../../gamepc/img/codmw3/ornament01.png) no-repeat center center/contain;
	width: 240px;
	height: 35px;
	display: block;
}
.read .read__txt::after {
	content: "";
	background: url(../../gamepc/img/codmw3/ornament02.png) no-repeat center center/contain;
	width: 240px;
	height: 35px;
	display: block;
}
.read .read__txt p {
	font-size: clamp(14px, 0.345rem + 1.61vw, 21px);
	line-height: 1.7;
	letter-spacing: -0.1px;
	text-align: center;
	padding: 0 10px;
}
/* lineup
____________________*/
.contents--lineup {
	background: url(../../gamepc/img/codmw3/bg_01.png) no-repeat center top/cover;
}
.contents__inner.lineup {
	padding-block-start: 120px;
	padding-block-end: 180px;
}
.lineup .lineup--ttl {
	max-width: 339px;
	width: 100%;
	text-align: center;
	margin: 0 auto 50px;
}

.lineup .lineup--list {
	width: 100%;
	max-width: 960px;
	margin: 50px auto 0;
}
.lineup .lineup--list .get_product_data {
	background: #0C0C0C;
	padding: 40px 70px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.lineup .lineup--list .get_product_data:nth-of-type(n+2) {
	margin-top: 35px;
}
.lineup .lineup--list .get_product_data figure {
	width: 100%;
	max-width: 230px;
}
.lineup .lineup--list .get_product_data figure img {
	width: 100%;
	height: auto;
}
.lineup .lineup--list .get_product_data .model__detail {
	width: 100%;
	margin-left: 30px;
}
.model__name {
	width: 100%;
	font-size: clamp(16px, 0.545rem + 1.61vw, 22px);
	letter-spacing: 0.5px;
	line-height: 1.6;
	position: relative;
	padding-block-end: 20px;
}
.model__name::after {
	content: "";
	width: 50px;
	height: 3px;
	background: var(--dp-color);
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(0,-50%);
}
.model__txt {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 20px;
}
.model__spec-list {
	font-size: clamp(10px, 0.345rem + 1.61vw, 13px);
	line-height: 1.4;
	letter-spacing: 0.8px;
}
.model__spec-list .model__spec-item:nth-of-type(n+2) {
	margin-top: 5px
}
.model__spec-list .model__spec-item .spec__name {
	display: inline-block;
	width: 6em;
	white-space:nowrap;
}
.model__spec-list .model__spec-item .spec__data {
	display: inline-block;
	margin-left: 20px;
}
.model__price_block {
	max-width: 220px;
	width: 100%;
}
.model__price {
	font-size: clamp(23px, 0.545rem + 1.61vw, 30px);
	font-weight: 900;
}
.model__price .model__tax {
	font-size: clamp(16px, 0.545rem + 1.61vw, 20px);
}
/* about
____________________*/
.contents--about {
    background: url(../../gamepc/img/codmw3/bg_02.png) no-repeat center top/cover fixed;
	position: relative;
	z-index: 1;
}
.contents--about::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,1));
	width: 100%;
	height: 150px;
	z-index: 10;
}
.contents--about::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1));
	width: 100%;
	height: 150px;
	z-index: 10;
}
.contents--about .contents__inner.about {
	padding-block-start: 140px;
    padding-block-end: 180px;
	z-index: 100;
	position: relative;
}
.about .about--head {
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 60px;
}
.about .about--head::after {
	content: "";
	background: url(../../gamepc/img/codmw3/ornament03.png) no-repeat center center/contain;
	width: 100%;
	height: 18px;
	margin: 100px auto 0;
	display: block;
}
.about .about--head h3 {
	font-size: clamp(22px, 0.345rem + 1.61vw, 35px);
	color: var(--dp-color);
	letter-spacing: 2px;
}
.about .about--head h3 + p {
	font-size: clamp(12px, 0.345rem + 1.61vw, 18px);
	color: var(--cts-color);
	line-height: 1.8;
	letter-spacing: 0.8px;
	padding-block-start: 40px;
}
.about .about--block-list {
	margin-top: 140px;
}
.about .about--block {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .about--block:nth-of-type(n+2) {
	margin-top: 140px;
}
.about .about--block figure {
	width: 50%;
	max-width: 640px;
}
.about .about--block figure img {
	width: 100%;
	height: auto;
}
.about .about--block .txt--block {
	width: calc(50% - 80px);
}
.txt--block .red_txt {
	color: var(--dp-color);
	font-size: clamp(14px, 0.545rem + 1.61vw, 18px);
	font-weight: bold;
}
.txt--block h4 {
	font-size: clamp(22px, 0.545rem + 1.61vw, 35px);
	font-weight: bold;
	line-height: 1.4;
}
.txt--block h4 + p {
	font-size: clamp(12px, 0.345rem + 1.61vw, 16px);
	line-height: 1.7;
	margin-top: 40px;
}
/* foot
____________________*/
.contents__inner.foot {
	padding-block-start: 120px;
}
.foot .foot--logo {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.foot .link__inner {
	font-size: clamp(12px, 0.345rem + 1.61vw, 18px);
	line-height: 1.6;
	text-align: center;
	width: 100%;
	max-width: 450px;
	padding-block: clamp(15px,0.236rem + 1.38vw,20px);
	margin: 75px auto 120px;
	background: var(--dp-color);
}
.foot .link__inner::after {
	content: "";
	top: calc(50% - 8px);
	right: 25px;
	background: url(../../gamepc/img/codmw3/icon-blank.png) no-repeat center center/contain;
	width: 19px;
	height: 21px;
	display: block;
	border: none;
	transform: none;
}
.foot .game--copy {
	font-size: 12px;
	text-align: center;
}
@media (max-width: 768px) {/*375-768*/
	.pc {
		display: none;
	}
	.contents--mv .pc {
		display: block;
	}
	.sp {
		display: block;
	}
	.contents--mv .sp {
		display: none;
	}
	.contents__wrap {
		padding-block-end: 50px;
	}
	/* read */
	.contents__inner.read {
		padding-block-start: 45px;
		padding-block-end: 45px;
	}
	.read .read__txt::before,
	.read .read__txt::after {
		content: none;
	}
	/* lineup */
	.contents__inner.lineup {
		padding-block-start: 65px;
		padding-block-end: 80px;
	}
	.lineup .lineup--ttl {
		max-width: 193px;
		margin: 0 auto 35px;
	}
	.lineup .lineup--list {
		margin: 35px auto 0;
	}
	.lineup .lineup--list .get_product_data {
		flex-direction: column;
		padding: 25px 35px 30px;
	}
	.lineup .lineup--list .get_product_data figure {
		margin-left: auto;
		margin-right: auto;
		max-width: 190px;
	}
	.lineup .lineup--list .get_product_data .model__detail {
		margin-left: 0;
		margin-top: 10px;
	}
	.model__txt {
		flex-direction: column;
	}
	.model__spec-list {
		width: 100%;
	}
	.model__spec-list .model__spec-item .spec__data {
		margin-left: 10px;
	}
	.model__price_block {
		width: 100%;
		max-width: inherit;
		margin-top: 10px;
	}
	.model__price {
		text-align: center;
	}
	/* about */
	.contents--about .contents__inner.about {
		padding-block-start: 80px;
		padding-block-end: 80px;
	}
	.about .about--head::after {
		margin: 60px auto 0;
	}
	.about .about--head h3 {
		letter-spacing: 1px;
	}
	.about .about--head h3 + p {
		text-align: left;
		letter-spacing: 0.2px;
	}
	.about .about--block-list {
		margin-top: 60px;
	}
	.about .about--block {
		flex-direction: column;
	}
	.about .about--block:nth-of-type(n+2) {
		margin-top: 65px;
	}
	.about .about--block figure {
		width: 100%;
	}
	.about .about--block .txt--block {
		margin-top: 20px;
		width: 100%;
	}
	.about .about--block:nth-of-type(even) figure {
		order: 1;
	}
	.about .about--block:nth-of-type(even) .txt--block {
		order: 2;
	}
	.txt--block h4 + p {
		margin-top: 20px;
	}
	/* foot */
	.contents__inner.foot {
		padding-block-start: 80px;
	}
	.foot .foot--logo {
		max-width: 280px;
	}
	.foot .link__inner {
		margin: 50px auto 80px;
	}
	.foot .link__inner::after {
		width: 14px;
		height: 16px;
	}
}
@media (max-width: 479px) {
	.contents--mv .pc {
		display: none;
	}
	.contents--mv .sp {
		display: block;
	}
}</pre></body></html>