/* ==========================================================================
   Sample Main Visual Styles (Ported from sample/css/style.css)
   ========================================================================== */

/* Global Resets for Full Width (Override user.css sidebars) */
/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Homemade+Apple&family=Sawarabi+Mincho&display=swap');

body::before,
body::after {
	content: none !important;
	content: none !important;
	/* Ensure they are removed */
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	background: transparent !important;
}

body {
	margin: 0 !important;
	padding: 0 !important;
	/* Ensure no background image spills over from previous styles */
	background-image: none !important;
	background-color: #fff !important;
	/* Standard white background for body */

	/* Font Styling from Sample */
	font-family: "Sawarabi Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	-webkit-text-size-adjust: none;
	color: #777 !important;
	/* Update text color to grey */
	line-height: 2.2 !important;
}

/* Sample Script Fonts */
.hosoku {
	font-family: "Allura", cursive !important;
	font-weight: 400;
}

.homemade-apple-regular {
	font-family: "Homemade Apple", cursive !important;
	font-weight: 400;
	font-style: normal;
}

/* Override English Headings to use Script Font */
h2 {
	color: #454545 !important;
	/* Soft grey for Japanese text */
}

h2 .en {
	font-family: "Allura", cursive !important;
	font-weight: 400 !important;
	font-size: 10rem !important;
	/* Significantly larger */
	line-height: 0.8 !important;
	/* Reduced line-height for tighter fit */
	color: #ccc !important;
	/* Lighter grey for the English script */
	opacity: 1 !important;
	/* Remove opacity, control via color */
	display: block;
	/* Ensure it takes its own line if needed */
	margin-bottom: -30px !important;
	/* Pull the next text up */
}

/* Fix overlap for headers with descenders or swashes */
h2.mb-adjust .en {
	margin-bottom: 0px !important;
	/* Reset margin for specific headers */
}

/* Hide legacy decorative elements key (Check! text and Sparkle icon) */
h2::before,
h2::after {
	content: none !important;
	display: none !important;
}

/* Override Blue Color in Worries Section Check List */
ul.check .blue {
	color: #13a0b1 !important;
	/* Match the .green color */
}

/* Override Blue Color in Worries Section Check List */
ul.check .blue {
	color: #13a0b1 !important;
	/* Match the .green color */
}

/* Customize Worries List Background (Override user.css gradient) */
ul.check li {
	background: #eeeeee !important;
	/* Slightly darker grey */
	filter: none !important;
	/* Remove IE gradient filter */
	border-radius: 8px !important;
	/* Soften corners */
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
	/* Subtle shadow */
}

/* Background Image Override for Points Section */
/* Background Image Override for Points Section */
section.points {
	background-image: url(../../images/points_bg3.png) !important;
	/* Update background */
	background-size: cover !important;
	/* Ensure it covers the whole area */
	background-position: center top !important;
	/* Align to top */
	background-repeat: no-repeat !important;
	/* Prevent repeating */
}

/* Strength Header Transparency */
section.points h2 .en {
	opacity: 0.3 !important;
	/* Make Strength text semi-transparent */
}

/* Styled Text Replacement for Worries Section - Impact Design */
.worries-text {
	text-align: center;
	font-family: "Sawarabi Mincho", serif;
	line-height: 1.4;
	/* Tighter line height */
	margin-bottom: 40px;
	margin-top: 20px;
	letter-spacing: 0.05em;
}

/* Top English Line */
.worries-text .small-en {
	display: block;
	font-size: 3rem;
	/* Much larger for visibility with light color */
	color: #cccccc;
	/* Light grey like Worries header */
	margin-bottom: 5px;
	/* Tighter spacing */
	font-family: "Allura", cursive;
	/* Optional: Use script or keep serif */
}

/* Main Japanese Text */
.worries-text .main-jp {
	display: block;
	font-size: 3.2rem;
	/* MUCH LARGER IMPACT */
	font-weight: 700;
	color: #454545;
	line-height: 1.4;
}


.price-catchphrase {
	color: #fff !important;
	/* White text for dark background */
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.8;
}

/* White Header Text for Dark Backgrounds */
h2.wh,
h2.wh .italic {
	color: #fff !important;
}

h2.wh .en {
	color: #fff !important;
	/* White base */
	opacity: 0.3 !important;
	/* 30% Opacity like Strength section */
}

/* Bottom Emphasis Line */
.worries-text .last-msg {
	display: block;
	font-size: 3.6rem;
	/* MAXIMUM IMPACT */
	font-weight: 700;
	color: #13a0b1;
	/* Brand Blue */
	margin-top: 5px;
	/* Tighter spacing */
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.worries-text .small-en {
		font-size: 1.2rem;
	}

	.worries-text .main-jp {
		font-size: 1.8rem;
	}

	.worries-text .last-msg {
		font-size: 2rem;
		margin-top: 5px;
	}
}

/* Keyframes
   -------------------------------------------------------------------------- */

/* opa1: Fade in opacity from 0 to 1 */
@keyframes opa1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* wipe: Reveal from left to right using clip-path */
@keyframes wipe {
	0% {
		clip-path: inset(0 100% 0 0);
	}

	100% {
		clip-path: inset(0 0 0 0);
	}
}

/* Diagonal Separator
   -------------------------------------------------------------------------- */
.diagonal-separator {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5vw;
	/* Adjust height for angle steepness */
	background: #fff;
	/* Match the page background color below */
	z-index: 20;
	/* Above background image and logo if needed */
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	/* Triangle shape */
}

/* Adjust wrapper to allow separator to sit at bottom */
.page_fv_wrapper {
	/* ... existing styles ... */
	/* Ensure z-index context */
	z-index: 1;
}

/* Page Wrapper / Header Overrides
   -------------------------------------------------------------------------- */
/* Force full width and remove potential constraints from main.css */
.page_fv_wrapper {
	width: 100% !important;
	max-width: none !important;
	height: 100vh !important;
	/* Full viewport height */
	margin: 0 !important;
	padding: 0 !important;
	/* Use shorthand to reset image/position/repeat while setting color */
	background: #6fa6da !important;
	/* Sample Primary Color */
	background-image: none !important;
	/* Explicitly remove image */
	position: relative;
	overflow: hidden;
	/* Ensure no scrollbars from absolute positioning */
	z-index: 1;
	/* Match z-index */
}

.page_fv_wrapper header,
header#header {
	width: 100% !important;
	max-width: none !important;
	height: 100vh !important;
	/* Full viewport height */
	margin: 0 !important;
	padding: 0 !important;
	/* Explicitly remove background image and color */
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	/* Ensure header is transparent to show wrapper bg */
	position: relative;
	overflow: hidden;
}

/* Logo Styles
   -------------------------------------------------------------------------- */
header #logo {
	position: absolute;
	z-index: 100;
	/* High z-index to stay on top */
	left: 10%;
	/* Adjusted left position for better visibility */
	top: 50%;
	/* Center vertically */
	transform: translateY(-50%) rotate(-10deg);
	/* Center and rotate */
	width: 30%;
	/* Logo width */
	margin: 0 !important;
	padding: 0 !important;
}

header #logo img {
	width: 100%;
	height: auto;
	/* Animation: Reveal from left to right */
	animation: wipe 2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s both;
	/* Optional: Slight opacity fade with wipe if desired, but clip-path is stronger */
	/* animation: wipe 2s ... both, opa1 0.5s ... both; */
}

/* Mobile Responsiveness for Logo */
@media screen and (max-width: 768px) {
	header #logo {
		width: 60%;
		left: 5%;
		top: 40%;
	}
}

/* Main Background Image
   -------------------------------------------------------------------------- */
#mainimg {
	/* Animation: Wait 0.5s, then fade in over 1.5s */
	animation: opa1 1.5s 0.5s both;
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	/* Takes up right 70% of screen */
	height: 100%;
	/* Full height of container */
	/* Diagonal clip path */
	clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
	/* Background image settings */
	background: url('../../images/sample_main.jpg') no-repeat center center / cover !important;
	z-index: 1;
}

/* Responsiveness for Main Image */
@media screen and (max-width: 768px) {
	#mainimg {
		width: 100%;
		/* Full width on mobile */
		clip-path: none;
		/* Remove clip path */
		height: 60vh;
		/* Reduced height on mobile */
		top: 0;
	}

	.page_fv_wrapper,
	.page_fv_wrapper header,
	header#header {
		height: auto !important;
		/* Allow auto height on mobile if needed, or keep 100vh */
		min-height: 100vh;
	}
}

/* User-Requested Image Overrides (photo_left/right)
   -------------------------------------------------------------------------- */
/* Hide photo_right (The two men) */
.page_fv_wrapper::after {
	content: none !important;
	display: none !important;
}

/* Replace photo_left with photo_left2 (The Polaroid/Left Image) */
.page_fv_wrapper::before {
	content: '' !important;
	display: block !important;
	position: absolute;
	z-index: 10 !important;
	/* Above main image */
	bottom: 0 !important;
	left: 1.6vw !important;
	width: 38vw !important;
	/* Increased from 30vw */
	height: 38vw !important;
	/* Increased from 30vw */
	background: url('../../images/photo_left3.png') no-repeat center bottom / contain !important;
	animation: photoSlideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s both,
		photoFloat 3s ease-in-out 1.8s infinite;
}

@keyframes photoSlideIn {
	from {
		transform: translateY(30%);
		opacity: 0;
	}

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

@keyframes photoFloat {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(8px);
	}
}

/* Footer Overrides (Match Main Visual Blue)
   -------------------------------------------------------------------------- */
/* Footer Overrides (Match Main Visual Blue)
   -------------------------------------------------------------------------- */
footer {
	background-color: #6fa6da !important;
	/* Main Visual Blue */
	color: #fff !important;
	/* White text */
	padding-bottom: 0 !important;
	/* Remove the 85px padding from user.css */
}

/* Ensure Logo Layout in Footer */
.footer_logo {
	width: 200px;
	/* Adjust as needed for logo4.png ratio */
	height: auto;
	vertical-align: bottom;
	/* Remove inline-block baseline space */
}

/* Footer Element Overrides to Remove Space/Borders */
.footer_links {
	padding-bottom: 5px !important;
	/* Minimal breathing room */
	border-bottom: none !important;
	/* Remove the line */
	background: transparent !important;
	/* Remove legacy dark blue */
}

.footer_copy {
	width: 100% !important;
	padding: 15px 0 !important;
	/* Add padding for the white bar */
	background: #fff !important;
	/* White background */
	color: #6fa6da !important;
	/* Blue text for copyright */
	font-weight: 400;
	font-size: 0.8rem !important;
	margin: 0 !important;
}

/* Button Overrides (Coral Pink -> Vivid Yellow)
   -------------------------------------------------------------------------- */
a.Btn {
	background: #FF857C !important;
	/* Coral Pink */
	color: #FFFFFF !important;
	/* White text */
	transition: all 0.3s ease !important;
	/* Smooth transition */
	letter-spacing: 0.1em !important;
	/* Increase spacing */
}

/* Adjust arrow icon to be white on pink background */
a.Btn::after {
	filter: brightness(0) invert(1) !important;
	transition: all 0.3s ease !important;
}

a.Btn:hover {
	background: #FFD500 !important;
	/* Vivid Yellow */
	color: #6FA6DA !important;
	/* Dark Blue */
	opacity: 1 !important;
	/* Reset opacity */
	text-decoration: none !important;
}

/* Reset arrow to original blue on hover */
a.Btn:hover::after {
	filter: none !important;
}

/* Strength Section White Box Override
   -------------------------------------------------------------------------- */
.wh__box {
	border-radius: 15px !important;
	/* Soften corners */
}

/* Infinite Scroll Carousel
   -------------------------------------------------------------------------- */
.thumbnail-slide {
	margin-top: 40px;
	margin-bottom: 40px;
}

.thumbnail-slide .slick-slide {
	padding: 0 10px;
	/* Spacing between slides */
}

.thumbnail-slide img {
	width: 100%;
	aspect-ratio: 4/3;
	/* Proportional scaling */
	height: auto;
	/* Allow height to adjust */
	object-fit: cover;
	/* Crop to fit */
	border-radius: 10px;
	/* Rounded corners */
}

/* Wave Divider (replaced stripe borders)
   -------------------------------------------------------------------------- */
.wave-divider {
	width: 100%;
	overflow: hidden;
	line-height: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}

.wave-divider svg {
	width: 100%;
	height: 120px;
	display: block;
	transform: scaleY(-1);
}

/* Section Decoration Image
   -------------------------------------------------------------------------- */
.section-decoration {
	display: block;
	margin: 0 auto 20px;
	/* Center and add bottom spacing */
	width: 160px;
	/* Specific width for crispness */
	max-width: 100%;
	/* Responsive limit */
	height: auto;
	/* Maintain aspect ratio */
}

/* Price Section Update
   -------------------------------------------------------------------------- */
.price-catchphrase {
	font-size: 2.2rem;
	font-weight: bold;
	color: #2B70B6;
	/* Main Blue */
	text-align: center;
	margin-bottom: 1.5em;
	line-height: 1.6;
}

/* Price Section Benefits Card
   -------------------------------------------------------------------------- */
.price-card {
	background-color: #faf7f0;
	/* Warm off-white */
	border-radius: 15px;
	border: 2px solid #e0d8c8;
	/* Subtle gold/beige border */
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	max-width: 600px;
	margin: 0 auto 40px;
	overflow: hidden;
	/* For rounded corners */
	text-align: center;
	color: #454545;
}

.price-card-header {
	background-color: #fff;
	padding: 20px;
	border-bottom: 1px solid #eee;
	color: #6FA6DA;
	/* Main Blue */
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.price-card-header i {
	font-size: 1.8rem;
	color: #e6b422;
	/* Gold icon */
}

.price-card-header h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
	letter-spacing: 0.05em;
}

.price-card-body {
	padding: 25px 20px;
}

.price-highlight {
	font-size: 1.2rem;
	margin-bottom: 20px;
	font-weight: bold;
}

.price-highlight .big-price {
	font-size: 2.8rem;
	color: #6FA6DA;
	/* Main Blue */
	font-family: "Allura", cursive;
	/* Consistent with English headers */
	margin: 0 5px;
}

.price-benefits {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 400px;
	text-align: left;
}

.price-benefits li {
	margin-bottom: 10px;
	padding-left: 1.5em;
	position: relative;
	font-size: 1.1rem;
	line-height: 1.6;
}

.price-benefits li::before {
	content: "\f00c";
	/* FontAwesome check */
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: #6FA6DA;
}

.price-card-footer {
	background-color: #f0ebe4;
	/* Slightly darker beige */
	padding: 15px;
	font-size: 0.9rem;
	color: #666;
}

.price-card-footer .badge {
	background-color: #6FA6DA;
	color: #fff;
	padding: 8px 25px;
	/* Larger button feel */
	border-radius: 25px;
	font-size: 1.1rem;
	/* Larger text */
	margin-bottom: 8px;
	display: inline-block;
	letter-spacing: 0.15em;
	/* Wider spacing */
}

table.price td.plan-common {
	background-color: #f9f9f9;
	font-weight: bold;
	color: #2B70B6;
}

table.price .note {
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	display: block;
	margin-top: 5px;
}

/* Price Section Overhaul (New Table)
   -------------------------------------------------------------------------- */
.table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 30px;
}

.course-price-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 700px;
	/* Force scroll on small screens */
	font-size: 0.95rem;
}

.course-price-table th,
.course-price-table td {
	border-bottom: 1px solid #ddd;
	/* Only bottom border for clean look */
	padding: 15px 10px;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
}

.course-price-table thead th {
	background-color: #f5f5f5;
	/* Light Grey */
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 2px solid #ddd;
}

.course-price-table tbody th {
	background-color: #fff;
	font-weight: bold;
	color: #333;
	text-align: left;
}

.course-price-table td.left-align {
	text-align: left;
	font-size: 0.85rem;
	line-height: 1.5;
}

/* Price Breakdown */
.price-breakdown {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 30px;
	border: 1px solid #eee;
}

.price-breakdown h4 {
	color: #454545;
	font-size: 1.1rem;
	margin-bottom: 15px;
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
}

.price-breakdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.price-breakdown ul li {
	margin-bottom: 10px;
	font-size: 0.95rem;
	line-height: 1.6;
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
}

.price-breakdown ul li:last-child {
	border-bottom: none;
}

/* Price Options Grid */
.price-options-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 60px;
}

.price-option-box {
	flex: 1;
	min-width: 280px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 25px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.price-option-box.active {
	border-color: #6FA6DA;
	background: #f0f6fb;
}

.price-option-box h4 {
	text-align: center;
	color: #454545;
	margin-bottom: 20px;
	font-size: 1.2rem;
	border-bottom: 2px solid #6FA6DA;
	padding-bottom: 10px;
	display: inline-block;
	min-width: 120px;
}

.price-option-box h4 {
	display: block;
	/* Ensure block level for centering */
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}


.price-option-box dl {
	margin: 0;
}

.price-option-box dt {
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
	font-size: 1.1rem;
}

.price-option-box dd {
	margin: 0 0 15px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #6FA6DA;
	font-family: "Lato", sans-serif;
	/* Use clean font for numbers */
}

.price-option-box .small {
	font-size: 0.85rem;
	font-weight: normal;
	color: #666;
	display: block;
	margin-top: 5px;
	line-height: 1.4;
}

.price-option-box ul.check-list {
	list-style: none;
	padding: 0;
}

.price-option-box ul.check-list li {
	margin-bottom: 15px;
	padding-left: 1.5em;
	position: relative;
	font-size: 1rem;
	line-height: 1.6;
}

.price-option-box ul.check-list li::before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: #6FA6DA;
	top: 2px;
}

/* Price Section Background
   -------------------------------------------------------------------------- */
.price-section {
	background: url(../../images/points_bg2.png) center top no-repeat;
	background-size: cover;
	padding: 60px 0;
}

/* Review Section (Magazine Style)
   -------------------------------------------------------------------------- */
.review-magazine {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px;
}

.review-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	margin-bottom: 80px;
}

/* Zig-Zag Layout */
.review-reverse {
	flex-direction: row-reverse;
}

.review-img {
	flex: 1;
	width: 50%;
}

.review-img img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.review-img img:hover {
	transform: scale(1.02);
}

.review-content {
	flex: 1;
	width: 50%;
	text-align: left;
}

.review-meta {
	margin-bottom: 20px;
	font-family: "Sawarabi Mincho", serif;
	display: flex;
	align-items: center;
}

.review-case {
	background-color: #6FA6DA;
	/* Main Blue */
	color: #fff;
	padding: 3px 12px;
	font-size: 0.9rem;
	font-weight: bold;
	margin-right: 15px;
	letter-spacing: 0.05em;
}

.review-profile {
	color: #666;
	font-size: 0.95rem;
}

.review-catch {
	font-size: 1.8rem;
	font-weight: bold;
	color: #454545;
	line-height: 1.4;
	margin-bottom: 25px;
	border-left: 5px solid #e6b422;
	/* Gold accent */
	padding-left: 20px;
}

.review-body {
	font-size: 1rem;
	color: #555;
	line-height: 2.0;
	letter-spacing: 0.05em;
	text-align: justify;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
	.review-card {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 60px;
	}

	.review-reverse {
		flex-direction: column;
	}

	.review-img,
	.review-content {
		width: 100%;
	}

	.review-catch {
		font-size: 1.4rem;
		padding-left: 15px;
		margin-bottom: 15px;
	}

	.review-body {
		text-align: left;
	}
}

/* Secondary Circle Carousel
   -------------------------------------------------------------------------- */
.circle-carousel-wrapper {
	margin: 80px 0;
	/* Increased margin */
	padding: 20px 0;
	/* Add padding so shadow isn't clipped */
	overflow: visible;
	/* Use visible if possible, or keep hidden but with padding */
}

.circle-carousel .slick-slide {
	margin: 0 30px;
	/* Increased margin */
}

.circle-carousel .slick-slide img {
	width: 300px;
	/* Doubled size */
	height: 300px;
	/* Doubled size */
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	/* Larger shadow */
	border: 6px solid #fff;
	/* Thicker border */
	transition: transform 0.3s ease;
}

.circle-carousel .slick-slide img:hover {
	transform: scale(1.1);
}

/* Fix for shadow clipping */
.circle-carousel .slick-list {
	padding: 50px 0 !important;
	/* Allow shadow to be visible */
	margin: -20px 0 !important;
	/* Allow shadow to be visible */
	margin: -20px 0 !important;
	/* Adjust vertical spacing */
}

/* Reduce whitespace between slider and Review section */
.circle-carousel-wrapper {
	margin-bottom: -80px !important;
	position: relative;
	z-index: 5;
}

/* Q&A Section Override (Pink 'A' Icon)
   -------------------------------------------------------------------------- */
.sec-wrap-anther:before {
	background-image: url(../../images/a-icon-pink.svg) !important;
}

/* Form Styles Override (Match Pink Accent)
   -------------------------------------------------------------------------- */
span.require {
	background-color: #FF857C !important;
	border: none !important;
	/* Remove any border if present */
}

input[type="submit"] {
	background-color: #FF857C !important;
	border-bottom: 4px solid #E67A7A !important;
	/* Slightly darker pink for bezel */
}

