html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Khand', sans-serif;
	font-weight: 400;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

img {
	margin: 0;
	padding: 0;
	max-width: 95%;
	vertical-align: text-bottom;
}


.LDH_logo {
	width: 150px;
	height: auto;
}

.google-play-icon,
.app-store-icon,
.twitter-icon {
	width: 220px !important;
	height: auto !important;
	object-fit: contain !important;
	margin: 0;
	display: block;
	transition: transform 0.3s ease;
}

.sns-icon {
	width: 32px;
	height: 32px;
}

/* --- LDH Artist Style Upgrade --- Typography-based Titles --- */
.text-title-common {
	color: #fff;
	text-align: center;
	font-family: 'Noto Sans JP', 'Teko', 'Orbitron', sans-serif;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.18em;
	opacity: 0;
	animation: fadeInUpLDH 1.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	text-transform: uppercase;
}

@keyframes fadeInUpLDH {
	from {
		opacity: 0;
		transform: translateY(40px) skewY(2deg);
		filter: blur(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0) skewY(0);
		filter: blur(0);
	}
}

.main-subtitle-text {
	font-size: clamp(22px, 5vw, 42px);
	letter-spacing: 0.35em;
	margin-bottom: 30px;
	/* Silver Chrome Effect */
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 50%, #8c8c8c 51%, #fff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4));
}

.stats-title-text,
.notice-title-text {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: clamp(20px, 5vw, 32px);
	margin-bottom: 40px;
	/* Silver Chrome Effect (LDH 公式リズムゲームと同じ) */
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 50%, #8c8c8c 51%, #fff 100%) !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4)) !important;
	letter-spacing: 0.35em;
}

/* Underline removed to match .main-subtitle-text */

.contents-subtitle-text {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: clamp(20px, 5vw, 32px);
	margin: 60px auto 40px;
	line-height: 1.3;
	letter-spacing: 0.12em;
	/* Silver Chrome Effect - 複数行対応 */
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 50%, #8c8c8c 51%, #fff 100%) !important;
	background-size: 100% 1.3em !important;
	background-repeat: repeat !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4)) !important;
}




.notice-title-text {
	margin-bottom: 40px;
}

/* Specific adjustment for Stats Title to remove gap with image below */
.stats-title-text {
	margin-bottom: 0 !important;
}


.main-logo-branding {
	width: min(1000px, 95vw);
	height: auto;
	margin: 20px auto;
	filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.4));
}

.main-logo-text {
	position: relative;
	font-family: 'Impact', 'Arial Black', sans-serif;
	font-size: clamp(35px, 12vw, 130px);
	/* 全体的なサイズアップ */
	font-weight: 900;
	letter-spacing: 0.025em;
	/* 詰まりを解消してゆとりを持たせる */
	transform: scaleY(1.15) skewX(-10deg);
	/* THE RAMPAGEらしい前がかりで攻撃的なシルエット */
	/* 硬派・ヤカラな武骨さを表現 */
	white-space: nowrap;
	margin: 20px 0;
	padding: 0;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	max-width: 100%;
	text-align: center;
	overflow: visible;
	line-height: 1.2;
	opacity: 1;

	/* 実際のテキストは構造確保だけに残し、透明にする */
	color: transparent;
	-webkit-text-fill-color: transparent;
}

/* 共通レイヤー設定 */
.main-logo-text::before,
.main-logo-text::after {
	content: 'SUPERSTAR LDH';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

/* レイヤー1 (背後): 黒い厚み（3D効果）＆アウトライン */
.main-logo-text::after {
	z-index: 1;
	-webkit-text-stroke: 6px #000000;
	/* 黒いアウトライン */
	-webkit-text-fill-color: transparent;
	background:
		linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.4) 52%, transparent 60%),
		linear-gradient(to right, #000000 0%, #000000 100%);
	background-size: 200% 100%, 100% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	animation: outlineShine 4s linear infinite;
	/* 多重シャドウによる「厚み」の表現(3D Extrude) - ブラック系 */
	filter:
		drop-shadow(1px 1px 0px #333333) drop-shadow(2px 2px 0px #222222) drop-shadow(3px 3px 0px #111111) drop-shadow(4px 4px 0px #000000) drop-shadow(0 0 5px rgba(0, 0, 0, 0.8)) drop-shadow(5px 15px 20px rgba(0, 0, 0, 0.9));
}

/* レイヤー2 (前面): 重厚なメタリックシルバーグラデーション本体 */
.main-logo-text::before {
	z-index: 2;
	background:
		/* メタリックシャイン */
		linear-gradient(135deg, transparent 35%, rgba(255, 255, 255, 0.8) 45%, transparent 55%),
		/* ゴールドメタリックグラデーション */
		linear-gradient(to bottom, #fff3a6 0%, #ceb257 45%, #5d4a1f 50%, #b8860b 80%, #a0522d 100%);
	background-size: 200% 100%, 100% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.7);
	/* 表面のエッジを際立たせる */
	/* 表面の光沢感（Bevel効果） */
	animation: chromeShine 6s linear infinite;
	filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.5));
}

@keyframes outlineShine {
	0% {
		background-position: 200% 0, 0 0;
	}

	100% {
		background-position: -200% 0, 0 0;
	}
}

@keyframes chromeShine {
	0% {
		background-position: 200% 0, 0 0, 0 0;
	}

	100% {
		background-position: -200% 0, 0 0, 0 0;
	}
}

@keyframes titleFloat {
	from {
		transform: translateY(0) scale(1);
		filter: brightness(1) drop-shadow(0 10px 15px rgba(0, 0, 0, 0.8));
	}

	to {
		transform: translateY(-8px) scale(1.02);
		filter: brightness(1.1) drop-shadow(0 20px 30px rgba(255, 0, 0, 0.3));
	}
}

/* --- Image Shine Effect (ロゴ画像の上に光を走らせる) --- */
.logo-image-shining {
	position: relative;
	display: block;
	margin: 0 auto;
}

.logo-image-shining img {
	display: block;
	width: 100%;
	height: auto;
}

.logo-image-shining::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* 斜めの光のライン */
	background: linear-gradient(115deg,
			transparent 40%,
			rgba(255, 255, 255, 0.4) 48%,
			rgba(255, 255, 255, 0.8) 50%,
			rgba(255, 255, 255, 0.4) 52%,
			transparent 60%);
	background-size: 200% 100%;
	animation: imageShineMove 4s linear infinite;

	/* 画像の形に光を切り抜く (透過部分には光が乗らない) */
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;

	pointer-events: none;
}

/* PC用ロゴのマスク */
.logo-image-shining.pc-image-logo::after {
	-webkit-mask-image: url(../images/image_title.png);
	mask-image: url(../images/image_title.png);
}

/* モバイル用ロゴのマスク */
.logo-image-shining.mobile-image-logo::after {
	-webkit-mask-image: url(../images/image_title_mobile.png);
	mask-image: url(../images/image_title_mobile.png);
}

@keyframes imageShineMove {
	0% {
		background-position: 150% 0;
	}

	100% {
		background-position: -150% 0;
	}
}

.storespc {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 !important;
	/* Use margin instead for more control over gaps */
	margin: 80px auto 50px auto;
	/* ボタンを少し下にずらす */
	width: 100%;
	font-size: 0;
	/* Eliminate whitespace between elements */
}

.storespc a {
	display: block;
	width: 220px !important;
	margin: 10px 12.5px !important;
	/* 12.5px * 2 = 25px total gap */
	padding: 0 !important;
}

.storespc img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}

.google-play-icon:hover,
.app-store-icon:hover,
.twitter-icon:hover {
	transform: scale(1.05);
}

body,
button,
input,
select,
textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.d-none {
	display: none;
}

.d-inline-block {
	display: inline-block;
}

.text-center {
	text-align: center;
}

.text-white {
	color: white;
}

.m-1 {
	margin: 3px;
}

.mt-1 {
	margin-top: 3px;
}

.mb-1 {
	margin-bottom: 3px;
}

.ml-1 {
	margin-left: 3px;
}

.mr-1 {
	margin-right: 3px;
}

.mx-1 {
	margin-left: 3px;
	margin-right: 3px;
}

.my-1 {
	margin-top: 3px;
	margin-bottom: 3px;
}

.m-2 {
	margin: 8px;
}

.mt-2 {
	margin-top: 8px;
}

.mb-2 {
	margin-bottom: 8px;
}

.ml-2 {
	margin-left: 8px;
}

.mr-2 {
	margin-right: 8px;
}

.mx-2 {
	margin-left: 8px;
	margin-right: 8px;
}

.my-2 {
	margin-top: 8px;
	margin-bottom: 8px;
}

.m-3 {
	margin: 15px;
}

.mt-3 {
	margin-top: 15px;
}

