@charset "utf-8";
html,
body {
	height: auto;
}

* {
	box-sizing: border-box;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

a {
	color: #333333;
}

.btn {
	background-color: #4da1ca;
	border: 0.1rem solid #4da1ca;
	border-radius: 0.4rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	width: 100%;
	max-width: 300px;
	height: 4.8rem;
	letter-spacing: 0.1rem;
	line-height: 4.8rem;
	padding: 0 3rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 1.8em;
	color: #333333;
	background-color: #ffffff;
	background-attachment: fixed;
	/* text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);*/
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	margin: 0;
	overflow-x: hidden;
	width: 100%;
}

.inner {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.mb {
	margin-bottom: 40px;
}

.mt {
	margin-top: 40px;
}

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

.mmtxl {
	margin-top: -130px;
}

.mbm {
	margin-bottom: 20px;
}

.mtm {
	margin-bottom: 20px;
}

.mbxl2 {
	margin-bottom: 80px;
}

.mbxl {
	margin-bottom: 260px;
}

.pb {
	padding-bottom: 40px;
}

.pt {
	padding-top: 40px;
}

.ptxl {
	padding-top: 80px;
}

.pbm {
	padding-bottom: 20px;
}

.ptm {
	padding-bottom: 20px;
}

.cen {
	text-align: center;
}

.right {
	text-align: right;
}

.wrap {
	width: 100%;
}

.w40 {
	width: 39%;
}

.w50 {
	width: 49%;
}

.w60 {
	width: 59%;
}

.space {
	height: 60px;
}

.fontb {
	font-size: 120%;
}

.fontm {
	font-size: 80%;
	line-height: 1.6em;
}

h1 {
	font-size: 200%;
	font-weight: 700;
	line-height: 1.2em;
}

blockquote {
	padding: 0.25em 1em;
	border-left: 2px solid #0c0000;
	border-right: 2px solid #0c0000;
}

strong {
	font-style: normal;
	font-weight: 700;
}

.key {
	text-align: center;
}

.key img {
	width: 60%;
}

footer {
	background: #ffffff;
}

footer .cen img {
	width: 200px;
}

.copy {
	font-size: 80%;
	color: #999999;
}

/**Hover*/

a:hover,
a:hover img {
	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}

@-webkit-keyframes flash {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}

@media screen and (min-width: 768px) {
	.sponly {
		display: none;
	}
}

/* 文具カテゴリーセクション */
.stationery-categories {
	text-align: center;
	margin: 40px 0;
}

.stationery-categories h3 {
	font-size: 1.8rem;
	color: #333;
	margin-bottom: 20px;
}

.categories-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	max-width: 1000px;
	margin: 0 auto;
}

.category-card {
	background: white;
	padding: 18px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.category-card:hover {
	transform: translateY(-5px);
}

.category-icon {
	width: 40px;
	height: 40px;
	margin: 0 auto 12px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

.category-icon.pen {
	background: linear-gradient(135deg, #667eea, #764ba2);
}

.category-icon.pencil {
	background: linear-gradient(135deg, #28a745, #20c997);
}

.category-icon.paper {
	background: linear-gradient(135deg, #fd7e14, #ffc107);
}

.category-icon.tape {
	background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
}

.category-icon.tools {
	background: linear-gradient(135deg, #6f42c1, #e83e8c);
}

.category-icon.special {
	background: linear-gradient(135deg, #17a2b8, #007bff);
}

.category-card h4 {
	color: #333;
	margin-bottom: 8px;
	font-size: 1rem;
}

.category-card p {
	font-size: 0.85rem;
	color: #666;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 16px;
	}
	.inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 0 2%;
	}
	.spbr {
		display: block;
	}
	.pcpt {
		padding-top: 10px;
		padding-bottom: 0px;
		margin-top: -10px;
	}
	.sppt {
		padding-top: 20px;
	}
	.pconly {
		display: none;
	}
	h1 {
		font-size: 157%;
		font-weight: 700;
	}

	/* モバイル版：2列表示 */
	.categories-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.stationery-categories h3 {
		font-size: 1.5rem;
	}
	h4 {
		position: relative;
		padding: 0.25em 0.4em;
		margin: 0 0;
		top: 0;
		display: inline-block;
	}
}

/* インライン CSS から移動したクラス */

/* 問題提起セクション */
.problems-section {
	padding: 80px 20px;
	background: #f8f9fa;
}

.problems-container {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.problems-title {
	font-size: 2.2rem;
    line-height: 1em;
	margin-bottom: 40px;
	color: #333;
}

.problems-title .highlight {
	color: #FF6B6B;
}

.problems-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin: 40px 0;
}

.problem-card {
	background: white;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.problem-emoji {
	font-size: 2.5rem;
	margin-bottom: 15px;
}

.problem-title {
	color: #333;
	margin-bottom: 15px;
}

/* ソリューション */
.solution-box {
	margin: 50px 0;
	background: white;
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

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

.solution-image {
	width: 200px;
	height: 150px;
	object-fit: cover;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.solution-text {
	flex: 1;
	min-width: 300px;
}

.solution-arrow {
	font-size: 3rem;
	color: #FF6B6B;
	margin-bottom: 10px;
}

.solution-heading {
	font-size: 1.8rem;
	color: #667eea;
	margin: 20px 0;
}

.solution-description {
	color: #666;
	line-height: 1.6;
}

/* 特徴・メリットセクション */
.features-section {
	padding: 80px 0;
}

.features-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto;
	max-width: 1200px;
	flex-wrap: wrap;
	gap: 40px;
}

.features-hero-image {
	max-width: 400px;
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.features-hero-text {
	flex: 1;
	min-width: 300px;
	text-align: center;
}

.features-hero-title {
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 30px;
    line-height: 1em;
}

.features-hero-subtitle {
	font-size: 1.2rem;
	color: #666;
	line-height: 1.6;
	margin-bottom: 30px;
}

.features-grid-background {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 60px 20px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.features-decoration-1 {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(102,126,234,0.1) 0%, transparent 70%);
	border-radius: 50%;
}

.features-decoration-2 {
	position: absolute;
	bottom: -30px;
	left: -30px;
	width: 150px;
	height: 150px;
	background: radial-gradient(circle, rgba(255,107,107,0.1) 0%, transparent 70%);
	border-radius: 50%;
}

.feature-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 20px;
	animation: float 3s ease-in-out infinite;
}

.feature-icon.pro {
	background: linear-gradient(135deg, #667eea, #764ba2);
	box-shadow: 0 4px 15px rgba(102,126,234,0.3);
}

.feature-icon.box {
	background: linear-gradient(135deg, #FF6B6B, #FF8E8E);
	box-shadow: 0 4px 15px rgba(255,107,107,0.3);
	font-size: 18px;
	animation-delay: 0.5s;
}

.feature-icon.price {
	background: linear-gradient(135deg, #28a745, #20c997);
	box-shadow: 0 4px 15px rgba(40,167,69,0.3);
	font-size: 24px;
	animation-delay: 1s;
}

.feature-icon.hand {
	background: linear-gradient(135deg, #fd7e14, #ffc107);
	box-shadow: 0 4px 15px rgba(253,126,20,0.3);
	font-size: 24px;
	animation-delay: 1.5s;
}

.feature-icon.delivery {
	background: linear-gradient(135deg, #6f42c1, #e83e8c);
	box-shadow: 0 4px 15px rgba(111,66,193,0.3);
	font-size: 18px;
	animation-delay: 2s;
}

.feature-icon.cancel {
	background: linear-gradient(135deg, #17a2b8, #007bff);
	box-shadow: 0 4px 15px rgba(23,162,184,0.3);
	font-size: 18px;
	animation-delay: 2.5s;
}

.feature-special-1 {
	background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
	border: 1px solid rgba(255,107,107,0.2);
}

.feature-special-2 {
	background: linear-gradient(135deg, #fff 0%, #f0fff4 100%);
	border: 1px solid rgba(40,167,69,0.2);
}

.feature-special-3 {
	background: linear-gradient(135deg, #fff 0%, #fff8f0 100%);
	border: 1px solid rgba(253,126,20,0.2);
}

.feature-special-4 {
	background: linear-gradient(135deg, #fff 0%, #f5f0ff 100%);
	border: 1px solid rgba(111,66,193,0.2);
}

.feature-special-5 {
	background: linear-gradient(135deg, #fff 0%, #f0f8ff 100%);
	border: 1px solid rgba(23,162,184,0.2);
}

.feature-image-container {
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.feature-image {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
}

.feature-image:hover {
	transform: scale(1.05);
}

.feature-badge {
	position: absolute;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 0.8rem;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	color: white;
}

.feature-badge.new {
	top: 10px;
	right: 10px;
	background: linear-gradient(135deg, #FFD700, #FFA500);
}

.feature-badge.handwritten {
	top: 10px;
	left: 10px;
	background: linear-gradient(135deg, #fd7e14, #ffc107);
}

.feature-benefit {
	background: linear-gradient(135deg, #28a745, #20c997);
	color: white;
	padding: 10px;
	border-radius: 8px;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9rem;
	animation: pulse 2s infinite;
}

.feature-info-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 15px;
	padding: 8px;
	border-radius: 8px;
}

.feature-info-box.purple {
	background: rgba(111,66,193,0.1);
}

.feature-info-box.blue {
	background: rgba(23,162,184,0.1);
}

.feature-info-text {
	font-size: 0.9rem;
	font-weight: bold;
}

.feature-info-text.purple {
	color: #6f42c1;
}

.feature-info-text.blue {
	color: #17a2b8;
}

/* パッケージギャラリー */
.package-gallery-header {
	text-align: center;
	margin-bottom: 50px;
}

.package-gallery-title {
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 20px;
	line-height: 1em;
}

.package-gallery-subtitle {
	font-size: 1.1rem;
	color: #666;
}

.package-samples-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin: 40px auto;
	max-width: 900px;
}

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

.package-sample-image {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.package-sample-caption {
	margin-top: 15px;
	font-size: 0.9rem;
	color: #666;
}

/* 専門家紹介セクション */
.expert-hero-title {
	font-size: 2.5rem;
	margin-bottom: 30px;
}

.expert-bio {
	line-height: 1.8;
	font-size: 1.1rem;
	margin-top: 30px;
}

.expert-credentials {
	margin-top: 30px;
	padding: 20px;
	background: rgba(255,255,255,0.1);
	border-radius: 10px;
}

/* お客様の声セクション */
.testimonials-header {
	text-align: center;
	margin-bottom: 50px;
}

.testimonials-title {
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 20px;
}

.testimonials-subtitle {
	font-size: 1.1rem;
	color: #666;
}

.testimonial-author {
	margin-top: 20px;
	font-weight: bold;
	color: #667eea;
}

/* FAQ セクション */
.faq-title {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 50px;
	color: #333;
}

/* 最終 CTA セクション */
.final-cta-section {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 80px 20px;
	text-align: center;
}

.final-cta-title {
	font-size: 2.5rem;
	margin-bottom: 30px;
	line-height: 1.2em;
}

.final-cta-price-box {
	background: rgba(255,255,255,0.1);
	padding: 30px;
	border-radius: 15px;
	max-width: 500px;
	margin: 30px auto;
	backdrop-filter: blur(10px);
}

.final-cta-price {
	font-size: 2.5rem;
	font-weight: bold;
	color: #FFD700;
	margin-bottom: 10px;
}

.final-cta-price-sub {
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.final-cta-note {
	font-size: 0.9rem;
	opacity: 0.8;
}

.final-cta-button {
	font-size: 1.4rem;
	padding: 25px 50px;
	margin: 30px 0;
}

.final-cta-disclaimer {
	margin-top: 30px;
	font-size: 0.9rem;
	opacity: 0.8;
}

/* フッター */
.footer {
	background: #333;
	color: white;
	padding: 40px 20px;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-logo-text {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 10px;
}

.footer-contact {
	text-align: right;
}

.footer-email {
	margin-bottom: 10px;
}

.footer-email a {
	color: #FFD700;
}

.footer-copyright {
	font-size: 0.9rem;
	opacity: 0.8;
}

.footer-terms {
	border-top: 1px solid #555;
	margin-top: 30px;
	padding-top: 20px;
	font-size: 0.9rem;
	line-height: 1.6;
	opacity: 0.8;
}

/* アニメーション */
@keyframes float {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
}

/* ヒーローセクション用スタイル */
.hero-gold-text {
	color: #FFD700;
}

.hero-price-note {
	font-size: 0.9rem;
	margin-top: 10px;
	opacity: 0.8;
}

.hero-payment-note {
	margin-top: 20px;
	font-size: 0.9rem;
	opacity: 0.8;
}

/* ユーティリティクラス */
.text-center {
	text-align: center;
}

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

.relative {
	position: relative;
}

.z-2 {
	z-index: 2;
}

/* パッケージギャラリーのより詳細なスタイル */
.package-gallery {
	padding: 80px 20px;
	background: #f8f9fa;
}

.package-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 25px;
	max-width: 1400px;
	margin: 0 auto;
}

.package-item {
	background: white;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	position: relative;
}

.package-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.package-image {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s ease;
}

.package-item:hover .package-image {
	transform: scale(1.05);
}

.package-info {
	padding: 20px;
	text-align: center;
}

.package-month {
	font-size: 0.9rem;
	color: #667eea;
	font-weight: bold;
	margin-bottom: 8px;
}

.package-title {
	font-size: 1.1rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.4;
}

.package-description {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.5;
}

.package-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	align-items: flex-end;
	padding: 20px;
}

.package-item:hover .package-overlay {
	opacity: 1;
}

.package-overlay-text {
	color: white;
	font-size: 0.9rem;
	line-height: 1.4;
}

/* パッケージセクションのタブ */
.package-tabs {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
	gap: 10px;
}

.package-tab {
	padding: 12px 24px;
	background: white;
	border: 2px solid #667eea;
	color: #667eea;
	border-radius: 25px;
	cursor: pointer;
	font-weight: bold;
	transition: all 0.3s ease;
}

.package-tab.active,
.package-tab:hover {
	background: #667eea;
	color: white;
}

/* パッケージギャラリーヘッダー */
.package-gallery-header {
	text-align: center;
	margin-bottom: 50px;
}

.package-gallery-main-title {
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 20px;
	line-height: 1em;
}

.package-gallery-main-subtitle {
	font-size: 1.1rem;
	color: #666;
}

/* パッケージサンプルグリッド */
.package-samples-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin: 40px auto;
	max-width: 900px;
}

.package-sample-item {
	text-align: center;
}

.package-sample-img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.package-sample-text {
	margin-top: 15px;
	font-size: 0.9rem;
	color: #666;
}

/* CTA ボタンセクション */
.package-cta-section {
	text-align: center;
	margin-top: 50px;
}

/* 専門家セクション */
.expert-section-title {
	font-size: 2.5rem;
	margin-bottom: 30px;
}

.expert-bio-text {
	line-height: 1.8;
	font-size: 1.1rem;
	margin-top: 30px;
}

.expert-media-credentials {
	margin-top: 30px;
	padding: 20px;
	background: rgba(255,255,255,0.1);
	border-radius: 10px;
}

/* お客様の声セクション */
.testimonial-section-header {
	text-align: center;
	margin-bottom: 50px;
}

.testimonial-section-title {
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 20px;
}

.testimonial-section-subtitle {
	font-size: 1.1rem;
	color: #666;
}

.testimonial-author-info {
	margin-top: 20px;
	font-weight: bold;
	color: #667eea;
}

/* レスポンシブ対応 - モバイル用パッケージギャラリー */
@media (max-width: 768px) {
	.package-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	
	.package-gallery {
		padding: 60px 15px;
	}
	
	.package-tabs {
		margin-bottom: 30px;
		gap: 8px;
	}
	
	.package-tab {
		padding: 12px 18px;
		font-size: 0.95rem;
	}
	
	.package-gallery-main-title {
		font-size: 1.5rem;
	}
	
	.package-samples-container {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.expert-section-title {
		font-size: 2rem;
	}
	
	.testimonial-section-title {
		font-size: 2rem;
	}
	
	.package-gallery-main-subtitle {
		font-size: 1rem;
	}
	
	.package-sample-text {
		font-size: 0.85rem;
	}
	
	.expert-bio-text {
		font-size: 1rem;
		line-height: 1.6;
	}
	
	.testimonial-section-subtitle {
		font-size: 1rem;
	}
	
	.expert-media-credentials {
		padding: 15px;
		margin-top: 20px;
	}
}

/* PCのみの表示調整 */
@media (min-width: 769px) {
	.package-samples-container {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.package-gallery {
		padding: 100px 40px;
	}
	
	.package-gallery-main-title {
		font-size: 2.8rem;
	}
	
	.expert-section-title {
		font-size: 2.8rem;
	}
	
	.testimonial-section-title {
		font-size: 2.8rem;
	}
}