input[type="submit"]:hover {
	background-color: #FFD500 !important;
	/* Vivid Yellow on hover (Match other buttons) */
	color: #2B70B6 !important;
	border-bottom: 4px solid #E5C100 !important;
}

/* =========================================================================
   3-Column Plan Cards
   ========================================================================= */
.plan-cards {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 40px auto 30px;
	max-width: 960px;
}

.plan-card {
	flex: 1;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s, box-shadow 0.3s;
}

.plan-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
}

/* Card header color themes */
.plan-card-header {
	padding: 28px 20px 20px;
	text-align: center;
}

.plan-blue .plan-card-header {
	background: linear-gradient(135deg, #d0e4f5, #e8f2fb);
}

.plan-green .plan-card-header {
	background: linear-gradient(135deg, #c8e6c9, #e8f5e9);
}

.plan-gold .plan-card-header {
	background: linear-gradient(135deg, #f5e6c8, #fdf6e3);
}

.plan-label {
	display: inline-block;
	font-family: "Allura", cursive;
	font-size: 1.6rem;
	color: #aaa;
	margin-bottom: 4px;
}

.plan-blue .plan-label {
	color: #5a9ac7;
}

.plan-green .plan-label {
	color: #66bb6a;
}

.plan-gold .plan-label {
	color: #c9a84c;
}

.plan-card-header h3 {
	font-size: 1.2rem;
	font-weight: 700;
	color: #454545;
	margin: 4px 0;
	text-align: center;
}

.plan-sub {
	font-size: 0.85rem;
	color: #888;
	margin: 0;
}

/* Card body */
.plan-card-body {
	padding: 24px 20px;
	flex: 1;
}

.plan-price-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}

.plan-price-label {
	font-size: 0.95rem;
	color: #666;
	font-weight: 600;
}

.plan-price-value {
	font-size: 1.15rem;
	font-weight: 700;
	color: #454545;
}

.plan-breakdown {
	font-size: 0.75rem;
	color: #999;
	line-height: 1.6;
	margin: 4px 0 8px;
	padding: 0;
}

/* Tags */
.tag-discount {
	display: inline-block;
	background: #e8f5e9;
	color: #2e7d32;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 10px;
	margin-left: 4px;
}

.tag-premium {
	display: inline-block;
	background: #fff8e1;
	color: #c9a84c;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 10px;
	margin-left: 4px;
}

/* Card footer */
.plan-card-footer {
	padding: 16px 20px;
	text-align: center;
	border-top: 1px solid #f0f0f0;
	background: #fafafa;
}

.plan-annual {
	font-size: 0.95rem;
	color: #666;
	margin: 0;
}

.plan-annual strong {
	color: #FF857C;
	font-size: 1.1rem;
}

/* =========================================================================
   Aftercare Banner
   ========================================================================= */
.aftercare-banner {
	max-width: 960px;
	margin: 30px auto;
	background: #fff;
	border: 2px solid #87C4E8;
	border-radius: 12px;
	padding: 36px 30px;
}

.aftercare-inner {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.aftercare-header {
	text-align: center;
	min-width: 200px;
}

.aftercare-header i {
	font-size: 1.8rem;
	color: #FF857C;
	margin-bottom: 8px;
}

.aftercare-header h3 {
	font-size: 1.4rem;
	color: #3CB4B8;
	margin: 8px 0;
	font-weight: 700;
}

.aftercare-badge {
	display: inline-block;
	background: #FF857C;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 6px 18px;
	border-radius: 20px;
}

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

.aftercare-price {
	font-size: 1.3rem;
	color: #454545;
	margin: 0 0 10px;
}

.aftercare-price .big-price {
	font-size: 3rem;
	font-weight: 700;
	color: #FF857C;
}

.aftercare-body ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}

.aftercare-body ul li {
	font-size: 1.05rem;
	color: #555;
	padding: 5px 0;
}

.aftercare-body ul li::before {
	content: "✓ ";
	color: #3CB4B8;
	font-weight: 700;
}

.aftercare-note {
	font-size: 0.9rem;
	color: #999;
	margin: 8px 0 0;
}

/* =========================================================================
   Price Notes
   ========================================================================= */
.price-notes {
	max-width: 960px;
	margin: 10px auto 20px;
	text-align: left;
}

.price-notes p {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.7);
	margin: 4px 0;
}

/* =========================================================================
   Plan Cards Responsive
   ========================================================================= */
@media screen and (max-width: 768px) {
	.plan-cards {
		flex-direction: column;
		align-items: center;
	}

	.plan-card {
		width: 100%;
		max-width: 400px;
	}

	.aftercare-inner {
		flex-direction: column;
	}
}

/* =========================================================================
   Hamburger Menu
   ========================================================================= */

/* Base reset */
#menubar a {
	display: block;
	text-decoration: none;
}

