@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(15px, -2.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1151px;

	/* font */
	--dp-font-jp: "sicgothicduex-re", sans-serif;      
	/* sicgothicduex-re
	Regular 400
	*/

	--cts-font: "Noto Sans JP", sans-serif;
	/* 
	100 to 900
	*/
	--cts-font-2: "zuume", sans-serif;
	/* 300 */

	/* color */
	--color-white1: #FFFFFF;
	--color-blue1: #307E91;
	--color-blue2: #5998A7;
	--color-blue3: #EDF0F5;
	--color-blue4: #BBD7DE;
	--color-blue5: #383C49;
	--color-blue6: #79B6C5;
	--color-blue7: #AECED6;
	--color-black1: #000000;
}

/* LP共通汎用
____________________*/
body {
	padding-right: 0 !important;
	overflow: visible !important;
}
#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 !important;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.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;
	}
}
@media screen and (max-width: 768px) {
		.l-header {
		z-index: 5;
	}

}
.c-breadcrumb__list {
	position: relative;
	z-index: 5;
}
.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;
}
.l-footer {
	background: #fff;
	position: relative;
	z-index: 5;
}
.footer-wrap {
    background: #fff;
    position: relative;
    z-index: 2;
}
.contents__wrap {
	width: 100%;
	background: var(--cts-color1);
	margin-inline: auto;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	letter-spacing: 0.05em;
	color: var(--color-white1);
}
.contents__wrap img {
	width: 100%;
	vertical-align: bottom;
}
.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;
	}
}

/* コンテンツ
____________________*/
html {
    scroll-behavior: smooth;
}
::selection {
	color: var(--color-white1);
	background-color: var(--color-blue4);
}
.lp-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    /* デフォルトの背景 */
    background: url(../../gamepc/img/nekomugitororo/bg-pc.webp) no-repeat center top /100%, #edf0f6;
}

/* 共通設定：あらかじめ要素を存在させておき、opacity 0にしておく */
.lp-bg::before,
.lp-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* フェード時間を 1.5s 〜 2.0s にするとかなり優雅になります */
    transition: opacity 2.0s ease-in-out; 
}

/* グレー背景（特典用）をbeforeに */
.lp-bg::before {
    background: url(../../gamepc/img/nekomugitororo/bg-benefit-pc.webp) no-repeat center top /100%,#edf0f6;
    z-index: -5;
}

/* ブルー背景（ケース紹介用）をafterに */
.lp-bg::after {
    background: url(../../gamepc/img/nekomugitororo/bg-blue-pc.webp) no-repeat center top /100%,#bbd7dd;
    z-index: -4; /* beforeより少し上に重ねる */
}

/* クラスがついた時だけ不透明度を1にする */
.lp-bg.gray::before {
    opacity: 1;
}

.lp-bg.blue::after {
    opacity: 1;
}
.contents__wrap {
	position: relative;
	z-index: 1;
}
/* nav */
.contents__wrap .nav-wrap {
    width: 100%;
    padding: 0.7291666666666666vw 1.1979166666666667vw 0;
    display: flex;
    justify-content: flex-end;
    background: var(--color-blue3);
    position: fixed; 
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateY(-100%); 
    opacity: 0;
    visibility: hidden;
}
.nav-list {
	display: flex;
	gap: 1.8229166666666667vw;
}
.nav-list .nav-link {
    color: var(--color-blue2);
    font-size: 1.1458333333333333vw;
	letter-spacing: 0.05em;
    position: relative; /* 疑似要素の基点 */
    text-decoration: none;
    display: inline-block;
    padding-bottom: 0.7291666666666666vw; /* 文字と線の隙間 */
    transition: color 0.3s ease;
}

/* アニメーションする線の土台 */
.nav-list .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.10416666666666667vw; /* 線の太さ */
    background: var(--color-blue2);
    
    /* 中央から広がるための設定 */
    transform: scaleX(0);      /* 初期状態は幅0 */
    transform-origin: center;   /* 中央を起点にする */
    transition: transform 0.4s ease; /* 広がるスピード */
}

