<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(33px, -0.412rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1330px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;
	/* 100 - 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: #B3B3B3;
	--cts-color3: #DBC291;
	--cts-color4: #9D8563;
	--cts-color5: #E6E6E6;
	--cts-color6: #252525;
	--cts-color7: #0C0F1E;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&amp;display=swap');
/* &lt;uniquifier&gt;: Use a unique and descriptive class name
 &lt;weight&gt;: Use a value from 200 to 900*/

.noto-serif-jp-&lt;serif&gt; {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: inherit;
  font-style: normal;
}
/* 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);
	margin-top: 10px;
	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% - 5px);
    right: 24px;
    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;
	background:url(../../gamepc/img/starrail/bg_2.webp) no-repeat center bottom/contain ,url(../../gamepc/img/starrail/bg_bottom_pc.webp) no-repeat bottom /100%, #0a0a1a url(../../gamepc/img/starrail/bg_pc.webp) no-repeat top /100%;
	position: relative;
	z-index: 0;
}
.contents__wrap .link__inner {
	color: var(--cts-color6);
	font-size: clamp(15px, 0.545rem + 1.61vw, 17px);
	font-weight: 700;
	background: var(--cts-color3);
	border-radius: 9999px;
	padding-block:0;
    padding-inline: 0;
	margin-top: 20px;
	max-width: 280px;
}
.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%;
}
.contents__wrap .link__inner::before {
	background: var(--cts-color4);
	opacity: 1;
}
.contents__wrap .link__inner::after {
	border-right: 2px solid;
    border-bottom: 2px solid;
	border-color: var(--cts-color6);
}
.section-ttl {
	width: 100%;
	margin-inline: auto;
  position: relative;
  font-family: "Noto Serif JP", serif;
  padding: 4em 0 0;
  font-size: clamp(31px, 2.1vw, 31px);
  text-align: center;
  margin: 0 auto;
}
.section-ttl:before {
  content: '';
  display: block;
  position: absolute;
	background: url(../../gamepc/img/starrail/ttl_icon.webp) no-repeat center center / contain;
  width: 3.3em;
  height: 3.3em;
  max-width: 100px;
  max-height: 100px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-ttl span {
  display: table;
  margin: 0 auto;
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	background: url(../../gamepc/img/starrail/kv_a_pc.webp) no-repeat center center / contain;
	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;
}
.contents--mv .kv-ttl{
  position: absolute;
  bottom: 5.2vw;
  left: 21.6vw;
  z-index: 3;
}
.contents--mv .kv-ttl dt h1{
  font-size: 2.5vw;
  line-height: 1.4;
  background: linear-gradient(90deg, #E5CE57 0%, #C8964A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contents--mv .kv-ttl dd{
  width: 19.5vw;
  margin-top: .5em;
}
/* system
____________________*/
.contents--system {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 200px;
	padding-bottom: 0;
  position: relative;
}
/*.system .section-ttl {
	max-width: 442px;
}*/
/*.system .section-ttl:before {
  content: '';
  display: block;
  position: absolute;
	background: url(../../gamepc/img/starrail/ttl_icon.webp) no-repeat center center / contain;
  width: 3.3em;
  height: 3.3em;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}*/
.system .section-ttl span {
  width: 21.5vw;
  max-width: 310px;
}
.ststem_table {
	width: 100%;
	max-width: 1200px;
	margin: 45px auto 0;
	border-collapse: separate;
	overflow: hidden;
	border: 2px solid var(--cts-color4);
	border-radius: 5px;
}
.ststem_table tr {
	background: var(--cts-color7);
}
.ststem_table tr:nth-of-type(even) {
	background: #000000;
}
.ststem_table th,
.ststem_table td {
	text-align: left;
	vertical-align: middle;
	border: 1px solid var(--cts-color4);
	padding: 15px 30px;
	box-sizing: border-box;
}
.ststem_table th {
	color: var(--cts-color2);
	font-size: clamp(13px, 0.245rem + 1.61vw, 18px);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.ststem_table td {
	color: var(--cts-color5);
	font-size: clamp(14px, 0.245rem + 1.61vw, 17px);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.ststem_table .thead {
	background: var(--cts-color6);
}
.ststem_table .thead th {
	color: var(--cts-color3);
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.ststem_table .thead th:nth-of-type(1) {
	width: 16%;
}
.ststem_table .thead th:nth-of-type(2),
.ststem_table .thead th:nth-of-type(3) {
	width: calc(84% / 2);
}
.system_note {
	color: var(--cts-color2);
	font-size: clamp(11px, 0.245rem + 1.61vw, 14px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-top: 20px;
}
.center {
	text-align: center !important;
}
/* lineup
____________________*/
.contents--lineup {
	padding-top: 120px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
}
/*.lineup .section-ttl {
	max-width: 438px;
}*/
.lineup .section-ttl span {
  width: 14vw;
  max-width: 202px;
}
.category-ttl_wrap {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.category-ttl_wrap:nth-of-type(n+2) {
	margin-top: 70px;
}
.category-ttl_wrap::before {
	content: "";
	background: url(../../gamepc/img/starrail/round_left.webp) no-repeat center center /100%;
	width: 60px;
	height: 17px;
	position: relative;
	margin-right: 20px;
}
.category-ttl_wrap::after {
	content: "";
	background: url(../../gamepc/img/starrail/round_right.webp) no-repeat center center /100%;
	width: 60px;
	height: 17px;
	position: relative;
	margin-left: 20px;
}
.category-ttl_wrap .line-left {
	width: 100%;
	max-width: 348px;
	height: 1px;
	background: var(--cts-color3);
	position: relative;
}
.category-ttl_wrap.movies .line-left {
	max-width: 268px;
}
.category-ttl_wrap .line-left::after {
	content: "";
	width: 6px;
	height: 6px;
	background: var(--cts-color3);
	border-radius: 9999px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%,-50%);
}
.category-ttl_wrap .line-right {
	width: 100%;
	max-width: 348px;
	height: 1px;
	background: var(--cts-color3);
	position: relative;
}
.category-ttl_wrap.movies .line-right {
	max-width: 268px;
}
.category-ttl_wrap .line-right::after {
	content: "";
	width: 6px;
	height: 6px;
	background: var(--cts-color3);
	border-radius: 9999px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%,-50%);
}
.category-ttl_wrap .category-ttl {
	color: var(--cts-color3);
	font-size: clamp(16px, 0.245rem + 1.61vw, 23px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	display: block;
	width: 100%;
	max-width: 348px;
	text-align: center;
}
.category-ttl_wrap.movies .category-ttl {
	max-width: 504px;
}
.category-ttl_wrap.movies .category-ttl .category-subttl {
	font-size: clamp(12px, 0.245rem + 1.61vw, 18px);
	font-weight: 500;
}
.lineup .lineup--list {
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
    flex-wrap: wrap;
	gap: 30px;
}
.lineup .lineup--list .lineup--list_item {
	width: 100%;
	max-width: 380px;
	background: rgba(37, 37, 37, 0.6) url(../../gamepc/img/starrail/lineup_item_bg.webp) no-repeat center center /cover;
	border: 1px solid var(--cts-color3) ;
	border-radius: 10px;
	padding: 40px 29px;
	box-sizing: border-box;
}
.lineup .lineup--list .lineup--list_item .model_image {
	width: 234px;
	height: 234px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lineup .lineup--list .lineup--list_item .model_image figure {
	max-width: 265px;
}
.lineup .lineup--list .lineup--list_item .model__detail {
	width: 100%;
}
.model__name {
	width: 100%;
	color: var(--cts-color3);
	font-size: clamp(20px, 0.545rem + 1.61vw, 22px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
	margin-top: 10px;
}
.model__txt {
	margin-top: 15px;
	text-align: center;
}
.model__spec-list {
	color: var(--cts-color2);
	font-size: clamp(13px, 0.245rem + 1.61vw, 16px);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.model__spec-list .model__spec-item .spec__data {
	display: inline-block;
}
.model__price_block {
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.model__price {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.model__price .model__tax {
	font-size: 18px;
}
.bnr_lineup {
	width: 100%;
	max-width: 970px;
	margin: 60px auto 0;
	display: block;
}
/* movie
____________________*/
.contents--movie {
    padding-top: 120px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}
/*.movie .section-ttl {
	max-width: 274px;
}*/

.movie .section-ttl span {
  width: 7vw;
  max-width: 101px;
}
.movie_wrap {
	width: 100%;
	max-width: 1024px;
	margin: 60px auto 0;
	aspect-ratio: 16 / 9;
}
.movie_wrap iframe {
	width: 100%;
	height: 100%;
}
/* about
____________________*/
.contents--about {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 150px;
	padding-bottom: 120px;
}
.contents_logo {
	width: 100%;
	max-width: 659px;
	margin: 0 auto;
	display: block;
}
.link_block {
	width: 100%;
	max-width: 416px;
	margin: 0 auto;
}
.link_block-wide {
	max-width: 1024px;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
    margin: 0 auto;
    gap: 30px
}
.link_block .link__inner,
.link_block-wide .link__inner {
	color: var(--cts-color1);
	font-size: clamp(14px, 0.245rem + 1.61vw, 16px);
	font-weight: 500;
	text-align: center;
	width: 100%;
	max-width: inherit;
	min-height: 66px;
	background: var(--cts-color6);
	border: 1px solid var(--cts-color3);
}
.link_block-wide .link__inner {
	max-width: 320px;
	margin: 0;
}
.link_block .link__inner::after,
.link_block-wide .link__inner::after {
	border-color: var(--cts-color1);
}
.link_block .link__inner::before,
.link_block-wide .link__inner::before {
	background: var(--cts-color7);
}
.contents_copy {
	width: 100%;
	max-width: 138px;
	margin: 15px auto 0;
}
@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__wrap {
	background:url(../../gamepc/img/starrail/bg_2.webp) no-repeat center bottom/contain ,url(../../gamepc/img/starrail/bg_bottom_pc.webp) no-repeat bottom /100%, #0a0a1a url(../../gamepc/img/starrail/bg_sp.webp) no-repeat top /100%;
}
.contents {
	margin-top: 50px;
	margin-bottom: 50px;
}
.section-ttl {
  font-size: 6.3vw;
}
  
/* mv
____________________*/
.contents--mv {
	background: url(../../gamepc/img/starrail/kv_a_sp.webp) no-repeat center center / contain;
	margin-top: 0px;
	margin-bottom: 0;
}
.contents--mv .pc {
	display: none !important;
}
.contents--mv .sp {
	display: block !important;
}
.contents--mv .kv-ttl{
  bottom: 12.2vw;
  left: 17.8vw;
}
.contents--mv .kv-ttl dt h1{
  font-size: 8vw;
}
.contents--mv .kv-ttl dd{
  width: 63.5vw;
  margin-top: .3em;
}
/* system
____________________*/
.contents--system {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 0;
}
/*.system .section-ttl {
    max-width: 238px;
}*/
.system .section-ttl span {
  width: 64.5vw;
}
.tab_wrap {
	margin-top: 30px;
}
.tab-container {
	display: flex;
	flex-wrap: wrap;
}
.tab-container {
	margin: 0;
}
.tab {
	color: var(--cts-color5);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align:center;
	width: calc(100% / 2);
	min-height: 54px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	box-sizing: border-box;
}
.tab.active {
	color: var(--cts-color6);
	background: var(--cts-color3);
}
.content {
	display: none; /*必須*/
}
.content.show {
	display: block; /*必須*/
}
.ststem_table {
	margin-top: 0;
	border: 1px solid var(--cts-color4);
}
.ststem_table.t1 {
	border-radius: 0 5px 5px 5px;
}
.ststem_table.t2 {
	border-radius: 5px 0 5px 5px;
}
.ststem_table th {
	width: 32%;
	text-align: center;
	padding: 10px 5px;
}
.ststem_table td {
	padding: 10px 15px;
}
/* lineup
____________________*/
.contents--lineup {
	margin-top: 40px;
	margin-bottom: 0;
	padding-top: 60px;
	padding-bottom: 0;
	background: url(../../gamepc/img/starrail/bar.webp) no-repeat center top/85%;
}
/*.lineup .section-ttl {
	max-width: 212px;
}*/
.lineup .section-ttl span {
  width: 42vw;
}
.category-ttl_wrap:nth-of-type(n+2) {
	margin-top: 40px;
	padding-top: 50px;
	background: url(../../gamepc/img/starrail/bar.webp) no-repeat center top/100%;
}
.category-ttl_wrap .line-left,
.category-ttl_wrap .line-right {
	display: none;
}
.lineup .lineup--list {
	gap: 20px;
	margin: 30px auto 0;
}
.lineup .lineup--list .lineup--list_item {
	padding: 28px 20px 25px;
}
.lineup .lineup--list .lineup--list_item .model_image {
	width: 170px;
	height: 173px;
}
.lineup .lineup--list .lineup--list_item .model_image figure {
	max-width: 170px;
}
.model__txt {
	margin-top: 10px;
}
.model__price_block .link__inner {
	max-width: 223px;
}
.model__price_block .link__inner::after {
    width: 7px;
    height: 7px;
	border-right: 1px solid;
    border-bottom: 1px solid;
	top: calc(50% - 2px);
}
.bnr_lineup {
	max-width: 480px;
	margin-top: 40px;
	padding-top: 40px;
}
/* movie
____________________*/
.contents--movie {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 0;
}
/*.movie .section-ttl {
    max-width: 230px;
}*/
.movie .section-ttl span {
  width: 21vw;
}
.movie_wrap {
	margin: 30px auto 0;
}
/* about
____________________*/
.contents--about {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 50px;
}
.about {
	padding-inline: 0;
}
.contents_logo {
	max-width: 375px;
}
.link_block {
	max-width: 270px;
}
}
@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); } /* 元の位置に戻る */</pre></body></html>