@charset "utf-8";

:root {
	/* base */
	--cts-gutter: 30px;
	--cts-width: 900px;

	/* 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:"fot-chiaro-std","Noto Sans JP", sans-serif;
	/* Zen Antique
	Zen Antique Regular normal 400
	*/

	--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,calc(.693rem + .24vw),14px);/* DP-Medium */
	--cts-font-ls: .02em;/*letter-spacing*/
	--cts-font-ls-02: .025em;

	/* color */
	--dp-color: #004da1;
	--dp-color-price: #e43344;
	--cts-color: #191919;
	--cts-color-02: #ABCC8B;
	--cts-color-03: #0052A5;

	/*　コンテンツ用変数 */
	--cts-about-bg-height: clamp(20px, -1.023rem + 9.7vw, 100px);

}


/* LP共通汎用
____________________*/
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
@media screen and (min-width: 480px){
.breadCrumb {
    max-width: 1140px;
}
#container .breadCrumb li a {
    text-decoration: underline;
    color: #0062b0;
}
#container .breadCrumb li a:hover {
    text-decoration: none;
}
}
#container {
	width: 100%;
	margin: auto;
}
.column2R #main {
	float: none;
	width: auto;
}
.breadCrumb {
	margin: 10px auto 0 !important;
}
.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;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
#s_container {
	font-family: var(--dp-font-jp);
	width: 100%;
	margin: 0 auto;
}
.contentsWrap {
	width: 100%;
	color: var(--cts-color);
	font-size: var(--cts-font-size);
	overflow: hidden;
}
.contentsWrap img {
	max-width: 100%;
    margin: 0 auto;
}
.clearfix:after, #nav1:after, #nav2:after, #nav3:after, #container:after, #contents:after, #footerNav:after {
	content: none !important;
}

.styl__ttl {
	font-family: var(--cts-font);
	font-weight: 400;
	color: #000;
    text-shadow:2px 2px 0 #fff;
    text-align: center;
}
h3.styl__ttl{
    font-weight: 300;
}
.about h3{
    font-weight: 400;
    margin-top: 3rem;
}
.about h4,.info h4{
    font-weight: bold;
}

h2.styl__ttl {
	font-size: 45px;
}
h3.styl__ttl,.about h3 {
	font-size: 30px;
}
.about h4,.info h4{
	font-size: 18px;
}

@media (max-width: 479px) {
	#container {
		margin-bottom: 0 !important;
	}
	.leadSection.clearfix {
		display: none;
	}
.styl__ttl {
    text-shadow:3px 3px 0 #fff; 
}
    
h2.styl__ttl {
	font-size: 23px;
} 
h3.styl__ttl,.about h3{
	font-size: 20px;
} 
.about h4,.info h4{
	font-size: 14px;
}    
    
}

.sp {
	display: none;
}


/* コンテンツ
____________________*/
.contentsWrap {
    padding-block-end: clamp(50px, 1.705rem + 6.06vw, 100px);
	background: url(../img/hi-fi-rush/bg.jpg) repeat-y center;
	background-size: contain;
}
.contents {
	padding-block: clamp(60px, 2.614rem + 4.85vw, 100px);
}
.contents__inner {
	width: clamp(310px,100%,calc(var(--cts-width) +  var(--cts-gutter) * 2));
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
}
#container .link__inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: clamp(5px,0.236rem + 0.38vw,8px);
	padding-inline: clamp(25px,0.737rem + 2vw,40px);
	background: var(--dp-color);
	font-size: clamp(11px, 0.545rem + 0.61vw, 16px);
	color: #fff;
	text-decoration: none;
	letter-spacing: var(--cts-font-ls);
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
}
.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: 6px;
	height: 6px;
	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%;
	}
}


/* mv
____________________*/
.contents--mv {
	position: relative;
	width: 100%;
	padding: 0;
}
.contents--mv img {
	width: 100%;
	padding: 0;
}


/* intro
____________________*/
.contents--intro {
	font-size: clamp(3.125rem, 1.5461rem + 5.2632vw, 5rem);
	background: #ff0000;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
}
.intro__txt {
	font-size: clamp(1rem, 0.5789rem + 1.4035vw, 1.5rem);
	font-family: var(--cts-font);
	color: #FFE600;
	text-align: center;
	letter-spacing: .04em;
    font-weight: 300;
    margin-block-start: -1em;
    margin-block-end: -1em;
}
.intro__txt img.pc{
    max-width: 1160px;
    width: 90%;
}
.intro__txt img.sp{
    max-width: 314px;
    width: 90%;
}


