@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(1.5625vw, -2.212rem + 8.91vw, 3.3854166666666665vw);/*375-768*/
	--cts-width: 1610px;

	/* font */
	--dp-font-jp: "zen-maru-gothic", sans-serif;      
	/* Zen Kaku Gothic New 
	light   300
	regular 400
	medium  500
	bold    700
	black   900
	*/

	/* color */
	--color-white-1: #FFFFFF;
	--color-red-1: #C72828;
	--color-red-2: #8F1818;
	--color-yellow-1: #DAE000;
	--color-brown-1: #846D5E;
	--color-blue-1: #001D61;
	--color-black-1: #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 (max-width: 1280px) {
    .l-header {
        z-index: 10;
    }
}
@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%;
	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);
	/* overflow: hidden; */
}
.contents__wrap img {
	max-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;
	}
}

/* コンテンツ
____________________*/
::selection {
	color: var(--color-white-1);
	background-color: var(--color-blue-1);
}
.contents__wrap {
	position: relative;
	z-index: 1;
}
.contents__wrap .lp-bg {
	width: 100vw;
	height: 100vh;
	background: url(../../gamepc/img/shigureui/bg-pc.webp) no-repeat left top/100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.contents__wrap .bg-red {
	background: url(../../gamepc/img/shigureui/bg-pc-2.webp) no-repeat center top/95%, var(--color-red-1);
	position: relative;
	z-index: 1;
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}
.section-ttl-wrap {
	width: 61.1999vw;
	position: relative;
	margin-inline: auto;
}
.section-ttl-wrap .section-ttl {
	position: relative;
	z-index: 2;
}
.section-ttl-wrap .white-eye {
    width: 5.520833333333333vw;
    position: absolute;
    top: -4.125vw;
    left: -2.864583333333333vw;
    z-index: 1;
}
.section-ttl-wrap .pen {
    width: 4.583333333333333vw;
    position: absolute;
    top: -4.166666666666666vw;
    right: -4.427083333333334vw;
    z-index: 1;
}
.rain {
	width: 2.604166666666667vw;
	position: absolute;
	z-index: 1;
}
@media (max-width: 768px) {/*375-768*/
	.contents__wrap .lp-bg {
		background: url(../../gamepc/img/shigureui/bg-sp.webp) repeat-y left top/100%;
	}
	.contents__wrap .bg-red {
		background: url(../../gamepc/img/shigureui/bg-sp-2.webp) no-repeat left top/100%, var(--color-red-1);
	}
	.section-ttl-wrap {
		width: 64.1vw;
	}
	.section-ttl-wrap .white-eye {
		width: 11.466666666666667vw;
		top: -7.125vw;
		left: -5.864583vw;
	}
	.section-ttl-wrap .pen {
		width: 9.6vw;
		top: -8.166667vw;
		right: -5.427083vw;
	}
	.rain {
		width: 5.066666666666666vw;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/* mv
____________________*/
.contents--mv {
	background: var(--color-blue1);
	width: 100%;
	position: relative;
	border-bottom: 3px solid var(--color-blue-1);
	z-index: 2;
	overflow: hidden;
}
/* page-nav
____________________*/
.page-nav {
	width: 77.08333333333334vw;
	position: sticky;
	top: 1.166667vw;
	z-index: 100;
	margin: 4.166666666666666vw auto 0;
	padding: 1.40625vw 7.239583333333334vw;
	background: var(--color-white-1);
	border: 3px solid var(--color-blue-1);
	border-radius: 9999px;
	box-shadow: 8px 8px 0px var(--color-blue-1);
	box-sizing: border-box;
}
.page-nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6.9vw;
}
.page-nav-link {
	color: var(--color-blue-1);
	font-size: 2.083333333333333vw;
	font-weight: 900;
	line-height: 1;
	transition: color 0.5s ease;
}
.page-nav-link:hover {
    color: var(--color-red-1);
}
@media (max-width: 768px) {/*375-768*/
	.page-nav {
		width: 314px;
		padding: 5px 10px 9px;
		border: 1px solid var(--color-blue-1);
		box-shadow: 4px 4px 0px var(--color-blue-1);
	}
	.page-nav-list {
		gap: 13px;
	}
	.page-nav-link {
		font-size: 12px;
	}
}
/* intro
____________________*/
.contents--intro {
	width: 100%;
	padding-top: 4.427083333333334vw;
	position: relative;
	z-index: 2;
}
.contents--intro .rain-01 {
    width: 2.604166666666667vw;
    position: absolute;
    top: 10.9375vw;
    left: 9.375vw;
    z-index: 5;
}
.contents--intro .rain-02 {
	display: none;
}
.intro-catch-wrap {
	display: block;
	position: relative;
	width: fit-content;
	margin-inline: auto;
	z-index: 1;
}
.intro-catch-wrap .intro-catch {
	color: var(--color-red-1);
	font-size: 4.6875vw;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	position: relative;
	z-index: 1;
}
.intro-catch-wrap .intoro-catch-image {
	width: 50vw;
	margin-inline: auto;
	position: relative;
	z-index: 1;
}
.intro-catch-wrap::before,
.intro-catch-wrap::after {
	content: "";
	width: 7.291666666666667vw;
	height: 12.03125vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.intro-catch-wrap::before {
	left: -8.333333333333332vw;
	background: url(../../gamepc/img/shigureui/line-01.webp) no-repeat center center/contain;
}
.intro-catch-wrap::after {
	right: -8.333333333333332vw;
	background: url(../../gamepc/img/shigureui/line-02.webp) no-repeat center center/contain;
}
.intro-txt {
	color: var(--color-blue-1);
	font-size: 1.6666666666666667vw;
	font-weight: 900;
	text-align: center;
	line-height: 1.8;
	margin-top: 4.947916666666666vw;
}
@media (max-width: 768px) {/*375-768*/
	.contents--intro {
		padding-top: 8vw;
	}
	.contents--intro .rain-01 {
		width: 4.4399999999999995vw;
		position: absolute;
		top: 42.66666666666667vw;
		right: 9.333333333333334vw;
		left: inherit;
		z-index: 5;
	}
	.contents--intro .rain-02 {
		display: block;
		width: 4.4399999999999995vw;
		position: absolute;
		top: 61.33333333333333vw;
		left: 5.866666666666666vw;
		z-index: 5;
	}
	.intro-catch-wrap .intro-catch {
		font-size: 6.666666666666667vw;
	}
	.intro-catch-wrap .intoro-catch-image {
		width: 73vw;
	}
	.intro-catch-wrap::before, .intro-catch-wrap::after {
		width: 5.661333333333333vw;
		height: 16.133333333333333vw;
	}
	.intro-catch-wrap::before {
		background: url(../../gamepc/img/shigureui/line-01-sp.webp) no-repeat center center / contain;
	}
	.intro-catch-wrap::after {
		background: url(../../gamepc/img/shigureui/line-02-sp.webp) no-repeat center center / contain;
	}
	.intro-txt {
		font-size: 3.4666666666666663vw;
		margin-top: 9.333333333333334vw;
	}
}
/* case
____________________*/
.contents--case {
	padding-top: 9.114583333333332vw;
	padding-bottom: 4.947916666666666vw;
	position: relative;
	z-index: 2;
}
.contents--case .rain-02 {
    width: 2.604166666666667vw;
    position: absolute;
    top: 3.125vw;
    right: 8.333333333333332vw;
    z-index: 5;
}
.contents--case .rain-03 {
	width: 2.604166666666667vw;
    position: absolute;
    top: 78.125vw;
    right: 30.208333333333332vw;
    z-index: 5;
}
.contents--case .rain-04 {
    width: 2.604166666666667vw;
    position: absolute;
    top: 93.75vw;
    left: 9.375vw;
    z-index: 5;
}
.contents--case .rain-05 {
    width: 2.604166666666667vw;
    position: absolute;
    top: 104.16666666666667vw;
    left: 20.3125vw;
    z-index: 5;
}
.contents--case .rain-06,
.contents--case .rain-07 {
	display: none;
}
.case-ttl-wrap {
	width: 61.1999vw;
	position: relative;
	margin-inline: auto;
}
.case-ttl-wrap .case-ttl {
	position: relative;
	z-index: 2;
}
.case-ttl-wrap .white-eye {
    width: 5.520833333333333vw;
    position: absolute;
    top: -3.125vw;
    left: -2.864583333333333vw;
    z-index: 1;
}
.case-ttl-wrap .pen {
    width: 4.583333333333333vw;
    position: absolute;
    top: -4.166666666666666vw;
    right: -4.427083333333334vw;
    z-index: 1;
}
.case-category-ttl-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5729166666666666vw;
	margin-top: 5.729166666666666vw;
}
.case-content + .case-category-ttl-wrap {
	margin-top: 11.979166666666668vw;
}
.case-category-ttl-wrap .case-category-ttl {
	color: #C72828;
	font-size: 2.7604166666666665vw;
	font-weight: 900;
}
.case-category-ttl-wrap .umbrella {
	width: 3.344270833333333vw;
}
.case-content {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0.5208333333333333vw;
	margin-top: 3.6458333333333335vw;
}
.case-content-left {
	position: relative;
	z-index: 1;
}
.case-content-left .chara-01 {
	width: 31.614583333333336vw;
}
.case-content-left .rain-01 {
	width: 7.838541666666667vw;
    position: absolute;
    left: -5.208333333333334vw;
    top: 6.770833333333333vw;
}
.case-content-left .rain-02 {
    width: 7.734375vw;
    position: absolute;
    right: 1.5625vw;
    top: -1.0416666666666665vw;
}
.case-content-right {
    width: 43.125vw;
    padding-inline: 2.604166666666667vw;
    box-sizing: border-box;
	position: relative;
}
.coming-soon-wrap {
	width: 46.09375vw;
	height: 32.71770833333333vw;
	margin: 1.8229166666666667vw auto 0;
	position: relative;
	z-index: 1;
}
.coming-soon-wrap .chara-02 {
	width: 20vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.coming-soon-wrap .coming-soon {
	width: 31.874999999999996vw;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
/* swiper */
.case-slider-wrap {
    background: var(--color-white-1);
    border: 3px solid var(--color-blue-1);
    border-radius: 37px;
    box-shadow: 8px 8px 0px var(--color-blue-1);
    position: relative; /* ボタンの配置基準 */
    width: 100%;
}
.case-content-right .slider-note {
	color: var(--color-blue-1);
	font-size: 2.083333333333333vw;
	font-weight: 900;
	position: absolute;
	right: 2.083333333333333vw;
    bottom: -3.6458333333333335vw;
}
.swiper {
    border-radius: 1.7708333333333333vw;
    overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
    width: 5.2083333333vw !important;
    height: 5.2083333333vw !important;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    z-index: 10;
}
.swiper-button-prev img,
.swiper-button-next img {
    width: 100%;
    height: auto;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}
.swiper-button-prev {
    left: -3.125vw;
}

.swiper-button-next {
    right: -3.125vw;
}
@media (max-width: 768px) {/*375-768*/
	.contents--case {
		padding-top: 16vw;
		padding-bottom: 18.133333333333333vw;
	}
	.contents--case .rain-02 {
		width: 4.4399999999999995vw;
		position: absolute;
		top: 70.125vw;
		right: inherit;
		left: 8.266666666666666vw;
		z-index: 5;
	}
	.contents--case .rain-03 {
		width: 4.4399999999999995vw;
		position: absolute;
		top: 41.125vw;
		right: 10.4vw;
		z-index: 5;
	}
	.contents--case .rain-04 {
		width: 4.4399999999999995vw;
		position: absolute;
        top: 140.75vw;
        left: 21.375vw;
		z-index: 5;
	}
	.contents--case .rain-05 {
		width: 4.4399999999999995vw;
        position: absolute;
        top: 216.166667vw;
        left: inherit;
		right: 18vw;
        z-index: 5;
	}
	.contents--case .rain-06 {
        display: block;
        width: 4.4399999999999995vw;
        position: absolute;
        top: 269.166667vw;
        right: 8vw;
        z-index: 5;
	}
	.contents--case .rain-07 {
        display: block;
        width: 4.4399999999999995vw;
        position: absolute;
        top: 281.166667vw;
        left: 18vw;
        z-index: 5;
	}
	.case-ttl-wrap {
		width: 64.1vw;
	}
	.case-ttl-wrap .white-eye {
		width: 11.466666666666667vw;
		top: -7.125vw;
		left: -5.864583vw;
	}
	.case-ttl-wrap .pen {
		width: 9.6vw;
		top: -8.166667vw;
		right: -5.427083vw;
	}
	.case-category-ttl-wrap {
		gap: 1.3333333333333335vw;
		margin-top: 10.133333333333333vw;
	}
	.case-content + .case-category-ttl-wrap {
		margin-top: 9.2vw;
	}
	.case-category-ttl-wrap .umbrella {
		width: 8vw;
	}
	.case-category-ttl-wrap .case-category-ttl {
		font-size: 6.666666666666667vw;
	}
	.case-content {
		flex-direction: column-reverse;
		align-items: center;
		gap: 5.333333333333334vw;
		margin-top: 8vw;
	}
	.case-content-left .chara-01 {
		width: 58.42666666666666vw;
	}
	.case-content-left .rain-01 {
		width: 16.8vw;
		left: -5.208333333333334vw;
		top: 31.770833vw;
	}
	.case-content-left .rain-02 {
        width: 16vw;
        right: -6.4375vw;
        top: 6.958333vw;
        left: inherit;
	}
	.case-content-right {
		width: 76.26666666666667vw;
		padding-inline: 5.333333333333334vw;
	}
	.case-content-right .slider-note {
		font-size: 3.4666666666666663vw;
		right: 4.083333vw;
		bottom: -6.645833vw;
	}
	.coming-soon-wrap {
		width: 83.73333333333333vw;
		height: 61.12266666666667vw;
		margin-top: 6.933333333333333vw;
	}
	.coming-soon-wrap .chara-02 {
		width: 36.90666666666667vw;
	}
	.coming-soon-wrap .coming-soon {
		width: 61.33333333333333vw;
	}
	/* swiper */
	.case-slider-wrap {
		border: 2px solid var(--color-blue-1);
		border-radius: 5.333333333333334vw;
		box-shadow: 3px 3px 0px var(--color-blue-1);
	}
	.swiper-button-prev, .swiper-button-next {
		width: 10.666666666666668vw !important;
		height: 10.666666666666668vw !important;
	}
	.swiper-button-prev {
		left: -6.125vw;
	}
	.swiper-button-next {
		right: -6.125vw;
	}
}
/* bonus
____________________*/
.contents--bonus {
	padding-top: 11.458333333333332vw;
	padding-bottom: 12.5vw;
	position: relative;
	z-index: 2;
}
.contents--bonus .rain-01 {
    top: 5.125vw;
    left: 14.333333vw;
}
.contents--bonus .rain-02 {
    top: 27.125vw;
    right: 20.333333vw;
}
.contents--bonus .rain-03 {
    top: 35.125vw;
    right: 34.333333vw;
}
.contents--bonus .rain-04 {
    top: 51.125vw;
    right: 3.333333vw;
}
.contents--bonus .rain-05 {
    top: 86.125vw;
    right: 37.333333vw;
}
.contents--bonus .rain-06 {
    top: 93.125vw;
    left: 76.333333vw;
}
.contents--bonus .rain-07 {
    top: 107.125vw;
    left: 4.333333vw;
}
.contents--bonus .rain-08 {
    top: 139.125vw;
    left: 42.333333vw;
}
.contents--bonus .rain-09 {
    top: 157.125vw;
    right: 41.233333vw;
}
.contents--bonus .rain-10 {
    top: 185.125vw;
    right: 11.333333vw;
}
.bonus {
	position: relative;
}
.bonus .chara-04 {
	width: 18.072916666666668vw;
	position: absolute;
    bottom: -2.604166666666667vw;
    right: 11.979166666666668vw;
	z-index: 2;
}
.bonus .section-ttl-wrap {
	width: fit-content;
}
.bonus .section-ttl {
	color: var(--color-red-1);
	font-size: 5.729166666666666vw;
	font-weight: 900;
}
.bonus-item-wrap {
	position: relative;
    margin-top: 5.208333333333334vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	align-items: start;
    gap: 15.625vw 6.25vw; 
    width: 100%;
    margin-inline: auto; /* 全体を画面中央寄せに */
}
.bonus-item-wrap .bonus-item {
	color: var(--color-red-1);
	max-width: 43vw;
	background: var(--color-white-1);
	padding: 3.3854166666666665vw 0 2.864583333333333vw;
	border: 3px solid var(--color-red-1);
	border-radius: 1.9270833333333335vw;
	box-shadow: 8px 8px 0px var(--color-red-1);
    box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.bonus-item-wrap .bonus-item:last-child {
    grid-column: 1 / -1; 
}
/* ─── 💡各アイテムの縦位置（上下）を個別に調整 ─── */
.bonus-item-wrap .bonus-item:nth-child(2) {
    transform: translateY(22.916666666666664vw);
}
.bonus-item-wrap .bonus-item:nth-child(4) {
    transform: translateY(18.75vw);
}
.bonus-item-wrap .bonus-item:nth-child(5) {
	width: calc(100% - 42vw);
    transform: translateY(1.0416666666666665vw);
}
.bonus-item-wrap .bonus-item .bonus-number {
    width: 11.09375vw;
    position: absolute;
    top: -5.364583333333333vw;
    left: -0.15625vw;
    z-index: 3;
}
.bonus-name {
	font-size: 2.5vw;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}
.bonus-note {
	color: var(--color-red-2);
	font-size: 0.9895833333333333vw;
	font-weight: 700;
	text-align: center;
	line-height: 1.9;
	margin-top: 1.5625vw;
}
/* mp3player */
.voice-wrap {
	margin-top: 1.8229166666666667vw;
}
.voice-img {
	width: 20.9375vw;
	position: relative;
	z-index: 1;
	margin-inline: auto;
}
.voice-img .voice-chara {
	width: 10.833333333333334vw;
	position: relative;
	z-index: 1;
}
.voice-img .speech-bubble {
	width: 9.0625vw;
	position: absolute;
	z-index: 2;
    top: 1.3020833333333335vw;
    right: 0;
}
@keyframes bubblePulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.12);
    }
    100% {
        transform: scale(1);
    }
}
.voice-wrap.is-playing .speech-bubble {
    animation: bubblePulse 1.2s infinite ease-in-out;
    transform-origin: bottom right; 
}
.txt-plyer {
	color: var(--color-black1);
	font-family: var(--cts-font3);
	font-size: 1.6145833333333335vw;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-align: center;
}
.player {
	color: #484848;
	width: 31.2vw;
	display: flex;
	align-items: center;
	gap: 0.5208333333333333vw;
	background: #F1F3F4;
	padding: 0.8208333333333333vw 1.0416666666666665vw;
	margin: 1.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.5625vw;
	font-weight: 900;
	line-height: 1.8;
	text-align: center;
	margin-top: 2.7604166666666665vw;
}
/* /mp3player */
.sample-img {
	width: 100%;
	margin: 1.5625vw auto 0;
}
.mouse-cursor {
	max-width: 30.677083333333332vw;
}
.wallpaper {
	max-width: 29.375vw;
}
.sticker {
	max-width: 30.729166666666668vw;
}
.poster {
	max-width: 21.354166666666664vw;
}
@media (max-width: 768px) {/*375-768*/
	.contents--bonus {
		padding-top: 24vw;
		padding-bottom: 28.000000000000004vw;
	}
	.contents--bonus .rain-01 {
		top: 7.125vw;
		left: 8.333333vw;
		right: inherit;
	}
	.contents--bonus .rain-02 {
		top: 40.125vw;
		left: 79.333333vw;
	}
	.contents--bonus .rain-03 {
		top: 185.125vw;
        left: 36.333333vw;
	}
	.contents--bonus .rain-04 {
		top: 290.125vw;
		right: 29.333333vw;
	}
	.contents--bonus .rain-05 {
		top: 421.125vw;
		right: 54.333333vw;
	}
	.contents--bonus .rain-06 {
        top: 536.125vw;
        left: 65.333333vw;
	}
	.contents--bonus .rain-07 {
		top: 666.125vw;
		left: 29.333333vw;
	}
	.contents--bonus .rain-08,
	.contents--bonus .rain-09,
	.contents--bonus .rain-10 {
		display: none;
	}
	.bonus .section-ttl {
		font-size: 11.733333333333333vw;
	}
	.bonus-item-wrap {
        grid-template-columns: 1fr; 
        width: 90%;
        max-width: 84.26666666666667vw;
        margin-inline: auto;
		margin-top: 16vw;
        gap: 21.333333333333336vw 0; 
    }
    .bonus-item-wrap .bonus-item {
        width: 100%;
		max-width: inherit;
        padding: 8vw 3.333333vw;
		border: 2px solid var(--color-red-1);
		border-radius: 5.333333333333334vw;
		box-shadow: 4px 4px 0px var(--color-red-1);
    }
    .bonus-item-wrap .bonus-item:nth-child(1),
    .bonus-item-wrap .bonus-item:nth-child(2),
    .bonus-item-wrap .bonus-item:nth-child(3),
    .bonus-item-wrap .bonus-item:nth-child(4),
    .bonus-item-wrap .bonus-item:nth-child(5) {
        transform: translateY(0);
		width: 100%;
    }
	.bonus-item-wrap .bonus-item .bonus-number {
		width: 26.666666666666668vw;
		top: -12.364583vw;
	}
	.bonus-name {
		font-size: 5.866666666666666vw;
	}
	.bonus-note {
		font-size: 2.933333333333333vw;
		letter-spacing: 0.01em;
		margin-top: 4.5625vw;
	}
	/* mp3player */
	.voice-wrap {
		margin-top: 3.733333333333334vw;
	}
	.voice-img {
		width: 53.6vw;
	}
	.voice-img .voice-chara {
		width: 28.000000000000004vw;
	}
	.voice-img .speech-bubble {
		width: 23.200000000000003vw;
		top: 2.302083vw;
	}
	.player {
		width: 67.46666666666667vw;
		margin-top: 5.333333333333334vw;
		gap: 1.520833vw;
		padding: 2.820833vw 4.041667vw;
	}
	.player .playPauseBtn {
		font-size: 4.041667vw;
		width: 3.5625vw;
		height: 3.5625vw;
	}
	.player .currentTime, .duration {
		font-size: 4.041667vw;
	}
	.player .volumeIcon {
		width: 4.641667vw;
	}
	.player-catch {
		font-size: 2.933333333333333vw;
	}
	/* /mp3player */
	.sample-img {
		margin-top: 4.5625vw;
	}
	.mouse-cursor {
		max-width: 72.53333333333333vw;
	}
	.wallpaper {
		max-width: 70.93333333333334vw;
	}
	.sticker {
		max-width: 70.93333333333334vw;
	}
	.poster {
		max-width: 50.13333333333333vw;
	}
	.bonus .chara-04 {
		display: none;
	}
}
/* special-contents
____________________*/
.contents--special-contents {
	padding-top: 9.635416666666668vw;
}
.special-contents {
	color: var(--color-white-1);
}
.special-contents .section-ttl-wrap {
	width: 51.280729166666674vw;
}
.special-contents-flex {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 2.65625vw;
	margin-top: 5.46875vw;
}
.special-contents-flex .panel {
	width: 22.864583333333332vw;
}
.special-contents-flex .txt-block {
	width: 31.083333vw;
	display: flex;
	flex-direction: column;
}
.special-contents-flex .ttl-h3 {
	font-size: 3.125vw;
	font-weight: 700;
	line-height: 1.4;
	padding-bottom: 4.166666666666666vw;
	position: relative;
}
.special-contents-flex .ttl-h3::after {
	content: "";
	width: 3.177083333333333vw;
	height: 3.125vw;
	background: url(../../gamepc/img/shigureui/umbrella-2.webp) no-repeat center center/contain;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.special-contents-txt {
	font-size: 1.1458333333333333vw;
	font-weight: 700;
	line-height: 2.2;
	letter-spacing: 0.02em;
	margin-top: 1.0416666666666665vw;
}
.special-contents-note {
	font-size: 0.9895833333333333vw;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 1.5625vw;
}
.shop-block {
	background: var(--color-white-1);
	border-radius: 1.9270833333333335vw;
	padding: 1.5625vw 2.083333333333333vw;
	box-sizing: border-box;
	margin-top: auto;
}
.shop-ttl-block {
	display: flex;
	align-items: center;
	position: relative;
	gap: 0.640625vw;
	padding-bottom: 1.328125vw;
	background: url(../../gamepc/img/shigureui/dotted.webp) repeat-x left bottom/100%;
}
.shop-ttl-block .pen {
	width: 2.2255208333333334vw;
}
.shop-ttl-block .shop-ttl {
	color: var(--color-blue-1);
	font-size: 1.1458333333333333vw;
	font-weight: 700;
	line-height: 1;
}
.shop-list {
	color: var(--color-red-1);
	font-size: 1.1458333333333333vw;
	font-weight: 700;
	line-height: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.3020833333333335vw 0.5208333333333333vw;
	margin-top: 1.2760416666666667vw;
}
@media (max-width: 768px) {/*375-768*/
	.contents--special-contents {
		padding-top: 17.333333333333336vw;
	}
	.special-contents .section-ttl-wrap {
		width: 73.33333333333333vw;
	}
	.special-contents .section-ttl-wrap .white-eye {
		top: -6.125vw;
        left: 0.135417vw;
	}
	.special-contents .section-ttl-wrap .pen {
        right: 1.572917vw;
    }
	.special-contents-flex {
		display: block;
		position: relative;
	}
	.special-contents-flex .panel {
		width: 48.266666666666666vw;
		position: absolute;
		left: 0;
		top: 0;
	}
	.special-contents-flex .txt-block {
		width: 100%;
		position: relative;
	}
	.special-contents-flex .ttl-h3 {
		width: 45.86666666666667vw;
		font-size: 4.8vw;
		margin-left: 46vw;
		padding-bottom: 12.166667vw;
	}
	.special-contents-flex .ttl-h3::after {
		width: 7.199999999999999vw;
		height: 6.933333333333333vw;
	}
	.special-contents-txt {
		font-size: 3.4666666666666663vw;
        line-height: 1.6;
        letter-spacing: 0.01em;
		margin-top: 6.041667vw;
		margin-left: 46vw;
	}
	.special-contents-note {
		font-size: 2.933333333333333vw;
		margin-top: 12.5625vw;
		margin-left: 52vw;
	}
	.shop-block {
		width: 83.73333333333333vw;
		padding: 4.5625vw 4.083333vw;
		margin: 20vw auto 0;
		border-radius: 5.333333333333334vw;
	}
	.shop-ttl-block {
		gap: 2.4vw;
		padding-bottom: 4.328125vw;
	}
	.shop-ttl-block .pen {
		width: 9.248vw;
	}
	.shop-ttl-block .shop-ttl {
		font-size: 4vw;
	}
	.shop-list {
		font-size: 3.4666666666666663vw;
		grid-template-columns: repeat(2, max-content);
		gap: 2.302083vw 2.520833vw;
		margin-top: 3.276042vw;
	}
}
/* about
____________________*/
.contents--about {
	padding-top: 12.864583333333332vw;
}
.about .section-ttl-wrap {
	width: 18.243229166666666vw;
}
.about .section-ttl-wrap .white-eye {
    left: -3.864583vw;
}
.about-block {
	color: var(--color-brown-1);
	width: 54.63541666666667vw;
	background: var(--color-white-1);
	border-radius: 37px;
	padding: 35px 135px 55px;
	margin: 93px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}
.about-block .shigureui-thum {
	width: 12.447916666666666vw;
}
.about-block .shigureui-logo {
	width: 16.979166666666668vw;
	margin-top: 1.5625vw;
}
.about-txt {
	font-size: 1.0416666666666665vw;
	font-weight: 900;
	line-height: 2.1;
	text-align: center;
	margin-top: 1.5625vw;
}
.sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4583333333333333vw;
    margin-top: 3.5416666666666665vw;
}
.sns-list li {
    width: 4.0625vw
}
.sns-list a {
    display: inline-block;
    transition: transform 0.3s ease;
    width: 100%;
}
.sns-list a img {
    display: block;
    width: 100%;
    height: auto;
}
.sns-list a:hover {
    transform: scale(1.15);
}
.about .lp-copy {
	color: var(--color-brown-1);
	margin-top: 50px;
}
@media (max-width: 768px) {/*375-768*/
	.contents--about {
		padding-top: 25.733333333333334vw;
	}
	.about .section-ttl-wrap {
		width: 55.41866666666666vw;
	}
	.about-block {
		width: 83.73333333333333vw;
		border-radius: 5.333333333333334vw;
		margin-top: 12vw;
		padding: 6.666666666666667vw;
	}
	.about-block .shigureui-thum {
		width: 36.266666666666666vw;
	}
	.about-block .shigureui-logo {
		width: 49.333333333333336vw;
	}
	.about-txt {
		font-size: 3.4666666666666663vw;
		text-align: left;
	}
	.sns-list {
		gap: 4.266666666666667vw;
		margin-top: 5.333333333333334vw;
	}
	.sns-list li {
		width: 11.466666666666667vw;
	}
	.about .lp-copy {
		margin-top: 5.333333333333334vw;
	}
}
/* more
____________________*/
.contents--more {
	padding-top: 8.854166666666668vw;
	padding-block: 5.208333333333334vw;
	background: var(--color-red-1);
	position: relative;
	z-index: 2;
}
.txt-more {
	color: var(--color-white-1);
	font-size: 4.6875vw;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}
.mini-chara-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 4.166666666666666vw;
	margin-top: 10.416666666666668vw;
}
.mini-chara {
	width: 12.03125vw;
}
.mini-chara img {
	opacity: 0;
}
.lp-copy {
	color: var(--color-white-1);
	font-size: 1.1458333333333333vw;
	font-weight: 900;
	text-align: center;
	margin-top: 5.729166666666666vw;
}
@media (max-width: 768px) {/*375-768*/
	.contents--more {
		padding-top: 8.799999999999999vw;
		padding-bottom: 14.666666666666666vw;
	}
	.txt-more {
		font-size: 10.666666666666668vw;
	}
	.mini-chara-wrap {
		margin-top: 10.666666666666668vw;
		flex-wrap: wrap;
	}
	.mini-chara {
		width: 21.333333333333336vw;
	}
	.lp-copy {
		font-size: 2.933333333333333vw;
		margin-top: 13.333333333333334vw;
	}
}
/*　アニメーション
____________________*/
.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(-75); }      /* 上から */
.fade-in-bottom { transform: translateY(75px); }    /* 下から */
.fade-in-right { transform: translateX(75px); }     /* 右から */
.fade-in-left { transform: translateX(-75px); }     /* 左から */
.fade-in-zoom-in { transform: scale(0.6); }          /* ズームイン：最初は小さく表示される */
.fade-in-zoom-out { transform: scale(1.1); }         /* ズームアウト：最初は大きく表示される */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */