html {
scroll-behavior: smooth;
}

*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

:root {
--navy: #042E4A;
--white: #FFFFFF;
--yellow: #F0E717;
--light-gray: #F3F3F3;
--gray: #E9E9E9;
--mid-gray: #D9D9D9;
--dark-gray: #646464;
--accent-red: #ED5053;
--teal: #19A3A3;
}

body {
font-family: 'Noto Sans JP', sans-serif;
background: #fff;
color: var(--navy);
overflow-x: hidden;
}

.pconly { display: block; }
.sponly { display: none; }

@media screen and (max-width: 767px) {
.pconly { display: none; }
.sponly { display: block; }
}

/* ===================== SECTION 1: FV ===================== */
.fv {
position: relative;
width: 100%;
height: 870px;
overflow: hidden;
}

.fv-back {
position: absolute;
width: 100%;
height: 850px;
background: url(assets/images/fv_bg.png) center top / 100% 100% no-repeat;
}

.fv-back::after {
content: "";
display: inline-block;
background: url(./assets/images/phone-Icon.png) no-repeat center / contain;
width: 112px;
height: 212px;
position: absolute;
bottom: 100px;
right: 15%;
}

.fv-inner-scale {
position: absolute;
top: 0;
left: 50%;
width: 1440px;
height: 810px;
transform: translateX(-50%);
transform-origin: top center;
}

.fv-announcement {
position: absolute;
top: 99px;
left: 180px;
}

.fv-papatto {
position: absolute;
top: 200px;
left: 619px;
}

.fv-dots {
position: absolute;
top: 199px;
left: 195px;
display: flex;
gap: 40px;
}

.fv-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: linear-gradient(45deg, #F4B53F 0%, #E432AC 100%);
}

.fv-headline-row1 {
position: absolute;
top: 197px;
left: 180px;
display: flex;
align-items: baseline;
white-space: nowrap;
line-height: -0.2;
}

.fv-hl-small {
font-size: 48px;
font-weight: 700;
color: var(--navy);
line-height: 1.8;
}

.fv-hl-large {
font-size: 63px;
font-weight: 700;
color: var(--navy);
line-height: 1;
}

.fv-headline-row2 {
position: absolute;
top: 390px;
left: 180px;
font-size: 75px;
font-weight: 700;
color: var(--navy);
line-height: 1;
white-space: nowrap;
}

.fv-badge {
position: absolute;
top: 520px;
left: 180px;
width: 155px;
height: 155px;
}

.fv-badge img {
width: 100%;
height: 100%;
object-fit: contain;
}

.fv-feature-list {
position: absolute;
top: 531px;
left: 351px;
}

.fv-feature-item {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 12px;
}
.fv-feature-list .fv-feature-item:nth-of-type(2) .fv-feature-icon{
position:relative;
top:-14px;
}

.fv-feature-icon {
width: 26px;
height: 26px;
flex-shrink: 0;
}

.fv-feature-text {
font-size: 24px;
font-weight: 700;
color: var(--navy);
line-height: 1.4;
text-shadow: 0 0 3px rgba(255, 255, 255, 1);
}

.fv-feature-text span {
font-size: 34px;
}

.fv-deco-yellow-1,
.fv-deco-yellow-2 {
position: absolute;
height: 10px;
background: var(--yellow);
z-index: -1;
}

.fv-deco-yellow-1 {
top: 633px;
left: 387px;
width: 290px;
}

.fv-deco-yellow-2 {
top: 553px;
left: 596px;
width: 156px;
}

.fv-btn {
position: absolute;
top: 727px;
left: 540px;
width: 360px;
height: 70px;
background-color: #042E4A;
border-radius: 35px;
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
text-decoration: none;
transition: background 0.3s ease, opacity 0.3s ease, transform 0.2s ease;
border-top: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.5);
filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.25));
}
.fv-btn:hover {
opacity: 0.95;
transform: translateY(-2px);
}

.fv-btn-text {
font-size: 20px;
font-weight: 700;
color: #fff;
}