/* lineup
____________________*/
.contents--lineup {
	background: url(../img/hi-fi-rush/lineup_bg.jpg) repeat-y fixed center top/cover;
	padding-block-end: calc(clamp(100px, 3.977rem + 11.36vw, 200px) + var(--cts-about-bg-height));
}
.contents__ttl {
	text-align: center;
}
.contents__ttl img {
	width: clamp(211px, 4.75rem + 27vw, 319px);
}
.lineup__list {
	margin-block-start: clamp(40px, 2.045rem + 2.27vw, 60px);
}
.lineup__item {
	position: relative;
}
.lineup__item::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: clamp(36px, 0.256rem + 8.24vw, 103px);
	bottom: 0;
	/*background: url(../../gamepc/img/hi-fi-rush/lineup_detail_bg.png) no-repeat center center;*/
	background-size: cover;
	z-index: 10;
}
.lineup__item + .lineup__item {
	margin-block-start: clamp(65px, 3.352rem + 3.03vw, 90px);
}
.lineup__box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: clamp(2px, 0.04rem + 0.36vw, 5px);
	z-index: 100;
}
.lineup__detail {
	max-width: 570px;
	padding: clamp(1px, -0.534rem + 2.55vw, 22px) 23px clamp(17px, 0.608rem + 1.94vw, 33px);
}
.linup__name {
	max-width: 525px;
	font-size: clamp(18px, 0.955rem + 0.73vw, 24px);
	font-family: var(--cts-font);
	font-weight: 700;
    font-style: normal;
	color: #FFFF00;
	line-height: 1.375;
	letter-spacing: .015em;
}
.lineup__detail-inner {
	display: flex;
	align-items: flex-end;
	gap: clamp(18px, 0.216rem + 3.88vw, 50px);
	margin-block-start: clamp(15px, 0.795rem + 0.61vw, 20px);
	color: #fff;
}
.lineup__spec-list {
	font-size: clamp(11px, 0.602rem + 0.36vw, 14px);
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: .03em;
}
.lineup__spec-item {
	display: flex;
	align-items: center;
}
.lineup__spec-head {
	display: inline-block;
	width: 7.5em;
}
.lineup__spec {
	max-width: 160px;
}
.lineup__price-box {
	text-align: center;
}
.lineup__price {
	font-size: clamp(19px, 0.932rem + 1.09vw, 28px);
	letter-spacing: .05em;
}
.lineup__tax {
	font-size: clamp(13px, 0.642rem + 0.73vw, 19px);
	letter-spacing: .05em;
}
.lineup__link-box {
	margin-block-start: clamp(11px, 0.261rem + 1.82vw, 26px);
}
#container .lineup__link-box .link__inner {
	background: #fff;
	font-size: clamp(16px, 0.943rem + 0.24vw, 18px);
	font-weight: 600;
	color: #233FFD;
	box-shadow: 3px 4px 0px #0000002e;
}
.lineup__link-box .link__inner::before {
	background: #233FFD;
}
.lineup__link-box .link__inner::after {
	border-color: #233FFD;
}
.lineup__subttl {
	max-width: 506px;
	margin: clamp(40px, 2.045rem + 2.27vw, 60px) auto;
	padding: clamp(8px, 0.455rem + 0.23vw, 10px) .5em;
	background: #1C2948;
	border: 1px solid #707070;
	font-size: clamp(18px, 0.989rem + 0.68vw, 24px);
	font-family: var(--cts-font);
	font-weight: 400;
	color: #fff;
	text-align: center;
	letter-spacing: .04em;
	box-sizing: border-box;
}
.lineup__amd {
	position: relative;
	margin-block: clamp(130px, 6.534rem + 7.95vw, 200px) clamp(65px, 3.267rem + 3.98vw, 100px);
}
.lineup__amd::before {
	content: "";
	position: absolute;
	width: calc(100% + clamp(26px, -0.511rem + 10.68vw, 120px));
	height: calc(100% + clamp(130px, 6.534rem + 7.95vw, 200px));
	top: calc(clamp(65px, 3.267rem + 3.98vw, 100px) * -1);
	left: calc(clamp(13px, -0.256rem + 5.34vw, 60px) * -1);
	background: rgba(49,10,10,.5);
	z-index: 10;
}
.lineup__amd > * {
	position: relative;
	z-index: 20;
}
.lineup__subttl--amd {
	background: #fff;
	color: #331F1F;
}
.lineup__amd-camp {
	text-align: center;
    margin-top: 100px;
    color: #fff;
}
.lineup__amd-camp-txt {
	margin-block-start: 1rem;
	font-size: clamp(18px, 0.989rem + 0.68vw, 24px);
	font-family: var(--cts-font);
	font-weight: 400;
	color: #FFFF00;
	letter-spacing: .04em;
}
.lineup__amd-camp-txt-s {
	font-size: clamp(0.875rem, 0.6645rem + 0.7018vw, 1.125rem);
	font-weight: bold;
}
.lineup__amd-camp-link {
	display: inline-block;
	margin-block-start: 15px;
	transition: opacity .3s;
}
.lineup__amd-camp-link:hover {
	opacity: .7;
}