/* アクティブ時のスタイル */
.nav-list .nav-link.link-active {
    /* font-weight: bold; */
}

/* アクティブ時に線を scaleX(1) にして表示 */
.nav-list .nav-link.link-active::after {
    transform: scaleX(1);
}
/* /nav */
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}
.ttl-set {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5729166666666666vw;
}
/* ズームイン対象の初期状態 */
.ttl-flower img,
[class^='line-up-flower-'] img {
    opacity: 0;
    will-change: transform, opacity; /* アニメーションを滑らかにする */
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	position: relative;
	z-index: 1;
}

/* line-up
____________________*/
.contents--line-up {
	padding-top: 9.375vw;
	padding-bottom: 3vw;
	margin-top: 0;
	margin-bottom: 0;
	background: var(--color-white1);
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.35) 80%, rgba(255, 255, 255, 0) 100%);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.line-up {
	width: 58.854166666666664vw;
	position: relative;
	z-index: 1;
}
.line-up .ttl-set {
	position: relative;
	z-index: 1;
}
.line-up .ttl-flower {
	width: 6.145833333333333vw;
}
.line-up .ttl-h2 {
	width: 15vw;
}
.line-up .line-up-flower-1 {
	width: 20.572916666666664vw;
	position: absolute;
	z-index: 2;
	top: 9.895833333333332vw;
    left: -15.104166666666666vw;
}
.line-up .line-up-flower-2 {
	width: 10.677083333333332vw;
	position: absolute;
	z-index: 2;
    top:32.03125vw;
    left: -5.46875vw;
}
.line-up .line-up-flower-3 {
	width: 20.052083333333336vw;
	position: absolute;
	z-index: 2;
    top: 45.3125vw;
    left: -14.84375vw;
}
.line-up .line-up-flower-4 {
	width: 9.895833333333332vw;
	position: absolute;
	z-index: 2;
    top: 42.1875vw;
    right: -10.416666666666668vw;
}
.line-up .line-up-flower-5 {
	width: 11.458333333333332vw;
	position: absolute;
	z-index: 2;
    top: 59.114583333333336vw;
    right: -15.625vw;
}
.line-up-list {
	display: flex;
	flex-direction: column;
	gap: 1.0416666666666665vw;
	width: 100%;
	margin: 4.6875vw auto 0;
}
.line-up-list-item .item-link {
	color: var(--color-blue1);
	background: var(--color-white1);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
}
.line-up-list-item .item-link::after {
	content: "";
	width: 5.3125vw;
	height: 5.3125vw;
	background: var(--color-blue6);
	border-radius: 50%;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	position: absolute;
	z-index: -1;
	transition: transform 0.4s ease;
}
.line-up-list-item .item-link:hover::after {
	transform: translateY(-50%) translateX(2.083333333333333vw);
	box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.item-link .txt-block {
	width: 100%;
	padding: 1.3541666666666667vw;
	box-sizing: border-box;
	border: 0.052083333333333336vw solid var(--color-blue6);
	border-right: none;
}
.model-name-block {
	border-bottom: 0.052083333333333336vw solid var(--color-blue2);
	padding-bottom: 1.1979166666666667vw;
}
.model-name {
	font-size: 1.1458333333333333vw;
	line-height: 1.4;
}
.model-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.0416666666666665vw;
	padding-top: 1.3020833333333335vw;
}
.model-spec {
	font-family: var(--cts-font);
	font-size: 0.9375vw;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.7;
}
.model-price {
	font-family: var(--cts-font);
	font-size: 1.25vw;
	font-weight: 500;
	line-height: 1;
}
.tax {
	font-size: 0.9375vw;
}
.arrow-block {
	width: 1.3020833333333335vw;
	background: var(--color-blue6);
	position: relative;
}
.arrow-block .line-up-arrow {
	width: 0.6901041666666666vw;
	position: absolute;
	top: 50%;
	right: 0.26041666666666663vw;
	transform: translateY(-50%) translateX(0);
	z-index: 2;
	transition: transform 0.4s ease;
}
.item-link:hover .arrow-block .line-up-arrow {
	transform: translateY(-50%) translateX(1vw);
}
/* about
____________________*/
.contents--about {
	background: url(../../gamepc/img/nekomugitororo/bg-tsubaki.webp) no-repeat center bottom/contain,var(--color-white1);
	padding-top: 6.770833333333333vw;
	padding-bottom: 4.427083333333334vw;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.about {
	width: 57.291666666666664vw;
	max-width: inherit;
	padding-inline: 4.6875vw;
}
.about-flex {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 2.083333333333333vw;
	position: relative;
	z-index: 2;
}
.about-flex .img-block {
	width: 16.510416666666668vw;
	height: 39.791666666666664vw;
	position: relative;
	z-index: 3;
}
.about-flex .img-block .tororo-illust {
	width: 15.104166666666666vw;
	height: 40.10416666666667vw;
	background: url(../../gamepc/img/nekomugitororo/about-tororo.webp) no-repeat center top/100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
}
.about-flex .img-block .tororo-bar {
	width: 10.885416666666666vw;
	height: 30.729166666666668vw;
	background: url(../../gamepc/img/nekomugitororo/bg-about-tororo-bar.webp) no-repeat center top/100%;
	position: absolute;
	left: 0;
	bottom: 1.5625vw;
	z-index: 2;
}
.about-flex .img-block .tororo-name {
    color: var(--color-blue5);
    font-family: var(--cts-font-2);
    font-size: 4.84375vw;
    font-weight: 300;
    white-space: nowrap;
    transform: rotate(90deg);
    position: absolute;
    bottom: 14.220833vw;
    right: -0.10416666666666667vw;
    z-index: 5;
    line-height: 1;
    letter-spacing: 0.05em;
	mix-blend-mode: color-burn;
}
.tororo-illust,
.tororo-name {
    opacity: 0;
}
.about-flex .txt-block {
	width: 24.739583333333336vw;
}
.about .ttl-flower {
	width: 11.979166666666668vw;
}
.about .ttl-h2 {
	width: 11.822916666666666vw;
}
.about .nekomugi-logo {
	width: 20.833333333333336vw;
	margin: 3.854166666666667vw auto 0;
}
.about-txt {
	color: var(--color-blue2);
	font-family: var(--cts-font);
	font-size: 1.0416666666666665vw;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
	margin-top: 2.9166666666666665vw;
}
.sns-link-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.7291666666666666vw;
	margin-top: 3.125vw;
}
.sns-link a {
	width: 2.96875vw;
	height: 2.96875vw;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.052083333333333336vw solid var(--color-blue2);
	border-radius: 50%;
	box-sizing: border-box;
	transition: transform 0.3s ease;
}
.sns-link a:hover {
	transform: scale(1.1);
}
.sns-link a .icon-x {
	width: 1.3822916666666665vw;
}
.sns-link a .icon-youtube {
	width: 1.678125vw;
}
.sns-link a .icon-twitch {
	width: 1.7942708333333335vw;
}
/* benefit
____________________*/
.benefit .ttl-flower {
	width: 6.510416666666667vw;
}
.benefit .ttl-h2 {
	width: 13.593749999999998vw;
}

