
/* ---------------------------------------------------------------
	ページ：サイトTOP
------------------------------------------------------------------*/
.top__kv-container {
	position: relative;
}

.top__kv-switch {
	width: 8.5%;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 750px) {
	.top__kv-switch {
		width: 21.5%;
	}
}

.top__topics {
#	background: url(/mcrrb/assets/img/topics_bg.png);
	background-image: url('/mcrrb/assets/img/topics_bg.png'); /* フォールバック */
	background-image: image-set(
		url('/mcrrb/assets/img/topics_bg.webp') type('image/webp'),
		url('/mcrrb/assets/img/topics_bg.png') type('image/jpeg')
	);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 1% 0 4%;
	margin-bottom: 2%;
	position: relative;
}
/*
@media only screen and (max-width: 750px) {
	.top__topics {
#		background: url(/mcrrb/assets/img/topics_bg_sp.png);
		background-image: url('/mcrrb/assets/img/topics_bg_sp.png');
		background-image: image-set(
			url('/mcrrb/assets/img/topics_bg_sp.webp') type('image/webp'),
			url('/mcrrb/assets/img/topics_bg_sp.png') type('image/jpeg')
		);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 3% 0 10%;
		margin-bottom: 4%;
	}
}
*/
.top__topics-title {
	width: 30%;
	margin: 0 auto 1.5%;
}
@media only screen and (max-width: 750px) {
	.top__topics-title {
		width: 75%;
		margin: 0 auto 6%;
	}
}
/**/
.slider-movie {
	opacity: 0;
	transition: opacity 1.25s ease;
}
.slider-movie.slick-initialized {
	opacity: 1;
}

/*
.slider-movie-wrap {
	display: none;
}
*/
.slider-movie li {
#	padding: 0 10px;
	padding: 0 1vw;
}


/** MOVI **/
.top__movie {
	position: relative;
	margin-bottom: 5%;
}
@media only screen and (max-width: 750px) {
	.top__movie {
		margin-bottom: 5%;
	}
}

.top__movie-bg {
	width: 63%;
	margin: auto;
}
@media only screen and (max-width: 750px) {
	.top__movie-bg {
		width: 100%;
		margin: auto;
	}
}