.fv-phone {
position: absolute;
top: 70px;
left: 821px;
width: 430px;
height: 620px;
border-radius: 40px;
overflow: hidden;
}
.fv-tag{
position: absolute;
top: 111px;
left: 460px;
}
.fv-tag .tag {
background: linear-gradient(90deg, #ff7eb9 0%, #ff65a3 100%);
padding: 6px 16px;
border-radius: 10px;
font-size: 28px;
font-weight: 700;
color: white;
box-shadow: 0 2px 6px rgba(255, 101, 163, 0.3);
display: flex;
align-items: center;
gap: 10px;
}
.tag::before, .tag::after {
content: "◆";
color: #fff;
font-size: 15px;
}
/* ===================== SECTION 2: Issues ===================== */
.issues {
width: 100%;
padding-top: 80px;
padding-bottom: 0;
position: relative;
overflow: hidden;
}

.issues::before {
content: "";
position: absolute;
background: var(--light-gray);
width: 100%;
height: 600px;
}

.issues::after {
content: "";
position: absolute;
background: var(--light-gray);
width: 103%;
height: 1020px;
top: 14%;
left: 50%;
transform: translateX(-50%);
border-radius: 50%;
z-index: -1;
}

.issues-inner {
max-width: 1300px;
margin: 0 auto;
position: relative;
}

.issues-header {
text-align: center;
margin-bottom: 40px;
position: relative;
padding: 80px 0 0;
}

.issues-tag,
.issues-subtitle {
font-size: 35px;
font-weight: 700;
color: var(--navy);
}

.issues-tag {
display: inline-block;
/* border-bottom: 3px solid var(--navy); */
padding-bottom: 4px;
margin-bottom: 12px;
}

.issues-subtitle-highlight {
font-size: 48px;
background: linear-gradient(transparent 60%, rgba(135, 126, 126, 0.2) 60%);
display: inline-block;
padding: 0 4px;
}

.issues-card-wrapper {
position: relative;
max-width: 880px;
margin: 0 auto 32px;
}

.issues-card {
background: #7a7373;
border-radius: 8px;
padding: 32px 40px 48px;
overflow: hidden;
position: relative;
z-index: 2;
}

.issues-card-sweat {
position: absolute;
top: 16px;
right: 16px;
width: 85px;
height: auto;
z-index: 5;
}

.issues-char-left,
.issues-char-right {
position: absolute;
width: auto;
z-index: 1;
}

.issues-char-left {
left: -120px;
bottom: -40px;
height: 202px;
}

.issues-char-right {
right: -120px;
top: -30px;
height: 176px;
}

.issues-list {
list-style: none;
margin: 0 auto;
width: fit-content;
position: relative;
right: 8px;
}

.issues-list li {
display: flex;
align-items: center;
gap: 4px;
padding: 8px 0;
}

.issues-x-icon {
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.issues-x-icon img {
width: 60%;
height: 60%;
object-fit: contain;
}

.issues-highlight-yellow {
color: var(--yellow);
font-size: 26px;
}

.issues-list-text {
font-size: 19px;
font-weight: 700;
color: var(--white);
}

.issues-result-block {
margin: 0 -40px;
padding: 0 40px 32px;
text-align: center;
}

.issues-result-img {
width: 190px;
height: auto;
display: block;
margin: 0 auto 16px;
}

.issues-result-highlight {
font-size: 30px;
font-weight: 700;
color: var(--white);
text-align: center;
}

.issues-dots {
display: flex;
flex-direction: column;
align-items: center;
gap: 21px;
margin: 0 auto;
width: fit-content;
position: absolute;
top: 630px;
left: 50%;
transform: translate(-50%, -50%);
z-index: 300;
}

.issues-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--yellow);
}

.Speech-bubble {
padding: 20px 0 0;
}

.issues-speech-bubble {
background: var(--white);
border-radius: 40px;
padding: 16px 32px;
max-width: 630px;
margin: 0 auto;
position: relative;
text-align: center;
}

.Speech-bubble p {
font-size: 24px;
font-weight: 700;
color: var(--navy);
text-align: center;
margin: 30px 0 0;
}

.issues-speech-bubble::after {
content: '';
position: absolute;
bottom: -28px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 28px solid transparent;
border-right: 28px solid transparent;
border-top: 28px solid var(--white);
}

.issues-speech-text {
font-size: 20px;
font-weight: 700;
color: var(--navy);
}

.issues-speech-text span {
font-size: 25px;
}

.issues-target-section {
padding: 56px 0 48px;
text-align: center;
}

.issues-target-heading {
font-size: 30px;
font-weight: 700;
color: var(--navy);
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
margin: 60px 0 18px;
}

.issues-target-heading img {
width: 48px;
height: auto;
}

.issues-divider {
display: none;
}

.issues-summary {
font-size: 24px;
font-weight: 700;
color: var(--navy);
margin-bottom: 40px;
}