.mb-3 {
	margin-bottom: 15px;
}

.ml-3 {
	margin-left: 15px;
}

.mr-3 {
	margin-right: 15px;
}

.mx-3 {
	margin-left: 15px;
	margin-right: 15px;
}

.my-3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.header>.m-4 {
	margin: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m-4 {
	margin: 25px;
}

.mt-4 {
	margin-top: 25px;
}

.mb-4 {
	margin-bottom: 25px;
}

.ml-4 {
	margin-left: 25px;
}

.mr-4 {
	margin-right: 25px;
}

.mx-4 {
	margin-left: 25px;
	margin-right: 25px;
}

.my-4 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.m-5 {
	margin: 50px;
}

.mt-5 {
	margin-top: 50px;
}

.mb-5 {
	margin-bottom: 50px;
}

.ml-5 {
	margin-left: 50px;
}

.mr-5 {
	margin-right: 50px;
}

.mx-5 {
	margin-left: 50px;
	margin-right: 50px;
}

.my-5 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mb-6 {
	margin-bottom: 50px;
	margin-left: 3%;
	margin-right: 3%;
	text-align: left;
}

.mb-7 {
	margin-bottom: 50px;
	margin-left: 9%;
	margin-right: 9%;
	text-align: left;
}

.mb-8 {
	margin-left: 9%;
	margin-right: 9%;
	text-align: left;
}

.movie_div {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.movie_div video {
	position: relative;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index: -100;
}

.transparent-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}

.container {
	position: absolute;
	width: 100%;
}

.header {
	position: fixed;
	width: 100%;
	z-index: 998;
}

.header .logo {
	display: flex;
	align-items: center;
}


/* right sns icon, lang select */
.header .float-right {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-right: 0;
}

.header .float-right .official-sns {
	position: relative;
	top: auto !important;
	right: auto !important;
}

.header .select-language {
	display: block;
}

.lang-switch {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 15px;
	border-radius: 20px;
	border: 1px solid #fff;
}

.lang-switch a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	opacity: 0.7;
	transition: opacity 0.3s;
}

.lang-switch a:hover,
.lang-switch a.active {
	opacity: 1;
	text-decoration: underline;
}





.pc {
	display: block;
}

.mobile {
	display: none;
}


/* Removed redundant storespc block that was overriding flex layout */

.storesmobile {
	display: none;
}

.subtitlepc {
	display: block;
	margin: auto;
}

.subtitlemobile {
	display: none;
}




.section {
	display: block;
	margin-bottom: 180px;
	/* 各ページ間はゆったりとした空間を維持 */
	overflow: hidden;
}

.section-2nd {
	margin-bottom: 180px !important;
	/* フッターとの間に十分な余白を設定 */
}

.section_2 {
	display: block;
	margin-top: 100px;
	margin-bottom: 100px;
	overflow: hidden;
}

.section_3 {
	display: block;
	margin-top: 100px;
	margin-bottom: 100px;
	overflow: hidden;

}

.section-1st {
	margin-top: 200px;
}

.stores {
	margin-top: 80px;
}


.stores-2 {
	margin-top: 50px;
}


.section-2nd .slider {
	margin-top: 10px;
}

.section-2nd .slider .slick-arrow {
	width: 50px;
	height: 50px;
	z-index: 900;
}

.section-2nd .slider .slick-prev {
	left: 50%;
	margin-left: -420px;
}

.section-2nd .slider .slick-next {
	right: 50%;
	margin-right: -420px;
}

.section-2nd .slider .slick-list {
	padding-bottom: 26px !important;
}

.section-2nd .slider .slider-item {
	opacity: 1;
	transition: opacity .4s 0s ease-in,
		transform .4s 0s ease-in;
}

.section-2nd .slider .slider-item:not(.slick-current) {
	opacity: .7;
	transform: scale(.7);
	transition: opacity .4s 0s ease-out,
		transform .4s 0s ease-out;
}

.section-2nd .slider .slider-item:focus {
	outline: none;
}