.top__movie-main {
	width: 45.5%;
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
@media only screen and (max-width: 750px) {
	.top__movie-main {
		width: 83%;
		top: 54%;
		left: 50%;
	}
}

.top__movie-text {
	position: absolute;
	top: 91%;
	left: 38%;
	color: #fff;
	transform: translate(-50%, -50%);
	font-size: calc(24 * 100vw / 1920);
	font-weight: 500;
	white-space: nowrap;
}
@media only screen and (max-width: 750px) {
	.top__movie-text {
		top: 93%;
		left: 29%;
		font-size: calc(26 * 100vw / 750);
	}
}


.triangle-icon {
	display: flex;
	align-items: center; /* これで垂直中央に揃う */
	justify-content: center; /* 必要に応じて水平中央も */
	margin: 0;
}

.icons {
	display: flex; /* 疑似要素を並べるため */
	align-items: center;
	height: 1em; /* テキストの高さに合わせる */
#	margin-right: 0.5vw;
}

.icons::before,
.icons::after {
	content: "";
	/* width/height を em 指定にすると文字サイズに連動して綺麗です */
	width: 0.6em; 
	height: 0.9em;
	background-color: #fff;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	margin-right: 3px;
}


/** CARD **/
.top__card {
	margin-bottom: 10%;
}
@media only screen and (max-width: 750px) {
	.top__card {
		margin-bottom: 15%;
	}
}

.top__card-text {
	width: 63%;
	margin: 0 auto 4%;
}
@media only screen and (max-width: 750px) {
	.top__card-text {
		width: 95%;
		margin: 0 auto 5%;
	}
}

.slider-wrapper {
	overflow: hidden;
	width: 100%;
}

.slider-track {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 500%;
	animation: scroll 40s linear infinite;
}
@media only screen and (max-width: 750px) {
	.slider-track {
		width: 600%;
#		animation: scroll 40s linear infinite;
	}
}

.slider-track li {
	width: 100%;
}

.slider-track img {
	width: 100%;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}


/** NEWS **/
.top__news {
	background: url(/mcrrb/assets/img/news_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 1% 0 4%;
	margin-bottom: 2%;
	position: relative;
}
@media only screen and (max-width: 750px) {
	.top__news {
		background: url(/mcrrb/assets/img/news_bg_sp.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 3% 0 10%;
		margin-bottom: 4%;
	}
}

.top__news-bg {
	position: absolute;
}

.top__news-bg.left {
	width: 17%;
	top: 95%;
	left: 9.5%;
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
	.top__news-bg.left {
		width: 23%;
		top: 85.7%;
		left:12.5%;
	}
}

.top__news-bg.right {
	width: 17%;
	top: 18%;
	left: 90%;
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
	.top__news-bg.right {
		width: 23%;
		top: 13%;
		left: 88%;
	}
}

.top__news-title {
	width: 30%;
	margin: 0 auto;
}
@media only screen and (max-width: 750px) {
	.top__news-title {
		width: 75%;
		margin: 0 auto;
	}
}

.top__news-box {
	width: 64%;
	padding: 3% 8.5%;
	margin: auto;
        position: relative;
}
@media only screen and (max-width: 750px) {
	.top__news-box {
		width: 97%;
		padding: 6% 3%;
	}
}

.top__news-area {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.7vw;
}

.top__news-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	line-height: 1.8;

}

.top__news-date {
	width: 18%;
	font-size: calc(24 * 100vw / 1920);
	color: #00ffff;
}
@media only screen and (max-width: 750px) {
	.top__news-date {
		width: 20%;
		font-size: calc(24 * 100vw / 750);
	}
}

.top__news-txt {
	width: 80%;
	font-size: calc(21 * 100vw / 1920);
}
@media only screen and (max-width: 750px) {
	.top__news-txt {
		width: 75%;
		font-size: calc(21 * 100vw / 750);
	}
}
.top__news-txt a {
	color: #1c1e21;
	text-decoration: underline;
}
.top__news-txt a:hover {
	color: #00ffff;
}




.top__news-more {
	text-align: right;
	padding-right: 4%;
}

.more {
	position: relative;
	padding-right: 1.5em;
	vertical-align: middle;
	font-size: calc(17 * 100vw / 1920);
	color: #1c1e21;
	text-decoration: underline;
}
@media only screen and (max-width: 750px) {
	.more {
		padding-right: 2.1em;
		font-size: calc(22 * 100vw / 750);
	}
}

.more::after,
.more::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 0.35em solid transparent;
	border-bottom: 0.35em solid transparent;
	border-left: 0.5em solid currentColor;
}
@media only screen and (max-width: 750px) {
	.more::after,
	.more::before {
		border-top: 0.55em solid transparent;
		border-bottom: 0.55em solid transparent;
		border-left: 0.8em solid currentColor;
	}
}


.more::after {
	right: 0;
}

.more::before {
	right: 0.6em;
}
@media only screen and (max-width: 750px) {
	.more::before {
		right: 0.9em;
	}
}


/** MODE **/
.top__mode-title {
	width: 64%;
	margin: 0 auto 3%;
}
@media only screen and (max-width: 750px) {
	.top__mode-title {
		width: 95%;
		margin: 0 auto 5%;
	}
}

.top__mode-area {
	width: 62%;
	display: flex;
	flex-direction: column;
	margin: 0 auto 3%;
	position: relative;
}
@media only screen and (max-width: 750px) {
	.top__mode-area {
		width: 95%;
		margin: 0 auto 4%;
	}
}

.top__mode-bg {
	position: absolute;
}
.top__mode-bg.left {
	width: 29%;
	top: 44%;
	left: 0;
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
	.top__mode-bg.left {
		width: 29%;
		top: 64.5%;
		left:14.5%;
	}
}

.top__mode-bg.right {
	width: 23%;
	top: 21%;
	left: 102%;
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
	.top__mode-bg.right {
		width: 24%;
		top: 36%;
		left: 89%;
	}
}

.top__mode-box {
	position: relative;

}
@media only screen and (max-width: 750px) {
	.top__mode-box {
		width: 100%;
	}
}
.top__mode-box.mode1 {
    width: 75%;
}
.top__mode-box.mode2 {
    width: 67%;
    margin-top: -15%;
}
.top__mode-box.mode3 {
    width: 73%;
    margin-top: -11%;
}
@media only screen and (max-width: 750px) {
	.top__mode-box.mode1 {
	    width: 100%;
	}
	.top__mode-box.mode2 {
	    width: 92%;
	    margin-top: -7%;
	}
	.top__mode-box.mode3 {
	    width: 94%;
	    margin-top: -3%;
	}
}

.top__mode-box:nth-child(even) {
	margin-left: auto;
}
#@media only screen and (max-width: 750px) {
#	.top__mode-box:nth-child(even) {
#		margin-left: unset;
#	}
#}

.top__mode-text {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 70%;
	width: 43%;
	transform: translate(-50%, -50%);
	font-size: calc(22 * 100vw / 1920);
	line-height: 1.8;
	font-weight: 700;
}
@media only screen and (max-width: 750px) {
	.top__mode-text {
		font-size: calc(17 * 100vw / 750);
	}
}

.top__mode-box.mode2 .top__mode-text {
	top: 60%;
	left: 36%;
}


/** ゲーム紹介 **/
.top__game-head {
	width: 100%;
	margin: 0 auto 3%;
}
@media only screen and (max-width: 750px) {
	.top__game-head {
		margin: 0 auto 6%;
	}
}

.top__game-title {
	width: 64%;
	margin: 0 auto 3%;
}
@media only screen and (max-width: 750px) {
	.top__game-title {
		width: 95%;
		margin: 0 auto 5%;
	}
}

.top__game-screen {
	width: 84%;
	display: flex;
	flex-direction: column;
#	row-gap: 2vw;
	gap: 2vw;
	margin: 0 auto 5%;
}
@media only screen and (max-width: 750px) {
	.top__game-screen {
		width: 91%;
		gap: 4vw;
		margin: 0 auto 9%;
	}
}

.top__game-screen-item {
	width: 75%;
	position: relative;

}
@media only screen and (max-width: 750px) {
	.top__game-screen-item {
		width: 100%;
	}
}

.top__game-screen-item:nth-child(even) {
	margin-left: auto;
}
@media only screen and (max-width: 750px) {
	.top__game-screen-item:nth-child(even) {
		margin-left: unset;
	}
}


.top__game-screen-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 750px) {
	.top__game-screen-area {
		flex-direction: column;
		gap: 4vw;
	}
}

