
@charset "UTF-8";

:root{
    --main: #c1cc00; 
}
html{
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    height: 100vh;
    scroll-behavior: smooth; 
}
body:has(details[open]){
    overflow: hidden;
}
#pan{
    display: none;
}
main{
    overflow: visible;
}
.fix_btn_wrapper{
    display: none;
}
a.link_btn{
    transition: 0.3s;
    font-size: 1.2rem;
    padding: 5px;
    border: 1px solid;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
a.link_btn:hover{
    background: #333;
    color: #fff;
}
.heading.block_header_6{
    align-items: center !important;
    margin-bottom: 30px;
}
.heading.block_header_6 p{
    color: var(--main);
    letter-spacing: 0.5rem;
}
.heading.block_header_4 .h{
    color: var(--main);
}
strong{
    color: var(--main);
}

#nbp14839094\ 14839094{
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 10;
    width: 200px;
    max-width: 20%;
}

/* ========== MENU ========== */

#nbp15152454\ 15152454{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid;
}
#nbp15152454\ 15152454 .content_wrapper{
    max-width: 100% !important;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: flex-end;
}
#nbp15152454\ 15152454 .content_wrapper a{
    margin: 0;
    border: 0;
    background: transparent;
    min-width: 0;
    padding: 30px 0;
}
#nbp15152454\ 15152454 .content_wrapper a:first-child{
    width: 150px;
    max-width: 30%;
    background: url(/common/upload_data/tsubaki-stylejp/image/20250707132058.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 2%;
}
#nbp15152454\ 15152454 .content_wrapper a:hover{
    color: #333 !important;
}
#nbp15152454\ 15152454 .content_wrapper a span{
    position: relative;
    min-width: 0;
    padding: 0;
}
#nbp15152454\ 15152454 .content_wrapper a span::before{
    background: #333;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
#nbp15152454\ 15152454 .content_wrapper a:last-child span{
    font-size: 2rem;
    line-height: 1;
}
#nbp15152454\ 15152454 .content_wrapper a span:hover::before{
    transform-origin: left top;
    transform: scale(1, 1);
}
#nbp15152454\ 15152454 .content_wrapper a:first-child span::before,
#nbp15152454\ 15152454 .content_wrapper a:last-child span::before{
    content: none;
}

/* ========== MV ========== */

#nbp12870954\ 12870954{
    scroll-snap-align: start;
    height: 100vh;
}
#nbp12870954\ 12870954 .content_wrapper{
    height: 100%;
}
#nbp12870954\ 12870954 .wrapper_item{
    height: 100%;
}
#nbp12870954\ 12870954 .gallery_single_slider{
    margin-bottom: 0;
    height: 100%;
}
#nbp12870954\ 12870954 .slick-list{
    height: 100% !important;
}
#nbp12870954\ 12870954 .slick-track{
    height: 100%;
    gap: 0;
}
#nbp12870954\ 12870954 .inner_item{
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
}
#nbp12870954\ 12870954 .inner_item span{
    position: relative;
    width: 50%;
    height: 100%;
    padding: 5%;
    box-sizing: border-box;
    background-color: #c1cc00dd;
    flex: 1;
}
#nbp12870954\ 12870954 .inner_item span img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}
#nbp12870954\ 12870954 .inner_item div.before{
    background-color: #333333dd;
    position: relative;
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
    flex: 1;
}
#nbp12870954\ 12870954 .inner_item div.before div{
    background-size: cover;
    background-position: 50%;
    height: 100%;
}
#nbp12870954\ 12870954 .inner_item div.before::before{
    content: 'BEFORE≫';
    top: 0;
}
#nbp12870954\ 12870954 .inner_item span::before{
    content: '≫AFTER';
    bottom: 0%;
}
#nbp12870954\ 12870954 .inner_item span::before,
#nbp12870954\ 12870954 .inner_item div.before::before{
    position: absolute;
    left: 0;
    right: 0;
    font-size: 9vw;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    z-index: 10;
    line-height: 1;
}
@media (max-width: 900px){
#nbp12870954\ 12870954 .inner_item{
    flex-direction: column-reverse;
}
#nbp12870954\ 12870954 .inner_item span,
#nbp12870954\ 12870954 .inner_item div.before{
    width: 100%;
    height: 50%;
}
#nbp12870954\ 12870954 .inner_item span::before,
#nbp12870954\ 12870954 .inner_item div.before::before{
    font-size: 18vw;
}
}

