#av-newac-lp,
#av-newac-lp * {
box-sizing: border-box;
}
#av-newac-lp {
–av-ink: #173042;
–av-text: #314957;
–av-muted: #667985;
–av-teal: #008b98;
–av-teal-dark: #006b75;
–av-teal-soft: #e8f7f7;
–av-orange: #e96720;
–av-orange-dark: #bd4810;
–av-orange-soft: #fff2e9;
–av-line: #06c755;
–av-line-dark: #049b43;
–av-cream: #fffaf5;
–av-border: #dbe6e9;
–av-white: #ffffff;
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0 0 12px;
color: var(–av-text);
font-family: “Hiragino Kaku Gothic ProN”, “Hiragino Sans”, Meiryo, sans-serif;
font-size: 16px;
line-height: 1.8;
letter-spacing: 0.015em;
overflow-wrap: break-word;
}
#av-newac-lp h2,
#av-newac-lp h3,
#av-newac-lp h4,
#av-newac-lp p,
#av-newac-lp ul,
#av-newac-lp ol,
#av-newac-lp figure {
margin: 0 !important;
padding-top: 0 !important;
}
#av-newac-lp h2,
#av-newac-lp h3,
#av-newac-lp h4 {
color: var(–av-ink);
font-family: inherit;
font-weight: 800;
letter-spacing: 0.01em;
text-transform: none;
}
#av-newac-lp a,
#av-newac-lp a:hover,
#av-newac-lp a:focus {
text-decoration: none !important;
box-shadow: none !important;
}
#av-newac-lp a:focus-visible,
#av-newac-lp summary:focus-visible {
outline: 3px solid #ffbf47;
outline-offset: 3px;
}
#av-newac-lp .av-hero {
position: relative;
isolation: isolate;
display: grid;
grid-template-columns: minmax(0, 1.16fr) minmax(230px, 0.84fr);
gap: 24px;
align-items: center;
min-height: 490px;
padding: 34px 30px 30px;
overflow: hidden;
border: 1px solid #cce3e6;
border-radius: 22px;
background:
radial-gradient(circle at 90% 8%, rgba(255, 255, 255, 0.92) 0 8%, transparent 8.3%),
linear-gradient(135deg, #f7ffff 0%, #e8f7f7 55%, #d7eff1 100%);
box-shadow: 0 18px 46px rgba(16, 61, 78, 0.12);
}
#av-newac-lp .av-hero::before {
content: “”;
position: absolute;
z-index: -1;
width: 220px;
height: 220px;
right: -105px;
bottom: -110px;
border-radius: 50%;
background: rgba(0, 139, 152, 0.12);
}
#av-newac-lp .av-eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 14px !important;
padding: 7px 12px !important;
border-radius: 999px;
color: #ffffff;
background: var(–av-orange);
font-size: 13px;
font-weight: 800;
line-height: 1.35;
}
#av-newac-lp .av-eyebrow::before {
content: “”;
width: 8px;
height: 8px;
flex: 0 0 8px;
border-radius: 50%;
background: #ffffff;
box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
#av-newac-lp .av-hero__title {
margin-bottom: 15px !important;
padding: 0 !important;
color: var(–av-ink);
font-size: clamp(29px, 4vw, 42px) !important;
line-height: 1.28 !important;
}
#av-newac-lp .av-hero__title strong {
display: inline;
color: var(–av-orange-dark);
background: linear-gradient(transparent 68%, #ffd4b8 68%);
}
#av-newac-lp .av-hero__lead {
margin-bottom: 17px !important;
color: var(–av-text);
font-size: 16px;
line-height: 1.85;
}
#av-newac-lp .av-hero__chips {
display: flex;
flex-wrap: wrap;
gap: 7px;
margin-bottom: 18px;
}
#av-newac-lp .av-hero__chip {
display: inline-flex;
align-items: center;
min-height: 31px;
padding: 5px 10px;
border: 1px solid #b7d9dc;
border-radius: 999px;
color: var(–av-teal-dark);
background: rgba(255, 255, 255, 0.82);
font-size: 12px;
font-weight: 800;
line-height: 1.35;
}
#av-newac-lp .av-actions {
display: grid;
gap: 9px;
}
#av-newac-lp .av-btn {
position: relative;
display: flex;
width: 100%;
min-height: 58px;
padding: 11px 42px 11px 16px;
align-items: center;
justify-content: center;
border: 0;
border-radius: 12px;
color: #ffffff !important;
font-size: 16px;
font-weight: 800;
line-height: 1.35;
text-align: center;
transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}
#av-newac-lp .av-btn::after {
content: “›”;
position: absolute;
top: 50%;
right: 17px;
transform: translateY(-52%);
font-size: 27px;
font-weight: 400;
line-height: 1;
}
#av-newac-lp .av-btn:hover {
transform: translateY(-2px);
filter: brightness(1.03);
}
#av-newac-lp .av-btn–line {
background: linear-gradient(135deg, var(–av-line), var(–av-line-dark));
box-shadow: 0 9px 20px rgba(6, 199, 85, 0.24) !important;
}
#av-newac-lp .av-btn–form {
background: linear-gradient(135deg, #087f8d, var(–av-teal-dark));
box-shadow: 0 9px 20px rgba(0, 107, 117, 0.2) !important;
}
#av-newac-lp .av-btn–orange {
background: linear-gradient(135deg, #f17a31, var(–av-orange-dark));
box-shadow: 0 9px 20px rgba(233, 103, 32, 0.22) !important;
}
#av-newac-lp .av-phone-link {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 45px;
padding: 7px 12px;
border: 1px solid #b9d4d8;
border-radius: 11px;
color: var(–av-teal-dark) !important;
background: rgba(255, 255, 255, 0.9);
font-size: 13px;
font-weight: 700;
line-height: 1.35;
}
#av-newac-lp .av-phone-link strong {
font-size: 19px;
letter-spacing: 0.04em;
}
#av-newac-lp .av-visual {
position: relative;
width: 100%;
min-height: 330px;
border: 1px solid rgba(0, 107, 117, 0.18);
border-radius: 20px;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.24)),
repeating-linear-gradient(90deg, rgba(0, 139, 152, 0.04) 0 1px, transparent 1px 24px),
#dff1f2;
box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.42);
overflow: hidden;
}
#av-newac-lp .av-visual__shine {
position: absolute;
width: 150px;
height: 150px;
top: -48px;
right: -45px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.8);
}
#av-newac-lp .av-ac-unit {
position: absolute;
z-index: 3;
top: 50px;
left: 22px;
right: 22px;
height: 78px;
border: 1px solid #cbd7da;
border-radius: 13px 13px 18px 18px;
background: linear-gradient(180deg, #ffffff 0%, #f7fafb 72%, #e1e8ea 73%, #fafcfc 100%);
box-shadow: 0 16px 24px rgba(38, 71, 84, 0.17);
}
#av-newac-lp .av-ac-unit::before {
content: “”;
position: absolute;
left: 13px;
right: 13px;
bottom: 8px;
height: 8px;
border-radius: 6px;
background: repeating-linear-gradient(90deg, #b7c5c9 0 2px, transparent 2px 5px);
}
#av-newac-lp .av-ac-unit::after {
content: “”;
position: absolute;
top: 17px;
right: 15px;
width: 7px;
height: 7px;
border-radius: 50%;
background: #78c673;
box-shadow: 0 0 0 3px rgba(120, 198, 115, 0.14);
}
#av-newac-lp .av-airflow {
position: absolute;
z-index: 2;
top: 133px;
left: 44px;
right: 44px;
height: 68px;
}
#av-newac-lp .av-airflow span {
position: absolute;
width: 48px;
height: 2px;
border-radius: 2px;
background: #68bdc5;
transform: rotate(65deg);
opacity: 0.62;
}
#av-newac-lp .av-airflow span:nth-child(1) { left: 8%; top: 5px; }
#av-newac-lp .av-airflow span:nth-child(2) { left: 39%; top: 12px; }
#av-newac-lp .av-airflow span:nth-child(3) { right: 7%; top: 5px; }
#av-newac-lp .av-carton {
position: absolute;
z-index: 4;
right: 17px;
bottom: 20px;
width: 58%;
height: 118px;
padding: 19px 13px 12px;
border: 2px solid #956642;
border-radius: 7px;
color: #65452f;
background:
linear-gradient(90deg, transparent 49%, rgba(119, 77, 47, 0.22) 49% 51%, transparent 51%),
#dcb184;
box-shadow: 0 14px 22px rgba(89, 59, 38, 0.2);
text-align: center;
}
#av-newac-lp .av-carton::before {
content: “”;
position: absolute;
top: -2px;
bottom: -2px;
left: 50%;
width: 24px;
transform: translateX(-50%);
border-left: 1px solid rgba(104, 67, 40, 0.18);
border-right: 1px solid rgba(104, 67, 40, 0.18);
background: rgba(242, 212, 166, 0.68);
}
#av-newac-lp .av-carton__label {
position: relative;
z-index: 1;
display: inline-block;
padding: 4px 9px;
border: 1px solid #795035;
background: rgba(255, 255, 255, 0.72);
font-size: 11px;
font-weight: 800;
line-height: 1.35;
}
#av-newac-lp .av-carton__model {
position: relative;
z-index: 1;
display: block;
margin-top: 8px;
font-size: 12px;
font-weight: 800;
letter-spacing: 0.07em;
line-height: 1.4;
}
#av-newac-lp .av-seal {
position: absolute;
z-index: 6;
left: 12px;
bottom: 23px;
display: grid;
place-items: center;
width: 84px;
height: 84px;
padding: 9px;
border: 4px solid #ffffff;
border-radius: 50%;
color: #ffffff;
background: var(–av-orange);
box-shadow: 0 9px 18px rgba(172, 72, 20, 0.26);
font-size: 15px;
font-weight: 900;
line-height: 1.2;
text-align: center;
transform: rotate(-8deg);
}
#av-newac-lp .av-visual__caption {
position: absolute;
z-index: 5;
top: 17px;
left: 19px;
color: var(–av-teal-dark);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.13em;
}
#av-newac-lp .av-trustbar {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
margin: 14px 0 0;
overflow: hidden;
border: 1px solid var(–av-border);
border-radius: 14px;
background: #ffffff;
box-shadow: 0 8px 22px rgba(23, 48, 66, 0.07);
}
#av-newac-lp .av-trustbar__item {
position: relative;
min-width: 0;
padding: 14px 8px;
color: var(–av-ink);
font-size: 13px;
font-weight: 800;
line-height: 1.45;
text-align: center;
}
#av-newac-lp .av-trustbar__item + .av-trustbar__item::before {
content: “”;
position: absolute;
top: 22%;
bottom: 22%;
left: 0;
width: 1px;
background: var(–av-border);
}
#av-newac-lp .av-jump {
margin-top: 28px;
padding: 16px 17px;
border: 1px solid var(–av-border);
border-radius: 14px;
background: #fbfdfd;
}
#av-newac-lp .av-jump__label {
margin-bottom: 9px !important;
color: var(–av-ink);
font-size: 13px;
font-weight: 800;
}
#av-newac-lp .av-jump__links {
display: flex;
flex-wrap: wrap;
gap: 7px;
}
#av-newac-lp .av-jump__links a {
display: inline-flex;
align-items: center;
min-height: 34px;
padding: 6px 10px;
border-radius: 8px;
color: var(–av-teal-dark) !important;
background: var(–av-teal-soft);
font-size: 12px;
font-weight: 800;
line-height: 1.4;
}
#av-newac-lp .av-section {
padding: 58px 0 0;
}
#av-newac-lp .av-section–soft {
margin-top: 58px;
padding: 42px 25px;
border-radius: 20px;
background: #f3f9f9;
}
#av-newac-lp .av-section–cream {
margin-top: 58px;
padding: 42px 25px;
border-radius: 20px;
background: var(–av-cream);
}
#av-newac-lp .av-section__kicker {
margin-bottom: 7px !important;
color: var(–av-teal);
font-size: 12px;
font-weight: 900;
letter-spacing: 0.12em;
line-height: 1.4;
}
#av-newac-lp .av-section__title {
margin-bottom: 14px !important;
padding: 0 !important;
font-size: clamp(25px, 3.2vw, 34px) !important;
line-height: 1.4 !important;
}
#av-newac-lp .av-section__lead {
margin-bottom: 23px !important;
color: var(–av-text);
font-size: 16px;
line-height: 1.9;
}
#av-newac-lp .av-answer {
position: relative;
margin-top: 34px;
padding: 25px 24px 24px 74px;
border: 2px solid #9ecfd4;
border-radius: 18px;
background: #ffffff;
box-shadow: 0 12px 28px rgba(10, 100, 112, 0.09);
}
#av-newac-lp .av-answer::before {
content: “結論”;
position: absolute;
top: 23px;
left: 20px;
display: grid;
place-items: center;
width: 43px;
height: 43px;
border-radius: 50%;
color: #ffffff;
background: var(–av-teal);
font-size: 12px;
font-weight: 900;
line-height: 1;
}
#av-newac-lp .av-answer h2 {
margin-bottom: 9px !important;
padding: 0 !important;
font-size: 22px !important;
line-height: 1.5 !important;
}
#av-newac-lp .av-answer p {
font-size: 15px;
line-height: 1.9;
}
#av-newac-lp .av-note {
margin-top: 14px;
padding: 13px 15px;
border-left: 4px solid var(–av-orange);
border-radius: 0 9px 9px 0;
color: #5a463c;
background: var(–av-orange-soft);
font-size: 13px;
line-height: 1.75;
}
#av-newac-lp .av-grid {
display: grid;
gap: 14px;
}
#av-newac-lp .av-grid–2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
#av-newac-lp .av-grid–3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
#av-newac-lp .av-scene {
min-width: 0;
padding: 19px 17px;
border: 1px solid var(–av-border);
border-radius: 15px;
background: #ffffff;
box-shadow: 0 8px 20px rgba(23, 48, 66, 0.055);
}
#av-newac-lp .av-scene__icon {
display: grid;
place-items: center;
width: 38px;
height: 38px;
margin-bottom: 10px;
border-radius: 11px;
color: var(–av-teal-dark);
background: var(–av-teal-soft);
font-size: 18px;
font-weight: 900;
line-height: 1;
}
#av-newac-lp .av-scene h3 {
margin-bottom: 6px !important;
padding: 0 !important;
font-size: 17px !important;
line-height: 1.55 !important;
}
#av-newac-lp .av-scene p {
color: var(–av-muted);
font-size: 14px;
line-height: 1.75;
}
#av-newac-lp .av-type {
position: relative;
min-width: 0;
padding: 21px 16px 18px;
overflow: hidden;
border: 1px solid var(–av-border);
border-radius: 16px;
background: #ffffff;
}
#av-newac-lp .av-type::after {
content: “”;
position: absolute;
right: -28px;
bottom: -28px;
width: 78px;
height: 78px;
border-radius: 50%;
background: var(–av-teal-soft);
}
#av-newac-lp .av-type__no {
display: inline-block;
margin-bottom: 10px;
color: var(–av-orange);
font-size: 12px;
font-weight: 900;
letter-spacing: 0.08em;
}
#av-newac-lp .av-type h3 {
position: relative;
z-index: 1;
margin-bottom: 7px !important;
padding: 0 !important;
font-size: 17px !important;
line-height: 1.5 !important;
}
#av-newac-lp .av-type p {
position: relative;
z-index: 1;
color: var(–av-muted);
font-size: 13px;
line-height: 1.75;
}
#av-newac-lp .av-checklist {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px 16px;
list-style: none !important;
}
#av-newac-lp .av-checklist li {
position: relative;
min-width: 0;
padding: 4px 0 4px 31px;
list-style: none !important;
color: var(–av-text);
font-size: 14px;
line-height: 1.7;
}
#av-newac-lp .av-checklist li::before {
content: “✓”;
position: absolute;
top: 5px;
left: 0;
display: grid;
place-items: center;
width: 22px;
height: 22px;
border-radius: 50%;
color: #ffffff;
background: var(–av-teal);
font-size: 12px;
font-weight: 900;
line-height: 1;
}
#av-newac-lp .av-table-wrap {
width: 100%;
margin-top: 22px;
overflow-x: auto;
border: 1px solid var(–av-border);
border-radius: 14px;
background: #ffffff;
-webkit-overflow-scrolling: touch;
}
#av-newac-lp .av-table {
width: 100%;
min-width: 580px;
margin: 0 !important;
border: 0 !important;
border-collapse: collapse;
color: var(–av-text);
font-size: 13px;
line-height: 1.65;
}
#av-newac-lp .av-table th,
#av-newac-lp .av-table td {
padding: 13px 12px;
border: 0;
border-bottom: 1px solid var(–av-border);
vertical-align: top;
text-align: left;
}
#av-newac-lp .av-table th {
color: var(–av-ink);
background: #edf7f7;
font-weight: 800;
}
#av-newac-lp .av-table tbody tr:last-child td {
border-bottom: 0;
}
#av-newac-lp .av-status {
display: inline-block;
min-width: 76px;
padding: 4px 8px;
border-radius: 999px;
font-size: 11px;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
#av-newac-lp .av-status–good {
color: #006e61;
background: #dcf6ef;
}
#av-newac-lp .av-status–ask {
color: #9b4b16;
background: #fff0df;
}
#av-newac-lp .av-status–used {
color: #5d6170;
background: #eceef2;
}
#av-newac-lp .av-reasons {
display: grid;
gap: 12px;
counter-reset: av-reason;
}
#av-newac-lp .av-reason {
position: relative;
padding: 18px 18px 18px 66px;
border: 1px solid var(–av-border);
border-radius: 14px;
background: #ffffff;
counter-increment: av-reason;
}
#av-newac-lp .av-reason::before {
content: “0” counter(av-reason);
position: absolute;
top: 17px;
left: 16px;
color: var(–av-orange);
font-size: 20px;
font-weight: 900;
line-height: 1.2;
}
#av-newac-lp .av-reason h3 {
margin-bottom: 4px !important;
padding: 0 !important;
font-size: 17px !important;
line-height: 1.55 !important;
}
#av-newac-lp .av-reason p {
color: var(–av-muted);
font-size: 14px;
line-height: 1.75;
}
#av-newac-lp .av-cta {
position: relative;
margin-top: 42px;
padding: 28px 25px;
overflow: hidden;
border-radius: 18px;
color: #ffffff;
background: linear-gradient(135deg, #075f69, #008d9a);
box-shadow: 0 14px 32px rgba(0, 101, 112, 0.22);
}
#av-newac-lp .av-cta::after {
content: “”;
position: absolute;
width: 180px;
height: 180px;
right: -85px;
top: -95px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
}
#av-newac-lp .av-cta__copy {
position: relative;
z-index: 1;
margin-bottom: 17px;
}
#av-newac-lp .av-cta h2,
#av-newac-lp .av-cta h3 {
margin-bottom: 7px !important;
padding: 0 !important;
color: #ffffff !important;
font-size: 24px !important;
line-height: 1.5 !important;
}
#av-newac-lp .av-cta p {
color: rgba(255, 255, 255, 0.9);
font-size: 14px;
line-height: 1.75;
}
#av-newac-lp .av-cta__actions {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 9px;
}
#av-newac-lp .av-cta .av-btn {
min-height: 56px;
}
#av-newac-lp .av-cta .av-btn–form {
border: 1px solid rgba(255, 255, 255, 0.55);
background: rgba(255, 255, 255, 0.13);
box-shadow: none !important;
}
#av-newac-lp .av-cta__meta {
position: relative;
z-index: 1;
margin-top: 12px !important;
color: rgba(255, 255, 255, 0.8) !important;
font-size: 11px !important;
line-height: 1.65 !important;
text-align: center;
}
#av-newac-lp .av-flow {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 9px;
counter-reset: av-flow;
}
#av-newac-lp .av-flow__item {
position: relative;
min-width: 0;
padding: 51px 12px 16px;
border: 1px solid var(–av-border);
border-radius: 14px;
background: #ffffff;
counter-increment: av-flow;
}
#av-newac-lp .av-flow__item::before {
content: counter(av-flow);
position: absolute;
top: 13px;
left: 12px;
display: grid;
place-items: center;
width: 28px;
height: 28px;
border-radius: 50%;
color: #ffffff;
background: var(–av-teal);
font-size: 13px;
font-weight: 900;
line-height: 1;
}
#av-newac-lp .av-flow__item:not(:last-child)::after {
content: “›”;
position: absolute;
z-index: 2;
top: 50%;
right: -8px;
width: 16px;
height: 24px;
transform: translateY(-50%);
color: var(–av-teal);
background: #ffffff;
font-size: 24px;
font-weight: 800;
line-height: 21px;
text-align: center;
}
#av-newac-lp .av-flow__item h3 {
margin-bottom: 5px !important;
padding: 0 !important;
font-size: 15px !important;
line-height: 1.5 !important;
}
#av-newac-lp .av-flow__item p {
color: var(–av-muted);
font-size: 12px;
line-height: 1.65;
}
#av-newac-lp .av-photo-guide {
display: grid;
grid-template-columns: minmax(185px, 0.72fr) minmax(0, 1.28fr);
gap: 24px;
align-items: center;
}
#av-newac-lp .av-phone-mock {
position: relative;
width: min(100%, 220px);
margin: 0 auto;
padding: 14px 10px 15px;
border: 7px solid #20333e;
border-radius: 28px;
background: #ffffff;
box-shadow: 0 16px 32px rgba(23, 48, 66, 0.18);
}
#av-newac-lp .av-phone-mock::before {
content: “”;
display: block;
width: 44px;
height: 5px;
margin: 0 auto 11px;
border-radius: 999px;
background: #20333e;
}
#av-newac-lp .av-phone-mock__screen {
min-height: 224px;
padding: 12px;
border-radius: 15px;
background: #ebf8f1;
}
#av-newac-lp .av-phone-mock__bubble {
margin-bottom: 9px;
padding: 9px 10px;
border-radius: 11px 11px 11px 3px;
color: #365148;
background: #ffffff;
box-shadow: 0 3px 10px rgba(33, 78, 59, 0.08);
font-size: 10px;
font-weight: 700;
line-height: 1.55;
}
#av-newac-lp .av-phone-mock__photo {
position: relative;
min-height: 78px;
margin: 6px 0 9px 26px;
border-radius: 9px;
background:
linear-gradient(180deg, transparent 0 62%, #c99e70 62% 100%),
#dff1f2;
overflow: hidden;
}
#av-newac-lp .av-phone-mock__photo::before {
content: “型番ラベル”;
position: absolute;
left: 12px;
top: 13px;
padding: 5px 8px;
border: 1px solid #a8b6ba;
border-radius: 3px;
color: #43565d;
background: #ffffff;
font-size: 9px;
font-weight: 800;
}
#av-newac-lp .av-photo-list {
display: grid;
gap: 10px;
list-style: none !important;
counter-reset: av-photo;
}
#av-newac-lp .av-photo-list li {
position: relative;
min-height: 43px;
padding: 8px 0 8px 49px;
list-style: none !important;
color: var(–av-text);
font-size: 14px;
line-height: 1.65;
counter-increment: av-photo;
}
#av-newac-lp .av-photo-list li::before {
content: counter(av-photo);
position: absolute;
top: 5px;
left: 0;
display: grid;
place-items: center;
width: 34px;
height: 34px;
border-radius: 10px;
color: #ffffff;
background: var(–av-orange);
font-size: 13px;
font-weight: 900;
line-height: 1;
}
#av-newac-lp .av-faq {
display: grid;
gap: 10px;
}
#av-newac-lp .av-faq details {
overflow: hidden;
border: 1px solid var(–av-border);
border-radius: 13px;
background: #ffffff;
}
#av-newac-lp .av-faq summary {
position: relative;
display: block;
padding: 17px 48px 17px 51px;
color: var(–av-ink);
font-size: 15px;
font-weight: 800;
line-height: 1.65;
cursor: pointer;
list-style: none;
}
#av-newac-lp .av-faq summary::-webkit-details-marker {
display: none;
}
#av-newac-lp .av-faq summary::before {
content: “Q”;
position: absolute;
top: 14px;
left: 14px;
display: grid;
place-items: center;
width: 28px;
height: 28px;
border-radius: 8px;
color: #ffffff;
background: var(–av-teal);
font-size: 13px;
font-weight: 900;
line-height: 1;
}
#av-newac-lp .av-faq summary::after {
content: “+”;
position: absolute;
top: 50%;
right: 17px;
transform: translateY(-52%);
color: var(–av-teal);
font-size: 24px;
font-weight: 600;
line-height: 1;
}
#av-newac-lp .av-faq details[open] summary::after {
content: “−”;
}
#av-newac-lp .av-faq__answer {
position: relative;
padding: 0 17px 17px 51px;
color: var(–av-muted);
font-size: 14px;
line-height: 1.85;
}
#av-newac-lp .av-faq__answer::before {
content: “A”;
position: absolute;
top: 1px;
left: 18px;
color: var(–av-orange);
font-size: 18px;
font-weight: 900;
line-height: 1.4;
}
#av-newac-lp .av-shop {
display: grid;
grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.75fr);
gap: 18px;
margin-top: 24px;
padding: 22px;
border: 1px solid var(–av-border);
border-radius: 16px;
background: #ffffff;
}
#av-newac-lp .av-shop h3 {
margin-bottom: 8px !important;
padding: 0 !important;
font-size: 19px !important;
line-height: 1.5 !important;
}
#av-newac-lp .av-shop p {
color: var(–av-muted);
font-size: 13px;
line-height: 1.75;
}
#av-newac-lp .av-shop__data {
display: grid;
gap: 6px;
}
#av-newac-lp .av-shop__data span {
display: block;
padding: 8px 10px;
border-radius: 8px;
color: var(–av-ink);
background: #f2f7f8;
font-size: 12px;
font-weight: 800;
line-height: 1.55;
}
#av-newac-lp .av-disclaimer {
margin-top: 18px !important;
color: #788891;
font-size: 11px;
line-height: 1.75;
}
@media (max-width: 960px) {
#av-newac-lp .av-hero {
grid-template-columns: 1fr;
}
#av-newac-lp .av-visual {
min-height: 290px;
}
#av-newac-lp .av-grid–3 {
grid-template-columns: 1fr;
}
#av-newac-lp .av-flow {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
#av-newac-lp .av-flow__item:nth-child(2)::after {
display: none;
}
}
@media (max-width: 767px) {
#av-newac-lp {
font-size: 15px;
line-height: 1.75;
}
#av-newac-lp .av-hero {
gap: 22px;
min-height: 0;
padding: 24px 17px 18px;
border-radius: 16px;
}
#av-newac-lp .av-hero__title {
font-size: clamp(27px, 9vw, 34px) !important;
line-height: 1.3 !important;
}
#av-newac-lp .av-hero__lead {
font-size: 14px;
line-height: 1.8;
}
#av-newac-lp .av-visual {
min-height: 260px;
border-radius: 16px;
}
#av-newac-lp .av-ac-unit {
top: 43px;
left: 17px;
right: 17px;
height: 68px;
}
#av-newac-lp .av-airflow {
top: 116px;
}
#av-newac-lp .av-carton {
width: 60%;
height: 104px;
}
#av-newac-lp .av-seal {
width: 76px;
height: 76px;
font-size: 14px;
}
#av-newac-lp .av-trustbar {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
#av-newac-lp .av-trustbar__item:nth-child(3)::before {
display: none;
}
#av-newac-lp .av-trustbar__item:nth-child(n+3) {
border-top: 1px solid var(–av-border);
}
#av-newac-lp .av-section {
padding-top: 46px;
}
#av-newac-lp .av-section–soft,
#av-newac-lp .av-section–cream {
margin-top: 46px;
padding: 31px 16px;
border-radius: 16px;
}
#av-newac-lp .av-section__title {
font-size: 25px !important;
line-height: 1.45 !important;
}
#av-newac-lp .av-section__lead {
font-size: 14px;
line-height: 1.85;
}
#av-newac-lp .av-answer {
padding: 72px 17px 19px;
}
#av-newac-lp .av-answer::before {
top: 17px;
left: 17px;
}
#av-newac-lp .av-answer h2 {
font-size: 20px !important;
}
#av-newac-lp .av-grid–2,
#av-newac-lp .av-checklist,
#av-newac-lp .av-cta__actions,
#av-newac-lp .av-flow,
#av-newac-lp .av-photo-guide,
#av-newac-lp .av-shop {
grid-template-columns: 1fr;
}
#av-newac-lp .av-flow__item:not(:last-child)::after {
display: none;
}
#av-newac-lp .av-cta {
padding: 24px 17px;
border-radius: 16px;
}
#av-newac-lp .av-cta h2,
#av-newac-lp .av-cta h3 {
font-size: 21px !important;
}
#av-newac-lp .av-photo-guide {
gap: 28px;
}
#av-newac-lp .av-faq summary {
padding: 15px 42px 15px 47px;
font-size: 14px;
}
#av-newac-lp .av-faq__answer {
padding: 0 15px 16px 47px;
font-size: 13px;
}
#av-newac-lp .av-btn {
min-height: 58px;
font-size: 15px;
}
#av-newac-lp .av-phone-link {
flex-wrap: wrap;
}
}
@media (max-width: 360px) {
#av-newac-lp .av-hero {
padding-left: 14px;
padding-right: 14px;
}
#av-newac-lp .av-hero__title {
font-size: 26px !important;
}
#av-newac-lp .av-hero__chip {
font-size: 11px;
}
#av-newac-lp .av-trustbar__item {
font-size: 12px;
}
#av-newac-lp .av-section–soft,
#av-newac-lp .av-section–cream {
padding-left: 13px;
padding-right: 13px;
}
}
@media (prefers-reduced-motion: reduce) {
#av-newac-lp .av-btn {
transition: none;
}
}
新品・未使用エアコン 買取強化中
余った新品エアコン、箱のまま査定しませんか?
工事のキャンセル、発注違い、余剰在庫、買ったまま使わなかった1台まで。家庭用・業務用を問わず、型番と状態を確認して査定します。
歓迎
新品エアコンは買取対象になる可能性があります
未設置・未使用の家庭用ルームエアコン、業務用パッケージエアコン、窓用エアコンなどは、型番・年式・梱包状態・付属品・台数・現在の需要を確認して査定します。未開封品は、査定のために箱を開けず、まず外箱の型番ラベルと全体写真をお送りください。
STOCK & UNUSED
こんな新品エアコンは、保管を続ける前にご相談ください
新品でも、モデルの切り替わりや保管期間によって中古市場での評価は変わります。「いつか使うかも」と置いたままにするより、型番が分かるうちに現在の査定条件を確認しておくと判断しやすくなります。
工事後に余った在庫
必要台数の変更や予備分などで、未使用のまま残った家庭用・業務用エアコン。
工事キャンセル品
納品後の計画変更や現場中止により、設置せず箱のまま保管しているエアコン。
発注・仕様違い
能力、電圧、室内機・室外機の組み合わせなどを誤って手配した未使用品。
モデル切替前の旧在庫
新品ではあるものの、型落ちになる前に整理したい展示前・倉庫保管の在庫。
重複購入・買い間違い
引越しや予定変更で不要になった、個人のお客様の未設置・未使用エアコン。
複数台の一括整理
設備業者様、販売店様、管理会社様などの余剰在庫。台数と保管場所もお知らせください。
ITEMS
家庭用から業務用まで、型番ごとに確認します
同じ「新品エアコン」でも、種類・能力・電源・セット内容が異なります。室内機と室外機の型番、台数が分かると査定がスムーズです。
家庭用ルームエアコン
壁掛け型を中心に、6畳用から大容量モデルまで。室内機・室外機・リモコン等のセットを確認します。
業務用エアコン
天井カセット、天吊り、壁掛け、床置きなど。組み合わせ・馬力・電源・数量をお知らせください。
窓用・その他のエアコン
窓用エアコンなども型番により査定します。特殊機種は写真と商品情報から取扱可否をご案内します。
CONDITION
「新品」として査定しやすい状態の目安
新品・未使用・開封済み・設置済みでは、査定上の扱いが異なります。判断に迷う場合も、状態をそのままお知らせいただければ問題ありません。
| 状態 | 査定上の目安 | 確認したいこと |
|---|---|---|
| 未開封・未設置 | 新品候補 | 封印やバンドを外さず、外箱・型番ラベル・台数を撮影してください。 |
| 開封済み・未使用 | 要確認 | 開封理由、梱包材、付属品、傷や欠品の有無を確認します。 |
| 箱に傷・汚れ・濡れ跡 | 要確認 | 箱全体と傷んだ部分を撮影してください。本体状態も確認する場合があります。 |
| 設置済み・未稼働 | 中古扱い | 設置歴がある場合は、新品ではなく中古品として状態・動作等を確認します。 |
| 室内機・室外機の片方のみ | 個別判断 | 型番と組み合わせを確認します。セット不足により買取が難しい場合があります。 |
WHY EIBUI
エアコン専門査定だから、確認するポイントが明確です
型番とセット構成を確認
能力や年式だけでなく、室内機・室外機の組み合わせ、電源、付属品まで確認して査定します。
1台から複数台まで相談可能
個人のお客様の買い間違いから、設備業者様・販売店様の余剰在庫まで、数量に応じて対応方法をご案内します。
出張買取・店頭買取に対応
保管場所、台数、地域、運搬条件を確認し、利用しやすい方法をご相談します。
写真から事前に相談できる
型番ラベルと外箱の写真があれば、LINEやWEBフォームから買取可否・査定条件を確認できます。
箱を開ける前に、型番写真をお送りください
「この機種は対象?」「複数台でも大丈夫?」という確認だけでも構いません。メーカー・型番・台数・保管地域をお知らせください。
BEFORE ASSESSMENT
査定前にしておきたい6つのこと
新品状態を保ち、正確な情報を伝えることが大切です。無理に持ち運んだり、確認のために開封したりする必要はありません。
- 未開封なら開けない。封印・バンド・梱包をそのまま保つ
- 外箱へ書き込まない。伝票やテープを直接貼る前に相談する
- 室内機と室外機をそろえる。型番の組み合わせを確認する
- リモコン・説明書・付属品を保管。別箱がないか確認する
- 箱の傷みを隠さない。へこみ・濡れ跡も写真で伝える
- 早めに相談する。モデル切替や長期保管前に現在価値を確認する
4 STEPS
新品エアコン買取の流れ
まずは写真と商品情報からご相談ください。品物を動かす前に、買取方法や条件を確認できます。
型番を確認
室内機・室外機の外箱ラベルと台数を確認します。
無料査定を依頼
LINE・WEBフォーム・電話からご連絡ください。
条件をご案内
内容・地域・数量をもとに査定と買取方法をご案内します。
現品確認・買取
実物と付属品を確認し、最終査定にご納得後、買取成立です。
LINE ASSESSMENT
LINE査定は、この写真があるとスムーズです
未開封品は箱のままで構いません。文字が読める明るさで、写真がぶれないように撮影してください。
- 外箱の全体
未開封・箱の傷み・保管状態が分かる写真 - 室内機の型番ラベル
型番・年式・バーコード等が読めるアップ - 室外機の型番ラベル
室内機との組み合わせが確認できる写真 - 封印・梱包状態
バンド、テープ、開封跡の有無が分かる部分 - 傷・へこみ・濡れ跡
気になる箇所があれば近くから撮影
FAQ
新品エアコン買取のよくある質問
新品エアコンは1台だけでも査定できますか?
開封しましたが、一度も使っていません。買取できますか?
箱がへこんでいても査定できますか?
古い年式でも、新品なら買取できますか?
業務用エアコンや複数台の余剰在庫にも対応していますか?
東京以外からも相談できますか?
写真で案内された金額が、そのまま最終金額になりますか?
どの新品エアコンでも必ず買い取れますか?
FREE ASSESSMENT
在庫を動かす前に、現在の価値を確認しませんか?
新品エアコンは、未開封だからいつまでも同じ評価になるとは限りません。余剰在庫、キャンセル品、発注違い、使わなかった1台があれば、メーカー・型番・台数の分かる写真をお送りください。買取できる可能性と査定条件をご案内します。
新品エアコンの無料査定はこちら
未開封なら箱を開けずに、外箱全体と型番ラベルを撮影してください。
エアコン買取エイブイ
株式会社エイブイ
〒165-0031 東京都中野区上鷺宮5-10-1 Rビル
古物商許可:東京都公安委員会 第304409601054号
※買取可否・査定額・出張対応範囲は、型番、製造年、状態、セット内容、台数、地域、市場相場等により異なります。掲載内容は買取や査定額を保証するものではありません。





