.home-container {
padding-bottom: var(--px-150);
}
.home-container > .hero {
height: max(100svh, 500px);
}
.home-hero {
z-index: 0;
position: relative;
height: 100%;
}
.home-hero::before {
z-index: 1;
content: "";
position: absolute;
inset: 0 0 auto 0;
height: var(--site-header-height);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
pointer-events: none;
}
.home-hero > .media {
height: 100%;
box-shadow: var(--shadow-opacity25);
}
.c-splide.-home-hero-media .image {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition: 7s linear;
}
.c-splide.-home-hero-media, .c-splide.-home-hero-media .splide, .c-splide.-home-hero-media .splide__track, .c-splide.-home-hero-media .splide__list, .c-splide.-home-hero-media .splide__slide {
height: 100%;
} .c-splide.-home-hero-media .splide__slide.is-active .image {
transform: scale(1.05);
}
@media (max-width:767px) {
.home-container > .hero{
height: 65vh;
}
} .event > .inner{
max-width: var(--content-width-small);
margin-inline: auto;
padding-block: 170px 0;
}
.home-event{
display: flex;
flex-direction: column;
align-items: center;
}
.home-event > .body{
position: relative;
padding-top: 58px;
}
.home-event > .body::before{
content: "";
position: absolute;
width: 100%;
height: 297px;
max-height: 100%;
border-image: linear-gradient(
0deg,
#fff 297px,
rgba(0, 0, 0, 0) 0
) 0 fill / auto / 0 100vw 0 100vw;
z-index: -1;
top: 0;
} .concept > .inner{
max-width: var(--content-width-large);
margin-inline: auto;
padding-block: clamp(80px, 8.8541666667vw, 170px) 0;
}
.home-concept > .wrap{
position: relative;
}
.home-concept > .wrap > .media{
position: relative;
}
.home-concept > .wrap > .media::before{
content: "";
position: absolute;
width: 100%;
height: 723px;
max-height: 100%;
border-image: linear-gradient(
0deg,
var(--color-beige-light) 723px,
rgba(0, 0, 0, 0) 0
) 0 fill / auto / 0 100vw 0 100vw;
z-index: -1;
top: 0;
}
.home-concept > .wrap > .c-heading.-typeA{
position: absolute;
bottom: -68px;
left: 50%;
transform: translateX(-50%);
padding-bottom: 0;
z-index: 1;
}
.home-concept > .content{
margin-top: 116px;
}
.home-concept > .content > .ttl{
text-align: center;
font-size: var(--font-40);
font-family: var(--font-serifJP);
line-height: 1.6;
}
.home-concept > .content > .txt{
text-align: center;
font-size: var(--font-20);
font-family: var(--font-sansJP);
line-height: 2;
font-weight: 400;
padding-block: 36px 55px;
}
@media (max-width:960px) {
.home-concept > .wrap > .c-heading.-typeA{
bottom: -56px;
}
.home-concept > .content > .txt{
padding-block: 36px;
}
} .line > .inner{
width: var(--content-width-small);
margin: 0 auto;
padding-block: 170px 0;
}
.home-line{
position: relative;
}
.home-line::before{
content: "";
position: absolute;
width: 100%;
height: 692px;
max-height: 100%;
border-image: linear-gradient(
0deg,
var(--color-beige-light) 692px,
rgba(0, 0, 0, 0) 0
) 0 fill / auto / 0 100vw 0 4vw;
z-index: -1;
top: 30px;
}
.home-line > .c-heading.-border{
border-image: linear-gradient(
0deg,
var(--color-orange) 1px,
rgba(0, 0, 0, 0) 0
) 0 fill / auto / 0 100vw 0 0vw;
}
.home-line > .c-heading > .txt{
margin-top: 30px;
}
.home-line > .list{
display: flex;
gap: clamp(15px, 2.6041666667vw, 50px);
justify-content: center;
margin-top: 54px;
}
.home-line > .list > .item > .link > .media{
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
margin-bottom: 15px;
overflow: hidden;
max-height: 335px;
height: 100%;
}
.home-line > .list > .item > .link > .media > .img{
overflow: hidden;
position: relative;
flex: 0 0 auto;
width: 100%;
margin: 0;
}
.home-line > .list > .item > .link > .media > .img > img{
width: 335px;
transform: scale(1.0);
transition: transform var(--transition-duration);
}
@media ( hover : hover) {
.home-line > .list > .item > .link:hover > .media > .img > img{
transform: scale(1.08);
}
}
.home-line > .list > .item > .link > .media > .logo::after{
content: attr(data-text);
display: flex;
justify-content: center;
margin-top: 10px;
font-size: 13px;
font-family: var(--font-sansJP);
font-weight: 400;
}
.home-line > .list > .item > .link > .media > .logo >.ttl{
font-size: var(--font-18);
font-weight: bold;
text-align: center;
line-height: 1.6;
}
.home-line > .list > .item > .link > .content{
text-align: center;
}
.home-line > .list > .item > .link > .content > .txt{
margin-bottom: 1.5em;
font-size: var(--font-16);
font-family: var(--font-sansJP);
font-weight: 400;
line-height: 2;
}
.home-line > .list > .item > .link > .content > .price{
font-size: var(--font-16);
font-family: var(--font-Quicksand);
font-weight: 400;
line-height: 1.3;
color: var(--color-brown-b);
min-height: calc(var(--font-26) * 1.3);
display: flex;
align-items: center;
justify-content: center;
}
.home-line > .list > .item > .link > .content > .price > span{
font-size: var(--font-26);
font-weight: 400;
padding-inline: 4px;
position: relative;
top: -4px;
}
@media (max-width:1100px) {
.line > .inner{
width: 90vw;
}
.home-line > .list > .item > .link > .media{
max-height: 300px;
}
}
@media (max-width:960px) {
.home-line::before{
top: 20px;
border-image: linear-gradient(
0deg,
var(--color-beige-light) 100%,
rgba(0, 0, 0, 0) 0
) 0 fill / auto / 0 100vw 0 100vw;
height: 100%;
}
.home-line > .list{
flex-direction: column;
gap: 30px;
}
.home-line > .list > .item > .link > .media{
max-height: 100%;
margin-bottom: 10px;
}
.home-line > .list > .item > .link > .media > .img > img{
width: 90vw;
}
.home-line > .list > .item > .link > .content > .txt{
margin-bottom: 0.5em;
}
.home-line > .list > .item > .link > .content > .price > span{
top: -2px;
}
}
@media (max-width:767px) {
.home-line::before{
}
} .whyUs > .inner{
width: min(90vw, 1330px);
margin: 0 auto;
padding-block: clamp(170px, 11.4583333333vw, 220px) 0;
}
.home-whyUs{
position: relative;
}
.home-whyUs::before{
content: "";
position: absolute;
width: 1000px;
max-width: 100%;
height: 632px;
max-height: 100%;
border-image: linear-gradient(0deg, var(--color-beige-light) 632px, rgba(0, 0, 0, 0) 0) 0 fill / auto / 0 0vw 0 0vw;
z-index: -1;
top: 30px;
left: 50%;
transform: translateX(-50%);
}
.home-whyUs > .gird{
width: 100%;
margin-block: 56px 70px;
}
.home-whyUs > .gird > .list {
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style: none;
gap: 20px;
} .home-whyUs > .gird > .list > .item:nth-child(-n+3) {
flex: 0 0 calc(33.333% - 14px);
padding-block: 36px 39px;
} .home-whyUs > .gird > .list > .item:nth-child(n+4) {
flex: 0 0 calc(25% - 15px);
padding-block: 18px 22px;
}
.home-whyUs > .gird > .list > .item{
border: 1px solid var(--color-orange);
background-color: var(--color-white);
text-align: center;
position: relative;
overflow: hidden;
padding-inline: 2%;
z-index: 1;
}
.home-whyUs > .gird > .list > .item > .txt{
font-size: var(--font-22);
line-height: 1.6;
font-family: var(--font-sansJP);
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.home-whyUs > .gird > .list > .item > .deco{
position: absolute;
bottom: -15px;
left: 0;
color: var(--color-orange);
font-size: 65px;
font-family: var(--font-Quicksand);
opacity: 0.5;
z-index: -1;
}
.home-whyUs > .gird > .list > .item > .deco > span{
font-size: 100px;
}
.home-whyUs > .action{
padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
.home-whyUs > .gird > .list > .item:nth-child(n+4) {
flex: 0 0 calc(33.333% - 14px) !important;
}
.home-whyUs > .gird > .list > .item:last-child {
flex: 0 0 100% !important;
}
}
@media screen and (max-width: 960px) {
.home-whyUs > .gird > .list > .item:nth-child(-n+3) {
flex: 0 0 calc(50% - 10px) !important;
padding-block: 25px 30px !important;
}
.home-whyUs > .gird > .list > .item:nth-child(n+4) {
flex: 0 0 calc(50% - 14px) !important;
}
.home-whyUs > .gird > .list > .item:last-child {
flex: 0 0 100% !important;
}
.home-whyUs::before{
top: 20px;
height: 100%;
border-image: linear-gradient(0deg, var(--color-beige-light) 100%, rgba(0, 0, 0, 0) 0) 0 fill / auto / 0 100vw 0 100vw;
}
}
@media screen and (max-width: 560px) {
.home-whyUs > .gird > .list > .item:nth-child(-n+3),
.home-whyUs > .gird > .list > .item:nth-child(n+4) ,
.home-whyUs > .gird > .list > .item:last-child{
flex: 0 0 100% !important;
}
.home-whyUs > .gird > .list > .item:nth-child(n+6){
padding-block: 25px 30px !important;
}
.home-whyUs > .gird > .list > .item:last-child {
padding-block: 18px 22px !important;
}
} .works > .inner{
padding-block: clamp(140px, 10.4166666667vw, 200px) 0;
}
.home-works > .body{
margin-block: 50px 0;
}
.works-card > .works-card__link{
display: grid;
width: 320px;
max-width: 100%;
grid-template-rows: auto auto 1fr;
}
.home-works > .body > .action{
width: var(--content-width-large);
margin: 60px auto 0;
}
.works-splide .splide__slide.size-0 {
opacity: 0 !important;
visibility: hidden !important;
width: 0 !important;
margin: 0 !important;
padding: 0 !important;
transition: opacity 0.3s ease, width 0s linear 0.3s, margin 0s linear 0.3s, padding 0s linear 0.3s;
}
.works-splide .splide__slide.is-clone {
opacity: 1 !important;
}
.splide__slide img{
aspect-ratio: 320 / 270;
}
.works-splide .splide__track{
opacity: 1;
transition: opacity 0.5s ease-in-out;
}
.works-splide.is-filtering{
pointer-events: none;
}
.works-splide.is-filtering .splide__track {
opacity: 0 !important;
transition: opacity 0.5s ease-in-out !important;
}
.works-splide .splide__track.is-hidden {
opacity: 0;
transition: opacity 0.5s ease-in-out;
position: relative;
}
.works-splide .splide__track.is-hidden::before {
content: "";
position: absolute;
inset: 0;
background-color: var(--color-beige-light);
z-index: 5;
opacity: 1;
}
.works-card > .works-card__link > .works-card__media{
margin-bottom: 10px;
}
.works-card__categories{
display: flex;
gap: 10px;
align-items: center;
}
.works-card__categories > .works-card__category{
font-size: var(--font-14);
font-weight: bold;
font-family: var(--font-sansJP);
color: var(--color-brown);
padding-left: 13px;
position: relative;
margin-bottom: 5px;
}
.works-card__categories > .works-card__category::before{
content: "";
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 8px;
height: 8px;
background-color: #C2B2A9;
border-radius: 50%;
}
.works-card__title{
font-size: var(--font-18);
font-weight: bold;
line-height: 1.4;
font-family: var(--font-sansJP);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis; 
max-height: calc(1.5em * 2);
}
.category-filter{
display: flex;
align-items: center;
gap: 25px;
}
.category-filter__label {
display: block;
font-weight: bold;
font-size: var(--font-14);
color: var(--color-brown);
}
.category-filter__buttons {
display: flex;
flex-wrap: wrap;
gap: 15px;
color: var(--color-black);
}
.category-filter__button {
display: flex;
align-items: center;
gap: 10px;
padding: 7px 16px 7px 7px;
border-radius: 999px;
border: 1px solid var(--color-gray-c);
background-color: white;
font-size: var(--font-14);
font-weight: 400;
color: var(--color-black);
transition: all 0.1s ease;
cursor: pointer;
}
.category-filter__button:hover {
background-color: #f0f3ec;
}
.category-filter__button.is-check {
background-color: #e0e5da;
border-color: #e0e5da;
color: #394530;
transition: none;
}
.category-filter__check {
display: grid;
place-content: center;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #DFDCDB;
}
.category-filter__button.is-check .category-filter__check {
background-color: white;
transition: none;
}
.icon-check {
display: block;
width: 12px;
height: 12px;
background-color: #596b4e;
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
mask-size: contain;
mask-repeat: no-repeat;
mask-position: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.category-filter__button.is-check .icon-check {
opacity: 1;
transition: none;
}
@media (max-width: 767px) {
.category-filter__buttons {
gap: 10px;
}
.category-filter{
flex-direction: column;
gap: 5px;
}
} .bnr{
width: min(90vw,1000px);
margin: 0 auto;
padding-block: clamp(40px, 8.8541666667vw, 170px) 0;
}
@media (hover : hover) { 
.bnr > a:hover{
opacity: var(--transition-opacity);
}
} .catalog > .inner{
width: var(--content-width-medium);
margin: 0 auto;
padding-block: 170px 0;
}
.home-catalog{
position: relative;
}
.home-catalog::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
max-height: 100%;
border-image: url(//kaitekihomes.com/wp-content/themes/akari/assets/img/catalog-bg.jpg) 0 fill / auto / 0 100vw 0 100vw;
z-index: -1;
top: 30px;
}
.home-catalog > .body{
margin-top: 40px;
display: flex;
flex-direction: column;
align-items: center;
}
.home-catalog > .body > .txt{
font-size: var(--font-24);
font-weight: 400;
text-align: center;
}
.home-catalog > .body > .ttl{
font-size: var(--font-43);
margin-bottom: 50px;
text-align: center;
}
.home-catalog > .body > .ttl > span{
position: relative;
display: inline-block;
}
.home-catalog > .body > .ttl > span::after{
content: "";
position: absolute;
left: 0;
bottom: 20px;
width: 100%;
height: 20px;
background-color: #BFE6EA;
z-index: -1;
}
.home-catalog > .body > .action{
position: relative;
bottom: 30px;
}
.home-catalog > .body > .media > img{
width: 700px;
}
@media (max-width:960px) {
.home-catalog::before{
top: 22px;
height: 100%;
}
}
@media (max-width:767px) {
.home-catalog > .body > .ttl{
margin-bottom: 20px;
}
}
@media (max-width:560px) {
.home-catalog > .body > .txt{
margin-bottom: 20px;
font-size: 16px;
}
.home-catalog > .body > .ttl{
line-height: 1.6;
font-size: 25px;
}
.home-catalog > .body > .ttl > span::after{
bottom: 0;
}
} .news > .inner{
width: min(90vw,1000px);
margin: 0 auto;
padding-block: 170px 0;
}
.home-news{
position: relative;
padding-inline: clamp(10px, 5.46875vw, 105px);
}
.home-news::before{
content: "";
position: absolute;
width: 1000px;
max-width: 100%;
height: 100%;
max-height: 100%;
border-image: linear-gradient(0deg, var(--color-beige-light) 100%, rgba(0, 0, 0, 0) 0) 0 fill / auto / 0 100vw 0 100vw;
z-index: -2;
top: 30px;
left: 50%;
transform: translateX(-50%);
}
.home-news::after{
content: "";
position: absolute;
width: 1000px;
max-width: 100%;
height: 100%;
max-height: 100%;
border-image: linear-gradient(0deg, var(--color-white) 100%, rgba(0, 0, 0, 0) 0) 0 fill / auto / 0 0vw 0 0vw;
z-index: -1;
top: 30px;
left: 50%;
transform: translateX(-50%);
}
.home-news > .body{
margin-top: 50px;
padding-bottom: 20px;
}
@media (max-width:960px) {
.home-whyUs::before{
top: 20px;
}
.home-news::before{
top: 20px;
}
.home-news::after{
top: 20px;
}
}