#nbp12870954\ 12870954 .slick-arrow{
    display: none !important;
}
#nbp12870954\ 12870954 .pointer{
    position: absolute;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
}
#nbp12870954\ 12870954 .pointer li{
    padding: 0 5px;
}
#nbp12870954\ 12870954 .pointer li button{
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    opacity: 0.6;
    transition: 0.5s;
}
#nbp12870954\ 12870954 .pointer li.slick-active button{
    height: 50px;
    opacity: 1;
}
@media (max-width: 900px){
#nbp12870954\ 12870954 .pointer{
    flex-direction: row;
}
#nbp12870954\ 12870954 .pointer li.slick-active button{
    height: 10px;
    width: 50px;
}
}

/* ========== コンセプト ========== */

#nbp13305251\ 13305251{
    scroll-snap-align: start;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#nbp13305251\ 13305251 .inner_item_txt span{
    position: relative;
    width: 100%;
    margin: 20px auto;
}
#nbp13305251\ 13305251 .inner_item_txt span::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    min-width: 300px;
    height: 70%;
    border: 3px solid;
    border-radius: 3px;
}
#nbp13305251\ 13305251 .inner_item_txt img{
    width: 30%;
    min-width: 200px;
    position: relative;
    z-index: 1;
}

#nbp13914727\ 13914727{
    scroll-snap-align: start;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    overflow-x: hidden;
}
#nbp13914727\ 13914727 .wrapper_item{
    overflow: visible;
    gap: 50px;
}
#nbp13914727\ 13914727 .wrapper_item::before{
    content: '';
    background: var(--main);
    opacity: 0.1;
    position: absolute;
    left: 10%;
    width: 70%;
    height: 100%;
    transform: rotate(15deg);
    z-index: -1;
    animation: bgSway 90s linear infinite;
}
@keyframes bgSway{
0%{
    transform: rotate(0)
}
100%{
    transform: rotate(360deg)
}
}
#nbp13914727\ 13914727 .inner_item:first-child{
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 30px;
    width: 100% !important;
    margin-bottom: 0 !important;
}
#nbp13914727\ 13914727 .inner_item:first-child .inner_item_txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#nbp13914727\ 13914727 .inner_item:first-child .inner_item_img{
    transform: rotate(3deg);
    overflow: hidden;
}
#nbp13914727\ 13914727 .inner_item:last-child{
    flex-direction: row;
    flex-wrap: wrap;
    width: 100% !important;
    margin-left: 0 !important;
    gap: 30px 2px;
}
#nbp13914727\ 13914727 .inner_item_img,
#nbp13914727\ 13914727 .inner_item_txt{
    width: 48%;
}
#nbp13914727\ 13914727 .inner_item_img{
    margin-bottom: 0;
}
#nbp13914727\ 13914727 .inner_item_img img{
    height: 100% !important;
    border-radius: 25px;
}
#nbp13914727\ 13914727 .inner_item_txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 600px){
#nbp13914727\ 13914727 .inner_item_img,
#nbp13914727\ 13914727 .inner_item_txt{
    width: 100%;
}
#nbp13914727\ 13914727 .inner_item:last-child{
    flex-direction: column-reverse;
}
}

/* ========== 施工事例 ========== */