.top__game-screen-image {
    width: 52%;
}
@media only screen and (max-width: 750px) {
	.top__game-screen-image {
		width: 88%;
	}
}

.top__game-screen-text {
	width: 45%;
	padding-right: 4%;
	font-size: calc(24 * 100vw / 1920);
	line-height: 1.8;
	font-weight: 900;
	color: #1d366d;
}
@media only screen and (max-width: 750px) {
	.top__game-screen-text {
		width: 88%;
		font-size: calc(23 * 100vw / 750);
		line-height: 1.6;
	}
}

.top__game-screen-item:nth-child(even) .top__game-screen-text {
	padding-right: unset;
	padding-left: 4%;
}
@media only screen and (max-width: 750px) {
	.top__game-screen-item:nth-child(even) .top__game-screen-text {
		padding-right: unset;
		padding-left: unset;
		order: 2;
	}
}


/** 商品紹介 **/
.top__product {
	background: url(/mcrrb/assets/img/genteiban_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 3% 0;
}
@media only screen and (max-width: 750px) {
	.top__product {
		background: url(/mcrrb/assets/img/genteiban_bg_sp.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
}

.top__product-title {
	width: 30%;
	margin: 0 auto;
}
@media only screen and (max-width: 750px) {
	.top__product-title {
		width: 75%;
		margin: 0 auto;
	}
}



.top__product-box {
	width: 64%;
	padding: 3% 2%;
	margin: 0 auto 3.5%;

}
@media only screen and (max-width: 750px) {
	.top__product-box {
		width: 93%;
		padding: 6% 4%;
		margin: 0 auto 8%;
	}
}

.top__product-gentei-txt {
	width: 88%;
	margin: 0 auto 4%;
	font-size: calc(42 * 100vw / 1920);
	font-weight: 800;

	ul  {
		display: flex;
		flex-direction: column;
		gap: 0.5vw;
		align-items: center;
	}

	li {
		width: 100%;
		background: #fff;
		padding: 0% 2.5%;
		text-align: center;
	}
}
@media only screen and (max-width: 750px) {
	.top__product-gentei-txt {
		width: 100%;
		font-size: calc(25 * 100vw / 750);

		ul  {
			gap: 1vw;
		}

		li {
			padding: 0% 3%;
		}
	}
}

.top__product-gentei-image {
	width: 70%;
	margin: 0 auto 3%;
}
@media only screen and (max-width: 750px) {
	.top__product-gentei-image {
		width: 100%;
		margin: 0 auto 6%;
	}
}


.top__product-gentei-info {
	width: 88%;
	margin: 0 auto 3%;
	position: relative;
}
@media only screen and (max-width: 750px) {
	.top__product-gentei-info {
		width: 100%;
		margin: 0 auto 6%;
	}
}

.top__product-gentei-bg {

}
@media only screen and (max-width: 750px) {
	.top__product-gentei-bg {
	}
}








.top__product-gentei-info {
	position: relative;
}

.top__product-gentei-info-text {
	width: 83%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: calc(18 * 100vw / 1920);
	font-weight: 800;
	line-height: 1.58;
}
@media only screen and (max-width: 750px) {
	.top__product-gentei-info-text {
		width: 86%;
		font-size: calc(16.5 * 100vw / 750);
		line-height: 1.8;
	}
}

.top__product-gentei-info-text h2 {
	font-size: calc(30 * 100vw / 1920);
	font-weight: 900;
	margin-bottom: 1%;
}
@media only screen and (max-width: 750px) {
.top__product-gentei-info-text h2 {
		font-size: calc(30 * 100vw / 750);
	}
}

.top__product-gentei-info-text span {
	color: #2c3d66;
}


.top__product-gentei-reservation {
	width: 30%;
	margin: auto;
}
@media only screen and (max-width: 750px) {
	.top__product-gentei-reservation {
		width: 40%;
	}
}


.top__product-nomal-txt {
	width: 97%;
	margin: 0 auto 4%;
	font-size: calc(44 * 100vw / 1920);
	font-weight: 800;

	ul  {
		display: flex;
		flex-direction: column;
		gap: 0.5vw;
		align-items: center;
	}

	li {
		width: 100%;
		background: #fff;
		padding: 0% 2.5%;
		text-align: center;
	}

	li:nth-child(2) {
		width: 40%;
		color: #e87e00;
	}
}
@media only screen and (max-width: 750px) {
	.top__product-nomal-txt {
		width: 100%;
		font-size: calc(27 * 100vw / 750);

		ul  {
			gap: 1vw;
		}

		li {
			padding: 0% 1%;
		}
	}
}


.top__product-box-inner {
	display: flex;
	flex-direction: column;
	gap: 0.2vw;
}
@media only screen and (max-width: 750px) {
	.top__product-box-inner {
		gap: 7vw;
	}
}

.top__product-nomal-box {
	width: 96%;
	margin: auto;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 750px) {
	.top__product-nomal-box {
		flex-direction: column;
	}
}

.top__product-nomal-left {
	width: 58.5%;
}
@media only screen and (max-width: 750px) {
	.top__product-nomal-left {
		width: 100%;
	}
}

.top__product-nomal-right {
#	background: aqua;
	width: 42.5%;
	padding-left: 7%;
	padding-right: 6%;
	display: flex;
	flex-direction: column;
	gap: 1vw;
}
@media only screen and (max-width: 750px) {
	.top__product-nomal-right {
		width: 100%;
		padding-left: unset;
		padding-right: unset;
		gap: 3vw;
	}
}

.top__product-nomal-text {
	width: 100%;
	margin: auto;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.top__product-nomal-text {
		width: 50%;
	}
}

.outline-text {
	color: #000; /* 文字の色（黒） */
	text-shadow: 
	2px  2px 0 #fff,
	-2px  2px 0 #fff,
	2px -2px 0 #fff,
	-2px -2px 0 #fff,
	0px  2px 0 #fff,
	0px -2px 0 #fff,
	2px  0px 0 #fff,
	-2px  0px 0 #fff;
	font-size: calc(49 * 100vw / 1920);
	font-weight: 600;
}
@media only screen and (max-width: 750px) {
	.outline-text {
		font-size: calc(47 * 100vw / 750);
	}
}

.top__product-nomal-wrap {
	display: flex;
	flex-direction: column;
	gap: 1vw;
}
@media only screen and (max-width: 750px) {
	.top__product-nomal-wrap {
		flex-direction: row;
		gap: 3vw;
	}
}

.top__product-nomal-info {
	position: relative;
}

.top__product-nomal-info-text {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: calc(23 * 100vw / 1920);
	font-weight: 700;
}
@media only screen and (max-width: 750px) {
	.top__product-nomal-info-text {
		width: 80%;
		font-size: calc(23 * 100vw / 750);
	}
}


.top__product-nomal-reservation {
#	width: 30%;
	margin: auto;
}
@media only screen and (max-width: 750px) {
	.top__product-nomal-reservation {
#		width: 40%;
	}
}


/** FAB **/
.fab__button {
	position: fixed;
	width: 15%;
	top: 80%;
	right: 1.5%;
	transform: translateY(-50%);
	z-index: 3;
}
@media only screen and (max-width: 750px) {
	.fab__button {
		width: 24%;
#		top: 70%;
		right: 0.5%;
	}
}

