@charset "UTF-8";

@font-face {
    font-family: "Yu Mincho";
    src: local("Yu Mincho Demibold");
    font-weight: 500;
  }
  

body {
    font-family: "Yu Mincho", "YuMincho", serif;
    margin: 0;
    padding: 0;
    color: #333;
}
.br-sp{
    display: none;
}
@media (max-width: 768px) {
    .br-sp{
        display: block;
    }
.br-pc{
    display: none;
}
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 120px;
    padding-left: 5%;
    height: 92px;
}

.logo {
    height: 69px;
}

.headercontact-btn {
    box-shadow: 0 1.8px 7px 0 rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(to right,  #cfa21d, #f6e8c1);
    color: #333;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    border: none;
    padding: 5px 36px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.no-underline {
    text-decoration: none;
}


.hero img {
    width: 100%;
    height: auto;
    vertical-align: text-top;
}

.hero-image-sp {
    display: none;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.nokosu-text {
    /* background-image: linear-gradient(to top, #cfa21d 10%, #f6e8c1 65%, #fcfbf6); */
    color: #333;
    font-size: 80px;
    font-weight: 900;
    letter-spacing: 1rem;
    background-clip: text;
    position: absolute;
    left: 9%;
    top: 75px;
    filter: drop-shadow(1px 2px 3px #33333333) drop-shadow(0px -3px 2px #ffffff33);
}

.hero h2 {
    font-size: 20px;
    letter-spacing: 2px;
    color: #333;
    width: fit-content;
    position: absolute;
    bottom: -15px;
    left: 9%;
    z-index: 1;
    text-shadow: 0 0 10px #ffffffaf;
}

.hero h2::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: -30px;
    right: -15px;
    z-index: -1;
    opacity: 0.7;
    background: radial-gradient(circle, #fff, #ffffff00);
    filter: blur(15px);
}

.hero-image {
    max-width: 100%;
    height: auto;
}

.background-section {
    background-image: url('img/background.jpeg');
    background-size: auto;
    background-position: center;
    padding: 40px 0 100px;
    position: relative;
}

.feature, .products {
    margin: 20px auto;
    padding: 20px;
    max-width: 1200px;
}

.feature {
    position: relative;
    padding: 40px;
    overflow: hidden;
    margin-bottom: 158px;
    margin-top: 78px;
    text-align: center;
}

.feature::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background-image: url('img/gold_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.feature h2,
.feature p {
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.feature h2 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 5px;
}

.feature p {
    font-size: 18px;
    margin-top: 0;
    font-weight: normal;
}

.feature-images {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.feature-images img {
    width: 48%;
}

.products {
    margin-bottom: 50px;
}

.products-subtitle {
    width: 103px;
    height: 14px;
    font-family: "Noto Sans JP",;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: center;
    color: #debd69;
  }

.products h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.products h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.products img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

.testimonial {
    margin: 0 auto;
    text-align: center;
    background-color: #fcfbf6;
}
.testimonial p {
    margin: 0;
}
.voice {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: bold;
    color: #debd69;
    position: relative;
    top: -60px;
}
.testimonial h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 80px;
    margin-top: -54px;
    z-index: 2;
    position: relative;
}

.testimonial h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.testimonial-content {
    border: 2px solid #debd69;
    padding: 60px;
    text-align: left;
    margin: 50px auto 0;
    width: 476px;
    z-index: 1;
    position: relative;
    background-color: #fcfbf6;
}

.testimonial-content p {
    color: #333;

}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.user-icon {
    width: 160px;
    border-radius: 50%;
    margin-right: 30px;
}

.user-info {
    flex: 1;
    max-inline-size: max-content;
    margin-inline: auto;
}

.user-name {
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
}

.user-details {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.testimonial-message {
    font-size: 18px;
    line-height: 1.6;
    margin: 35px auto 0 !important;
    width: 350px;
}

.contact {
    text-align: center;
    background-color: #fcfbf6;
    height: 180px;
    padding-top: 65px;
}

.contact-btn {
    display: inline-block;
    background: linear-gradient(to right, #cfa21d, #f6e8c1);
    color: #333;
    text-decoration: none;
    padding: 14px 175px 10px;
    font-size: 26px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: -2.4px 1.8px 7px 0 rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 1;
}

.contact-btn:hover {
    opacity: 0.8;
}

footer {
    padding: 40px 120px;
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #fcfbf6;
}

footer::after {
    content: '';
    position: absolute;
    bottom: 265px;
    right: 0;
    width: 900px;
    height: 672px;
    background-image: url(img/footer_pic.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 0;
}

.footer-logo {
    height: 43px;
    margin: 0 25px 0 0;
}
.footer-logo.bos {
    height: 76px;
}
footer p {
    font-size: 14px;
    line-height: 1.6;
    margin: 5px 0;
    font-weight: 600;
}

.copyright {
    font-size: 14px;
    color: #333;
    display: block;
    align-content: end;
    font-family: "Noto Sans JP";
}

.service-description {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.image-text-container {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 140px;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 104px;

}

.image-text-container.reverse {
    flex-direction: row;
}

.image-container {
    width: 880px;
    flex-shrink: 0;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.text-container {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 1;
    bottom: 0;
    width: 560px;
    height: 200px;
    text-align: -webkit-center;
    display: block;
    align-content: center;
}

.image-text-container:not(.reverse) .text-container {
    left: 0;
}

.image-text-container.reverse .text-container {
    right: 0;
    height: 240px;
}

.text-container p {
    margin: 0;
    position: relative;
    z-index: 1;
    width: 468px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
}

/* Left top lines */
.text-container::before,
.text-container::after {
    content: '';
    position: absolute;
    background-color: #debd69;
}

.text-container::before {
    top: 20px;
    left: -25px;
    width: 200px;
    height: 2px;
}

.text-container::after {
    top: -25px;
    left: 20px;
    width: 2px;
    height: 200px;
}

/* Right bottom lines */
.text-container p::before,
.text-container p::after {
    content: '';
    position: absolute;
    background-color: #debd69;
}

.text-container p::before {
    bottom: -35px;
    right: -65px;
    width: 200px;
    height: 2px;
}

.reverse .text-container p::before {
    bottom: -25px;
    right: -65px;
    width: 200px;
    height: 2px;
}


.text-container p::after {
    bottom: -75px;
    right: -25px;
    width: 2px;
    height: 200px;
}

.reverse .text-container p::after {
    bottom: -65px;
    right: -25px;
    width: 2px;
    height: 200px;
}

.product-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.product-title {
    text-align: center;
    margin-bottom: 40px;
}
.product-title p {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #debd69;
    margin: 0;
}
.product-title h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 100px;
    margin-top: 8px;
}

.product-title h3 {
    font-size: 24px;
    color: #333;
}

.product-content {
    display: flex;
        height: 560px;
        margin-left: 75px;

}

.product-image {
    flex: 1;
}

.product-image img {
    width: 100%;
    height: auto;
    box-shadow: -45px 35px 6px 0px rgba(0, 0, 0, 0.4);
}

.product-info {
    flex: 1;
    padding-left: 75px;

}

.product-info h3 {
    font-size: 48px;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #debd69;
    width: 520px;
}
.product-info h3 span {
    font-size: 44px;
}
.product-description {
    width: 510px;
}

.product-description p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
}
.product-price {
    font-weight: bold;
}
.product-description-mini {
    font-size: 14px!important;
    margin-bottom: 10px!important;
}

.product-icons {
    display: flex;
    justify-content: space-around;
    margin: 50px auto 140px;
    width: 100%;
}

.product-icon {
    width: 130px;
    height: 130px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}

.product-icon:hover {
    border-color: #debd69;
}

.custom-shape-divider-bottom-1724572962 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: scale(-1, 1);
}

.custom-shape-divider-bottom-1724572962 svg {
    position: relative;
    display: block;
    width: calc(153% + 1.3px);
    height: 67px;
}

.custom-shape-divider-bottom-1724572962 .shape-fill {
    fill: #FCFBF6;
}

@media screen and (max-width: 1024px) {
    .image-container {
        width: 95%;
    }
}

@media screen and (max-width: 768px) {
    header{
        padding-right: 20px;
        padding-left: 20px;
    }
    .logo{
        height: 50px;
    }
    .nokosu-text {
        font-size: 80.5px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 16.1px;
        text-align: left;
    }
    .hero h2{
        font-size: 4.5vw;
        left: 6%;
    }
    .hero h2::after{
        right: 0;
    }
    .service-description {
        max-width: 100%;
        padding: 0;
    }
    .image-text-container{
        padding-bottom: 180px;
    }
    .image-text-container.reverse {
        padding-bottom: 220px;
    }
    .image-text-container:not(.reverse) .text-container,
    .image-text-container.reverse .text-container {
        left: 50%;
        transform: translateX(-50%);
    }
    .image-container {
        width: 100%;
    }
    .text-container{
        width: 90%;
    }
    .text-container::before{
        top: -25px;
    }
    .text-container::after{
        top: -70px;
    }
    .text-container p{
        width: auto;
        margin: 0 50px;
    }
    .text-container p::before{
        right: -75px;
        bottom: -80px;
    }
    .reverse .text-container p::before{
        right: -75px;
        bottom: -85px;
    }
    .text-container p::after{
        right: -30px;
        bottom: -125px;
        }
    .reverse .text-container p::after{
        right: -30px;
        bottom: -130px;
    }
    .testimonial-content{
        margin: 30px 37px 0;
        width: auto;
    }
    .testimonial-message{
        width: auto;
    }
    .product-section{
        margin: 40px auto 350px;
    }
    .product-icons {
        width: 85%;
        flex-wrap: wrap;
        margin: -850px auto 510px;
        gap: 30px;
        }
        .product-icon {
            width: 24%;
            height: auto;
            aspect-ratio: 1 / 1;
        }
    .product-content {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        height: auto;
    }
    .product-info {
        padding-left: 0;
        margin-top: 340px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .product-info h3 {
        font-size: 2rem;
        width: 100%;
        text-align: center;
    }
    .product-info h3 span {
        font-size: 1.5rem;
    }
    .product-description {
        width: 100%;
    }
    footer::after {
        width: 240px;
        bottom: 350px;
    }
}

@media screen and (max-width: 500px) {
    .logo{
        height: auto;
        width: 55%;
    }
    .headercontact-btn{
        padding: 7px 11px;
        font-size: 16px;
    }
    .hero-image-pc{
        display: none;
    }
    .hero-image-sp{
        display: block;
    }
    .nokosu-text{
        left: 52%;
        transform: translateX(-50%);
        letter-spacing: 5px;
        font-size: 15vw;
        margin: 0;
        top: -30px;
    }
    .hero h2{
        left: 4%;
        bottom: 0;
        font-weight: bold;
        }
    .hero h2::after {
        right: -57px;
        }
    .feature{
        padding: 0;
    }
    .feature h2{
        font-size: 5.3vw;
    }
    .text-container p{
        font-size: 16px;
    }
    .reverse .text-container p{
        margin: 0 48px;
    }
    .text-container p::before{
        right: -68px;
        bottom: -50px;
    }
    .reverse .text-container p::before{
        right: -68px;
        bottom: -45px;
    }
    .text-container p::after{
        right: -28px;
        bottom: -90px;
        }
    .reverse .text-container p::after{
        right: -28px;
        bottom: -85px;
    }

    .product-section {
        margin: 40px auto 0;
        position: relative;
    }
    .product-title h2 {
        margin-bottom: 50px;
    }
    .product-image img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        box-shadow: -20px 20px 6px 0px rgba(0, 0, 0, 0.4);
    }
    .product-icons {
        gap: 10px;
        margin: 0;
        position: absolute;
        top: calc(100px + 100vw);
        left: 50%;
        transform: translateX(-50%);
    }
    .product-info {
        margin-top: 220px;
    }
    .product-info h3 {
        font-size: 7vw;
    }
    .testimonial-content {
        padding: 15px;
        margin: 30px 30px 0;
    }
    .user-icon {
        width: 70px;
        margin-right: 10px;
    }
    .user-details {
        font-size: 18px;
    }
    .testimonial-message {
        margin: 20px auto 0 !important;
    }
    .contact{
        padding-top: 40px;
    }
    .contact-btn {
        padding: 6px 125px 4px;
        font-size: 20px;
    }
    footer{
        padding: 40px 30px 70px;
    }
    .copyright {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }
}