
@charset "UTF-8";

.cp-heading-secondary .cp-heading-title {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #3C2618;
}

.cp-heading-secondary-v5 .cp-heading-title > span {
    line-height: 35px;
}

.cp-heading-secondary-v5 .cp-heading-title > span::before,
.cp-heading-secondary-v5 .cp-heading-title > span::after,
.cp-heading-secondary-v2::after {
    background: #8D8032;
}

.cp-button_inner {
    background: #8D8032;
    border: 2px solid #8D8032;
}

.cp-button_inner:hover {
    color: #8D8032;
}

.cp-imageset_image {
    border-radius: 40px;
    overflow: hidden;
}


.cp-kv {
    position: relative;
    overflow: initial;
    z-index: 1;
}

.cp-kv_inner {
    position: absolute;
    width: 80%;
    bottom: 7%;
    left: 0;
    right: 0;
    margin: auto;
}

.cp-kv_inner p {
    font-size: 24px;
}

.cp-kv_inner .cp-heading-secondary {
    padding-bottom: 80px;
}

.cp-kv_inner .cp-heading-secondary .cp-heading-title,
.cp-kv_inner p {
    color: #fff;
}

.cp-kv .cp-kv_ill {
    position: absolute;
    width: 400px;
    bottom: -150px;
    left: -200px;
}

.cp-kv .cp-kv_ill img {
    width: 100%;
}

@media (max-width: 767px) {

    .cp-kv_inner p {
        font-size: 18px;
    }

    .cp-kv_inner .cp-heading-secondary {
        padding-bottom: 40px;
    }
    .cp-kv .cp-kv_ill {
        width: 170px;
        bottom: -50px;
        left: -100px;
    }

    .cp-kv .cp-kv_ill img {
        width: 100%;
    }
}

.cp-content01 {
    margin-top: -60px;
    padding: 100px 0 270px;
    background: url(../../images/kinnogomadare-bg01.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.cp-content__bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: rotate(180deg);
}

.cp-content__bg img {
    width: 100%;
}


.cp-content01 .cp-anchor {
    justify-content: center;
}

.cp-content01 .cp-anchor .cp-anchor_link {
    color: #28170D;
}

.cp-content01 .item01 {
    margin-top: 200px;
}

.cp-content01 .cp-imageset_title {
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media (min-width: 768px), print {
	.cp-imageset_inner {
		align-items: center;
	}

}

@media (max-width: 767px) {

    .inner_container {
        padding: 0 20px;
    }

    .cp-content01 {
        padding: 120px 0 100px;}

    .cp-content01 .item01 {
        margin-top: 80px;
    }
    

}

.cp-content02 {
    padding: 100px 0 140px;
    position: relative;
    z-index: 1;
}

.cp-content02 .inner_container {
    position: relative;
}

.cp-content02 .inner_container .cp-content02_ill {
    position: absolute;
    width: 400px;
    top: -100px;
    left: -250px;
    z-index: 1;
}

.cp-content02 .inner_container .cp-content02_ill img {
    width: 100%;
}

.cp-content03 {
    padding: 260px 0 270px;
    background: url(../../images/kinnogomadare-bg04.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 120px;
}

.cp-content03 .cp-content__bg01 {
    transform: rotate(0);
    position: absolute;
    top: 0;
    width: 100%;
}

.cp-content03 .cp-content__bg01 img {
    width: 120%;
    margin-left: -10%;

}

.cp-content03 .cp-heading-secondary .cp-heading-title,
.cp-content03 p {
    color: #fff;
}

.cp-content03 .cp-content__bg {
    transform: rotate(0);
}

@media (min-width: 768px) {
    .cp-grid-3up .cp-grid_item:nth-child(1) {
        margin-bottom: 0 !important;        
    }
    .cp-grid-3up .cp-grid_item:nth-child(n + 4) {
        margin-top: 40px;        
    }
}

@media (max-width: 767px) {

    .cp-content02 .inner_container .cp-content02_ill {
        width: 200px;
        top: -200px;
        left: -100px;
    }

    .cp-content03 {
        padding: 100px 0 140px;
        margin-bottom: 80px;
    }
    
}



