@charset "utf-8";

@media (max-width: 750px) {
	.sm {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	img {
		display: block;
		max-width: 100%;
		height: auto;
	}

	.wrapper {
		width: auto;
		margin: 0;
		padding: 0 30px 64px;
	}

	#overflow.active {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 125;
	}

	#navigation ul {
		flex-direction: column;
		border-left: none;
		border-top: 1px solid #dcdcdc;
	}

	#navigation li {
		border-right: none;
		border-bottom: 1px solid #dcdcdc;
	}

	#navigation li a {
		font-size: 16px;
		padding: 12px 0;
	}

	header {
		position: relative;
		height: 80px;
		box-sizing: border-box;
		padding: 0;
	}

	header .wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding: 0 60px 0 0;
		position: relative;
	}

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

	header .logo a {
		width: 264px;
		height: 40px;
		background-size: 264px 40px;
		text-indent: 0;
		display: block;
		margin: 0 !important;
	}

	header .btnMenu {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		width: 40px;
		cursor: pointer;
		z-index: 100;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	nav {
		position: fixed;
		height: 100%;
		width: 60%;
		right: -60%;
		top: 0;
		background: #fff;
		padding-left: 1.4084507em;
		padding-right: 1.15236em;
		transition: all .5s;
		z-index: 150;
		padding: 0;
		display: none;
	}

	nav .close {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 200;
	}

	nav ul {
		position: relative;
		top: 60px;
	}

	nav ul li,
	nav ul li:nth-child(1),
	nav ul li:nth-child(2) {
		width: 100%;
		border: 0;
		text-align: left;
		padding: 0;
		border-bottom: 1px solid #eee;
	}

	nav.active {
		right: 0;
		display: block;
	}

	nav ul li:first-child {
		border: 0;
	}

	nav ul li:nth-child(2) {
		border-left: 0;
	}

	nav ul li a:after {
		display: none;
	}

	nav ul li a {
		font-size: 16px !important;
		font-weight: bold;
		color: #333;
		padding: 15px 0 !important;
		height: auto;
		border: none !important;
	}

	nav ul li a:hover,
	nav ul li a.active {
		color: #0098d8;
		border: none;
	}

	nav ul li a img {
		margin: 0;
	}

	h2.ttl {
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 130%;
		padding: 20px 0;
	}

	h2.ttl span {
		display: inline-block;
		background-size: 24px 21px;
		padding-left: 0;
	}

	/*===== footer =====*/
	footer {
		background: #000;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	footer .wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		position: relative;
		padding-bottom: 0;
	}

	footer .logo {
		order: 1;
		flex: 0 0 auto;
		margin-bottom: 30px;
		display: flex;
		align-items: center;
	}

	footer .nav {
		order: 3;
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
		justify-content: flex-start;
	}

	footer .coppyright {
		order: 4;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.nav ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 -16px;
		text-align: left;
		justify-content: flex-start;
		align-items: center;
		row-gap: 24px;
	}

	.nav ul li {
		float: none;
		width: auto;
		border: none;
		border-right: 1px solid #666;
		padding: 0;
		margin-bottom: 0;
		height: auto;
	}

	.nav ul li:first-child {
		border-left: none;
	}

	.nav ul li.social-icons {
		order: 2;
		position: absolute;
		top: 0;
		right: 30px;
		width: auto;
		border: none;
		margin-bottom: 0;
		gap: 20px;
		display: flex;
		align-items: center;
	}

	.nav ul li.social-icons a {
		width: 40px;
		height: 40px;
		padding: 0;
		margin-left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.nav ul li.social-icons img {
		width: 20px;
		height: 20px;
	}

	.nav ul li a {
		color: #fff;
		font-size: 10px;
		line-height: 22px;
		display: block;
		padding: 0 16px;
		white-space: nowrap;
	}

	/*===== about =====*/
	.about {
		padding-top: 64px;
	}

	.about p {
		text-align: left;
		font-size: 14px;
	}

	.about h3.ttl {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.text p,
	.technique p,
	.wrapper p,
	.desc {
		text-align: justify;
	}



	/*===== team =====*/
	#team {
		padding: 40px 0;
	}

	#team .wrapper {
		padding: 0 30px 0;
	}

	input[type="submit"] {
		-webkit-appearance: none;
		border-radius: 0;
	}

	button#cboxClose::after {
		line-height: 90%;
	}

	/*===== footer =====*/
	footer {
		padding-top: 40px;
		padding-bottom: 40px;
		color: #fff;
	}

	footer .wrapper {
		padding: 0 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer-left {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		gap: 10px;
	}

	footer .logo {
		margin-bottom: 20px;
		/* Standardized spacing */
	}

	footer .logo img {
		width: 220px;
		height: auto;
		margin-right: 0;
	}

	footer .nav {
		text-align: center;
		margin: 0 0 20px 0;
		/* Standardized spacing */
		width: 100%;
		display: block;
	}

	footer .nav ul {
		display: block;
		text-align: center;
		border: none;
		margin: 0;
		padding: 0;
	}

	footer .nav ul li {
		display: block;
		width: 100%;
		border: none;
		padding: 0;
		margin: 0 0 20px 0;
	}

	footer .nav ul li:last-child {
		margin-bottom: 0;
	}

	footer .nav ul li a {
		display: inline-block;
		color: #fff;
		font-size: 12px;
		padding: 0;
		text-decoration: none;
		text-align: center;
	}

	footer .footer-right {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}

	footer .social-icons {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}

	footer .social-icon {
		width: 44px;
		/* Wrap image tightly */
		height: 44px;
		/* Wrap image tightly */
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
	}

	footer .social-icon img {
		width: 44px;
		/* Made bigger */
		height: 44px;
		/* Made bigger */
	}

	footer .coppyright {
		font-size: 12px;
		font-weight: 700;
		color: #fff;
		text-align: center;
	}
}