/* ==========================================================================
	Benefit セクション全体
   ========================================================================== */
.contents--benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh; /* 固定させるため100vhに */
    padding-top: 3.802083333333333vw;
    padding-bottom: 3.802083333333333vw;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.benefit {
    width: 100%;
	max-width: inherit;
	padding-inline: inherit;
    margin-left: 9.84375vw;
}

.benefit-contents-flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 6.822916666666666vw;
}

/* ==========================================================================
	右側コンテンツ：アニメーションアイテム
   ========================================================================== */
.benefit-right {
    width: 53.17708333333333vw;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 5;
}

.benefit-item {
    grid-area: 1 / 1 / 2 / 2; /* 全てのアイテムを同じ位置に重ねる */
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

/* 舞台・土台 (画像が入る部分) */
.benefit-stage {
    width: 32.12708333333333vw;
    height: 31.0359375vw;
    background: url(../../gamepc/img/nekomugitororo/benefit-item-bg.webp) no-repeat center center/contain;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10 !important; /* 装飾(5)より手前 */
}
.benefit-stage .benefit-image-block {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 6;
}
.benefit-stage .benefit-image-block.image-2 {
	width: 26.510416666666664vw;
}
.benefit-stage .benefit-image-block.image-3 {
	width: 22.8125vw;
}
.benefit-stage .benefit-image-block.image-4 {
	width: 25.260416666666668vw;
}
.benefit-stage .benefit-image-block.image-5 {
	width: 27.604166666666668vw;
}
.benefit-stage .benefit-image-block.image-6 {
	width: 33.125vw;
}

/* 装飾画像 (p1, p2) */
.benefit-decorate {
    width: 16.5625vw;
    height: 16.5625vw;
    position: absolute;
    opacity: 0;
    z-index: 5 !important; /* ステージ(10)の裏に隠れる */
}

.benefit-decorate.p1 {
    top: 0;
    left: 0;
}

.benefit-decorate.p2 {
    bottom: 0;
    right: 0;
}

/* テキストブロック */
.benefit-txt-block {
    position: absolute;
    bottom: -3.6458333333333335vw;
    left: 0;
    opacity: 0;
    z-index: 15; /* 一番手前 */
}
.benefit-item-name {
	color: var(--color-blue6);
	font-size: 2.083333333333333vw;
	line-height: 1;
}
.benefit-item-note {
	color: var(--color-blue6);
	font-size: 0.9375vw;
	line-height: 1.7;
	margin-top: 2.2916666666666665vw;
}
/* mp3player */
.voice-img {
	width: 10.15625vw;
	position: relative;
	z-index: 1;
	margin-inline: auto;
}
.voice-img .voice-chara {
	width: 100%;
	position: relative;
	z-index: 1;
}
.voice-img .speech-bubble {
	width: 6.053645833333333vw;
	position: absolute;
	z-index: 2;
    top: 1.3020833333333335vw;
    left: -3.125vw;
}
.txt-plyer {
	color: var(--color-black1);
	font-family: var(--cts-font3);
	font-size: clamp(21px, -0.545rem + 3.61vw, 31px);
	letter-spacing: 0.05em;
	font-weight: 600;
	text-align: center;
}
.player {
	color: #484848;
	width: 26.927083333333336vw;
	display: flex;
	align-items: center;
	gap: 0.5208333333333333vw;
	background: #F1F3F4;
	padding: 0.8208333333333333vw 1.0416666666666665vw;
	margin: 0.78125vw auto 0;
	border-radius: 9999px;
	box-sizing: border-box;
	flex: none;
	position: relative;
}
.player button {
	font-family:"Noto Sans JP", sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	border: none;
	background: none;
	font-size: 1.25vw;
	cursor: pointer;
}
.player .playPauseBtn {
	font-size: 1.0416666666666665vw;
	line-height: 1;
	width: 1.5625vw;
	height: 1.5625vw;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex: none;
}
.player .playPauseBtn:hover {
	background: #e0e0e0;
}
.player input[type="range"] {
	width: 100%;
	height: 0.052083333333333336vw;
	appearance: auto;
	background: inherit;
	accent-color: #484848;
}
.player input[type="range"]::-webkit-slider-thumb {
	width: 0.4166666666666667vw;
	height: 0.4166666666666667vw;
}
.player .currentTime, .duration {
	font-size: 1.0416666666666665vw;
}
.player .volumeIcon {
	width: 1.641667vw;
}
.player .action-1 {
    width: 13vw;
    position: absolute;
    top: -6vw;
    right: -8vw;
    z-index: 3;
}
.player-note {
	font-size: 0.8333333333333334vw;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	margin-top: 0.5208333333333333vw;
}
.player-catch {
	font-size: 1.0416666666666665vw;
	line-height: 2;
	text-align: center;
	margin-top: 2.7604166666666665vw;
}
/* ==========================================================================
	左側：カウンター部分
   ========================================================================== */
.benefit-left {
	width: 13.593749999999998vw;
}
.counter-block {
    width: 10.416666666666668vw;
    margin: 7.447916666666667vw auto 0;
    position: relative;
    z-index: 5;
}

.counter-block .number {
    color: var(--color-blue6);
    font-size: 9.375vw;
    line-height: 1;
    position: absolute;
    top: -2.083333333333333vw;
    left: -1.5416666666666665vw;
    z-index: 6;
}
/* special-case
____________________*/
.contents--special-case {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.special-case {
    width: 100%;
}
.special-case .ttl-set {
	margin-top: 2.504166666666667vw;
	margin-bottom: 2.0625vw;
	position: relative;
	z-index: 2;
}
.special-case .ttl-h2 {
	width: 24.18854166666667vw;
}
.special-case-contents {
	width: 33.223437499999996vw;
	height: 36.438541666666666vw;
	background: var(--color-blue2);
	padding: 1.3020833333333335vw;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	/* overflow: hidden; */
}
.special-case-contents .contents-decorate {
	width: 9.010416666666666vw;
	height: 9.010416666666666vw;
	background: url(../../gamepc/img/nekomugitororo/special-case-decorate.webp) no-repeat center center /100%;
	position: absolute;
	z-index: 10;
}
.special-case-contents .special-case-flower {
	width: 5.701041666666666vw;
	position: absolute;
    bottom: 0.8770833333333334vw;
    right: 2.604166666666667vw;
	z-index: 10;
}
.special-case-contents .contents-decorate.p-1 {
	top: -0.9375vw;
	left: -0.9375vw;
}
.special-case-contents .contents-decorate.p-2 {
	top: -0.9375vw;
	right: -0.9375vw;
	transform: scaleX(-1);
}
.special-case-contents .contents-decorate.p-3 {
	bottom: -0.9375vw;
	right: -0.9375vw;
	transform: scale(-1,-1);
}
.special-case-contents .contents-decorate.p-4 {
	bottom: -0.9375vw;
	left: -0.9375vw;
	transform: scaleY(-1);
}
.special-case-contents-inner {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 子要素自体も中央寄せ */
    width: 100%;
    padding: 1.3020833333333335vw;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
}
.special-case-contents-inner .case-img {
	width: 20.940624999999997vw;
	margin-inline: auto;
}
.case-name-block {
	width: 24.166666666666668vw;
	height: 4.84375vw;
	margin: 2.2916666666666665vw auto 0;
	position: relative;
	z-index: 1;
}
.case-name-block::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--color-blue7);
	border-radius: 9999px;
	border: 0.10416666666666667vw solid var(--color-white1);
	opacity: 0.4;
	z-index: 1;
}
.case-name-block .case-name {
	width: 19.635416666666668vw;
	position: absolute;
	left: 0.8854166666666666vw;
	bottom: 0;
	z-index: 2;
}

