body {
    background-color: #e4a041;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 30px, #f5cf53 30px, #f5cf53 60px);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
    font-family: 'Noto Sans JP', sans-serif;
}


#mainHead,
#pnkz,
.secDetailsTit,
.secHeroSlider {
    display: none;
}

.first_view {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 0vw;
    overflow: hidden;
}

.first_view img {
    width: 100%;
}

.paper {
    position: absolute;
    top: 0;
    z-index: -5;
    width: 150vw;
    transform: translateX(-25vw);
    transform: translateY(-100px);
}

.paper img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .first_view {
        padding-bottom: 0vw;
    }

    .date {
        position: absolute;
        top: 22vw;
        z-index: -1;
        width: 100%;
    }
}

.first_view_img {
    width: 100%;
    height: 67vw;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 4;
    background: url(https://kh-house.jp/wp-content/uploads/2024/04/vent_back.png) no-repeat;
    background-size: cover;
    border-radius: 30px;
    border: 10px solid #e3007f;
}

.slide-image {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
}

.slide-image:nth-child(1) {
    background-image: url("https://kh-house.jp/wp-content/themes/kokubu/img/gw_campaign/vent_3.png");
    animation: slide-animation-01 24s infinite;
    width: 100%;
    height: 100%;
}

.slide-image:nth-child(2) {
    background-image: url("https://kh-house.jp/wp-content/themes/kokubu/img/gw_campaign/garapon.png");
    animation: slide-animation-02 24s infinite;
    width: 100%;
    height: 100%;
}

.slide-image:nth-child(3) {
    background-image: url("https://kh-house.jp/wp-content/themes/kokubu/img/gw_campaign/toy.png");
    animation: slide-animation-03 24s infinite;
    width: 100%;
    height: 100%;
}

@keyframes slide-animation-01 {
    0% {
        opacity: 1;
        transform: scale(.5);
    }

    20% {
        opacity: 1;
        transform: scale(1.0);
    }

    40% {
        opacity: 0;
        transform: scale(1.0);
    }

    90% {
        opacity: 0
    }

    100% {
        opacity: 1;
        transform: scale(0);
    }
}

@keyframes slide-animation-02 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
        transform: scale(.5);
    }

    50% {
        opacity: 1;
        transform: scale(1.0);
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 0;
        transform: scale(1.0);
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide-animation-03 {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
        transform: scale(.5);
    }

    80% {
        opacity: 1;
        transform: scale(1.0);
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

@media screen and (max-width:768px) {
    .first_view_img {
        width: 94%;
        height: 400px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        background: url(https://kh-house.jp/wp-content/uploads/2024/04/vent_back.png) no-repeat;
        background-size: cover;
        border-radius: 30px;
        border: 10px solid #e3007f;
    }
}

.banner{
    width: 100%;
    background-color: #ffffffaf;
    margin: 20px 0;
    padding: 20px 0;
    border-radius: 10px;
    text-align: center;
}

.banner img{
    width: 90%;
    margin-left: 5%;
}

.banner_button{
    width: 90%;
    max-width: 768px;
}

.event{
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}

.event img{
    width: 100%;
}


.scroll_window {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.content_box {
    margin: 20px 0 0;
}

.content_copy {
    font-size: .875rem;
    font-weight: 600;
    text-align: center;
}

figcaption {
    font-size: .75rem;
    text-align: left;
}


.works-flex {
    width: 85%;
    margin-left: 7.5%;
    text-align: center;
    position: relative;
}

.works-flex ul {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.works-flex li {
    width: 100%;
    max-width: 333px;
}

.works-flex li img {
    width: 100%;
    max-width: 333px;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 45%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #0f3675;
    border-right: 4px solid #0f3675;
    height: 10px;
    width: 10px;
    z-index: 5;
}

.slick-prev {
    left: 0%;
    transform: rotate(-135deg);
}

.slick-next {
    right: 0%;
    transform: rotate(45deg);
}

.slick-dots li {
    display: none;
}

.form{
    text-align: center;
}

.title {
    font-size: 2rem;
    font-weight: 100;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 10px;
    object-fit: contain;
    margin: 0;
}

.scroll_window{
    background-color: #ffffffaf;
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width:768px) {
    .title {
        font-size: 1.75rem;
        font-weight: 100;
        text-decoration: underline;
        object-fit: contain;
        margin: 0;
        text-decoration-thickness: 1px;
        text-underline-offset: 10px;
    }
}