@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-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__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}
@media (max-width: 768px) {/*375-768*/
	.contents__wrap .lp-bg {
		background: url(../../gamepc/img/shigureui/bg-sp.webp) repeat-y left top/100%;
	}
	.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;
}
/* 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;
	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::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: 52.81249999999999vw;
	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: 64vw;
	}
	.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;
	}
}
/* 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); } /* 元の位置に戻る */