#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menubar {
	display: none;
}

#menubar.d-b,
#menubar_hdr.d-b {
	display: block;
}

/* Full-screen overlay panel */
#menubar {
	position: fixed;
	overflow: auto;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 120px 20px 40px;
	background: linear-gradient(135deg, rgba(135, 196, 232, 0.95), rgba(173, 216, 240, 0.95));
	text-align: center;
	animation: menuFadeIn 0.3s both;
	color: #fff;
}

@keyframes menuFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Menu links */
#menubar nav a {
	color: #fff;
	padding: 18px 10px;
	font-size: 1.3rem;
	font-family: "Sawarabi Mincho", serif;
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: background 0.3s, color 0.3s;
}

#menubar nav a:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #FFD500;
}

#menubar nav li:first-child a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* English label above Japanese */
#menubar nav a .menu-en {
	display: block;
	font-family: "Allura", cursive;
	font-size: 2.2rem;
	opacity: 0.6;
	margin-bottom: 2px;
}

/* Hamburger icon wrapper */
#menubar_hdr {
	position: fixed;
	z-index: 101;
	cursor: pointer;
	left: 0;
	top: 0;
	padding: 28px;
	width: 90px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

/* Bars */
#menubar_hdr span {
	display: block;
	transition: 0.3s;
	border-top: 2px solid #87C4E8;
}

/* When overlay is open, bars turn white */
#menubar_hdr.ham span {
	border-color: #fff;
}

/* X animation - shared */
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;
	width: 40px;
}

/* X - bar 1 */
#menubar_hdr.ham span:nth-of-type(1) {
	transform: rotate(45deg) translate(4px, 10px);
}

/* X - bar 3 */
#menubar_hdr.ham span:nth-of-type(3) {
	transform: rotate(-45deg) translate(4px, -10px);
}

/* X - bar 2 (hidden) */
#menubar_hdr.ham span:nth-of-type(2) {
	display: none;
}

/* Mobile adjustments */
@media screen and (max-width: 767px) {
	#menubar_hdr {
		padding: 22px;
		width: 70px;
		height: 70px;
	}

	#menubar nav a {
		font-size: 1.1rem;
		padding: 14px 10px;
	}

	#menubar nav a .menu-en {
		font-size: 1.8rem;
	}
}

/* LINE Slide-in Banner
   -------------------------------------------------------------------------- */
.line-banner {
	position: fixed;
	bottom: 90px;
	right: 20px;
	z-index: 99;
	transform: translateY(150%);
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
}

.line-banner.line-banner-show {
	transform: translateY(0);
	opacity: 1;
}

.line-banner.line-banner-hidden {
	transform: translateY(150%) !important;
	opacity: 0 !important;
	pointer-events: none;
}

.line-banner-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #555;
	color: #fff;
	border: none;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	z-index: 2;
	padding: 0;
	transition: background 0.2s;
}

.line-banner-close:hover {
	background: #333;
}

.line-banner-link {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #06C755;
	color: #fff;
	text-decoration: none;
	padding: 14px 22px 14px 18px;
	border-radius: 50px;
	box-shadow: 0 4px 20px rgba(6, 199, 85, 0.4);
	transition: transform 0.2s, box-shadow 0.2s;
}

.line-banner-link:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 25px rgba(6, 199, 85, 0.5);
	color: #fff;
	text-decoration: none;
}

.line-banner-icon {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

.line-banner-text {
	display: flex;
	flex-direction: column;
}

.line-banner-label {
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.line-banner-sub {
	font-size: 0.75rem;
	opacity: 0.9;
}

@media screen and (max-width: 768px) {
	.line-banner {
		bottom: 75px;
		right: 12px;
	}

	.line-banner-link {
		padding: 10px 16px 10px 14px;
		gap: 8px;
	}

	.line-banner-icon {
		width: 26px;
		height: 26px;
	}

	.line-banner-label {
		font-size: 0.95rem;
	}

	.line-banner-sub {
		font-size: 0.7rem;
	}
}