@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #333;
	line-height: 1.6;
	overflow-x: hidden;
	background-color: #FFEEB9;
}

html {
	scroll-behavior: smooth;
}

header ,
main {
	max-width: 430px;
	box-shadow: 0 8px 6px #000;
	margin: 0 auto;
}

@media all and (min-width: 450px) {
	header ,
	main {
		border-left: 10px solid #000;
		border-right: 10px solid #000;
	}
}
section {
	position: relative;
}

header {
	background-color: #FFC107;
}

header h1 {
	line-height: 1;
}

header h1 img {
	width: 160px;
	height: auto;
	padding: 10px 20px;
}

/* Wave Divider */
.wave-divider {
	width: 100%;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.wave-top {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='%23FFF9E6' d='M0,50 Q360,0 720,50 T1440,50 L1440,100 L0,100 Z'/%3E%3C/svg%3E");
}

.wave-bottom {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='%23FFF9E6' d='M0,0 L0,50 Q360,100 720,50 T1440,50 L1440,0 Z'/%3E%3C/svg%3E");
}

/* CTA Button */
.cta-button {
	display: block;
	padding: 10px 30px 20px;
	background: linear-gradient(135deg, #FFD43B 0%, #FFC107 100%);
	color: #333;
	font-size: 18px;
	font-weight: 900;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 0 8px 20px rgba(255, 212, 59, 0.4);
	transition: all 0.3s ease;
	text-align: center;
	border: none;
	width: 100%;
	max-width: 100%;
	position: relative;
	line-height: 1.4;
}

.cta-button:active {
	transform: scale(0.98);
}

.cta-button:before {
	content: "";
	width: 56px;
	height: 40px;
	background-image: url("../image/tap02.png");
	background-size: cover;
	position: absolute;
	right: -10px;
	top: -20px;
}

.cta-button:after {
	content: "";
	width: 45px;
	height: 60px;
	background-image: url("../image/tap.png");
	background-size: cover;
	position: absolute;
	right: -10px;
	top: 30px;
}

.cta-button span {
	display: block;
	font-size: 13px;
}
.cta-button span.kanri {
	font-weight: 400;
	font-size: 12px;
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	bottom: 2px;
}
.cta-button.line {
	background: linear-gradient(135deg, #4cc764 0%, #06c755 100%);
	color: #fff;
	margin-top: -10px;
	padding: 10px;
}
.cta-button.line:before ,
.cta-button.line:after {
	display: none;
}
/* Section 1: First View */
.mv {
	margin-top: -1px;
	aspect-ratio: 750 / 1000;
	background-image: url(../image/mv_bg.png);
	background-size: cover;
	background-color: #FFC107;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.mv .logoimg {
	width: 48%;
    margin: 0 auto;
    padding-top: 20%;
}
.mv .text {
	text-align: center;
    margin-top: 24%;
}
.mv h2 {
	color: #fff;
	font-size: 27px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.mv h2 .bg-white {
	background-color: #fff;
	color: #FFC107;
	display: inline-block;
	margin-right: 6px;
	border-radius: 8px;
	padding: 0px 9px;
	font-size: 32px;
	font-weight: 800;
}
.mv h2 .small {
    font-size: 20px;
    display: block;
    margin-top: 2px;
	letter-spacing: .01em;
}
.mv .copy {
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 10px;
}
.mv .copy span {
	display: inline-block;
	margin-right: 4px;
	padding: 1px 6px;
	border-radius: 4px;
	background-color: #73BF40;
	color: #fff;
}
.mv .copy span.color2 {
	background-color: #4AB5BD;
}
.mv .copy span.color3 {
	background-color: #E15822;
}
.mv .circle-area {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.mv .circle-area .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 86px;
	height: 86px;
	background-color: #fff;
	color: #FFC107;
	font-size: 14px;
	text-align: center;
	border-radius: 100%;
	margin-right: 6px;
	font-weight: 800;
	line-height: 1;
	padding-top: 9px;
}
.mv .circle-area .item span {
	font-size: 30px;
}
.mv .circle-area .item02 {
	font-size: 18px;
	line-height: 1.2;
	padding-top: 0px;
}
.mv .mv-bottom {
	margin: auto 0 20px;
}
.mv .hero-badge {
	background-color: rgba(255,255,255,.7);
	border-radius: 10px;
	padding: 15px 30px;
	font-weight: 800;
	font-size: 17px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.mv .hero-badge span {
	color: #fff;
	display: inline-block;
	margin-left: 4px;
	border-radius: 6px;
	background-color: #FFC107;
	padding: 0 6px;
}
.mv .hero-badge p.small {
	font-size: 14px;
}
.mv .hero-badge img.chef {
    width: 28%;
    position: absolute;
    right: -5%;
    top: 2%;
}
.hero {
	/*background: linear-gradient(135deg, #FFFFFF 0%, #FFF8E1 100%);*/
	background-color: #FFEEB9;
	padding: 60px 20px 40px;
	position: relative;
	overflow: hidden;
	background-image: url("../image/final_bg.png");
	background-size: 100% auto;
	background-position: left 0 top 70px;
    background-repeat: no-repeat;
}

.hero-text {
	margin-bottom: 40px;
}

.hero-text h1 {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 20px;
}

.hero-text h1 .highlight {
	background: linear-gradient(135deg, #FFD43B 0%, #FFC107 100%);
	padding: 0 8px;
	border-radius: 8px;
	display: inline-block;
}

.hero-text h2 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 25px;
	color: #555;
}

.hero .hero-badge {
	background-color: rgba(255,255,255,.7);
	border-radius: 10px;
	padding: 0px 30px 15px;
	font-weight: 800;
	font-size: 17px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	text-align: center;
}

.hero-badge .title {
	font-size: 20px;
	position: relative;
	margin-bottom: 10px;
}

.hero-badge .title .rotate {
	font-size: 14px;
	color: #FFC107;
	position: absolute;
    top: 1.5em;
    left: .8em;
	transform: rotate(-10deg);
}

.offer-badge {
	background: linear-gradient(135deg, #FFD43B 0%, #FFC107 100%);
	padding: 15px 20px;
	border-radius: 15px;
	box-shadow: 0 6px 20px rgba(255, 212, 59, 0.4);
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
}

.benefits-list {
	list-style: none;
	margin-bottom: 30px;
	display: inline-block;
}

.benefits-list li {
	font-size: 15px;
	padding: 5px 0;
	font-weight: 500;
	text-align: left;
	padding-left: 22px;
	position: relative;
}

.benefits-list li:before {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url("../image/check.png");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 8px;
}

.hero-visual {
	position: relative;
	height: 400px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.phone-mockup {
	width: 200px;
	height: 410px;
	background: linear-gradient(135deg, #1A1F3A 0%, #2D3561 100%);
	border-radius: 30px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
	position: absolute;
	padding: 12px;
	display: flex;
	flex-direction: column;
}

.phone-mockup::before {
	content: '';
	width: 80px;
	height: 20px;
	background: #0F1229;
	border-radius: 0 0 15px 15px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.phone-screen {
	flex: 1;
	background: #1A1F3A;
	border-radius: 22px;
	overflow: hidden;
	position: relative;
}

.phone-mockup-center {
	transform: scale(1.1);
	z-index: 2;
}

/* Mock App UI */
.app-map-screen {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #1A1F3A 0%, #2D3561 100%);
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.app-header {
	color: white;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 8px;
}

.app-map-area {
	flex: 1;
	background: #2D3561;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
}

.map-pin {
	position: absolute;
	width: 22px;
	height: 22px;
	background: #FFD43B;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	box-shadow: 0 3px 10px rgba(255, 212, 59, 0.6);
}

.map-pin-1 { top: 30%; left: 40%; }
.map-pin-2 { top: 50%; left: 60%; }
.map-pin-3 { top: 70%; left: 30%; }

.app-card {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 12px;
	color: white;
}

.app-card-title {
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 4px;
}

.app-card-info {
	font-size: 10px;
	opacity: 0.8;
}

.yellow-blur {
	position: absolute;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(255, 212, 59, 0.3) 0%, rgba(255, 212, 59, 0) 70%);
	border-radius: 50%;
	filter: blur(30px);
	z-index: 0;
}

.yellow-blur-1 {
	top: -50px;
	right: -50px;
}

.yellow-blur-2 {
	bottom: -50px;
	left: -50px;
}

/* Section Title */
.section-title {
	text-align: center;
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 15px;
}

.section-title::after {
	content: '';
	width: 80px;
	height: 5px;
	background: linear-gradient(90deg, #FFD43B 0%, #FFC107 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 3px;
}

/* Section 2: Empathy */
.empathy-section {
	background: #FFF9E6;
	padding: 60px 20px;
	position: relative;
}

.problems-grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}

.problem-card {
	background: white;
	border-radius: 20px;
	padding: 30px 15px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.problem-card-r {
	flex-direction: row-reverse;
}

.problem-icon img {
	width: 70%;
	margin-bottom: -80px;
	margin-left: auto;
	display: block;
}

.problem-card .text {
	text-align: left;
}

.problem-card h3 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 15px;
}

.problem-card h3 span {
	background: linear-gradient(#FFF9E6 0%, #FFF9E6 100%);
}

.problem-card p {
	font-size: 15px;
	line-height: 1.7;
	color: #666;
}

.transition-box {
	/*background: white;
	border-radius: 25px;
	padding: 30px 20px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);*/
	text-align: center;
}

.transition-box p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 700;
}

/* Section 3: 4 Reasons */
.reasons-section {
	background: white;
	padding: 60px 20px;
}

.reason-item {
	margin-bottom: 0;
}

.reason-item:last-child {
	margin-bottom: 0;
}

.reason-title {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.reason-text {
	background: #FFF9E6;
	padding: 30px 15px;
	border-radius: 25px;
	margin-bottom: 20px;
}

.reason-number {
	font-size: 10px;
	background-color: #FFC107;
	color: #fff;
	font-weight: 800;
	text-align: center;
	margin-right: 14px;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding-top: 6px;
}
.reason-number .num {
	display: block;
	font-size: 30px;
}
.reason-text h3 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
}

.reason-text h3 .highlight-text {
	color: #FFC107;
}

.reason-text h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #555;
}

.reason-text p {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

.reason-visual {
	position: relative;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.accordion .toggle{
	background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    display: block;
    background-color: #fff;
    color: #111;
	border: 1px solid #111;
    width: 80%;
    border-radius: 30px;
    padding: 6px 0 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin: 10px auto 0;
}

.accordion .content{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
}

.accordion.open .content{
	max-height:700px;
	margin-top: 10px;
}

.accordion .toggle::after{
	content:"+";
	margin-left:10px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:1em;
	height:1em;
	font-size:20px;
	line-height:1;
	transition:.3s;
	transform-origin:center;
	vertical-align: -1px;
}

.accordion.open .toggle::after{
  transform: rotate(-45deg);
}

/* Section 4: Influencer App */
.influencer-section {
	background: #FFF9E6;
	padding: 60px 20px 20px;
	overflow: hidden;
}

.influencer-text {
	background: white;
	padding: 30px 20px;
	border-radius: 25px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	margin-bottom: 0px;
}

.influencer-text h2 {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 15px;
	line-height: 1.4;
}

.influencer-text h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #FFC107;
}

.influencer-text p {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

.influencer-img {
	width: 110%;
    display: block;
    margin: -30px 0 0 -5%;
    position: relative;
}

.influencer-visual {
	position: relative;
	height: 400px;
	margin-bottom: 30px;
}

.features-grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.feature-card {
	background: white;
	border-radius: 20px;
	padding: 25px 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	text-align: center;
}

.feature-icon {
	font-size: 50px;
	margin-bottom: 15px;
}

.feature-card h4 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
}

.feature-card p {
	font-size: 15px;
	line-height: 1.6;
	color: #666;
}

/* Section 5: Steps */
.steps-section {
	background: white;
	padding: 60px 20px;
}

.steps-container {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 40px;
}

.step-card {
	background: white;
	border-radius: 20px;
	padding: 30px 15px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	text-align: center;
	position: relative;
}

.step-card .step-title {
	display: flex;
	align-items: center;
	text-align: left;
	margin-bottom: 10px;
	position: relative;
}

.step-card .step-title .icon {
	position: absolute;
    top: -50px;
    right: 0;
}
.step-card .step-title .icon img {
	display: block;
	width: 120px;
	margin-right: 10px;
}

.step-number {
    background: linear-gradient(135deg, #FFD43B 0%, #FFC107 100%);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 900;
    color: white;
    margin: 0 auto 3px;
    /*box-shadow: 0 6px 20px rgba(255, 212, 59, 0.4);*/
    display: inline-block;
    padding: 2px 12px;
}

.step-card h3 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 0;
}

.step-card p {
	font-size: 15px;
	line-height: 1.7;
	color: #666;
	text-align: left;
}

.arrow-down {
	text-align: center;
	font-size: 40px;
	color: #FFD43B;
	margin: -10px 0;
}

.closing-copy {
	background: #FFF9E6;
	border-radius: 20px;
	padding: 30px 1px;
	margin-bottom: 30px;
	text-align: center;
}

.closing-copy p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
}

/* Section 6: Target Customers */
.customers-section {
	background: #FFF9E6;
	padding: 60px 20px;
}

.customers-grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.customer-card {
	background: white;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.customers-area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: white;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
	background-color: #fff;
	margin-bottom: 20px;
}

.customers-area img {
	width: 100%;
}

.customers-text {
	text-align: center;
	font-size: 18px;
    font-weight: 800;
}

.customers-text span.small {
	font-size: 16px;
}

.customers-text span.bg-yellow{
	background: linear-gradient(transparent 60%, #FFD43B 60%);
}

.customer-image {
	width: 25%;
    margin: 0 1.5% 5px;
    font-size: 50px;
}

.customer-content {
	padding: 20px;
	text-align: center;
}

.customer-content h4 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 10px;
}

.customer-content p {
	font-size: 15px;
	line-height: 1.6;
	color: #666;
}

/* Section 7: FAQ */
.faq-section {
	background: white;
	padding: 60px 20px;
}

.faq-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.faq-item {
	background: white;
	border-radius: 15px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.faq-question {
	background: #FFF9E6;
	padding: 20px;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
	transition: all 0.3s ease;
}

.faq-question:active {
	background: #FFD43B;
}

.faq-question-text {
	flex: 1;
}

.faq-toggle {
	font-size: 24px;
	font-weight: 900;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.4s ease;
	padding: 0 20px;
	font-size: 15px;
	line-height: 1.7;
	color: #666;
	border-top: 1px solid #f0f0f0;
}

.faq-item.active .faq-answer {
	max-height: 1000px;
	padding: 20px;
}

.faq-item.active .faq-toggle {
	transform: rotate(45deg);
}

/* Section 8: Final CTA */
.final-cta-section {
	/*background: linear-gradient(135deg, #FFD43B 0%, #FFC107 100%);*/
	background-color: #FFF9E6;
	padding: 60px 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-image: url("../image/final_bg.png");
	background-size: 100% auto;
	background-position: left 0 top 70px;
    background-repeat: no-repeat;
}

.final-cta-content {
	position: relative;
	z-index: 2;
	text-align: center;
}

.final-cta-content h2 {
	font-size: 26px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 25px;
}

.final-cta-content h2 .white-highlight {
	background: white;
	padding: 0 10px;
	border-radius: 8px;
	display: inline-block;
}

.final-cta-content .sub-copy {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
	font-weight: 500;
}

.final-offer-badge {
	background: white;
	padding: 20px 25px;
	border-radius: 15px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
	margin: 30px auto;
	font-size: 20px;
	font-weight: 800;
}

.final-cta-content .hero-badge {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 0px 30px 15px;
    font-weight: 800;
    font-size: 17px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.trust-list {
	background: white;
	border-radius: 15px;
	padding: 25px 20px;
	margin: 30px auto;
	list-style: none;
	text-align: left;
}

.trust-list li {
	font-size: 16px;
	font-weight: 500;
	padding: 8px 0;
}

.final-cta-button {
	background: white;
	color: #333;
	padding: 22px 10px;
	font-size: 18px;
	font-weight: 900;
	border-radius: 50px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	margin-top: 30px;
}

.card-note {
	font-size: 13px;
	color: #555;
	margin-top: 12px;
}
section.company {
	padding: 30px 20px;
	background-color: #f0f0f0;
}
section.company h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
section.company dl dt {
	width: 5em;
	float: left;
	font-size: 14px;
}
section.company dl dd {
	padding-left: 5.5em;
	padding-bottom: .3em;
	margin-bottom: .3em;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
section.contact {
	padding: 30px 20px;
}

section.contact .sp-left {
	text-align: left;
	font-size: 13px;
}

/* Footer */
.footer {
	background: #333;
	padding: 30px 20px 100px;
	text-align: center;
	color: #aaa;
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 20px;
}

.footer a {
	color: #aaa;
	text-decoration: none;
	font-size: 14px;
}

.footer a:active {
	color: #FFD43B;
}

.footer-copyright {
	font-size: 12px;
	margin-top: 20px;
}

/* Sparkles decoration */
.sparkle {
	position: absolute;
	font-size: 25px;
	animation: float 3s ease-in-out infinite;
	z-index: 1;
}

.sparkle-1 { top: 10%; right: 10%; animation-delay: 0s; }
.sparkle-2 { top: 30%; left: 5%; animation-delay: 1s; }
.sparkle-3 { bottom: 20%; right: 10%; animation-delay: 2s; }

/* Fixed CTA Button */
.fixed-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	backdrop-filter: blur(10px);
}

.fixed-cta .fixed-btn {
	display: flex;
	justify-content: space-between;
}

.fixed-cta .cta-button {
	font-size: 16px;
	padding: 10px 10px 16px;
	width: 49%;
	font-size: 15px;
}

.fixed-cta .cta-button span.kanri {
	font-size: 10px;
}

.fixed-cta .cta-button.line {
	margin-top: 0;
	padding: 13px 10px;
}

.fixed-cta .cta-button:before ,
.fixed-cta .cta-button:after {
	display: none;
}

.fixed-cta .cta-button span {
	display: block;
	font-size: 12px;
}

/* Scroll animation */
.animate-on-scroll {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s ease;
}

.animate-on-scroll.visible {
	opacity: 1;
	transform: translateY(0);
}

/* 下層ページ */
.entry-header {
	padding: 40px 0;
	background-color: #fff;
}

.entry-header h2 {
	text-align: center;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 15px;
}
.entry-header h2::after {
    content: '';
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, #FFD43B 0%, #FFC107 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
}
.entry-content {
	padding: 0 15px 50px;
	background-color: #fff;
}
.entry-content h3 {
	font-weight: 800;
	font-size: 20px;
	margin: 30px 0 15px;
}

.entry-content h4 {
	font-weight: 800;
	font-size: 18px;
	margin: 20px 0 10px;
	padding: 10px;
	background-color: #FFF9E6;
	border-radius: 10px;
}

.form dl ,
.form p {
	font-size: 14px;
}

.form dl dd input ,
.form dl dd textarea {
	width: 100%;
	padding: 6px;
	border-radius: 4px;
}

.form dl dd {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #fff;
}

.form .center {
	text-align: center;
	margin-bottom: 10px;
}

.form .must {
	background-color: #c00;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    padding: 1px 4px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: 2px;
}

.form input[type="submit"] {
	border: 0;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    padding: 4px 16px;
}
.form .wpcf7-spinner {
	display: block;
}