/* @override 
	http://203.143.96.127:8001/with_kawasaki/assets/css/with_kawasaki.css
	http://203.143.96.127:8003/with_kawasaki/assets/css/with_kawasaki.css */

@charset "UTF-8";
/* CSS Document */

#wrapper {}

/*  */

#kv {
    width: 100%;
    background-color: #0FACF8;
	z-index: 0;
	position: relative;
}

#kv div.inner {
    width: 100%;
    height: auto;
    max-width: 1980px;
    /* 0.4640625 */
    aspect-ratio: 640/297;
    margin: 0 auto;
    background-image: url(/with_kawasaki/assets/fig/bg_kv.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    text-align: center;
    overflow: hidden;
}

#kv h1 {
font-family: DINNextLTPro-Regular;
	font-weight: normal;
	color: #fff;
    font-weight: 500;
    font-size: 6.6rem;
    margin-top: 0.8em;
    line-height: 1.0;
    position: relative;
    z-index: 99;
    /* transition: 0.3s; */
}

#kv h1::after {
    content: '';
    display: block;
    background-image: url(/with_kawasaki/assets/fig/map.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: calc(100% / 0.375);
    max-width: 480px;
    height: auto;
    aspect-ratio: 5/3;
    /* 0.375 */
    margin: 0 auto;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

@media screen and (min-width: 1280px) {
    #kv h1 {
        /* margin-top: calc(0.8em + (100vw * 0.03)); */
        margin-top: calc(100vw * 0.042);
    }
}

#kv h1 span:nth-child(1) {
    color: #52C7FF;
    font-size: 1.4em;
    margin-left: 0.2em;
	text-transform: uppercase;
}

#kv h1 span:nth-child(2) {
    display: block;
    font-family: YakuHanJP, 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 3.6rem;
}

#kv p {
    font-size: 1.5rem;
    color: #FFF;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 1.8em;
}

/*  */

main {
    width: 100%;
    background: #DDF7FF;
    position: relative;
}

div.inner_main {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 36px 40px;
    position: relative;
    top: -100px;
}

@media screen and (min-width: 1280px) {
    div.inner_main {
        top: calc(100vw * 0.078 * -1);
    }
}

main section {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
    position: relative;
}

main section:not(:first-child) {
    padding-bottom: 40px;
}



main section:nth-child(n+3) {
    width: 480px;
}

/*  */

main div.wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

main div.ttl+div.wrap {
    margin-top: 1em;
}

div.ttl {}

section div.ttl p {
    font-size: 2rem;
    font-weight: 700;

}

div.ttl h2 {
    color: #0FACF8;
    font-feature-settings: 'palt' on;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
}

div.wrap+p,
div.wrap p,
div.ttl+p {
    font-size: 1.5rem;
    line-height: 1.6;
}

div.wrap>p {
	min-width: 50%;
}

div.wrap+p {
    margin-top: 1em;
}

div.ttl+p {
    margin-top: 0.6em;
	min-height: 8em;
}

main section:first-child div.ttl+p{
	min-height: 3.5em;
}


section small {
    font-size: 0.8em;
}

section p.btn {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFF;
}

section p.btn a {
    display: inline-block;
    border-radius: 2em;
    background-color: #00C0FD;
    color: #FFF;
    line-height: 1;
    padding: 1em 3em;
    transition: 0.2s;
}



section p.btn a:hover {
    transform: translate(0, -0.2em);
}


section p.btn+p {
	text-align: center;
	margin-top: 1.5em;
}

section p.btn+p>a {
	text-decoration: underline;
}

div.wrap img {
    margin-left: 10px;
    display: block;
	max-width: 180px;
}

div.wrap figure {
    text-align: right;
    margin-left: 30px;
    margin-right: 10px;
}

div.wrap figure img {
    /* margin: 0 auto 10px; */
    margin-left: auto;
}

img[src$="fig_04.jpg"] {
    width: 34%;
}

img[src$="fig_05.jpg"] {
    width: 38%;
}

/* 地域貢献度 */

section:nth-child(1) {
    .wrap {
        display: block;
        width: 80%;
    }

    .btn {
        margin-top: 2em;
    }
}

img[src$="fig_01.jpg"] {
    position: absolute;
    top: 20px;
    right: 0;
}

/* SDGs活動 */

section:nth-child(2) {
    .wrap figure {
        order: 2;
    }

    .inner {
        order: 1;
    }

    .wrap {
        margin-bottom: -50px;
    }
}

img[src$="fig_02.jpg"] {
    width: 300px;
}

img[src$="fig_03.jpg"] {
    width: 164px;
    border: 1px solid #979106;
    margin-top: 20px;
}

/* banana */
section:nth-child(3) {
    .wrap figure {
        order: 2;
    }

    .inner {
        order: 1;
    }

    .wrap {
        margin-bottom: -50px;
    }
}