.section-2nd .slider .slider-item>* {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.section-2nd .slider .slick-dots li {
	margin: 0 8px;
}

.section-2nd .slider .slick-dots li button:before {
	opacity: 1;
	content: url(../images/icon_indicator_default.png);
}

.section-2nd .slider .slick-dots li.slick-active button:before {
	opacity: 1;
	content: url(../images/icon_indicator_fill.png);
}

.section-3rd .pre-order {
	position: relative;
}

.section-3rd .pre-order-count {
	color: #fdc685;
	margin: 0 auto;
	width: 580px;
	height: 125px;
	font-size: 72px;
	font-weight: 600;
	text-align: center;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.section-3rd .rewards-items {
	vertical-align: top;
}

.section-3rd .rewards {
	position: relative;
	max-width: 100%;
	overflow: hidden;
	vertical-align: top;
}

.section-3rd .progress {
	position: absolute;
	top: 25px;
	left: 20px;
}

.section-3rd .progress.foreground {
	width: 0;
	overflow: hidden;
}

.section-3rd .progress img {
	vertical-align: top;
}

.section-3rd .pre-order-info {
	color: #fdc685;
}

.section-4th .video-area {
	margin-top: 50px;
}

.section-4th .video-box {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 720px;
	height: 405px;
	background-color: black;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.section-4th .video-box #play-btn {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	margin: -44px;
}

.section-4th .video-list {
	margin: 30px auto;
	padding: 0;
	max-width: 100%;
	width: 720px;
}

.section-4th .video-list ul {
	margin: 0;
	padding: 0 2px;
	text-align: center;
}

.section-4th .video-list li {
	display: inline-block;
	list-style-type: none;
	margin: 0 3%;
	max-width: 25%;
	width: 192px;
	height: 108px;
	background-color: #fbd79e;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.section-4th .video-list li.open {
	cursor: pointer;
}

.section-4th .video-list li.close {
	background-image: url(../images/image_text_media.png);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
}

.section-5th {
	margin-bottom: 120px !important;
	/* 450pxから削減して距離を適切に調整 */
}

.section-5th .box {
	color: white;
	margin: 5px auto 20px auto;
	padding: 20px 0 50px 0;
	width: min(800px, 100vw);
	background: rgba(0, 0, 0, .7);
}


.section-5th .box h5 {
	font-family: 'Impact', 'Arial Black', sans-serif;
	color: #cc0000;
	margin-top: 5px;
	margin-bottom: 18px;
	font-size: 24px;
	text-shadow:
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff;
}

.section-5th .box div {
	margin: 0 auto;
	padding: 0 9%;
}


.section-5th .box p {
	font-family: 'Arial Black', 'Impact', sans-serif;
}

.teaser-player {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
}

.teaser-player video {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -202.5px -360px;
	max-width: 100%;
	max-height: 100%;
	width: 720px;
	height: 405px;
}

.teaser-player .close {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -202.5px -360px;
	max-width: 100%;
	max-height: 100%;
	width: 720px;
	height: 405px;
}

.teaser-player .close .close_btn {
	float: right;
	cursor: pointer;
	color: white;
	margin-right: 12px;
	font-size: 32px;
}

.downarrow {
	pointer-events: none;
	position: fixed;
	left: 50%;
	bottom: 50px;
	margin: 0 -48px;
	animation-duration: 1s;
	animation-name: downarrow-bounce;
	animation-iteration-count: infinite;
}

.top-button {
	cursor: pointer;
	position: fixed;
	opacity: 0;
	bottom: 25px;
	right: 25px;
	z-index: 1000;
}

.footer {
	margin-top: -40px;
}

.footer .copyrights {
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color: #000
}

.footer .copyrights p {
	font-size: 14px;
}

.footer .copyrights a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.footer-logo {
	height: 45px;
	width: auto;
	vertical-align: middle;
	margin: 5px 15px;
}

/* Balance LDH logo size with the DalcomSoft logo */
.footer-logo.ldh-logo {
	height: 60px;
}

.app_txt {
	line-height: 1.5em;
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
}

@keyframes downarrow-bounce {
	0% {
		bottom: 50px;
		opacity: 0.2;
	}

	75% {
		bottom: 55px;
		opacity: 1;
	}

	90% {
		bottom: 50px;
		opacity: 0.2;
	}

	100% {
		bottom: 50px;
		opacity: 0.2;
	}
}


@media screen and (max-width: 1200px) {
	.section-5th .box p .mobile-br {
		display: block;
	}

	.header .subtitle {
		width: auto;
	}

	.header .logo {
		margin-top: 0;
	}

	.header>.m-4 {
		margin: 10px 20px;
	}

	.header .mx-1 {
		margin: 0 8px;
	}

	.header .select-language {
		margin: 0 15px;
	}

	.header .float-right .official-sns {
		top: auto;
		right: auto;
	}

	.header .sns-icon {
		width: 30px;
		height: 30px;
	}

	.section-1st .pre-register {
		margin-top: -50px;
		max-width: 90%;
	}

	.section-2nd>.artist-bg>#juyeon-pc>#juyeon-plus-pc {
		width: 70px;
		opacity: 1;
	}

	.section-2nd>.artist-bg>#q-pc>#q-plus-pc {
		width: 70px;
		opacity: 1;
	}

	.section-2nd>.artist-bg>#kevin-pc>#kevin-plus-pc {
		width: 70px;
		opacity: 1;
	}

	.section-2nd>.artist-bg>#sangyeon-pc>#sangyeon-plus-pc {
		width: 70px;
		opacity: 1;
	}

	.section-2nd>.artist-bg>#younghoon-pc>#younghoon-plus-pc {
		width: 70px;
		opacity: 1;
	}

	.section-2nd>.artist-bg>#new-pc>#new-plus-pc {
		width: 70px;
		opacity: 1;
	}

	.section-2nd>.artist-bg>#jacob-pc>#jacob-plus-pc {
		width: 70px;
		opacity: 1;
	}

	.section-2nd>.artist-bg>#juhaknyeon-pc>#juhaknyeon-plus-pc {
		width: 70px;
		opacity: 1;
	}


	.section-2nd>.artist-bg>#hyunjae-pc>#hyunjae-plus-pc {
		width: 70px;
		opacity: 1;
	}

	.section-2nd>.artist-bg>#sunwoo-pc>#sunwoo-plus-pc {
		width: 70px;
		opacity: 1;
	}

	.section-2nd>.artist-bg>#eric-pc>#eric-plus-pc {
		width: 70px;
		opacity: 1;
	}

	.section-5th .box {
		max-width: 100%;
	}

}