/* about
____________________*/
.contents--about {
	position: relative;
	background: #FFCC44;
    text-align: center;
}
.contents--about::before,
.contents--about::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: var(--cts-about-bg-height);
}
.contents--about::before {
	top: calc(var(--cts-about-bg-height) * -1);
	background: url(../img/hi-fi-rush/about_bg_top.png) no-repeat center center;
	background-size: cover;
}
.contents--about::after {
	bottom: calc(var(--cts-about-bg-height) * -1);
	background: url(../img/hi-fi-rush/about_bg_bottom.png) no-repeat center center;
	background-size: cover;
}
.about__imgbox {
	margin-block-start: clamp(14px, 0.619rem + 1.09vw, 23px);
    margin-bottom: 1rem;
}
.about__imgbox img {
	margin-inline: auto;
}
.about__txt {
	margin-block-start: clamp(20px, -0.3289rem + 5.2632vw, 50px);
	line-height: 1.75;
}


/* info
____________________*/
.contents--info {
	padding-block: calc(clamp(85px, 2.045rem + 13.94vw, 200px) + var(--cts-about-bg-height)) clamp(85px, 2.045rem + 13.94vw, 200px);
}
.info {
	width: clamp(310px,100%,calc(1050px +  var(--cts-gutter) * 2));
}
.info__box {
	padding: clamp(35px, 0.6086rem + 5.2632vw, 65px) 15px clamp(45px, 1.534rem + 5.45vw, 90px);
	background: #FFCC44;
	color: #000;
	text-align: center;
    border: 5px solid #000;
}
.info__box + .info__box {
	margin-block-start: clamp(50px, 0.852rem + 9.7vw, 130px);
}
.info__ttl {
	font-size: clamp(20px, 0.966rem + 1.21vw, 30px);
	font-family: var(--cts-font);
	font-weight: 400;
}
.info__txt {
	margin-block-start: clamp(20px, 0.54rem + 3.03vw, 45px);
	font-size: clamp(12px, 0.58rem + 0.73vw, 18px);
	font-weight: 300;
}
.info__imgbox {
	margin-block-start: clamp(25px, 0.966rem + 2.55vw, 46px);
}
.info__imgbox img {
	margin-inline: auto;
}


/* movie
____________________*/
.contents--movie {
	padding-block: 60px;
	background: #000;
}
.movie {
	width: clamp(310px,100%,calc(1320px + var(--cts-gutter)*2));
	display: flex;
	justify-content: center;
	gap: 15px 40px;
	flex-wrap: wrap;
}
.movie__box {
	width: min(100%,640px);
}
.movie__ttl {
	font-size: clamp(10px, 0.511rem + 0.48vw, 14px);
	font-weight: 300;
	color: #E6E6E6;
}
.movie__wrap {
	position: relative;
	width: 100%;
	margin-block-start: clamp(5px, 0.17rem + 0.61vw, 10px);
	padding-block-start: 56.25%;
}
.movie__wrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}


/* logo
____________________*/
.contents--logo {
	padding-block: 0;
}
.logo__imgbox {
	text-align: center;
}
.logo__imgbox img {
	width: clamp(272px, 3.3158rem + 45.614vw, 532px);
}
.about__link-box {
	margin-block-start: clamp(25px, 0.284rem + 5.45vw, 70px);
	display: flex;
    justify-content: center;
}
#container .about__link {
	padding-block: clamp(17px, 0.693rem + 1.58vw, 30px);
	background: #F31112;
	font-size: clamp(12px, 0.58rem + 0.73vw, 18px);
	font-weight: 300;
    width: fit-content;
}
.about__link.link__inner::after {
	content: none;
}
.about__link img {
	width: clamp(14px, 0.648rem + 0.97vw, 22px);
	margin-inline-start: clamp(13px, 0.472rem + 1.45vw, 25px);
}
.contents__copy {
	margin-block-start: clamp(45px, 2.5493rem + 0.8772vw, 50px);
	font-size: clamp(8px,0.4107rem + 0.7143vw, 13.5px);
	text-align: center;
	color: #000;
}
.contents__copy span {
	margin-top: 3rem;
    display: block;
}


/* モバイル
____________________*/
@media (max-width: 550px) {
	.lineup__detail-inner {
		flex-direction: column;
		align-items: center;
	}
	.lineup__spec {
		max-width: none;
	}
.lineup__amd-camp {
    margin-top: 45px;
} 
.contents--lineup {
	background: url(../img/hi-fi-rush/lineup_bg_sp.jpg) repeat-y fixed center top/cover;
}
.about h3 {
    margin-top: 2rem;
}
.info__box {
    border: 3px solid #000;
}    
.contents__copy img{
	width: 199px;
}
}

@media (max-width: 479px) {
	#s_container {
		margin: auto;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

}