/* special-contents
____________________*/
.contents--special-contents {
	background: var(--color-blue6);
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 5.520833333333333vw;
	padding-block:8.489583333333334vw;
}
.contents--special-contents::before {
	content: "";
	width: 130vw;
	height: 120.15625000000001vw;
	background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(121, 182, 197, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.special-contents {
	color: var(--color-blue1);
}
.special-contents .ttl-flower {
	width: 6.145833333333333vw;
}
.special-contents .ttl-h2 {
	width: 31.210937500000004vw;
}
.special-contents .flex-wrap {
	width: 52.083333333333336vw;
	display: flex;
	justify-content: space-between;
	margin: 2.9166666666666665vw auto 0;
}
.special-contents .img-panel {
	width: 18.854166666666668vw;
}
.special-contents .txt-block {
	width: 28.645833333333332vw;
}
.ttl-h3-s-c {
	font-weight: 400;
	font-size: 2.604166666666667vw;
	line-height: 1.3;
}
.txt-s-c {
	font-family: var(--cts-font);
    font-size: 0.8333333333333334vw;
    font-weight: 500;
    line-height: 1.9;
    margin-top: 1.8229166666666667vw;
    letter-spacing: 0;
}
.shop-wrap {
	margin-top: 3.125vw;
	background: var(--color-white1);
	border: 1px solid var(--color-blue1);
	padding: 2.604166666666667vw;
	box-sizing: border-box;
}
.shop-list {
	font-family: var(--cts-font);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3.6458333333333335vw;
}
.shop-list dt {
	font-size: 1.25vw;
	font-weight: 500;
	line-height: 1;
}
.shop-list dd {
	font-size: 0.9375vw;
	font-weight: 500;
	line-height: 2;
}
@media (max-width: 767px) {/*375-767*/
/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.lp-bg {
	background: url(../../gamepc/img/nekomugitororo/bg-sp.webp) no-repeat center top / 100%;
}
.lp-bg.gray::before {
    background: url(../../gamepc/img/nekomugitororo/bg-benefit-sp.webp) no-repeat center top /cover;
}
.lp-bg.blue::after {
    background: url(../../gamepc/img/nekomugitororo/bg-blue-sp.webp) no-repeat center top /cover;
    z-index: -4; /* beforeより少し上に重ねる */
}
/* nav */
.contents__wrap .nav-wrap {
	padding: 1.866666666666667vw 1.866666666666667vw 0;
	gap: 3.4666666666666663vw;
	justify-content: center;
}
.nav-list {
    gap: 3.6vw;
}
.nav-list .nav-link {
	font-size: 2.666666666666667vw;
	padding-bottom: 1.8399999999999999vw;
}
.nav-list .nav-link::after {
	height: 0.5333333333333333vw;
}
/* /nav */
.ttl-set {
	gap: 1.866666666666667vw;
}
/* mv
____________________*/
/* line-up
____________________*/
.contents--line-up {
	padding-top: 13.333333333333334vw;
}
.line-up {
	width: 100%;
}
.line-up-flower-1,.line-up-flower-2,.line-up-flower-3,.line-up-flower-4,.line-up-flower-5 {
	display: none;
}
.line-up .ttl-flower {
	width: 16.8vw;
}
.line-up .ttl-h2 {
	width: 41.06666666666667vw;
}
.line-up-list {
	margin-top: 6.933333333333333vw;
	gap: 2.666666666666667vw;
}
.item-link .txt-block {
	padding: 4.666666666666667vw 4.8vw 1.6vw 5.866666666666666vw;
}
.model-name-block {
	padding-bottom: 4vw;
	border-bottom-width: 0.26666666666666666vw;
}
.model-name {
	font-size: 3.733333333333334vw;
}
.model-flex {
	padding-top: 2.8000000000000003vw;
	flex-direction: column;
	align-items: flex-start;
}
.model-spec {
	font-size: 2.933333333333333vw;
}
.model-price {
	font-size: 4.8vw;
	margin-left: auto;
}
.tax {
	font-size: 3.4666666666666663vw;
}
.arrow-block {
	width: 6.666666666666667vw;
}
.arrow-block .line-up-arrow {
	width: 3.08vw;
	right: 1.260417vw;
}
.line-up-list-item .item-link::after {
    width: 13.3125vw;
    height: 13.3125vw;
}
.item-link:hover .arrow-block .line-up-arrow {
    transform: translateY(-50%) translateX(2vw);
}
.line-up-list-item .item-link:hover::after {
    transform: translateY(-50%) translateX(3.083333333333333vw);
}
/* about
____________________*/
.contents--about {
	padding-top: 10.133333333333333vw;
	padding-bottom: 0;
	background: url(../../gamepc/img/nekomugitororo/bg-tsubaki.webp) no-repeat 0% bottom / 113%, var(--color-white1);
}
.about {
	width: 100%;
	padding-inline: 0;
}
.about-flex {
	flex-direction: column-reverse;
}
.about-flex .txt-block {
	width: 100%;
}
.about .ttl-flower {
	width: 33.33333333333333vw;
}
.about .ttl-h2 {
	width: 32.522666666666666vw;
}
.about .nekomugi-logo {
	width: 45.06666666666666vw;
}
.sp-block {
	margin: 14.799999999999999vw 5.6000000000000005vw 9.8vw 49.333333vw;
}
.about .nekomugi-logo {
	margin-top: 0;
}
.about-txt {
	font-size: 3.2vw;
	margin-top: 4.613333333333334vw;
}
.sns-link-list {
	gap: 2.506666666666667vw;
	margin-top: 5.333333333333334vw;
}
.sns-link a {
	width: 9.687999999999999vw;
	height: 9.687999999999999vw;
}
.sns-link a .icon-x {
	width: 4.5120000000000005vw;
}
.sns-link a .icon-youtube {
	width: 5.477333333333333vw;
}
.sns-link a .icon-twitch {
	width: 5.856vw;
}
.about-flex .img-block {
	width: 46.93333333333333vw;
	height: 97.6vw;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about-flex .img-block .tororo-illust {
	width: 57.06666666666666vw;
	height: 88vw;
}
.about-flex .img-block .tororo-bar {
	width: 19.733333333333334vw;
	height: 69.6vw;
	top: 0;
	bottom: inherit;
}
.about-flex .img-block .tororo-name {
	font-size: 10.666666666666668vw;
	bottom: 57.220833vw;
    right: 10.895833vw;
}
/* benefit
____________________*/
.benefit {
	margin-left: 0;
}
.benefit-contents-flex {
	flex-direction: column;
}
.benefit .ttl-flower {
	width: 12vw;
}
.benefit .ttl-h2 {
	width: 30.122666666666664vw;
}
.benefit-left {
	width: 90vw;
	margin: 0 auto;
}
.counter-block {
	width: 17.333333333333336vw;
	margin: 0;
	position: absolute;
	right: 4vw;
	top: 29.666667vw;
}
.counter-block .number {
	font-size: 21.6vw;
    top: -8.083333vw;
    left: -8.541667vw;
}
.benefit-right {
	width: 100%;
	height: 62vh;
}
.benefit-item {
	width: 90vw;
	height: 62vh;
}
.benefit-stage {
	width: 93.33333333333333vw;
	height: 91.44266666666667vw;
}
.benefit-txt-block {
    bottom: -11.645833vw;
}
.benefit-item-name {
	font-size: 5.333333333333334vw;
}
.benefit-item-note {
	font-size: 2.733333333333333vw;
	margin-top: 3.2vw;
}
.benefit-decorate {
	width: 45.6vw;
	height: 45.6vw;
}
.voice-img {
	width: 30.549333333333333vw;
}
.voice-img .speech-bubble {
	width: 18.208vw;
	top: 5.302083vw;
    left: -13.125vw;
}
.player {
	width: 81.10666666666665vw;
	padding: 3.420833vw 4.041667vw;
	margin-top: 2.3466666666666667vw;
	gap: 2.520833vw;
}
.player .playPauseBtn {
	font-size: 2.933333333333333vw;
	width: 2.933333333333333vw;
	height: 2.933333333333333vw;
}
.player .currentTime, .duration {
	font-size: 2.933333333333333vw;
}
.player .volumeIcon {
	width: 5.641667vw;
}
.player input[type="range"] {
	height: 0.26666666666666666vw;
}
.player input[type="range"]::-webkit-slider-thumb {
	width: 0.2166666666666667vw;
	height: 0.2166666666666667vw;
}
.player-note {
	font-size: 2.933333333333333vw;
	margin-top: 2.666666666666667vw;
}
.player-catch {
	font-size: 3.733333333333334vw;
	line-height: 1.8;
	margin-top: 3.4666666666666663vw;
}
.benefit-stage .benefit-image-block.image-2 {
	width: 96vw;
}
.benefit-stage .benefit-image-block.image-3 {
	width: 62.93333333333333vw;
}
.benefit-stage .benefit-image-block.image-4 {
	width: 69.33333333333334vw;
}
.benefit-stage .benefit-image-block.image-5 {
	width: 75.73333333333333vw;
}
.benefit-stage .benefit-image-block.image-6 {
	width: 83.46666666666667vw;
}
/* special-case
____________________*/
.special-case .ttl-set {
	margin-bottom: 12vw;
}
.special-case .ttl-h2 {
	width: 53.784vw;
}
.special-case-contents {
	width: 82.66666666666667vw;
	height: 115.19999999999999vw;
}
.special-case-contents .special-case-flower {
	width: 16.296vw;
	bottom: 4.877083vw;
    right: 3.604167vw;
}
.special-case-contents .contents-decorate {
	width: 23.200000000000003vw;
	height: 23.466666666666665vw;
}
.special-case-contents .contents-decorate.p-1 {
	top: -2.933333333333333vw;
	left: -2.933333333333333vw;
}
.special-case-contents .contents-decorate.p-2 {
	top: -2.933333333333333vw;
	right: -2.933333333333333vw;
}
.special-case-contents .contents-decorate.p-3 {
	bottom: -2.933333333333333vw;
	right: -2.933333333333333vw;
}
.special-case-contents .contents-decorate.p-4 {
	bottom: -2.933333333333333vw;
	left: -2.933333333333333vw;
}
.special-case-contents-inner .case-img {
	width: 63.32533333333333vw;
}
.case-name-block {
	width: 72vw;
	height: 14.432vw;
	margin: 8.291667vw auto 0;
}
.case-name-block::after {
	border-width: 0.26666666666666666vw;
}
.case-name-block .case-name {
	width: 56.266666666666666vw;
}
/* special-contents
____________________*/
.contents--special-contents {
	padding-top: 8vw;
	padding-bottom: 12vw;
}
.contents--special-contents::before {
    content: "";
    width: 130vw;
    height: 221.15625vw;
}
.special-contents .ttl-flower {
	width: 16.8vw;
}
.special-contents .ttl-h2 {
	width: 69.39999999999999vw;
}
.special-contents .flex-wrap {
	width: 82.333333vw;
	margin-top: 6.133333333333333vw;
	flex-direction: column-reverse;
}
.special-contents .txt-block {
	width: 100%;
}
.ttl-h3-s-c {
	font-size: 5.066666666666666vw;
	text-align: center;
}
.txt-s-c {
	width: 79.848vw;
	font-size: 2.933333333333333vw;
	margin: 5.866666666666666vw auto 0;
	text-align: center;
}
.shop-wrap {
	width: 42.66666666666667vw;
	padding: 4.533333333333333vw;
	border-width: 0.26666666666666666vw;
	margin: 7.466666666666668vw 0 33.33333333333333vw auto;
}
.shop-list {
	flex-direction: column;
}
.shop-list dt {
	font-size: 4vw;
}
.shop-list dd {
	font-size: 2.533333333333333vw;
	letter-spacing: 0;
}
.special-contents .img-panel {
	width: 43.46666666666666vw;
}
.special-contents .img-panel {
	position: absolute;
	left: 5.333333333333334vw;
	bottom: 8vw;
}
}