@charset 'UTF-8';
@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap"); :root { --color-white: #fff;
--color-text: #402011; --color-primary: #92B402;
--color-primary-2: #92B402;
--color-green-light: #AED047;
--color-green-tel: #C3D671;
--color-green-mail: #92B402;
--color-green-dark: #819F00;
--color-link: #819F00;
--color-bg-green: #F4F7EB; --color-cream: #F8EC9C;
--color-yellow: #FFDE00; --color-green: #006b57;
--color-green-hover: #008b6a;
--color-green2: #017164; --color-red: #A71A00;
--color-red-dark: #7C1401; --color-gray: #C9C9C9;
--color-gray-light: #ccc;
--color-gray-lighter: #E5E5E5;
--color-bg-gray: #F6F6F6;
--color-border: #EEEEEE; --color-overlay: rgba(20, 20, 20, 0.8);
--shadow-text: rgba(0, 0, 0, 0.7);
--shadow-box: rgba(0, 0, 0, 0.1);
}
.noto-serif-jp {
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
} *,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box
}
:where([hidden]:not([hidden='until-found'])) {
display: none !important
}
:where(html) {
-webkit-text-size-adjust: none;
color-scheme: dark light
}
@supports not (min-block-size:100dvb) {
:where(html) {
block-size: 100%
}
}
@media (prefers-reduced-motion:no-preference) {
:where(html:focus-within) {
scroll-behavior: smooth
}
}
:where(body) {
line-height: 1.8;
font-family: system-ui, sans-serif;
-webkit-font-smoothing: antialiased
}
:where(input, button, textarea, select) {
font: inherit;
color: inherit
}
:where(textarea) {
resize: vertical;
resize: block
}
:where(button, label, select, summary, [role='button'], [role='option']) {
cursor: pointer
}
:where(:disabled) {
cursor: not-allowed
}
:where(label:has(>input:disabled), label:has(+input:disabled)) {
cursor: not-allowed
}
:where(button) {
border-style: solid
}
:where(a) {
text-underline-offset: .2ex
}
:where(ul, ol) {
list-style: none
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
display: block
}
:where(img, picture, svg) {
max-inline-size: 100%;
block-size: auto
}
:where(p, h1, h2, h3, h4, h5, h6) {
overflow-wrap: break-word;
font-weight: 400;
}
:where(h1, h2, h3, h4) {
line-height: calc(1em + 1rem)
}
:where(hr) {
border: none;
border-block-start: 1px solid;
color: inherit;
block-size: 0;
overflow: visible
}
:where(:focus-visible) {
outline: 2px solid var(--focus-color, Highlight);
outline-offset: 2px
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
clip-path: inset(50%) !important;
height: 1px !important;
width: 1px !important;
overflow: hidden !important;
position: absolute !important;
white-space: nowrap !important;
border: 0 !important
} * {
transition: .25s all;
}
:where(html) {
color-scheme: var(--color-white);
}
html {
background: var(--color-white);
scroll-behavior: smooth;
font-size: 100%;
overflow-x: hidden;
}
body {
margin: 0;
padding: 0;
font-family: "Zen Kaku Gothic Antique", sans-serif;
font-weight: 400;
color: var(--color-text);
font-size: 100%;
letter-spacing: 0.05em;
-webkit-font-smoothing: antialiased;
}
a {
color: var(--color-primary);
display: block;
text-decoration: none;
} .txs-14 {
font-size: 0.875rem;
}
.txs-16 {
font-size: 1rem;
}
.txs-18 {
font-size: 1.125rem;
}
.txs-19 {
font-size: 1.1875rem;
}
.txs-20 {
font-size: 1.25rem;
}
.txs-21 {
font-size: 1.3125rem;
}
.txs-23 {
font-size: 1.4375rem;
}
.txs-24 {
font-size: 1.5rem;
}
.txs-25 {
font-size: 1.5625rem;
}
.txs-28 {
font-size: 1.75rem;
}
.txs-34 {
font-size: 2.125rem;
}
.txs-36 {
font-size: 2.25rem;
}
.txs-38 {
font-size: 2.375rem;
}
.txs-40 {
font-size: 2.5rem;
}
.txs-42 {
font-size: 2.625rem;
}
.txs-46 {
font-size: 2.875rem;
}
.txs-48 {
font-size: 3rem;
}
.txs-51 {
font-size: 3.1875rem;
}
.txs-54 {
font-size: 3.375rem;
}
.txs-57 {
font-size: 3.5625rem;
}
.txs-62 {
font-size: 3.875rem;
}
.txs-64 {
font-size: 4rem;
}
.txs-70 {
font-size: 4.375rem;
}
.txs-72 {
font-size: 4.5rem;
}
.txs-75 {
font-size: 4.6875rem;
}
.txs-78 {
font-size: 4.875rem;
}
.txs-80 {
font-size: 5rem;
}
.txs-82 {
font-size: 5.125rem;
}
.txs-86 {
font-size: 5.375rem;
}
.txs-88 {
font-size: 5.5rem;
}
.txs-150 {
font-size: 9.375rem;
}
.txs-200 {
font-size: 12.5rem;
} .txw-r {
font-weight: 400;
}
.txw-m {
font-weight: 500;
}
.txw-b {
font-weight: 700;
}
.txw-h {
font-weight: 900;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.pc-center {
text-align: center;
}
.pc-right {
text-align: right;
}
p {
font-size: 1rem;
line-height: 1.8;
}
@media screen and (min-width: 1080px) {
.txs-48 {
font-size: 3rem;
}
.txs-54 {
font-size: 3.5rem;
}
.txs-62,
.txs-72 {
font-size: 4.5rem;
}
.txs-80,
.txs-88 {
font-size: 5rem;
}
.txs-150 {
font-size: 8rem;
}
.txs-200 {
font-size: 10rem;
}
}
@media screen and (max-width: 768px) {
.txs-14,
.txs-16 {
font-size: 1rem;
}
.txs-18 {
font-size: 1rem;
}
.txs-20,
.txs-21,
.txs-23,
.txs-24,
.txs-28 {
font-size: 1.25rem;
}
.txs-34,
.txs-36,
.txs-38,
.txs-40,
.txs-42,
.txs-46,
.txs-48 {
font-size: 1.5rem;
}
.txs-51,
.txs-54,
.txs-57 {
font-size: 1.8rem;
}
.txs-62,
.txs-64,
.txs-70,
.txs-72 {
font-size: 2rem;
}
.txs-75,
.txs-78,
.txs-80,
.txs-82,
.txs-86,
.txs-88 {
font-size: 2.25rem;
}
.txs-150,
.txs-200 {
font-size: 3rem;
}
p {
font-size: 1rem;
line-height: 1.8;
}
.pc-center {
text-align: left;
}
.pc-right {
text-align: left;
}
} .wrap {
padding: 0;
margin: 0 auto;
width: 100%;
overflow: hidden;
}
.contents {
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 1280px;
}
.inner {
margin: 0 auto;
padding: 0 100px;
width: 100%;
max-width: 1280px;
}
.pc {
display: block;
}
.pcd {
display: block;
}
.pd {
display: none;
}
.pds {
display: none;
}
.sp {
display: none;
}
@media screen and (max-width: 1280px) {
body {
width: 100%;
overflow: hidden;
}
.contents,
.inner {
padding: 0 4vw;
}
}
@media screen and (max-width: 1080px) {
.pc {
display: none;
}
.pcd {
display: block;
}
.pd {
display: block;
}
.pds {
display: block;
}
.sp {
display: none;
}
}
@media screen and (max-width: 768px) {
.pc {
display: none;
}
.pcd {
display: none;
}
.pd {
display: none;
}
.pds {
display: block;
}
.sp {
display: block;
}
} #hamburger {
position: fixed;
top: 20%;
right: -1px;
width: 55px;
z-index: 3;
height: 175px;
}
#hamburger .menu-iconsp {
display: none;
}
.menu-icon img {
content: url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/menu-open.png);
width: 55px;
transition: content 0.2s ease;
}
#hamburger:hover .menu-icon img {
content: url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/menu-close.png);
}
#hamburger.active .menu-icon img {
content: url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/menu-open.png);
}
#main-nav {
z-index: 3;
position: fixed;
top: 0;
right: 0;
height: 100vh;
background: var(--color-primary);
color: var(--color-white);
display: none;
}
#main-nav.active {
display: block;
}
#bag {
display: block;
z-index: -2;
position: fixed;
background: var(--color-overlay);
width: 100vw;
height: 100vh;
top: 0;
left: 0;
}
#hamburger-close2 {
position: absolute;
top: 20%;
z-index: 5;
left: -54px;
}
#hamburger-close {
z-index: 5;
position: fixed;
top: 40px;
right: 40px;
}
#main-nav a {
font-weight: 500;
color: var(--color-white);
}
#main-nav .flex {
width: 300px;
display: flex;
justify-content: space-between;
}
#main-nav .flex li {
padding: 0 0 16px;
}
#main-nav .contactlink {
margin: 24px auto 20px;
background: var(--color-white);
color: var(--color-primary);
font-weight: 600;
text-align: center;
line-height: 50px;
height: 50px;
border-radius: 25px;
width: 100%;
font-size: 18px;
}
#main-nav .sub {
padding-bottom: 100px;
width: 300px;
gap: 20px;
display: flex;
justify-content: center;
}
#main-nav .sub a {
font-size: 14px;
}
#main-nav .wrap {
background: var(--color-primary);
color: var(--color-white);
position: relative;
z-index: 4;
padding: 140px 60px 0;
overflow: scroll;
height: 100vh;
} #header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 3;
}
#header .logo.flex {
padding: 22px 0 0 40px;
gap: 30px;
display: flex;
}
#header .flex img {
width: 578px;
max-width: 40vw;
}
#header h2 {
color: var(--color-white);
text-shadow: 0 0 10px var(--shadow-text);
line-height: 1;
}
#hd-nav {
position: absolute;
top: 0;
right: 0;
height: 80px;
width: 590px;
}
#hd-nav .flex {
display: flex;
}
#hd-nav .tel {
background: var(--color-white);
height: 80px;
border-radius: 0 0 0 30px;
padding: 10px 0 0 10px;
text-align: center;
line-height: 1;
width: 310px;
}
#hd-nav .tel a {
padding-left: 20px;
background: url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/icon-tel.png) no-repeat left 28px bottom 3px;
background-size: 21px auto;
}
#hd-nav .mail {
height: 80px;
text-align: center;
line-height: 80px;
width: 280px;
background: linear-gradient(to left, var(--color-primary), var(--color-green-light));
}
#hd-nav .mail a {
color: var(--color-white);
padding-left: 30px;
background: url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/icon-mail.png) no-repeat left 40px bottom 29px;
background-size: 26px auto;
}
@media screen and (max-width: 1080px) {
#header {
height: 50px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 4;
}
#hd-nav {
height: 50px;
}
#header .logo h2,
#hamburger-close2 {
display: none;
}
#header .logo.flex {
display: none;
}
#hd-nav .flex {
display: block;
height: 50px;
background: var(--color-gray-light);
position: relative;
}
#h1logo {
height: 50px;
padding-top: 2px;
}
#h1logo img {
margin: 0 auto;
}
#hd-nav .tel p,
#hd-nav .tel span,
#hd-nav .mail span {
display: none;
}
#hd-nav .tel,
#hd-nav .mail {
border-radius: 0;
padding: 0;
position: absolute;
width: 34vw;
z-index: 3;
height: 50px;
}
#hd-nav .tel {
top: 0;
right: 67vw;
}
#hd-nav .mail {
top: 0;
right: 33vw;
}
#hd-nav .tel a {
width: 100%;
height: 50px;
background: var(--color-green-tel) url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/icon-tel2.png) no-repeat center center;
background-size: 21px auto;
}
#hd-nav .mail a {
width: 100%;
height: 50px;
background: var(--color-green-mail) url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/icon-mail.png) no-repeat center center;
background-size: 26px auto;
}
#hamburger {
top: 0;
right: 0;
width: 33vw;
height: 50px;
z-index: 1;
background: var(--color-green-dark);
}
#hamburger .menu-iconsp {
display: block;
width: 34vw;
height: 50px;
}
#hamburger .menu-iconsp img {
height: 50px;
margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
#main-nav .wrap {
padding: 120px 20px 0;
width: 100vw;
}
#main-nav .flex {
width: 100%;
justify-content: flex-start;
gap: 40px;
}
#main-nav .sub {
width: 100%;
}
} #hero .pcd {
margin-bottom: 210px;
position: relative;
background: url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/main-back.jpg) no-repeat center center;
background-size: cover;
height: 800px;
padding-top: 140px;
}
#hero .pcd img {
position: relative;
z-index: 1;
}
#hero .pcd::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 100vw;
height: 160px;
background: var(--color-white);
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
pointer-events: none;
}
@media screen and (max-width: 1080px) {
#hero .pcd {
height: 55vw;
padding-top: 5vw;
margin-bottom: 50px;
}
#hero {
padding-top: 50px;
}
#hero .pcd::after {
height: 80px;
}
} #catch {
padding-bottom: 90px;
}
#catch .waku {
margin-bottom: 40px;
padding: 40px;
border-radius: 20px;
background: var(--color-cream);
}
#catch h2 {
color: var(--color-primary);
text-align: center;
}
#catch p {
padding-top: 10px;
color: var(--color-primary);
text-align: center;
}
#catch img {
margin: 0 auto;
}
@media screen and (max-width: 1080px) {
#catch {
padding-top: 60px;
padding-bottom: 40px;
}
}
@media screen and (max-width: 480px) {
#catch h2,
#catch p {
text-align: left;
line-height: 1.5;
}
#catch {
padding-top: 60px;
padding-bottom: 0;
}
} .contact {
padding: 40px 0 0;
margin: 0 auto;
}
.contact-header {
background: linear-gradient(0deg, var(--color-green-light) 0%, var(--color-primary) 100%);
color: var(--color-white);
text-align: center;
padding: 40px 0 30px;
border-radius: 20px 20px 0 0;
}
.contact-header h3 {
line-height: 1.6;
margin: 0;
font-weight: bold;
}
.contact-form {
background: var(--color-bg-gray);
padding: 50px 100px 140px;
}
.contact-form .flex {
gap: 120px;
display: flex;
}
.contact-form .flex .box {
width: 100%;
}
.contact-form .flex .box dt {
padding-bottom: 14px;
display: flex;
align-content: center;
gap: 14px;
}
.contact-form .flex .box dt p.txs-18 {
color: var(--color-text);
line-height: 1;
}
.contact-form .flex .box dt p.hisu {
font-weight: 600;
color: var(--color-primary);
}
.contact-form .form-group {
margin-bottom: 20px;
}
.contact-form .required,
.contact-form .optional {
display: inline-block;
font-size: 14px;
height: 24px;
border-radius: 12px;
width: 60px;
line-height: 24px;
font-weight: 500;
text-align: center;
}
.contact-form .required {
background: var(--color-primary);
color: var(--color-white);
}
.contact-form .optional {
background: var(--color-gray);
color: var(--color-white);
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
background: var(--color-white);
width: 100%;
padding: 10px;
height: 50px;
border: 1px solid var(--color-white);
border-radius: 3px;
box-sizing: border-box;
}
.contact-form textarea {
margin-top: 20px;
height: 190px;
}
.contact-form input[type=checkbox] {
display: none;
}
.contact-form input[type=checkbox]:checked+.wpcf7-list-item-label::after {
opacity: 1 !important;
}
.contact-form span.wpcf7-list-item-label {
position: relative;
display: inline-block;
margin: 10px 30px 0 0;
padding: 0 0 0 30px;
line-height: 1;
height: 24px;
vertical-align: middle;
cursor: pointer;
}
.contact-form .wpcf7-list-item-label::before {
-webkit-transition: border-color 0.2s linear;
transition: border-color 0.2s linear;
position: absolute;
top: 0;
left: 0;
display: block;
width: 20px;
height: 20px;
border-radius: 2px;
content: '';
border: 1px solid var(--color-gray);
background: var(--color-white);
}
.contact-form .wpcf7-list-item-label::after {
position: absolute;
top: 5px;
left: 5px;
display: block;
width: 10px;
height: 10px;
border-radius: 2px;
background-color: var(--color-primary);
content: '';
opacity: 0;
}
.contact-form .checkbox-group label {
margin-right: 20px;
font-weight: normal;
}
.contact-form .privacy {
color: var(--color-text);
letter-spacing: 0;
line-height: 1.6;
}
.contact-form .privacy a {
color: var(--color-link);
display: inline-block;
text-decoration: underline;
}
.contact-form .form-submit {
text-align: center;
margin-top: 30px;
}
.contact-form button {
background: var(--color-green);
color: var(--color-white);
height: 80px;
width: 400px;
border: none;
border-radius: 40px;
cursor: pointer;
transition: background 0.3s;
}
.contact-form button:hover {
background: var(--color-green-hover);
}
#contactform-last .contact-header {
color: var(--color-text);
background: var(--color-bg-gray);
}
#contactform-last h3 {
padding: 20px 0 50px;
border-bottom: 2px solid var(--color-white);
}
@media screen and (max-width: 1080px) {
.contact-form {
padding: 50px 40px 100px;
}
.contact-form .flex {
display: block;
}
.contact-form .form-group {
margin-bottom: 30px;
}
.telcontact .flex {
flex-wrap: wrap-reverse;
height: auto;
}
.telcontact .photo,
.telcontact .text {
width: 100%;
text-align: center;
flex: auto;
}
.telcontact .text {
padding: 60px 0 10px;
}
.telcontact .text .txs-24 {
background: none;
}
.telcontact .photo img {
margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
.contact-header {
padding: 20px 0 10px;
}
.contact-header h3 {
font-size: 16px;
padding: 10px;
}
.contact-form {
padding: 30px 20px 100px;
}
.contact-form button {
width: 100%;
}
} .telcontact {
background: linear-gradient(0deg, var(--color-green-light) 0%, var(--color-primary) 100%);
}
.telcontact .flex {
height: 320px;
display: flex;
justify-content: center;
gap: 20px 60px;
align-items: center;
}
.telcontact .text {
padding: 40px 0;
}
.telcontact .text p {
color: var(--color-white);
line-height: 1.2;
}
.telcontact .text .txs-24 {
padding-left: 26px;
background: url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/icon-tel3.png) no-repeat left bottom;
background-size: 21px auto;
color: var(--color-cream);
line-height: 1;
}
.telcontact .text a {
color: var(--color-white);
}
@media screen and (max-width: 1080px) {
.telcontact .flex {
flex-wrap: wrap-reverse;
height: auto;
padding-bottom: 40px;
}
.telcontact .photo,
.telcontact .text {
width: 100%;
text-align: center;
flex: auto;
}
.telcontact .text {
padding: 60px 0 10px;
}
.telcontact .text .txs-24 {
background: none;
}
.telcontact .photo img {
margin: 0 auto;
}
} #nayami {
padding: 110px 0 30px;
position: relative;
background: url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/nayami-back.jpg) no-repeat center bottom;
background-size: cover;
}
#risk::after {
content: "";
display: block;
position: absolute;
right: 0;
top: -1px;
width: 100vw;
height: 160px;
background: var(--color-gray);
clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
z-index: 1;
}
#risk {
position: relative;
padding-top: 240px;
}
#risk h2 {
text-align: center;
margin-bottom: 80px;
}
#risk h2 img {
display: inline-block;
}
#risk .risk_list-wrap {
padding-bottom: 300px;
background: linear-gradient(180deg, var(--color-gray-lighter) 0%, var(--color-bg-gray) 80%, rgba(246, 246, 246, 0.00) 100%);
border-radius: 10px 10px 0 0;
overflow: hidden;
}
#risk .risk_list {
padding: 80px 100px 0;
}
#risk .risk_list h3 {
position: relative;
margin-top: 10px;
padding: 0 0 20px;
line-height: 1.2;
padding-left: 110px;
background: url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/cloud.png) no-repeat top left;
background-size: 94px auto;
}
#risk .risk_list h3.no1::after,
#risk .risk_list h3.no2::after {
position: absolute;
display: block;
font-size: 36px;
width: 40px;
height: 40px;
left: 40px;
top: 12px;
content: "1";
}
#risk .risk_list h3.no2::after {
content: "2";
}
#risk .flex {
gap: 60px;
padding-bottom: 40px;
justify-content: space-between;
display: flex;
}
#risk .flex p {
padding-top: 10px;
}
#risk .flex.change {
padding-bottom: 80px;
flex-direction: row-reverse;
}
#risk .text {
width: 600px;
letter-spacing: 0;
}
#risk .photo img {
border-radius: 10px;
}
@media screen and (max-width: 1080px) {
#risk .flex {
display: block;
}
#risk .flex .photo img {
margin: 30px auto 0;
}
#risk .risk_list-wrap {
padding-bottom: 20vw;
}
#risk .risk_list {
padding-bottom: 0;
}
#risk .pc-center {
text-align: center;
}
#risk .text {
width: 100%;
}
}
@media screen and (max-width: 768px) {
#risk::after,
#works::after {
height: 60px;
}
#risk {
padding-top: 100px;
}
#risk h2 {
margin-bottom: 40px;
}
#risk .pc-center {
font-size: 20px;
line-height: 1.5;
}
#risk .risk_list-wrap {
padding-bottom: 76vw;
}
#risk .risk_list {
padding: 8vw 8vw;
}
#risk .flex.change {
padding-bottom: 0;
}
#nayami {
padding: 50px 0 60px;
}
} #ansin {
margin-top: 80px;
padding-bottom: 80px;
overflow: visible;
border-top: 4px solid var(--color-primary);
background: var(--color-bg-green);
}
#ansin .inner {
padding-top: 400px;
overflow: visible;
position: relative;
}
#ansin h2 {
position: absolute;
top: -360px;
z-index: 2;
left: 100px;
}
#ansin .ansin_list .flex {
padding-bottom: 20px;
align-items: center;
gap: 40px;
display: flex;
}
#ansin .ansin_list .item {
position: relative;
}
#ansin .ansin_list .photo {
width: 220px;
}
#ansin .ansin_list .text {
width: 820px;
}
#ansin p.namber {
position: absolute;
top: 0;
left: 0;
background: var(--color-primary);
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
border-radius: 60px;
color: var(--color-white);
}
#ansin .whitebox {
margin: 0 0 30px 20px;
padding: 40px 60px;
background: var(--color-white);
border-radius: 10px;
}
#ansin .pdt10 {
padding-top: 10px;
}
#ansin .nam3 h3 {
padding: 10px 0 20px;
text-align: center;
}
#ansin .nam3 img {
display: inline-block;
}
#ansin .nam3 p.txw-m {
padding: 30px 0 16px;
}
#ansin .nam6 .flex2 {
display: flex;
gap: 50px;
justify-content: space-between;
}
#ansin .nam6 .flex2 .text {
width: 480px;
}
#ansin .nam6 .flex2 .photo {
width: 200px;
}
#ansin .hukidasi {
margin-top: 60px;
position: relative;
line-height: 1.2;
display: flex;
justify-content: center;
gap: 14px;
background: var(--color-yellow);
align-items: center;
color: var(--color-primary);
padding: 26px;
border-radius: 100px;
}
#ansin .hukidasi p {
line-height: 1.2;
}
#ansin .hukidasi:after {
content: "";
position: absolute;
right: 0;
bottom: -20px;
left: 0;
width: 0px;
height: 0px;
margin: auto;
border-style: solid;
border-color: var(--color-yellow) transparent transparent transparent;
border-width: 20px 20px 0 20px;
}
#ansin .kenshin {
padding: 80px 20px 40px;
border-radius: 10px;
background: var(--color-white);
margin-top: 35px;
}
#ansin .kenshin img {
margin: 0 auto;
}
@media screen and (max-width: 1080px) {
#ansin {
margin-top: 10vw;
}
#ansin h2 {
left: 0;
padding: 0 4vw;
top: -28vw;
}
#ansin .inner {
padding-top: 45vw;
}
#ansin .ansin_list .flex {
display: block;
}
#ansin .ansin_list .photo {
margin: 0 auto 20px;
}
#ansin p.namber {
left: 50%;
margin-left: -30px;
top: -20px;
}
#ansin .ansin_list .item {
padding-bottom: 40px;
}
#ansin .whitebox {
margin-left: 0;
}
#ansin .ansin_list .text,
#ansin .ansin_list .photo {
width: 100%;
}
#ansin .nam6 .flex2 .photo {
padding-top: 20px;
}
#ansin .ansin_list .flex .photo img {
margin: 0 auto;
}
#ansin .hukidasi {
display: block;
text-align: center;
margin: 0;
}
}
@media screen and (max-width: 768px) {
#ansin {
margin-top: 10vw;
}
#ansin h2 {
left: 0;
padding: 0 4vw;
top: -80vw;
}
#ansin .inner {
padding-top: 80vw;
}
#ansin .ansin_list h3 {
padding-bottom: 10px;
}
#ansin .whitebox {
padding: 50px 8vw 40px;
}
#ansin .nam6 .flex2 {
display: block;
}
#ansin .nam6 .flex2 .text,
#ansin .nam6 .flex2 .photo {
width: 100%;
}
} #works {
padding: 240px 0;
position: relative;
background: var(--color-primary);
}
#works::after {
content: "";
display: block;
position: absolute;
right: 0;
top: -1px;
width: 100vw;
height: 160px;
background: var(--color-bg-green);
clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
z-index: 1;
}
#works h2 {
padding-bottom: 60px;
text-align: center;
color: var(--color-bg-green);
}
#works .list {
flex-wrap: wrap;
justify-content: center;
gap: 50px 40px;
display: flex;
}
#works .item {
position: relative;
width: 520px;
}
#works .beforeafter {
border: 4px solid var(--color-text);
}
#works .beforeafter img {
width: 100%;
height: 340px;
object-fit: cover;
}
#works .item p {
margin-top: 10px;
text-align: center;
}
#works .item p span {
margin: 2px;
background: var(--color-bg-green);
padding: 3px 20px 5px;
font-weight: 500;
border-radius: 20px;
}
#works .item h3 {
text-align: center;
letter-spacing: 0;
background: var(--color-text);
border-radius: 6px 6px 0 0;
height: auto;
line-height: 1.4;
padding: 12px 20px 10px;
color: var(--color-bg-green);
}
#works .subprice {
margin: 80px auto 120px;
}
.subcontact .box {
position: relative;
padding: 0 0 60px;
border-radius: 20px;
margin: 0 40px;
background: var(--color-bg-green);
}
#works .subcontact h3 {
position: relative;
top: -50px;
background: var(--color-yellow);
border: 4px solid var(--color-bg-gray);
height: 100px;
line-height: 94px;
border-radius: 50px;
text-align: center;
color: var(--color-primary);
}
.subcontact .flex {
display: flex;
align-items: center;
justify-content: space-between;
}
.subcontact .phonebox {
height: 180px;
padding: 16px 0 0 60px;
position: relative;
}
.subcontact .phonebox p {
line-height: 1.2;
}
.subcontact .phonebox h4 {
padding-left: 26px;
background: url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/icon-tel4.png) no-repeat left bottom;
background-size: 21px auto;
line-height: 1;
}
.subcontact .phonebox a {
color: var(--color-primary);
}
.subcontact .phonebox::before {
display: block;
position: absolute;
height: 180px;
left: 0;
top: 0;
content: "";
border-left: 1px solid var(--color-gray);
}
.subcontact .mailbox p {
line-height: 1.6;
padding-bottom: 20px;
text-align: center;
}
.subcontact .mailbox a {
position: relative;
border-radius: 76px;
height: 76px;
line-height: 76px;
text-align: center;
color: var(--color-white);
width: 480px;
background: var(--color-red);
}
.subcontact .mailbox a::after {
content: "";
position: absolute;
right: 35px;
top: 50%;
transform: translateY(-40%);
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid var(--color-white);
}
.subcontact .mailbox a:hover {
background: var(--color-red-dark);
}
.subprice {
display: flex;
gap: 20px 40px;
justify-content: center;
}
.subprice h4 {
color: var(--color-white);
}
.subprice h4 span {
color: var(--color-white);
}
.subprice table {
border-spacing: 0;
flex: 1;
border-top: 1px solid var(--color-white);
}
.subprice table th,
.subprice table td {
padding: 10px;
color: var(--color-white);
width: 100%;
text-align: left;
border-bottom: 1px solid var(--color-white);
}
.subprice table th {
width: 400px;
}
.subprice table td {
text-align: right;
width: 200px;
}
@media screen and (max-width: 1080px) {
#works {
padding: 200px 0 160px;
}
#works .item p span {
display: inline-block;
}
#works .subprice {
margin: 60px auto 100px;
}
#works .subcontact h3 {
font-size: 24px;
}
.subcontact .flex {
display: block;
}
.subcontact .phonebox {
padding: 40px 0 0;
text-align: center;
}
.subcontact .phonebox h4 {
background: none;
}
.subcontact .phonebox::before {
display: none;
}
.subcontact .mailbox a {
max-width: 480px;
width: 100%;
margin: 0 auto;
}
.subprice {
display: block;
}
.subprice table {
margin-top: 20px;
width: 100%;
}
.subprice table th {
width: 60%;
}
.subprice table td {
width: 40%;
}
}
@media screen and (max-width: 768px) {
#works::after {
height: 60px;
}
#works {
padding: 120px 0 60px;
}
#works h2 {
letter-spacing: normal;
}
#works .beforeafter img {
height: 240px;
}
.subcontact .box {
margin: 0 4vw;
padding-bottom: 0;
}
.subcontact .inner {
padding: 0 8vw;
}
#works .subcontact h3 {
font-size: 16px;
height: auto;
line-height: 1.5;
padding: 10px 20px;
width: 100%;
}
.subcontact .mailbox p {
font-size: 18px;
}
.subcontact .mailbox p br {
display: none;
}
.subcontact .phonebox h4 {
padding: 0;
}
.subcontact .mailbox a {
line-height: 1.4;
padding-top: 16px;
}
} #review {
padding: 160px 0 0;
background: url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/google-back.jpg) repeat left top;
}
#review .inner {
padding-bottom: 270px;
background: url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/google-back2.png) no-repeat center bottom;
background-size: 1076px auto;
}
#review h2 {
position: relative;
padding-bottom: 30px;
text-align: center;
}
#review h2 img {
display: inline-block;
}
#review h2 p {
position: absolute;
left: 58%;
bottom: 40px;
}
#review h2 p span {
vertical-align: text-bottom;
font-size: 120px;
line-height: 1;
padding-right: 4px;
color: var(--color-primary);
}
#review .item {
margin-top: 10px;
padding: 40px;
background: var(--color-white);
border: 2px solid var(--color-primary);
border-radius: 10px;
}
#review .item .title {
margin-bottom: 16px;
display: flex;
align-items: center;
gap: 30px;
}
#review .item .title p {
height: 30px;
padding-left: 40px;
background: url(//hikari-paint.co.jp/wp-content/themes/swell_child/apaman-lp/asset/images/icon-human.png) no-repeat left bottom;
background-size: 30px auto;
}
#review .item .comme p {
letter-spacing: 0;
font-weight: 500;
}
#review .inner a {
margin-top: 20px;
}
#review .inner a img {
margin-right: 0;
margin-left: auto;
}
@media screen and (max-width: 1080px) {
#review .inner {
background-size: contain;
padding-bottom: 25vw;
}
#review h2 p {
right: 4vw;
}
#review h2 p span {
font-size: 90px;
}
}
@media screen and (max-width: 768px) {
#review {
padding: 60px 0;
}
#review .item {
padding: 30px 8vw;
}
#review .item .comme p {
font-size: 14px;
}
#review h2 p {
right: 0;
}
#review h2 p span {
font-size: 70px;
}
}
@media screen and (max-width: 480px) {
#review h2 p {
font-size: 16px;
}
#review h2 p span {
font-size: 44px;
}
} #point {
padding: 120px 0 120px;
}
#point h2 {
padding-left: 40px;
border-left: 6px solid var(--color-primary);
}
#point h2 span.txs-36 {
color: var(--color-primary);
}
#point .flex {
padding: 68px 0 40px;
display: flex;
justify-content: space-between;
gap: 60px;
}
#point .photo {
width: 500px;
}
#point .text {
width: 520px;
}
#point .text p {
letter-spacing: normal;
padding-bottom: 10px;
}
#point .green {
color: var(--color-green2);
}
#point .orange {
color: var(--color-primary);
}
#point h4,
#point h5 {
text-align: center;
}
@media screen and (max-width: 1080px) {
#point {
padding: 120px 4vw;
}
#point .flex {
display: block;
}
#point .photo,
#point .text {
width: 100%;
padding-bottom: 40px;
}
#point .flex .photo img {
margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
#point {
padding: 40px 4vw;
}
#point .flex {
padding: 40px 0 0;
}
#point h2 {
line-height: 1.5;
padding-left: 20px;
font-size: 18px;
}
#point h2 span.txs-36 {
line-height: 1;
}
} #price {
padding: 120px 0;
background: var(--color-bg-green);
}
#price .contents {
padding: 100px 100px 60px;
background: var(--color-white);
border-radius: 20px;
}
#price h2 img {
margin: 0 auto;
}
#price .pricelist h3 {
font-weight: bold;
}
#price .pricelist .flex {
margin-top: 60px;
gap: 40px 60px;
justify-content: left;
flex-wrap: wrap;
display: flex;
}
#price .pricelist .item {
width: 320px;
}
#price .pricelist table {
margin-top: 16px;
border-top: 1px solid var(--color-bg-green);
width: 100%;
}
#price .pricelist table th,
#price .pricelist table td {
text-align: left;
border-bottom: 1px solid var(--color-bg-green);
}
#price .pricelist table td {
text-align: right;
}
#price .right {
padding-top: 40px;
}
@media screen and (max-width: 1080px) {
#price {
padding: 120px 4vw;
}
#price .contents {
padding: 60px 60px;
}
#price .pricelist .item {
width: 40%;
}
}
@media screen and (max-width: 768px) {
#price .contents {
padding: 40px 8vw;
}
#price h2 span.txs-36 {
font-size: 20px;
width: 100%;
margin-bottom: 10px;
height: 40px;
line-height: 40px;
}
#price .pricelist .flex {
margin-top: 30px;
}
#price .pricelist .item {
width: 100%;
}
#price .right {
padding-top: 20px;
}
} #guarantee {
padding-bottom: 120px;
background: var(--color-bg-green);
}
#guarantee h2 {
padding-top: 80px;
height: 280px;
position: relative;
text-align: center;
overflow: visible;
background: linear-gradient(0deg, var(--color-green-light) 0%, var(--color-primary) 100%);
}
#guarantee h2::after {
content: "";
display: block;
position: absolute;
right: 0;
bottom: -99px;
width: 100vw;
height: 100px;
background: var(--color-green-light);
clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
z-index: 1;
}
#guarantee h2 img {
left: 40px;
position: relative;
z-index: 2;
display: inline-block;
}
#guarantee .gualist {
padding-top: 180px;
}
#guarantee .gualist h3 {
margin-bottom: 60px;
text-align: center;
}
#guarantee .gualist h3 .txs-18 {
margin-bottom: 30px;
display: inline-block;
background: var(--color-cream);
color: var(--color-primary);
border-radius: 25px;
height: 50px;
line-height: 50px;
width: 440px;
}
#guarantee .flex {
margin-bottom: 60px;
gap: 40px;
display: flex;
}
#guarantee .flex img {
border-radius: 10px;
widht: 520px;
height: 300px;
}
#guarantee .hosyotable {
margin-bottom: 100px;
}
#guarantee .hosyoimg2 {
text-align: center;
}
#guarantee .hosyoimg2 img {
display: inline-block;
}
#guarantee .hosyoimg2 .txs-24 {
padding: 30px 0 0;
}
#guarantee .flex2 {
padding-top: 40px;
padding-bottom: 100px;
display: flex;
gap: 40px;
justify-content: space-between;
}
#guarantee .flex2 .item {
padding: 0 40px 50px;
width: 100%;
background: var(--color-white);
border-radius: 10px;
}
#guarantee .flex2 .item.normal {
box-shadow: 0 2px 10px 0 var(--shadow-box);
}
#guarantee .flex2 .item.orange {
border: 2px solid var(--color-primary);
}
#guarantee .flex2 .item h4 {
width: 220px;
line-height: 50px;
margin: 0 auto;
text-align: center;
border-radius: 0 0 20px 20px;
}
#guarantee .flex2 .item.normal h4 {
background: var(--color-gray);
}
#guarantee .flex2 .item.orange h4 {
background: var(--color-primary);
color: var(--color-cream);
}
#guarantee .flex2 .item img {
margin: 44px auto 0;
}
#guarantee .flex2 .item h5 {
padding: 34px 0 20px;
text-align: center;
letter-spacing: normal;
line-height: 1.5;
}
#guarantee .subcontact .box {
padding: 60px 0;
height: 300px;
background: var(--color-white);
}
#guarantee .allhosyo {
margin-bottom: 140px;
display: flex;
background: var(--color-white);
border: 2px solid var(--color-primary);
gap: 30px 40px;
border-radius: 20px;
color: var(--color-primary);
align-items: center;
padding: 30px 80px;
}
@media screen and (max-width: 1080px) {
#guarantee .flex {
display: block;
}
#guarantee .flex img {
margin: 0 auto 40px;
height: auto;
}
#guarantee .flex2 {
display: block;
}
#guarantee .flex2 .item.normal {
margin-bottom: 30px;
}
#guarantee .subcontact .box {
height: auto;
padding-bottom: 30px;
}
#guarantee .allhosyo {
margin-bottom: 120px;
padding: 30px 60px;
}
}
@media screen and (max-width: 768px) {
#guarantee h2 {
height: 100px;
padding-top: 30px;
}
#guarantee h2 img {
left: 3vw;
}
#guarantee h2::after {
height: 60px;
bottom: -59px;
}
#guarantee .gualist h3 .txs-18 {
width: 100%;
margin-bottom: 10px;
}
#guarantee .gualist {
padding-top: 100px;
}
#guarantee .flex {
margin-bottom: 20px;
}
#guarantee .gualist h3 {
margin-bottom: 20px;
}
#guarantee .flex2 .item {
padding: 0 8vw 40px;
}
#guarantee .flex2 {
padding-bottom: 40px;
}
#guarantee .subcontact .box {
padding-bottom: 0;
}
#guarantee {
padding-bottom: 60px;
}
#guarantee .allhosyo {
margin-bottom: 60px;
padding: 30px 40px;
gap: 20px;
flex-wrap: wrap;
}
#guarantee .allhosyo img {
margin: 0 auto;
}
}
@media screen and (max-width: 480px) {
#guarantee h2 img {
left: -3vw;
max-width: 113vw;
}
}
@media screen and (min-width: 1081px) {
#guarantee .flex img,
#guarantee .flex .txw-m {
flex: 1 1 0;
min-width: 0;
}
#guarantee .flex {
display: flex;
flex-wrap: nowrap;
}
} #faq {
padding: 120px 0;
}
#faq h2 {
text-align: center;
color: var(--color-primary);
}
#faq h2 .txs-24 {
display: block;
padding-bottom: 10px;
letter-spacing: normal;
}
#faq .qa {
margin: 80px 0 0;
}
#faq .qa__head {
padding: 0;
position: relative;
background: var(--color-white);
border: 0;
text-align: left;
border-bottom: 2px solid var(--color-primary);
min-height: 76px;
line-height: 76px;
color: var(--color-primary-2);
cursor: pointer;
width: 100%;
}
#faq .qa__head span {
position: relative;
top: -6px;
vertical-align: middle;
padding-right: 20px;
}
#faq .qa__item {
margin-bottom: 20px;
}
#faq .qa__head:after {
content: "";
display: block;
width: 30px;
height: 2px;
background: var(--color-primary-2);
position: absolute;
right: 30px;
top: 24px;
transition: transform .4s;
}
#faq .qa__head:before {
content: "";
display: block;
width: 2px;
height: 30px;
background: var(--color-primary-2);
position: absolute;
right: 44px;
top: 24px;
margin-top: -14px;
transition: transform .4s;
}
#faq .qa__head p {
padding-left: 20px;
}
#faq .qa__body {
position: relative;
padding: 0 20px;
opacity: 0;
height: 0;
transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
#faq .qa__body.is-open {
padding: 20px;
height: auto;
opacity: 1;
}
#faq .qa__head.is-open::before {
display: none;
}
#faq .qa__body p {
padding-left: 70px;
max-width: 880px;
}
@media screen and (max-width: 1080px) {
#faq .qa__head span {
font-size: 20px;
top: -3px;
position: absolute;
left: 0;
}
#faq .qa__head p {
padding-right: 120px;
line-height: 1.2;
font-size: 16px;
padding: 0 40px 0 40px;
position: relative;
}
#faq .qa__head:before {
height: 20px;
right: 9px;
top: 40px;
}
#faq .qa__head:after {
width: 20px;
right: 0;
top: 35px;
}
#faq .qa__body p {
padding: 0;
}
#faq .qa {
margin-top: 40px;
}
}
@media screen and (max-width: 768px) {
#faq {
padding: 60px 0;
}
#faq h2 {
line-height: 1.5;
}
} #impurtant {
overflow: visible;
}
#impurtant .text {
overflow: visible;
position: relative;
background: var(--color-white);
border: 4px solid var(--color-red);
gap: 30px 40px;
border-radius: 10px;
color: var(--color-red);
text-align: center;
padding: 60px 60px 80px;
}
#impurtant .text img {
position: absolute;
height: 80px;
width: 80px;
top: -40px;
left: 50%;
margin-left: -40px;
}
#impurtant .text h2 {
margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
#impurtant .text {
padding: 50px 30px 40px;
}
#impurtant .text h2 {
margin-bottom: 10px;
}
#impurtant .text p {
text-align: left;
}
}
@media screen and (max-width: 768px) {
#impurtant .text {
padding: 50px 20px 30px;
}
#impurtant .text h2 {
margin-bottom: 10px;
}
#impurtant .text p {
text-align: left;
}
} #footer .wrap {
padding: 80px;
}
#footer .info {
gap: 50px;
display: flex;
}
#footer .info table td,
#footer .info table th {
padding: 2px 30px 6px 0;
letter-spacing: normal;
border-bottom: 1px solid var(--color-border);
}
#footer .info table th {
padding-right: 30px;
text-align: left;
}
#footer .ft {
padding-top: 50px;
justify-content: flex-end;
gap: 40px;
display: flex;
}
#footer .ft .right {
text-align: right;
}
#footer .ft .right a {
text-decoration: underline;
color: var(--color-text);
}
#footer .ft .left {
line-height: 1;
color: var(--color-primary);
padding-left: 30px;
border-left: 1px solid var(--color-primary);
}
#footer .copy {
margin-top: 5px;
color: var(--color-gray);
line-height: 1.2;
}
@media screen and (max-width: 1080px) {
#footer .wrap {
padding: 50px 4vw;
}
#footer .info {
display: block;
}
#footer .address {
margin-top: 30px;
}
#footer .info table td {
padding-right: 0;
}
#footer .ft .left {
display: none;
}
}
@media screen and (max-width: 768px) {
#footer .info table th,
#footer .info table td {
display: block;
}
#footer .info table th {
border-bottom: none;
padding: 10px 0 0;
}
#footer .info table td {
padding: 0 0 10px;
}
#footer .txs-14 {
font-size: 12px;
letter-spacing: normal;
}
#footer h2 img {
margin: 0 auto;
}
}.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label:before {
content: attr(data-content); }
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label:before {
content: attr(data-content); }
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://hikari-paint.co.jp/wp-content/themes/swell_child/js/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://hikari-paint.co.jp/wp-content/themes/swell_child/js/slick/fonts/slick.eot);
src: url(https://hikari-paint.co.jp/wp-content/themes/swell_child/js/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://hikari-paint.co.jp/wp-content/themes/swell_child/js/slick/fonts/slick.woff) format('woff'), url(https://hikari-paint.co.jp/wp-content/themes/swell_child/js/slick/fonts/slick.ttf) format('truetype'), url(https://hikari-paint.co.jp/wp-content/themes/swell_child/js/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}