@media (max-width:320px) {
	header .logo a {
		width: 160px;
		height: 38px;
		background-size: 160px 38px;
		text-indent: 0;
		margin: 10px auto 0;
	}

	header .btnMenu {
		top: 6px;
	}

	nav ul li a {
		font-size: 13px !important;
		height: 36px;
	}

	h2.ttl {
		font-size: 18px;
	}









}

/*===== FV SP =====*/
@media (max-width: 768px) {
	/* Mobile Specific Overrides from index.html */
	header .wrapper {
		padding: 0 20px !important;
		justify-content: space-between !important;
	}

	header .logo {
		flex: none !important;
		position: relative !important;
		z-index: 200 !important;
	}

	header .logo img {
		height: 42px;
		width: auto;
	}

	header .btnMenu {
		z-index: 200 !important;
	}

	#navigation {
		background: #000 !important;
		/* Override white background from sp.css */
		padding-top: 100px !important;
		width: 100% !important;
		/* Full width instead of 60% */
		height: 100vh !important;
		box-sizing: border-box !important;
		right: 0 !important;
		top: 0 !important;
		display: none !important;
		/* Hide natively */
		z-index: 150 !important;
	}

	#navigation.active {
		display: flex !important;
		flex-direction: column;
	}

	#navigation ul {
		gap: 35px !important;
		flex-direction: column !important;
		align-items: center !important;
		margin-top: 40px !important;
		border: none !important;
	}

	#navigation li {
		width: 100% !important;
		text-align: center !important;
		border: none !important;
	}

	#navigation li a {
		color: #fff !important;
		border-bottom: none !important;
		font-size: 18px !important;
		font-weight: bold !important;
		padding: 0 !important;
	}

	/* Use the header icon, hide sp.css native close button */
	nav .close {
		display: none !important;
	}

	/* Mobile Menu Contact Block */
	.mobile-nav-contact {
		margin-top: auto;
		background: #8b5cff;
		padding: 40px 20px;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}

	.mobile-nav-contact p {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 20px;
		text-align: center !important;
	}

	.mobile-nav-contact .btn-contact {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #000;
		color: #fff;
		border: 2px solid #000;
		border-radius: 30px;
		padding: 15px 20px;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		transition: all 0.3s;
		width: 90%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.mobile-nav-contact .btn-arrow {
		width: 12px;
		margin-left: 15px;
		filter: brightness(0) invert(1);
		transition: all 0.3s;
	}

	.mobile-nav-contact .btn-contact:hover {
		background: #fff;
		color: #000;
	}

	.mobile-nav-contact .btn-contact:hover .btn-arrow {
		filter: brightness(0);
	}

	/* Hero Section Mobile Overrides */
	.hero-section {
		padding: 40px 0;
	}

	.hero-title {
		margin-bottom: 20px;
		line-height: 1.1;
	}

	.hero-title .line-first,
	.hero-action .line-first {
		font-size: 16px;
		font-weight: normal;
	}

	.hero-title .line-second,
	.hero-action .line-second {
		font-size: 48px;
		font-weight: normal;
	}

	.hero-title .particle {
		font-size: 18px;
		font-weight: normal;
		margin-left: 2px;
	}

	.hero-title .line-third {
		font-size: 24px;
		font-weight: normal;
	}

	.hero-action {
		margin-top: 0;
		margin-bottom: 20px;
		line-height: 1.1;
	}

	.hero-slider {
		margin-bottom: 30px;
	}

	.hero-slider .slick-slide {
		padding: 0;
		margin: 0 -25px;
	}

	.hero-slider .slick-slide img {
		transform: scale(0.85);
	}

	.hero-slider .slick-center img,
	.hero-slider .is-scaled img {
		transform: scale(1.0);
	}

	.hero-action p {
		font-size: 13px;
		margin-bottom: 0;
	}

	.hero-button {
		margin-bottom: 40px;
		display: flex;
		justify-content: center;
	}

	.hero-button .btn-hero {
		padding: 12px 20px;
		font-size: 14px;
		width: 90%;
		max-width: 350px;
	}

	.hero-button .btn-arrow {
		width: 12px;
	}

	/* About Section Mobile Overrides */
	.speech-bubble {
		padding: 10px 15px;
		font-size: 12px;
	}

	.speech-bubble::before {
		top: 50%;
		left: -8px;
		transform: translateY(-50%);
		border-width: 8px 8px 8px 0;
		border-color: transparent #f4f4f4 transparent transparent;
	}

	/* About Intro Section Mobile */
	.about-intro-section {
		padding: 60px 0;
		text-align: center !important;
	}

	.intro-lead {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 40px;
		text-align: center !important;
	}

	.intro-lead .intro-text-sm,
	.intro-lead span:not([class]) {
		font-size: 24px;
	}

	.intro-lead .intro-text-lg,
	.intro-lead .bracket {
		font-size: 38px;
	}

	.about-bubble {
		padding: 30px 40px;
		border-radius: 80px;
	}

	.about-bubble p {
		font-size: 14px;
		text-align: center !important;
	}

	.about-message p {
		font-size: 14px;
		line-height: 1.8;
		text-align: center !important;
	}

	/* Reasons Section Mobile Overrides */
	.reasons-section {
		padding: 60px 0 0;
		margin-bottom: -65px;
	}

	.reasons-header h2 {
		font-size: 28px;
	}

	.reasons-header .num-large {
		font-size: 56px;
	}

	.reasons-list {
		gap: 60px;
	}

	.reason-item,
	.reason-item:nth-child(odd) {
		flex-direction: column;
		gap: 30px;
		text-align: center;
	}

	.reason-title-group {
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		gap: 15px;
	}

	.reason-title-text {
		flex: none;
		text-align: left;
	}

	.reason-num {
		font-size: 56px;
	}

	.reason-sub {
		font-size: 14px;
	}

	.reason-title-text h3 {
		font-size: 22px;
	}

	.reason-description {
		font-size: 14px;
		line-height: 1.6;
	}

	.reason-image {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		overflow: hidden;
	}

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

	/* Product Section Mobile Overrides */
	.product-section {
		padding: 60px 0 0 0;
		margin-bottom: 0px;
	}

	.product-section .section-title {
		margin-bottom: 0;
		/* Remove inherited 40px margin */
	}

	.product-section .section-title h2 {
		font-size: 24px;
	}

	/* Product Section Mobile Slick Override */
	.product-grid.slick-initialized {
		display: block;
		height: 700px;
		margin-top: 40px;
		margin-bottom: 40px;
		position: relative;
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
	}

	.product-grid:not(.slick-initialized) {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-top: 0px;
	}

	.product-grid .slick-slide {
		height: 700px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		padding: 0 20px 40px;
		/* Bottom padding pushes cards up */
		box-sizing: border-box;
	}

	.product-card {
		width: 210px;
		margin: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		transform: translateY(20px);
		/* Base inactive position */
		transition: transform 0.5s ease;
	}

	.custom-center .product-card {
		transform: translateY(-30px);
		/* Active float position */
	}

	.product-speech-bubbles {
		flex-direction: column;
		gap: 0;
		margin-bottom: -15px;
		position: absolute;
		width: 100%;
		bottom: 100%;
		left: 0;
		z-index: 1;
		opacity: 0;
		transform: translateY(30px);
		/* Hidden behind card */
		transition: all 0.5s ease;
		align-items: center;
	}

	.custom-center .product-speech-bubbles {
		opacity: 1;
		transform: translateY(-30px);
		/* Higher bubble position */
	}

	.product-speech-bubbles .speech-bubble {
		font-size: 11px;
		padding: 8px 12px;
		min-width: 150px;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
	}

	.product-speech-bubbles .speech-bubble:first-child:not(:last-child) {
		align-self: flex-start;
		margin-left: 30px;
		/* Removed padding-left: 30px to fix text centering */
		min-width: 170px;
		/* Compensate width */
	}

	.product-speech-bubbles .speech-bubble:nth-child(2) {
		align-self: flex-end;
		margin-right: 30px;
		/* Removed padding-right: 30px to fix text centering */
		min-width: 170px;
		/* Compensate width */
		margin-top: -10px;
		z-index: 2;
	}

	.product-card-content {
		border-radius: 15px;
		width: 100%;
		z-index: 2;
		position: relative;
	}

	/* Slick Dots */
	.product-grid .slick-dots {
		position: absolute !important;
		bottom: -20px !important;
		list-style: none;
		display: flex !important;
		justify-content: center;
		align-items: center !important;
		width: 100%;
		height: 20px !important;
		padding: 0;
		margin: 0;
		z-index: 100;
	}

	.product-grid .slick-dots li {
		margin: 0 6px;
		display: block !important;
		width: 12px !important;
		height: 12px !important;
	}

	.product-grid .slick-dots button {
		color: transparent !important;
		display: block !important;
		width: 12px !important;
		height: 12px !important;
		border-radius: 50% !important;
		background: #B2B2B2 !important;
		border: none !important;
		padding: 0 !important;
		margin: 0 !important;
		cursor: pointer;
		opacity: 1 !important;
		visibility: visible !important;
		position: relative !important;
		text-indent: -9999px !important;
		overflow: hidden !important;
	}

	.product-grid .slick-dots button::before {
		display: none !important;
	}

	.product-grid .slick-dots .slick-active button {
		background: #8062FF !important;
	}

	.coming-soon {
		font-size: 14px;
		margin-top: 5px;
		position: relative;
		z-index: 5;
		text-align: center;
	}

	.product-grade-badge {
		padding: 8px 15px;
	}

	.product-grade-badge .large {
		font-size: 22px;
	}

	.product-grade-badge .small {
		font-size: 14px;
	}

	.product-logo {
		margin: 5px 0 0 0;
	}

	.product-logo img {
		width: 256px;
		height: 83.48px;
		max-width: 100%;
		object-fit: contain;
		margin-top: 0;
		margin-bottom: 5px;
	}

	.product-description {
		font-size: 11px;
		margin-bottom: 10px;
		padding: 0 10px;
	}

	.product-actions-new {
		padding: 0 10px 15px;
		gap: 10px;
	}

	.btn-black {
		font-size: 14px;
		height: 38px;
	}

	.store-buttons {
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}

	.btn-store {
		width: 160px;
		/* Made slightly wider since they stack now */
		height: 28px;
		font-size: 10px;
	}

	/* Guide Section Mobile Overrides */
	.sm-only {
		display: block;
	}

	.guide-section {
		padding: 60px 0 0;
		margin-bottom: -60px;
	}

	.section-subtitle {
		font-size: 15px;
	}

	.guide-layout {
		display: flex;
		flex-direction: row;
		margin-top: 40px;
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		border-left: none;
		border-right: none;
		border-bottom: none;
	}

	.guide-years {
		flex-direction: column;
		width: 80px;
		/* Fixed width for the left column */
		flex-shrink: 0;
	}

	.year-col {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		padding: 30px 0;
	}

	.year-col:last-child {
		border-bottom: none;
	}

	.year-col .num {
		font-size: 28px;
	}

	.year-col .text {
		font-size: 12px;
	}

	.guide-content-wrapper {
		flex-direction: column;
		padding: 20px;
		flex: 1;
	}

	.guide-box {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	.guide-box .highlight-text {
		font-size: 16px;
	}

	.guide-box p {
		font-size: 13px;
	}

	.guide-arrow {
		margin: 20px 0;
		display: flex;
		justify-content: center;
	}

	.arrow-icon.sm {
		-webkit-mask: url(../images/Icon/Initiative_guide_arrow_under.png) no-repeat center / contain;
		mask: url(../images/Icon/Initiative_guide_arrow_under.png) no-repeat center / contain;
	}

	/* Team Section Mobile Overrides */
	.team-section .section-title h2,
	.faq-section .section-title h2 {
		font-size: 24px;
	}

	.team-section {
		padding: 60px 0;
	}

	.team-section .wrapper {
		width: auto;
	}

	.team-container {
		flex-direction: column;
		gap: 30px;
	}

	.team-card {
		padding: 30px 20px;
		cursor: pointer;
	}

	.team-card:first-child .team-card-top {
		flex-direction: column;
		text-align: center;
	}

	.team-card:first-child .team-icon {
		width: 140px;
		height: auto;
	}

	.team-card-extra {
		display: none;
	}

	.team-arrow {
		width: 20px;
		height: 20px;
		margin: 20px auto 0;
		position: relative;
		transition: transform 0.3s ease;
	}

	.team-arrow::before {
		content: "";
		position: absolute;
		width: 12px;
		height: 12px;
		border-right: 2px solid #333;
		border-bottom: 2px solid #333;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -70%) rotate(45deg);
	}

	.team-card.active .team-arrow {
		transform: rotate(180deg);
	}

	.team-icon {
		width: 70px;
		height: 70px;
	}

	.team-name h3 {
		font-size: 18px;
	}

	.team-name h3 span {
		display: block;
		margin-top: 5px;
	}

	.team-divider {
		margin: 20px 0;
	}

	/* FAQ Section Mobile Overrides */
	.faq-section {
		padding: 60px 0;
	}

	.faq-container {
		margin-top: 40px;
	}

	.faq-header {
		padding: 20px 0;
	}

	.faq-q {
		font-size: 24px;
		margin-right: 15px;
	}

	.faq-header h3 {
		font-size: 14px;
	}

	.faq-body {
		padding: 0 0 20px 40px;
	}

	.faq-body p {
		font-size: 13px;
	}

	/* Contact Section Mobile Overrides */
	.contact-section {
		padding: 50px 20px;
		text-align: center !important;
	}

	.contact-content p {
		font-size: 16px;
		margin-bottom: 25px;
		text-align: center !important;
	}

	.btn-contact {
		padding: 15px 30px;
		font-size: 14px;
		width: 100%;
		max-width: 320px;
	}
}