#nbp13484773\ 13484773{
    scroll-snap-align: start;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#nbp13484773\ 13484773 .wrapper_item{
    justify-content: space-between;
    overflow: visible !important;
    flex-wrap: wrap;
}
#nbp13484773\ 13484773 .inner_item{
    border: none;
    flex-grow: 1;
}
@media (max-width: 1100px){
#nbp13484773\ 13484773 .inner_item{
    width: 18%;
    margin-left: 2.5%;
}
}
#nbp13484773\ 13484773 .inner_item_img img{
    height: auto !important;
}
#nbp13484773\ 13484773 .inner_item_txt{
    padding: 10px 0;
}
#nbp13484773\ 13484773 .inner_item:last-of-type{
    width: 100%;
    padding-top: 30px;
    margin-left: 0;
}
#nbp13484773\ 13484773 .inner_item:last-of-type .inner_item_txt{
    display: flex;
    justify-content: center;
}
#nbp13484773\ 13484773 .inner_item:last-of-type .inner_item_txt p{
    width: 100%;
}
#nbp13484773\ 13484773 .inner_item:last-of-type .inner_item_txt a{
    border: 3px solid #333;
    padding: 10px 50px;
    border-radius: 50px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    text-align: center;
}
#nbp13484773\ 13484773 .inner_item:last-of-type .inner_item_txt a:hover{
    background: #333;
    color: #fff;
}

/* ========== サービス ========== */

#nbp13308161\ 13308161{
    scroll-snap-align: start;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#nbp13308161\ 13308161 .inner_item{
    border: 2px solid;
    padding: 30px;
    background: #fff;
    justify-content: space-between;
}
#nbp13308161\ 13308161 .inner_item_img img{
    object-fit: contain;
}

/* ========== FLOW ========== */

#nbp13835187\ 13835187{
    min-height: 100vh;
    box-sizing: border-box;
    overflow: visible;
    scroll-snap-align: start;
}
#nbp13835187\ 13835187 .content_wrapper{
}
#nbp13835187\ 13835187 .wrapper_item{
    flex-direction: column;
    gap: 30px;
    overflow: visible;
}
#nbp13835187\ 13835187 .inner_item{
    scroll-snap-align: center;
    width: 100% !important;
    margin-left: 0;
    gap: 30px;
}
#nbp13835187\ 13835187 .inner_item:first-child{
    scroll-snap-align: none;
}
#nbp13835187\ 13835187 .inner_item:nth-of-type(2n-1){
    flex-direction: row-reverse;
}
#nbp13835187\ 13835187 .inner_item:nth-of-type(2n){
    flex-direction: row;
}
#nbp13835187\ 13835187 .inner_item_txt{
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 700px){
#nbp13835187\ 13835187 .inner_item{
    flex-direction: column-reverse !important;
}
#nbp13835187\ 13835187 .inner_item_txt{
    padding-top: 0;
}
}
#nbp13835187\ 13835187 .inner_item_img{
    position: relative;
    margin-top: 60px;
}
#nbp13835187\ 13835187 .inner_item_img::before{
    font-size: 120px;
    font-weight: 900;
    color: var(--main);
    position: absolute;
    top: -145px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
#nbp13835187\ 13835187 .inner_item:nth-of-type(1) .inner_item_img::before{
    content: '01';
}
#nbp13835187\ 13835187 .inner_item:nth-of-type(2) .inner_item_img::before{
    content: '02';
}
#nbp13835187\ 13835187 .inner_item:nth-of-type(3) .inner_item_img::before{
    content: '03';
}
#nbp13835187\ 13835187 .inner_item:nth-of-type(4) .inner_item_img::before{
    content: '04';
}
#nbp13835187\ 13835187 .inner_item:nth-of-type(5) .inner_item_img::before{
    content: '05';
}
#nbp13835187\ 13835187 .inner_item_img img{
    height: auto !important;
    border-radius: 30px;
    border: 5px solid var(--main);
    box-sizing: border-box;
}

/* ========== 水回り ========== */

