@charset "UTF-8";

/* ローディング */
#js-loading.hide {
	opacity: 0;
	pointer-events: none;
	transition: opacity 500ms;
}

.loading {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: center;
	/* background-image: linear-gradient(#f3b020 0%, #f98a00 100%); */
	background-color: #fff;
}

.loading__animation {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		radial-gradient(farthest-side, #fdcf73 94%, #0000) top/8px 8px no-repeat,
		conic-gradient(#0000 30%, #fdcf73);
	-webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
	animation: l13 1s infinite linear;
}

@keyframes l13 {
	100% {
		transform: rotate(1turn)
	}
}

.loading__text {
	font-size: 12px;
	color: #fdcf73;
}


/* 紙吹雪 */
#canvas {
	position: absolute;
	z-index: 1;
	top: -120vh;
}

#canvas.show {
	transition: transform 15s ease-out;
	transform: translateY(100vh);
}

.dream-bg {
	background-image: url(https://alcor-sirius.appspot.com/webapi/content/get_data?content_id=KON_image_bg_page.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: -1;
}

@media only screen and (max-width: 920px) {
	.dream-bg {
		margin-top: 50px !important;
		background-size: 120%;
	}
}

@media only screen and (max-width: 767px) {
	.dream-bg {
		background-size: 200%;
	}
}

/* main */
.dream-main {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	position: relative;
	overflow-x: hidden;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	position: relative;
	z-index: 2;
}

.dream-main img {
	width: 100%;
	height: auto;
}

.dream-main a {
	display: block;
}

@media (hover: hover) and (pointer: fine) {
	.dream-main a:hover {
		transition: all 0.3s ease-in-out;
		filter: contrast(1.25);
		transform: scale(1.05) !important;
	}
}

/* ファーストビュー */
.dream-fv {
	max-width: inherit !important;
	width: 100%;
	margin-top: 134px !important;
	margin-bottom: 0 !important;
	background-image: url(https://alcor-sirius.appspot.com/webapi/content/get_data?content_id=KON_image_fv_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: contain;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

@media only screen and (max-width: 920px) {
	.dream-fv {
		margin-top: 50px !important;
		background-size: 120% 100%;
	}
}

@media only screen and (max-width: 767px) {
	.dream-fv {
		background-size: 200% 100%;
	}
}

.dream-fv__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.dream-fv__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-top: 10px; */
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 3;

}

.dream-fv__head__konami {
	width: clamp(70px, calc(134/1200*100vw), 134px);
}

.dream-fv__head__ebaseball {
	width: clamp(90px, calc(158/1200*100vw), 158px);
}

.dream-fv__inner picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: block;
	z-index: 4;
}

.dream-fv__inner picture img {
	position: relative;
}

.dream-fv__pict0 {
	position: static !important;
	z-index: -1;
}

.dream-fv__pict6 {
	z-index: 5 !important;
}

.dream-fv__date {
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 642px;
	z-index: 11;
	font-size: clamp(15px, calc(20/1024*100vw), 20px);
	font-weight: 700;
	line-height: 2.5em;
	text-align: center;
	color: #fff;
	background-image: url(https://alcor-sirius.appspot.com/webapi/content/get_data?content_id=KON_image_fv_text_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 1024px) {
	.dream-fv__date {
		bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.dream-fv__date {
		bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.dream-fv__date {
		bottom: inherit;
		top: 90%;
		width: 100vw;
		background-size: cover;
	}
}

.dream-fv__date span {
	font-size: 1.5em;
	font-weight: 800;
}

/* メインコンテンツ */
.dream-content {
	position: relative;
	z-index: 15;
	margin-top: max(-280px, calc(-280/1200*100vw));
	padding: 0 15px;
}


/* 応募券 */
.dream-ticket {
	width: calc(100% - 10px*2);
	max-width: calc(600px + 10px*2) !important;
	/* margin: 0 auto; */
	background-color: rgba(253, 216, 6, 0.7);
	padding: clamp(10px, calc(20/1024*100vw), 20px);
	border-radius: clamp(10px, calc(20/1024*100vw), 20px);
	display: flex;
	align-items: center;
	gap: clamp(8px, calc(16/1024*100vw), 16px);
	margin: clamp(20px, calc(40/1024*100vw), 40px) auto !important;
}

.dream-ticket__head {
	flex: 1;
}

.dream-ticket__img {
	border-radius: 50%;
	overflow: hidden;
	aspect-ratio: 3/2;
}

.dream-ticket__body {
	flex: 3;
	font-size: clamp(14px, calc(14/375*100vw), 21px);
	font-weight: 500;
	letter-spacing: 0.04em;
}

.dream-ticket__body .is-pink {
	color: #ea5b5b;
}

.dream-ticket__body .is-big {
	font-size: 1.5em;
}


/* ダウンロード */
.dream-dl {
	width: 100%;
	max-width: 600px;
	margin: clamp(20px, calc(40/1024*100vw), 40px) auto;
	background-color: rgba(253, 216, 6, 0.7);
	padding: clamp(15px, calc(30/1024*100vw), 30px);
	border-radius: clamp(10px, calc(20/1024*100vw), 20px);
	display: flex;
	align-items: center;
	gap: clamp(8px, calc(16/1024*100vw), 16px);
}

.dream-dl__head {
	flex: 1;
}

.dream-dl__body {
	flex: 3;
}

.dream-dl__title {
	font-size: clamp(20px, calc(20/375*100vw), 30px);
	font-weight: 800;
	line-height: 0.9;
}

.dream-dl__title span {
	font-size: 0.67em;
}

.dream-dl__icon {
	display: flex;
	justify-content: space-between;
	gap: clamp(5px, calc(10/1024*100vw), 10px);
	width: 100%;
	margin-top: clamp(5px, calc(10/1024*100vw), 10px);
}

/* キャンペーン */
.dream-campaign {
	width: calc(100% - 10px*2);
	max-width: 980px;
	margin: clamp(25px, calc(40/1024*100vw), 40px) auto 0;
	position: relative;
	z-index: 4;

}

.dream-campaign__inner {
	border: solid clamp(4px, calc(8/1024*100vw), 8px) #ea5b5b;
	border-radius: clamp(10px, calc(20/1024*100vw), 20px);
	padding: clamp(25px, calc(50/1024*100vw), 50px);
	background-color: rgba(255, 255, 255, 0.8);
}

.dream-join__title {
	font-size: clamp(17px, calc(30/1024*100vw), 30px);
	font-weight: 700;
	color: #ea5b5b;
	text-align: center;
	width: fit-content;
	margin: 0 auto 1.25em;
	position: relative;
}

.dream-join__title::after {
	content: "";
	width: 106%;
	height: 0.25em;
	position: absolute;
	bottom: -0.5em;
	left: -3%;
	background-color: #ea5b5b;
}

.dream-join__text {
	font-size: clamp(10px, calc(16/1024*100vw), 16px);
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.dream-join__text.is-pink {
	font-size: clamp(10px, calc(18/1024*100vw), 18px);
	color: #ea5b5b;
}

.dream-join__link {
	margin: clamp(16px, calc(32/1024*100vw), 32px) 0;
}

.dream-join__link a {
	font-size: clamp(12px, calc(19/1024*100vw), 19px);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	color: #fff;
	background-color: #ea5b5b;
	width: 20em;
	padding: 0.75em 0;
	text-align: center;
	border-radius: 1.25em;
	margin: 0 auto;
}

.dream-join__link.is-orange a {
	background-color: #ff8003;
}

.dream-ppc {
	border-top: #ea5b5b 5px dotted;
	margin-top: clamp(20px, calc(30/1024*100vw), 30px);
	padding-top: clamp(20px, calc(30/1024*100vw), 30px);
}

.dream-ppc__title {
	width: clamp(178px, calc(356/1024*100vw), 356px);
	margin: 0 auto clamp(15px, calc(25/1024*100vw), 25px);
}

/* モーダル共通部分 */
.dream-modal {
	width: calc(100vw - 10px*2);
	max-width: 936px;
	border: solid clamp(4px, calc(8/1024*100vw), 8px) #ea5b5b;
	border-radius: clamp(10px, calc(20/1024*100vw), 20px);
	/* padding: clamp(15px, calc(25/1024*100vw), 25px) clamp(20px, calc(50/1024*100vw), 40px) clamp(20px, calc(50/1024*100vw), 40px); */
	padding: clamp(15px, calc(15/375*100vw), 30px);
	background-color: #fff2d4;
	position: relative;
}

.dream-modal__close {
	width: clamp(30px, calc(60/1024*100vw), 60px);
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(40%, -40%);
	cursor: pointer;
	z-index: 11;
}

.dream-modal__close img {
	width: 100%;
	height: auto;
}

/* キャンペーン参加方法 */
.dream-howto__title {
	font-size: clamp(21px, calc(21/375*100vw), 36px);
	font-weight: 800;
	letter-spacing: 0.04em;
	color: #ea5b5b;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: solid clamp(2px, calc(2/375*100vw), 4px) currentColor;
}

.dream-howto__test {
	font-size: clamp(12px, calc(12/375*100vw), 18px);
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.44;
	color: #696969;
}

.dream-howto__test.is-pink {
	color: #ea5b5b;
}

.dream-howto p:not(:first-child) {
	margin-top: 1em;
}

@media (orientation: landscape) and (max-height: 767px) {
	.dream-howto__title {
		font-size: 18px;
	}

	.dream-howto__test {
		font-size: 11px;
	}
}

/* 商品一覧 */
.dream-items {
	margin-top: clamp(40px, calc(60/1024*100vw), 60px) !important;
	margin-bottom: clamp(40px, calc(60/1024*100vw), 60px) !important;
	position: relative;
	z-index: 4;
	max-width: inherit !important;
}

.dream-items__title {
	width: clamp(110px, calc(200/1024*100vw), 200px);
	margin: 0 auto clamp(15px, calc(35/1024*100vw), 35px);
}

.dream-items__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: clamp(10px, calc(20/1024*100vw), 20px);
	row-gap: clamp(15px, calc(25/1024*100vw), 25px);
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: calc(1085px + 10px *2);
	/* max-width: calc(720px + 10px *2); */
}

@media only screen and (max-width: 767px) {
	.dream-items__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

.dream-items__list>a {
	background-image: url(https://alcor-sirius.appspot.com/webapi/content/get_data?content_id=KON_image_item_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: solid 3px #000;
	border-radius: 20px;
	box-shadow: 0 7px 0 #000;
	padding: clamp(15px, calc(25/1024*100vw), 25px);
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 1em;
}

.dream-item__title {
	font-size: clamp(15px, calc(15/375*100vw), 24px);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.dream-item__note {
	font-size: clamp(15px, calc(15/375*100vw), 24px);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-align: center;
	color: #ea5b5b;
}

/* モーダル内部 ※注意事項 */
.dream-teams {
	position: relative;
}

.dream-teams__cation {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #fff2d4;
	display: none;
}

.dream-teams__cation__inner {
	/* max-height: 65svh; */
	overflow-y: scroll;
	border: solid 1px #aaa;
	padding: 1em;
	height: calc(100% - clamp(55px, calc(55/375*100vw), 73px));
}

.dream-teams__cation__title {
	font-size: clamp(18px, calc(18/375*100vw), 30px);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.28;
	margin: 0 0 0.25em;
	padding-bottom: 0.25em;
}

.dream-teams__cation__text {
	font-size: clamp(12px, calc(12 / 375 * 100vw), 18px);
	letter-spacing: 0.04em;
	line-height: calc(26 / 18);
	padding-left: 1.5em;
	margin-bottom: 1em;
}

.dream-teams__cation__text li {
	list-style: disc;
	margin-bottom: 0.5em;
}

.dream-teams__cation__btn {
	height: clamp(55px, calc(55/375*100vw), 73px);
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.dream-teams__cation__back {
	width: clamp(180px, calc(180/375*100vw), 293px);
	height: 43px;
	height: clamp(35px, calc(35/375*100vw), 43px);
	font-size: clamp(12px, calc(12/375*100vw), 19px);
	font-weight: 700;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 22px;
	margin: 0 auto;
	background-color: #666;
	cursor: pointer;
}

@media (orientation: landscape) and (max-height: 767px) {

	.dream-teams__cation__inner {
		height: calc(100% - 55px);
	}

	.dream-teams__cation__btn {
		height: 55px;
	}

	.dream-teams__cation__title {
		font-size: 14px;
	}

	.dream-teams__cation__text {
		font-size: 11px;
	}

	.dream-teams__cation__back {
		width: 180px;
		height: 35px;
		font-size: 12px;
	}
}

/* モーダル内部 */
.dream-teams__img {
	width: 100%;
}

.dream-teams__img img {
	width: 100%;
	height: auto;
}

.dream-teams__title {
	font-size: clamp(18px, calc(18/375*100vw), 30px);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.28;
	color: #ea5b5b;
	text-align: center;
	border-bottom: dotted clamp(2px, calc(2/375*100vw), 4px) currentColor;
	margin: 0.75em 0;
	padding-bottom: 0.25em;
}

.dream-teams__text {
	font-size: clamp(12px, calc(12/375*100vw), 18px);
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: calc(26/18);
}

.dream-teams__text.is-red {
	color: #ea5b5b;
}

.dream-teams__text.is-blue {
	color: #317ee6;
}

.dream-teams__note {
	font-size: clamp(10px, calc(10/375*100vw), 16px);
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #317ee6;
	text-decoration: underline;
	margin-top: 0.25em;
	cursor: pointer;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
	display: none !important;
}

.dream-teams__button {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.dream-teams__button {
		/* flex-direction: column; */
		gap: 1em;
	}
}

@media (orientation: landscape) and (max-height: 767px) {
	.dream-teams__button {
		flex-direction: row;
	}
}

.dream-teams__button button,
.dream-teams__button a {
	width: clamp(180px, calc(180/375*100vw), 293px);
	height: 43px;
	height: clamp(35px, calc(35/375*100vw), 43px);
	font-size: clamp(12px, calc(12/375*100vw), 19px);
	font-weight: 700;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 22px;
	margin: 2em auto 0;
	cursor: pointer;
}

@media (orientation: landscape) and (max-height: 767px) {

	.dream-teams__button button,
	.dream-teams__button a {
		width: 180px;
		height: 35px;
		font-size: 12px;
		margin: 0 1em;
	}
}

.dream-teams__button__back {
	background-color: #317ee6;
}

.dream-teams__button__submit {
	background-color: #ff8003;
}

.dream-teams__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(12.5px, calc(25/1024*100vw), 25px);
	width: 100%;
	max-width: 530px;
	margin: 1em auto 0;
}

.dream-teams__list li {
	padding-bottom: 5px;
}

.dream-teams__list a {
	display: block;
	cursor: pointer;
	background-color: #fff;
	border-radius: 10%;
	border-right: solid 1px rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	position: relative;
}

.dream-teams__list a::after {
	content: "";
	position: absolute;
	top: 2%;
	left: 2%;
	width: 100%;
	height: 100%;
	border-radius: 10%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
}

@media (hover: hover) and (pointer: fine) {
	.dream-teams__list a:hover {
		transition: all 0.3s ease-in-out;
		filter: contrast(1.1);
		transform: scale(1.1);
	}

	.dream-teams__list a:hover::after {
		opacity: 0;
	}
}

.dream-teams__list a img {
	width: 100%;
}

/* スマホ横置きモーダル内球団選択レイアウト調整 */
@media (orientation: landscape) and (max-height: 1023px) {

	.dream-teams__img {
		width: 50%;
		margin: 0 auto;
	}

	.dream-items__slide__inner {
		max-height: 80svh;
		overflow-y: scroll;
	}
}

@media (orientation: landscape) and (max-height: 767px) {
	.dream-modal {
		padding: 15px;
	}

	.dream-teams__list {
		grid-template-columns: repeat(6, 1fr);
	}

	.dream-teams__img {
		width: 30%;
	}

	.dream-teams__title {
		font-size: 12px;
	}

	.dream-teams__text {
		font-size: 10px;
	}

	.dream-teams__note {
		font-size: 9px;
	}

	.dream-teams__button button {
		font-size: 12px;
		height: 28px;
		margin-top: 1em;
	}
}

.games-store-banner {
	max-width: 500px;
	margin: 25px auto;
}

.campaign-notes {
	max-width: 1085px;
	margin: 0 auto;
	font-size: small;
	text-align: center;
}

.campaign-notes p {
	line-height: 1.5;
}

.campaign-notes a {
	display: inline;
}

.dream-end {
	width: calc(100% - 10px*2);
}