@media screen and (max-width: 1024px) {
	.mobile-br-1024px {
		display: block;
	}

	.header .logo .dalcom_logo>a>img {
		width: 170px;
	}

	.header .logo .LDH_logo {
		width: 120px;
	}

	.header .float-right .official-sns {
		margin-top: 0;
	}

	.header .float-right .official-sns .sns-icon {
		width: 28px;
		height: 28px;
	}

	.section-2nd>.title-artist-pc {
		top: 70px;
	}

	.section-2nd>.title-artist-pc>img {
		width: 170px;
	}

	.section-2nd>.artist-bg>#juyeon-pc>#juyeon-plus-pc {
		/* ・尖ｳｸ・廷捩 60px */
		width: 35px;
	}

	.section-2nd>.artist-bg>#q-pc>#q-plus-pc {
		width: 35px;
	}

	.section-2nd>.artist-bg>#kevin-pc>#kevin-plus-pc {
		width: 35px;
	}

	.section-2nd>.artist-bg>#sangyeon-pc>#sangyeon-plus-pc {
		width: 35px;
	}

	.section-2nd>.artist-bg>#younghoon-pc>#younghoon-plus-pc {
		width: 35px;
	}

	.section-2nd>.artist-bg>#new-pc>#new-plus-pc {
		width: 35px;
	}

	.section-2nd>.artist-bg>#jacob-pc>#jacob-plus-pc {
		width: 35px;
	}

	.section-2nd>.artist-bg>#juhaknyeon-pc>#juhaknyeon-plus-pc {
		width: 35px;
	}

	.section-2nd>.artist-bg>#hyunjae-pc>#hyunjae-plus-pc {
		width: 35px;
	}

	.section-2nd>.artist-bg>#sunwoo-pc>#sunwoo-plus-pc {
		width: 35px;
	}

	.section-2nd>.artist-bg>#eric-pc>#eric-plus-pc {
		width: 35px;
	}

	.artist-popup-xbutton {
		width: 30px;
	}
}

@media screen and (min-width: 481px) and (max-width: 1023px) and (orientation:portrait) {
	.artist-popup-text .memberVideo {
		position: absolute;
		width: 65%;
		height: 40vh;
		top: -48vh;
		left: 16%;
	}

	/* SB68 */
}