img[src$="fig_banana.png"] {
    width: 120px;
    height: auto;
    position: absolute;
    top: -16px;
    right: 16px;
}

img[src$="fig_avocado.png"] {
    width: 123px;
    height: auto;
    position: absolute;
    top: -16px;
    right: 12px;
}

/* banana */
section:nth-child(5) {
    .ttl+p {
        width: 20em;
    }
}

img[src$="fig_vendor.png"] {
    width: 104px;
    height: auto;
    position: absolute;
    top: -16px;
    right: 24px;
}

/* banana */
section:nth-child(6) {
    .ttl+p {
        width: 20em;
    }
}

img[src$="fig_sake_kawasaki.png"] {
    width: 90px;
    height: auto;
    position: absolute;
    top: -22px;
    right: 10px;
}


/*  */

aside#box_bottom_bnrs {
    margin-top: 0;
}




@media screen and (max-width: 768px) {

    #kv {
        background-color: #DDF7FF;
    }

    #kv div.inner {
        overflow: visible;
    }

    #kv h1 {
        font-size: 5vw;
        /* 16px */
        margin-top: 0;
        padding-top: 6vw;
    }

    #kv h1 span:nth-child(2) {
        font-size: 4.375vw;
        /* 14px */
        margin-top: 0.2em;
    }

    #kv p {
        padding: 1.2em 1em;
        bottom: 0;
        width: 88vw;
        margin: 21vw auto 0;
        font-size: 3.4375vw;
        /* 11px */
        line-height: 1.6;
        background: #23B7FE;
        text-align: left;
        border-radius: 0.6em;
    }

    #kv p br:nth-child(1) {
        display: none;
    }

    #kv h1::after {
        width: 50vw;
        top: 2vw;
    }

    /*  */

    main {
        width: 100%;
        padding-bottom: 10vw;
    }

    div.inner_main {
        width: 88vw;
        top: 8vw;
        display: block;
    }

    main section {
        width: 100%;
        padding: 6vw 6vw 8vw;
        margin-bottom: 8vw;
    }

    main section:nth-child(n+3) {
        width: 100%;
        padding-bottom: 8vw;
    }

    main div.wrap {
        flex-direction: column;
    }

    section:nth-child(1) .wrap {
        width: 100%;
    }

    section div.ttl p {
        font-size: 3.75vw;
        /* 12px */
    }

    div.ttl h2 {
        font-size: 5vw;
        /* 16px */
        font-size: 5.625vw;
        /* 18px */
        line-height: 1.4;
        margin-top: 0.2em;
    }

    div.wrap+p,
    div.wrap p,
    div.ttl+p,
    section p.btn+p{
        font-size: 3.75vw;
        /* 12px */
    }

    /* banana */
    section:nth-child(5) {
        .ttl+p {
            width: auto;
        }
    }

    section:nth-child(6) {
        .ttl+p {
            width: 16em;
        }
    }
    
    
    section:nth-child(1) div.wrap .ttl {
		width: 68%;
	}
	
	section:nth-child(1) div.wrap .ttl br {
		display: none;
	}

    div.wrap figure {
        width: 100%;
        margin: 4vw auto 0;
    }

    div.wrap img {
        margin: 0 auto;
        max-width: 70%;
    }

    img[src$="fig_01.jpg"] {
        width: 34%;
    }

    img[src$="fig_02.jpg"] {
        width: 50%;
    }

    img[src$="fig_03.jpg"] {
        width: 26%;
    }

    img[src$="fig_04.jpg"] {
        width: 50%;
    }

    div.wrap img[src$="fig_05.jpg"] {
        width: 60%;
        margin-top: 0;
    }

    img[src$="fig_banana.png"] {
        width: 26%;
        top: -3vw;
        right: 3vw;
    }

    img[src$="fig_avocado.png"] {
        width: 26%;
        top: -3vw;
        right: 1vw;
    }

    img[src$="fig_vendor.png"] {
        width: 18%;
        top: -3vw;
        right: 3vw;
    }

    img[src$="fig_sake_kawasaki.png"] {
        width: 26%;
        top: -3vw;
        right: -2vw;
    }

    main section:nth-child(n+3) div.wrap div.inner+img {
        margin-top: 6vw;
    }

    section p.btn {
        font-size: 3.75vw;
        /* 12px */
        margin-top: 6vw;
    }

    main section:nth-child(n+3) p.btn {
        position: static;
        transform: translateX(0);
    }

    div.wrap p+img {
        margin-top: 6vw;
    }

    section:nth-child(2) {
        .ttl {
            text-align: center;
        }

        .wrap {
            margin-bottom: 0;
        }

        .wrap figure {
            order: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0 4vw;
            margin-bottom: 2vw;
            margin-top: 0;
        }

        .wrap figure img {
            margin: 0;
        }

    }




































}

/*  */