.issues-cta-bar {
width: 100%;
max-width: 900px;
margin: 0 auto;
background: linear-gradient(to right, #DF37AF, #3C83D0);
padding: 32px 0;
text-align: center;
border-radius: 9999px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.issues-cta-text {
font-size: 50px;
font-weight: 700;
color: var(--white);
letter-spacing: 0.1em;
text-align: center;
}

.issues-cta-text span {
font-size: 40px;
}

/* ===================== SECTION 3: Features ===================== */
.features {
background: #ffffff;
position: relative;
overflow: hidden;
padding: 100px 0;
}

.features::before,
.features::after {
content: '';
position: absolute;
width: 280px;
height: 800px;
background-size: contain;
background-repeat: no-repeat;
z-index: 0;
pointer-events: none;
}

.features::before {
background-image: url('assets/images/Background Shape -left.png');
left: -150px;
top: 50%;
transform: translateY(-50%);
}

.features::after {
background-image: url('assets/images/Background Shape -right.png');
right: 0;
top: 50%;
transform: translateY(-50%);
}

.features-inner {
max-width: 1300px;
margin: 0 auto;
padding: 90px 40px;
background: rgba(243, 243, 243, 0.8);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
position: relative;
z-index: 10;
border-radius: 24px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.features-papatto {
position: absolute;
right: 60px;
top: 20px;
}

.features-papatto img {
height: 52px;
width: auto;
}

.features-deco-circle {
position: absolute;
border-radius: 50%;
pointer-events: none;
}

.features-title {
text-align: center;
margin-bottom: 48px;
}

.features-title-row {
display: flex;
align-items: center;
justify-content: center;
gap: 0;
flex-wrap: nowrap;
}

.features-title-plain,
.features-title-highlight {
font-size: 20px;
font-weight: 700;
line-height: 2;
}
.features-title-plain {
color: var(--navy);
}
.features-title-highlight {
display: inline-block;
background: var(--navy);
color: var(--white);
padding: 8px 24px;
font-size: 28px;
}
.features-title-highlight .text-yellow {
color: var(--yellow);
}

.features-content-row {
display: flex;
align-items: center;
gap: 40px;
margin-bottom: 32px;
justify-content: center;
}

.features-screenshot {
width: 650px;
height: 374px;
background: var(--mid-gray);
border-radius: 8px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
color: #999;
font-size: 14px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.features-bullet-list {
list-style: none;
padding: 16px 0;
}

.features-bullet-list li {
display: flex;
align-items: center;
gap: 16px;
padding: 12px 0;
border-bottom: 1px solid rgba(4, 46, 74, 0.1);
}

.features-bullet-list li:last-child {
border-bottom: none;
}

.features-bullet-icon {
width: 18px;
height: 18px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.features-bullet-icon img {
width: 100%;
height: 100%;
object-fit: contain;
}

.features-bullet-text {
font-size: 24px;
font-weight: 700;
color: var(--navy);
}

.features-note {
font-size: 14px;
color: var(--navy);
margin-top: 12px;
}

.features-arrow-v {
width: 60px;
height: 60px;
margin: 24px auto 0;
background: url("assets/images/ep_arrow-up-bold.png") no-repeat center / contain;
}

.features-bottom {
text-align: center;
padding-top: 32px;
position: relative;
}

.features-bottom-heading {
font-size: 36px;
font-weight: 700;
color: var(--navy);
margin-bottom: 8px;
}

.features-bottom-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
padding: 0 20px;
height: 70px;
background: linear-gradient(to bottom, #083B5E 0%, #042E4A 100%);
text-decoration: none;
margin-bottom: 24px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
border-top: 1px solid rgba(255, 255, 255, 0.2);
transition: opacity 0.3s ease, transform 0.2s ease;
}

.features-bottom-btn-text {
font-size: 32px;
font-weight: 700;
color: var(--white);
}

.features-bottom-btn-text-yellow {
color: #E6E124;
}

.features-icon-container {
position: absolute;
left: 0;
bottom: 0;
width: 240px;
height: auto;
z-index: 20;
pointer-events: none;
}

.features-bottom-papatto {
position: absolute;
right: 300px;
top: -30px;
}

.features-bottom-papatto img {
height: 52px;
width: auto;
}

.features-desc {
font-size: 20px;
line-height: 1.7;
margin-bottom: 40px;
}
.features-btn-wrap{
display: flex;
justify-content: center;
align-items: center;
gap: 32px;
}
.contact-btn,
.reblo-btn{
width: 360px;
height: 70px;
background-color: #042E4A;
border-radius: 35px;
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
text-decoration: none;
transition: background 0.3s ease, opacity 0.3s ease, transform 0.2s ease;
border-top: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.5);
filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.25));
}
.reblo-btn{
background: linear-gradient(to bottom right, #DD36B1, #3F86D1);
border: none;
}
.contact-btn:hover,
.reblo-btn:hover{
opacity: 0.95;
transform: translateY(-2px);
}
/* ===================== SECTION 4: Phone Mockup ===================== */
.mockup-section-container {
width: 100%;
position: relative;
}

.mockup-phone-absolute {
position: absolute;
top: 50%;
left: calc(50% - 500px + 70px);
transform: translateY(-50%);
width: 271px;
height: auto;
z-index: 10;
}

.mockup-phone-absolute img {
width: 100%;
height: auto;
display: block;
border-radius: 32px;
}

.mockup-inner {
max-width: 1300px;
margin: 0 auto;
padding: 0 70px;
position: relative;
}

.mockup-part-a {
background: #FFFFFF;
padding: 100px 0 60px;
}

.mockup-part-b {
background: linear-gradient(180deg, #F8F0D5 0%, #F4C8CD 100%);
padding: 60px 0 100px;
}

.mockup-content-a,
.mockup-content-b {
padding-left: 480px;
}

.mockup-subtitle {
font-size: 23px;
font-weight: 700;
color: var(--navy);
}

.mockup-text-gradient {
font-size: 36px;
background: linear-gradient(to right, #DD36B1, #3F86D1);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}

.mockup-main-title {
font-size: 23px;
font-weight: 700;
color: var(--navy);
line-height: 1.6;
}

.mockup-hashtag {
font-size: 28px;
font-weight: 700;
color: var(--navy);
margin-bottom: 24px;
}

.mockup-benefits {
list-style: none;
margin-bottom: 24px;
}

.mockup-benefits li {
display: flex;
align-items: center;
gap: 16px;
padding: 8px 0;
}

.mockup-benefit-dot {
width: 18px;
height: 18px;
flex-shrink: 0;
}

.mockup-benefit-dot img {
width: 100%;
height: 100%;
object-fit: contain;
}

.mockup-benefit-text {
font-size: 18px;
font-weight: 700;
color: var(--navy);
}

.mockup-disclaimer {
font-size: 14px;
color: var(--navy);
}

/* ===================== SECTION 5: QA ===================== */
.qa-section {
width: 100%;
padding: 100px 0;
background: var(--light-gray);
position: relative;
overflow: hidden;
}

/* Q&Aタイトル */
.qa-ttl{
font-size: 50px;
font-weight: 700;
color: var(--navy);
text-align: center;
margin-bottom: 48px;
}
.qa-wrap{
max-width: 800px;
margin: 0 auto;
}
.qa {
margin-bottom: 24px;
border: none;
border-radius: 25px;
box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
background-color: #fff;
}
.qa summary {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 1em 2em 1em 3em;
color: var(--navy);
font-weight: 600;
cursor: pointer;
font-size: 18px;
}
.qa summary span {
flex: 1;
}
.qa summary::before,
.qa p::before {
position: absolute;
left: 1em;
font-weight: 600;
font-size: 1.3em;
}
.qa summary::before {
color: var(--navy);
content: "Q";
}
.qa summary::after {
transform: translateY(-25%) rotate(45deg);
width: 7px;
height: 7px;
margin-left: 10px;
border-bottom: 3px solid var(--navy);
border-right: 3px solid var(--navy);
content: '';
transition: transform .5s;
}
.qa[open] summary::after {
transform: rotate(225deg);
}
.qa p {
position: relative;
transform: translateY(-10px);
opacity: 0;
margin: 0;
padding: .3em 3em 1.5em;
color: var(--navy);
transition: transform .5s, opacity .5s;
font-size: 18px;
font-weight: 600;
}
.qa[open] p {
transform: none;
opacity: 1;
}
.qa p::before {
background: linear-gradient(45deg, #F4B53F 0%, #E432AC 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
line-height: 1.2;
content: "A";
}

/* ===================== SECTION 6: CTA ===================== */
.cta-section {
width: 100%;
background: var(--navy);
padding: 70px 0;
text-align: center;
}

.cta-heading {
font-size: 36px;
font-weight: 700;
color: var(--white);
margin-bottom: 48px;
}
.cta-heading span{
font-size: 20px;
}
.cta-buttons {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}

.cta-btn-white,
.cta-btn-dark {
display: flex;
align-items: center;
justify-content: center;
width: 460px;
height: 70px;
border-radius: 9999px;
text-decoration: none;
position: relative;
transition: background 0.3s ease, opacity 0.3s ease, transform 0.2s ease;
}

.cta-btn-white {
background: var(--white);
}

.cta-btn-dark {
gap: 12px;
background: linear-gradient(to bottom right, #DD36B1, #3F86D1);
color: var(--white);
}

.cta-btn-white::after,
.cta-btn-dark::after {
content: "";
width: 12px;
height: 24px;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 50%;
right: 10px;
transform: translate(-50%, -50%);
}

.cta-btn-white::after {
background-image: url(./assets/images/weui_arrow-outlined2.png);
}

.cta-btn-dark::after {
background-image: url(./assets/images/weui_arrow-outlined1.png);
}

.cta-btn-dark:hover,
.cta-btn-white:hover{
opacity: 0.95;
transform: translateY(-2px);
}

.cta-btn-white-text,
.cta-btn-dark-text {
font-size: 22px;
font-weight: 700;
}

.cta-btn-white-text { color: var(--navy); }

/* ===================== SECTION7:お問い合わせ ===================== */
.contact-section{
padding: 100px 0;
}
.contact-ttl{
font-size: 50px;
font-weight: 700;
color: var(--navy);
text-align: center;
margin-bottom: 48px;
}
select#satori__custom_field_c386152d266c19425 {
width: 100% !important;
border-color: #E8E9E9 !important;
border-radius: 5px !important;
height: 52px !important;
padding-left: 10px !important;
}
.satori__custom_form_9e230abdf4dd75c2_css .satori__require {
background: linear-gradient(45deg, #F4B53F 0%, #E432AC 100%) !important;
}
.satori__custom_form_9e230abdf4dd75c2_css .satori__btn {
background: var(--navy) !important;
transition: background 0.3s ease, opacity 0.3s ease, transform 0.2s ease !important;
}

.satori__custom_form_9e230abdf4dd75c2_css .satori__btn:hover {
opacity: 0.95 !important;
transform: translateY(-2px) !important;
box-shadow: none !important;
}
.satori__custom_form_9e230abdf4dd75c2_css .satori__not_require {
background: #626262 !important;
}
/* ===================== FOOTER ===================== */
footer {
width: 100%;
padding: 24px 70px;
display: flex;
align-items: center;
justify-content: space-between;
}

.footer-left {
display: flex;
align-items: center;
gap: 16px;
}

.footer-pmark {
width: 43px;
height: 42px;
background: var(--mid-gray);
border-radius: 4px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
color: #666;
}

.footer-privacy-text {
font-size: 15px;
color: var(--navy);
}

.footer-right {
display: flex;
align-items: center;
gap: 24px;
}

.footer-company {
font-size: 14px;
color: var(--navy);
}

.footer-logo {
width: 70px;
height: 25px;
background: var(--mid-gray);
border-radius: 2px;
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
color: #666;
}

.issues-char-woman {
position: absolute;
right: 20px;
top: 500px;
height: 200px;
width: auto;
pointer-events: none;
}

.issues-char-man {
position: absolute;
right: 60px;
top: 620px;
height: 220px;
width: auto;
pointer-events: none;
}

@media (max-width: 1439px) {
.fv {
height: calc(810px * (100vw / 1440));
}

.fv-inner-scale {
transform: translateX(-50%) scale(calc(100vw / 1440));
}
}

@media (max-width: 1200px) {
.issues-char-right {
right: 0;
top: -200px;
}

.issues-char-left {
left: 0;
bottom: -230px;
}

.mockup-phone-absolute {
left: 40px;
}

.mockup-content-a,
.mockup-content-b {
padding-left: 350px;
}
.features-bottom-papatto {
position: absolute;
right: 30%;
top: -30px;
}
.features-icon-container {
display: none;
}
}

@media (max-width: 1100px) {
.issues-char-man,
.issues-char-woman {
display: none;
}
}

@media (max-width: 1024px) {
.fv-announcement { left: 350px; }
.fv-headline-row1 { left: 350px; }
.fv-dots {left: 363px;gap: 29px;}
.fv-dot {width: 7px;height: 7px;}
.fv-headline-row2 {left: 349px;top: 347px;font-size: 60px;}
.fv-hl-large { font-size: 55px; }
.fv-hl-small { font-size: 36px; }
.fv-papatto {top: 186px;left: 687px;}
.fv-badge {left: 345px;top: 440px;}
.fv-feature-list {left: 501px;z-index: 10;top: 459px;text-shadow: 0 0 6px rgba(255, 255, 255, 1);}
.fv-deco-yellow-1 {left: 534px;top: 561px;}
.fv-deco-yellow-2 {left: 751px;top: 480px;z-index: 9;}
.fv-back::after {
bottom: 3%;
right: 0;
z-index: 10;
width: 90px;
height: 164px;
}
.fv-tag {
position: absolute;
top: 111px;
left: 630px;
}
.fv-phone {
top: 160px;
left: 875px;
width: 312px;
height: 450px;
}

.issues-inner{
padding: 0 32px;
}

.issues-tag,
.issues-subtitle { font-size: 26px; }
.issues-list-text { font-size: 16px; }
.issues-result-highlight { font-size: 22px; }
.issues-target-heading { font-size: 22px; }
.issues-summary { font-size: 20px; }
.issues-cta-text { font-size: 28px; }
.issues-speech-text { font-size: 17px; }
.issues-cta-text span {font-size: 20px;}

.features-inner {padding: 60px 32px;}
.features-title-plain,
.features-title-highlight { font-size: 26px; }
.features-content-row { gap: 24px; }
.features-screenshot {
width: 420px;
height: 240px;
}
.features-bottom-heading { font-size: 26px; }
.features-bottom-btn { width: 280px; }
.features-bottom-btn-text { font-size: 24px; }

.mockup-inner {
padding: 0 32px;
gap: 32px;
}
.cta-section { padding: 48px 32px; }
.cta-heading { font-size: 26px; }
.cta-btn-white,
.cta-btn-dark {
height: 60px;
}
.cta-btn-white-text,
.cta-btn-dark-text {
font-size: 18px;
}

footer { padding: 20px 32px; }
.footer-privacy-text { font-size: 13px; }
}

/* ===================== SP common ===================== */
@media (max-width: 767px) {
.fv {
height: auto;
min-height: 0;
}

.fv-back {
height: 515px;
background: url(assets/images/back-sp.png) center top / 100% 100% no-repeat;
}

.fv-back::after {
display: none;
}

.fv-inner-scale {
position: relative;
width: 100%;
height: auto;
left: 0;
transform: none !important;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0 20px;
gap: 0;
}

.fv-announcement,
.fv-papatto,
.fv-dots,
.fv-headline-row1,
.fv-headline-row2,
.fv-badge,
.fv-feature-list,
.fv-deco-yellow-1,
.fv-deco-yellow-2,
.fv-btn,
.fv-phone {
position: relative;
top: -1%;
left: auto;
transform: none;
}

.fv-announcement {
order: 1;
top: 25px;
left: 80px;
z-index: 1;
}

.fv-papatto {
order: 2;
align-self: flex-end;
top: 45px;
right: 245px;
z-index: 1;
}

.fv-papatto img {
height: 40px;
width: auto;
}

.fv-dots {
order: 3;
position: absolute;
top: 105px;
left: 112px;
gap: 20px;
margin-bottom: 8px;
z-index: 1;
}

.fv-dot {
width: 5px;
height: 5px;
}

.fv-headline-row1 {
order: 4;
white-space: normal;
flex-direction: column;
align-items: baseline;
margin-bottom: 4px;
left: 85px;
z-index: 1;
}

.fv-headline-row2 {
order: 5;
white-space: normal;
margin-bottom: 20px;
left: 79px;
font-size: 45px;
padding: 4px;
text-shadow: 0 0 6px rgba(255,255,255,1);
z-index: 1;
top: -30px;
}

.fv-feature-list {
order: 6;
overflow: hidden;
top: 15px;
left: 90px;
z-index: 1;
}

.fv-badge {
order: 7;
width: 100px;
height: 100px;
float: left;
margin-right: 16px;
margin-bottom: 8px;
left: 310px;
bottom: 80px;
z-index: 1;
}
.fv-phone {
order: 8;
position: absolute;
top: 80px;
right: 130px;
z-index: 0;
width: 30%;
height: auto;
border-radius: 24px;
overflow: visible;
margin-bottom: 20px;
z-index: 0;
}
.fv-phone img {
position: relative;
left: 45px;
}
.fv-tag {
position: absolute;
top: 50px;
left: 260px;
}
.fv-tag .tag {
font-size: 18px;
padding: 4px 12px;
}
.tag::before, 
.tag::after {
font-size: 10px;
}
.fv-btn {
order: 9;
width: 70%;
height: 56px;
margin: 0 auto;
top: -30px;
}

.fv-btn::before {
border-radius: 30px;
}

.fv-btn-text {
font-size: 15px;
}

.fv-hl-small {
font-size: 24px;
margin-bottom: 32px;
}

.fv-hl-large {
font-size: 40px;
}

.fv-feature-text {
font-size: 14px;
line-height: 1;
}

.fv-feature-text span {
font-size: 24px;
}

.fv-announcement img {
height: 45px;
width: auto;
}

.fv-deco-yellow-1 {
top: 393px;
left: 125px;
width: 170px;
z-index: 0;
}

.fv-deco-yellow-2 {
top: 342px;
left: 125px;
width: 94px;
z-index: 0;
}
.fv-feature-list .fv-feature-item:nth-of-type(2) .fv-feature-icon{
position:unset;
}

.issues {
padding-top: 48px;
}

.issues-inner {
padding: 0 20px;
}

.issues-tag,
.issues-subtitle {
font-size: 20px;
}

.issues-subtitle-highlight {
font-size: 28px;
}

.issues-card-wrapper {
margin: 0 auto 32px auto;
}

.issues-card {
padding: 24px 20px 0;
width: 300px;
margin: 0 auto;
}

.issues-char-left,
.issues-char-right,
.issues-card-sweat {
display: none;
}

.issues-result-block {
margin: 0 -20px;
padding: 0 20px 24px;
}

.issues-result-img {
width: 150px;
margin-bottom: 12px;
}

.issues-list-text {
font-size: 14px;
white-space: nowrap;
}

.issues-result-highlight {
font-size: 18px;
}

.issues-target-heading {
font-size: 18px;
gap: 8px;
text-align: center;
align-items: flex-end;
}

.issues-target-heading img {
width: 45px;
}

.issues-summary {
font-size: 16px;
}

.issues-cta-text {
font-size: 22px;
padding: 0 16px;
}

.issues-cta-text span {
font-size: 15px;
}

.issues-speech-text {
font-size: 15px;
}

.issues-speech-bubble {
padding: 14px 20px;
}

.issues-dots {
gap: 10px;
}

.issues-dot {
width: 8px;
height: 8px;
}

.issues-cta-bar {
padding: 16px 0;
max-width: 90%;
}

.issues::after {
width: 200%;
height: 730px;
}

.features {
padding: 0 0 80px;
}

.features-inner {
width: 95%;
margin: 0 auto;
}
.features-title-plain,
.features-title-highlight {
font-size: 15px;
}

.features-title-highlight {
padding: 6px 16px;
}

.features-content-row {
flex-direction: column;
gap: 24px;
}

.features-screenshot {
width: 100%;
height: 220px;
}

.features-bullet-text {
font-size: 15px;
}

.features-bottom-heading {
font-size: 18px;
white-space: nowrap;
text-align: center;
position: relative;
right: 5px;
}

.features-bottom-btn {
width: 100%;
max-width: 320px;
height: 54px;
}

.features-bottom-btn-text {
font-size: 22px;
}

.features-desc {
font-size: 14px;
}

.features::before,
.features::after {
width: 200px;
height: 800px;
}

.features::before {
left: 0;
top: 90%;
transform: translateY(-50%);
}

.features::after {
right: 0;
top: 39%;
transform: translateY(-50%);
}

.features-icon-container {
display: none;
}

.features-bottom-papatto {
right: 20%;
top: -10px;
}
.features-bottom-papatto img {
height: 40px;
width: auto;
}
.features-btn-wrap {
flex-direction: column;
gap: 32px;
}
.contact-btn, .reblo-btn {
width: 95%;
}
.qa-section {
padding: 48px 0;
}
.qa-ttl {
font-size: 36px;
}
.qa-wrap{
max-width: 90%;
}
.qa summary,
.qa p {
font-size: 15px;
}
div#satori__creative_container {
    width: 95%;
    margin: 0 auto;
}
.satori__custom_form_9e230abdf4dd75c2_css .satori__privacy_policy_agreement_wrapper_9e230abdf4dd75c2 .satori__input_group {
  padding: 10px!important;
}
#satori__privacy_policy_message_wrapper div{
  font-size: 10px!important;
}
.cta-section {
padding: 40px 20px;
}

.cta-heading {
font-size: 20px;
margin-bottom: 28px;
}

.cta-buttons {
flex-direction: column;
align-items: center;
gap: 16px;
}

.cta-btn-white,
.cta-btn-dark {
width: 100%;
max-width: 320px;
height: 58px;
}

.cta-btn-white-text,
.cta-btn-dark-text {
font-size: 15px;
}
.cta-heading span {
font-size: 15px;
}
.contact-section{
padding: 48px 0;
}
.contact-ttl{
font-size: 36px;
}
footer {
flex-direction: column;
align-items: flex-start;
gap: 16px;
padding: 24px 20px;
}

.footer-right {
align-self: flex-end;
}

.footer-privacy-text {
font-size: 12px;
}
}

/* ===================== 700px only difference ===================== */
@media (max-width: 700px) {
.fv-announcement { left: 7px; }
.fv-papatto {right: 30%;}
.fv-dots {left: 39px;gap: 18px;}
.fv-headline-row1 { left: 10px; }
.fv-headline-row2 { left: 7px; }
.fv-hl-large {font-size: 45px;text-shadow: 0 0 3px rgba(255, 255, 255, 1);}
.fv-feature-list { left: 16px; }
.fv-badge {left: 237px;}

.fv-deco-yellow-1 {
top: 398px;
left: 50px;
}
.fv-deco-yellow-2 {
top: 347px;
left: 48px;
}
.fv-phone {
  right: 30px;
  width: 40%;
}
  .fv-tag {
  position: absolute;
  top: 50px;
  left: 190px;
}
}
@media screen and (max-width:670px){
.mockup-inner {
flex-direction: column;
padding: 40px 32px;
gap: 32px;
align-items: center;
}

.mockup-part-a {
background: #FFFFFF;
padding: 0 0 60px;
}

.mockup-part-b {
padding: 60px 0 210px;
}

.mockup-phone-absolute {
top: 39%;
left: 50%;
transform: translate(-50%, -50%);
width: 170px;
height: auto;
}

.mockup-content-a,
.mockup-content-b {
padding-left: 0;
}

.mockup-content-b {
position: relative;
top: 190px;
}

.mockup-subtitle,
.mockup-main-title {
font-size: 18px;
}
.mockup-main-title span {
font-size: 23px !important;
}
.mockup-hashtag {
font-size: 20px;
}
.mockup-benefit-text {
font-size: 15px;
}
.mockup-disclaimer {
font-size: 12px;
}
.mockup-text-gradient {
font-size: 24px;
}
}
/* ===================== 500px only difference ===================== */
@media (max-width: 500px) {
.fv-announcement { right: 13px; left: auto; }
.fv-papatto {top: 6px;right: 140px;}
.fv-dots { left: 26px; }
.fv-headline-row1 { right: 9px; left: auto; }
.fv-headline-row2 { right: 10px; left: auto; }
.fv-hl-large { font-size: 36px; }
.fv-phone {
width: 55%;
right: 22px;
top: 83px;
}
.fv-btn {
top: -50px;
}
.fv-feature-list {right: 5px;left: auto;text-shadow: 0 0 3px rgba(255, 255, 255, 1);top: 4px;}
.fv-badge {
left: 72%;
bottom: 95px;
}
.fv-hl-small { font-size: 22px; }
.fv-hl-large { font-size: 28px; }
.fv-headline-row2 {
font-size: 32px;
right: 15px;
}
.fv-tag {
position: absolute;
top: 24px;
left: 165px;
z-index: 3;
}
.fv-dots {
gap: 16px;
left: 19px;
top: 114px;
}
.issues-subtitle { font-size: 17px; }
.issues-cta-text { font-size: 18px; }
.fv-deco-yellow-1 {
top: 356px;
left: 29px;
/* width: 170px; */
}
.fv-deco-yellow-2 {
top: 304px;
left: 25px;
}
.features-bottom-papatto {
right: 0;
top: -10px;
}
.fv-announcement {
top: 0px;
}
}

@media (max-width: 374px) {
.fv-hl-small { font-size: 22px; }
.fv-hl-large { font-size: 28px; }
.issues-subtitle { font-size: 17px; }
.issues-cta-text { font-size: 18px; }
}

@media (max-width: 340px) {
.fv-headline-row2 {
font-size: 30px;
right: 15px;
}
.fv-phone {width: 55%;right: 4px;top: 70px;}
.fv-deco-yellow-2 {
top: 303px;
left: 28px;
}
.fv-deco-yellow-1 {
top: 354px;
left: 31px;
}
.fv-badge img {
width: 80%;
height: 80%;
object-fit: contain;
}
.fv-badge {left: 77%;bottom: 80px;}
.fv-papatto {
top: 10px;
right: 67px;
}
.fv-btn {
top: -80px;
width:100%;
}
.features-bottom-btn-text {
font-size: 19px;
}
.features-bottom-heading {
white-space: wrap;
}
.fv-tag {
    top: 26px;
}
.fv-tag .tag {
font-size: 16px;
padding: 4px 12px;
}
}