#nbp14386281\ 14386281{
    scroll-snap-align: start;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: var(--main);
}
#nbp14386281\ 14386281 .content_wrapper{
    transform: none;
    z-index: initial;
    width: 95%;
}
#nbp14386281\ 14386281 .heading{
}
#nbp14386281\ 14386281 .heading h2
#nbp14386281\ 14386281 .heading p{
    z-index: 9;
}
#nbp14386281\ 14386281 .wrapper_item{
    gap: 5vw 1vw;
}
#nbp14386281\ 14386281 .inner_item{
    margin: 0;
    flex-grow: 1;
}
@media (max-width: 700px){
#nbp14386281\ 14386281 .inner_item{
    width: 100% !important;
}
}
#nbp14386281\ 14386281 .inner_item_img{
    margin-bottom: 0;
}
#nbp14386281\ 14386281 .inner_item_img,
#nbp14386281\ 14386281 .inner_item_txt .heading{
    height: 250px !important;
}
#nbp14386281\ 14386281 .inner_item:nth-of-type(2) .inner_item_img img{
    object-position: 0 90%
}
#nbp14386281\ 14386281 .inner_item_txt{
    padding: 30px 20px 10px !important;
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.eq_image{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 1vw;
    padding-top: 10px;
}
details{
    width: 46%;
    flex-grow: 1;
}
summary{
    cursor: pointer;
}
a.modal-open-button{
    transition: 0.3s;
}
a.modal-open-button:hover{
    opacity: 0.8;
}
.modal-overlay{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #000000aa;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}
.modal-wrapper{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}
details[open] .modal-overlay{
    opacity: 1;
    visibility: visible;
}
details[open] .modal-wrapper{
    opacity: 1;
    visibility: visible;
}
.modal-content{
    pointer-events: all;
    width: 95%;
    max-width: 800px;
    max-height: 95%;
    border-radius: 15px;
    overflow: hidden;
}

/* ========== 無料相談会 ========== */

#nbp13359944\ 13359944{
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#nbp13359944\ 13359944 .wrapper_item{
    align-items: stretch;
}
#nbp13359944\ 13359944 .inner_item_img img{
    object-fit: cover;
    height: 100%;
}
#nbp13359944\ 13359944 .inner_item_txt{
    z-index: 10;
    max-width: 500px !important;
    margin: auto;
    padding: 2vw;
}
#nbp13359944\ 13359944 .inner_item_txt .circle_wrapper{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-weight: 900;
    padding-top: 30px;
}
#nbp13359944\ 13359944 .inner_item_txt .circle{
    width: 100%;
    background: #e1e862;
    border-radius: 100%;
}
#nbp13359944\ 13359944 .inner_item_txt .circle p{
    position: relative;
    padding-top: 100%;
    height: 0;
    display: flex;
    justify-content: center;
}
#nbp13359944\ 13359944 .inner_item_txt .circle p span{
    position: absolute;
    top: 40%;
}
#nbp13359944\ 13359944 .inner_item_txt p.re_contact{
    display: flex;
    gap: 10px;
    padding-top: 30px;
}
#nbp13359944\ 13359944 .inner_item_txt p.re_contact a{
    flex: 1;
    border: 1px solid;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    line-height: 3;
}

/* ========== フォーム ========== */

#nbp13359934\ 13359934{
    scroll-snap-align: start;
    min-height: 100vh;
    box-sizing: border-box;
}
#nbp13359934\ 13359934 div.submit{
    background: var(--main);
    border-color: var(--main);
}
#nbp13359934\ 13359934 div.submit:hover{
    background: #ffffff;
}
#nbp13359934\ 13359934 div.submit:hover span input{
    color: var(--main) !important;
}
@keyframes thearrowlink{
0% {
    right: 35px;
}
10% {
    right: 35px;
    background-color: var(--main);
}
100% {
    right: 15px;
    background-color: var(--main);
}
}

#nbp15185986\ 15185986{
    scroll-snap-align: start;
}

/* ========== footer ========== */
#nbp15187416\ 15187416 .content_wrapper{
    padding: 0;
}
#nbp15187416\ 15187416 .inner_item_txt{
    display: flex;
}
#nbp15187416\ 15187416 .inner_item_txt p{
    flex: 1;
    text-align: center;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
}
#nbp15187416\ 15187416 .inner_item_txt p:first-child{
    border-right: 1px solid #ccc;
}
#nbp15187416\ 15187416 .inner_item_txt p a{
    text-decoration: none;
    display: block;
    width: 100%;
    transition: 0.5s;
    padding: 60px 0;
}
#nbp15187416\ 15187416 .inner_item_txt p a:hover{
    background: #c1cc0033;
}

#nbp15185997\ 15185997{
    scroll-snap-align: start;
}