@media screen and (max-width: 768px) {

	.pc {
		display: none !important;
	}

	.mobile {
		display: block !important;
		max-width: 100%;
	}

	.header .subtitle {
		width: auto;
	}

	.subtitlepc {
		display: none
	}

	.subtitlemobile {
		display: block;
		margin: auto;
	}

	.storespc {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0px !important;
		margin: 50px auto 20px auto;
		/* 端末でもボタンを少し下にずらす */
		font-size: 0;
	}

	.storespc a {
		width: 160px !important;
		margin: 8px auto !important;
	}

	.google-play-icon,
	.app-store-icon,
	.twitter-icon {
		width: 160px !important;
		height: auto !important;
		object-fit: contain !important;
		margin: 0;
	}

	.mobile-br-768px {
		display: block;
	}

	.header>.m-4 {
		margin: 10px 20px;
	}

	.header .logo {
		margin-top: 0;
	}

	.header .logo .dalcom_logo>a>img {
		width: 120px;
	}

	.header .logo .LDH_logo {
		width: 80px;
		height: auto;
	}

	.header .float-right .official-sns {
		top: auto;
		right: auto;
	}

	.header .float-right .official-sns .sns-icon {
		width: 24px;
		height: 24px;
	}

	.header .float-right>a {
		margin: 0 !important;
	}

	.header .float-right>a>img {
		width: 150px;
	}

	.header .select-language {
		margin: 0 !important;
	}

	.header .select-language img {
		height: 32px;
	}

	.header .select-language .items img {
		height: 28px;
	}

	.stores {
		line-height: 55px;
	}

	.stores-2 {
		line-height: 55px;
	}


	.section-1st .stores>a>.store-icon {
		max-width: 38%;
		width: 170px;
	}

	.section-2nd>.artist-bg>#juyeon-mobile>#juyeon-plus-mobile {
		width: 55px;
	}

	.section-2nd>.artist-bg>#q-mobile>#q-plus-mobile {
		width: 55px;
	}

	.section-2nd>.artist-bg>#kevin-mobile>#kevin-plus-mobile {
		width: 55px;
	}

	.section-2nd>.artist-bg>#sangyeon-mobile>#sangyeon-plus-mobile {
		width: 55px;
	}

	.section-2nd>.artist-bg>#younghoon-mobile>#younghoon-plus-mobile {
		width: 55px;
	}

	.section-2nd>.artist-bg>#new-mobile>#new-plus-mobile {
		width: 55px;
	}

	.section-2nd>.artist-bg>#jacob-mobile>#jacob-plus-mobile {
		width: 55px;
	}

	.section-2nd>.artist-bg>#juhaknyeon-mobile>#juhaknyeon-plus-mobile {
		width: 55px;
	}

	.section-2nd>.artist-bg>#hyunjae-mobile>#hyunjae-plus-mobile {
		width: 55px;
	}

	.section-2nd>.artist-bg>#sunwoo-mobile>#sunwoo-plus-mobile {
		width: 55px;
	}

	.section-2nd>.artist-bg>#eric-mobile>#eric-plus-mobile {
		width: 55px;
	}

	.section-2nd>.artist-bg>#hyunjae-mobile:hover>#hyunjae-plus-mobile {
		display: block;
		opacity: 1;
	}

	.section-2nd>.artist-bg>#sunwoo-mobile:hover>#sunwoo-plus-mobile {
		display: block;
		opacity: 1;
	}

	.section-2nd>.artist-bg>#eric-mobile:hover>#eric-plus-mobile {
		display: block;
		opacity: 1;
	}

	.section-3rd .rewards-intro {
		font-size: 15px;
		line-height: 23px;
	}

	.section-4th .box {
		width: 100%;
		padding: 25px 25px;
	}

	.section-4th .box h5 {
		font-size: 17px;
	}

	.section-4th .box p {
		/* font-size:12px; */
		font-size: 10px;
		line-height: 20px;
	}

	.section {
		margin-bottom: 60px !important;
		/* 各セクション間の隙間を狭くする */
	}

	.section-5th {
		margin-bottom: 30px !important;
		/* モバイル版も余白をさらに縮小 */
	}

	.section-5th .box h5 {
		font-size: 18px;
		/* 赤文字のフォントを少し小さく */
	}

	.main-subtitle-text,
	.stats-title-text,
	.notice-title-text,
	.contents-subtitle-text {
		display: block !important;
		width: 90% !important;
		margin: 20px auto !important;
		letter-spacing: 0.15em !important;
		text-align: center !important;
	}

	.footer {
		margin-top: 50px !important;
		/* 詰まりすぎを解消 */
		margin-bottom: 50px;
	}


	.footer .dalcom {
		height: 40px;
		max-width: 90%;
	}

	.footer .ldh-logo {
		height: 50px;
		max-width: 90%;
	}
}