@charset "utf-8";

*{
    padding: 0;
    margin: 0;
}
body{
    font-size: 1.1em;
    font-family: "Helvetica Neue",
    游ゴシック,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    line-height: 2;
    margin: 0;
    position: relative;
}
img{
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
h2{
    text-align: center;
}
.section h2::first-letter,.gameplay h2::first-letter,.personalwork h2::first-letter{
    font-size: 2em;
    color: #e1c148;
}
h3{
    margin: 0;
    text-align: center;
}      
h4{
    text-align: center;
}

.body{
    overflow: auto;
}
.body.is-active{
    overflow: hidden;
}

/*header*/
.header{
    width: 100%;
    background: url(../images/mainimagsp.png)center center/cover;
    aspect-ratio: 1/1;
}
.menu-btn{
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    z-index: 2;
    position: fixed;
    background-color: #e5d492;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-btn span,
.menu-btn::before,
.menu-btn::after{
    display: block;
    position: absolute;
    content: "";
    background-color: #fff;
    width: 30px;
    height: 4px;
    transition: .3s all;
    border-radius: 3px;
}
.menu-btn span{
    transform: translateY(-2px);
}
.menu-btn::before{
    top: 9px;
}
.menu-btn::after{
    bottom: 13px;
}
.menu-btn.is-active span{
    opacity: 0;
}
.menu-btn.is-active::before{
    transform: rotate(45deg) translate(11px, 10px);
}
.menu-btn.is-active::after{
    transform: rotate(-45deg) translate(7px, -6px);
}
.nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e5d492;
    display: grid;
    place-content: center;
    margin-left: 100%;
    z-index: 1;
    transition: .3s ease;
}
.nav.is-active{
    margin-left: 0;
}
.navul{
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 86%;
    height: 100%;
    margin: auto;
}
.nav-items{
    text-align: center;
    width: 42%;
}
.nav a:hover{
    opacity: .8;
}
.logo{
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
}
.logo a{
    width: 100%;
    height: 100%;
}
.logo img{
    width: 70%;
    margin: auto;
    display: block;
}
/*main*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
.about{
    padding:86px 25px 70px 25px;
}
.underline02 {
    background: linear-gradient(transparent 40%, #e7d283 60%);
}
.backcat,.backdog,.backmezy,.backgame{
    position: absolute;
    width: 20%;
}
.backcat{
    top: 4vh;
    left: 0;
}
.backdog{
    top: 2vh;
    left: 12vw;
}
.backmezy{
    bottom: 0;
    right: 2vw;
} 
.heading{
    position: relative;
    padding-top: 10px;
    font-size: 1.5em;
    padding-bottom: .1em;
    background-position: left top;
    text-align: left;
}
.heading::before{
    content: attr(data-number);
    display: block;
    font-size: 2em;
    font-weight: 800;
    height: 60px;
    text-align: left;
}
.heading01{
    border-bottom: 4px solid #72b174;
}
.heading01::before{
    color: #63b666ab;
}
.heading02{
    border-bottom: 4px solid #8eb1c5;
}
.heading02::before{
    color: #b5d2e3;
}
.heading03{
    border-bottom: 4px solid #079192;
}
.heading03::before{
    color: #0791928a;
}
.heading04{
    border-bottom: 4px solid #f5c86b;
}
.heading04::before{
    color: #f5c86bbd;
}
.heading05{
    border-bottom: 4px solid #d77575;
}
.heading05::before{
    color: #da5756a1;
}
.heading06{
    border-bottom: 4px solid #edeb83;
}
.heading06::before{
    color: #ebe968b5;
}
.heading07{
    border-bottom: 4px solid #74c198;
}
.heading07::before{
    color: #74c198b3;
}
.group{
    padding: 10% 0;
}
.homegroup{
    margin: 50px 25px;
    padding: 35px 30px;
    border-radius:20px;
    background-color: #fff;
    padding-top: 0;
}
.more{
    text-align: center;
    margin-top: 10%;
}
.more a {
    display: inline-block;
    width: 55%;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    position: relative;
    border-radius: 20px;
    padding-right: 10px;
    transition: all 0.5s ease;
}
.more a::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 7px;
    width: 7px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(45deg);
    transition: right .3s;
}
.more a:hover::before {
    right: 6px;
}
.more a:hover{
    letter-spacing: 0.1em;
}
.moregrowth a{
    border: 1px solid #63b666;
    background-color: #63b666;
} 
.moregrowth a:hover{
    background-color: #fff;
    color: #63b666;
}
.moregrowth a:hover::before{
    border-right: 2px solid #63b666;
    border-top: 2px solid #63b666;
}
.moregarbage a,.moretips a{
    border: 1px solid #84acc3;
    background-color: #84acc3;
}
.moregarbage a:hover,.moretips a:hover{
    background-color: #fff;
    color: #84acc3;
}
.moregarbage a:hover::before,.moretips a:hover::before{
    border-right: 2px solid #84acc3;
    border-top: 2px solid #84acc3;
}
.moretv a{
    border: 1px solid #e7bc65;
    background-color: #e7bc65;
}
.moretv a:hover{
    background-color: #fff;
    color: #e7bc65;
}
.moretv a:hover::before{
    border-right: 2px solid #e7bc65;
    border-top: 2px solid #e7bc65;
}
.moreconnect a{
    border: 1px solid #d77575;
    background-color: #d77575;
}
.moreconnect a:hover{
    background-color: #fff;
    color: #d77575;
}
.moreconnect a:hover::before{
    border-right: 2px solid #d77575;
    border-top: 2px solid #d77575;
}
.moresaver a{
    border: 1px solid #dddc71;
    background-color: #dddc71;
}
.moresaver a:hover{
    background-color: #fff;
    color: #dddc71;
}
.moresaver a:hover::before{
    border-right: 2px solid #dddc71;
    border-top: 2px solid #dddc71;
}
.moreearth a{
    border: 1px solid #1ea792;
    background-color: #1ea792;
}
.moreearth a:hover{
    background-color: #fff;
    color: #1ea792;
}
.moreearth a:hover::before{
    border-right: 2px solid #1ea792;
    border-top: 2px solid #1ea792;
}

.groupinfo{
    position: relative;
    height: 31vh;
    margin: 10% 0;
}
.groupimg{
    position: absolute;
    opacity: 0;
    height: 31vh;
    width: 100%;
    border-radius: 10px;
}
.groupimg img{
    width: 100vw;
    height: auto;
}
.forest{
    background-color: #63b666;
    position: relative;
}
.backleaf{
    position: absolute;
    top: 0;
    width: 20%;
}
.backleaf02,.backleaf03{
    top: 4vh;
    right: 1vw;
}
.backleaf03{
    top: 2vh;
    width: 28%;
}
.growth:nth-child(1){
    background: url(../images/02.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
}
.growth:nth-child(2){
    background: url(../images/08.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 3s;
}
.growth:nth-child(3){
    background: url(../images/13.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 6s;
}
.growth:nth-child(4){
    background: url(../images/23.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 9s;
}
.growth:nth-child(5){
    background: url(../images/33.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 12s;
}
.growth:nth-child(6){
    background: url(../images/38.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 15s;
}
.ocean{
    background-color: #b5d2e3;
}
.groupback{
    height: 13vh;
}
.groupback_oce{
    background: url(../images/wave.png)center center/cover no-repeat;
}
.groupback_fore{
    background: url(../images/wave_fore.png)center center/cover no-repeat;
}
.groupback_money{
    background: url(../images/wave_2.png)center center/cover no-repeat;
}
.groupback_loss{
    background: url(../images/circle_5.png)center center/cover no-repeat;
}
.groupback_saver{
    background: url(../images/circle_6.png)center center/cover no-repeat;
}
.groupback_earth{
    background: url(../images/circle_7.png)center center/cover no-repeat;
}
.garbage:nth-child(1){
    background: url(../images/07.png) center center/cover no-repeat;
    animation: infinite 21s fadeInImage;
}
.garbage:nth-child(2){
    background: url(../images/11.png) center center/cover no-repeat;
    animation: infinite 21s fadeInImage;
    animation-delay: 3s;
}
.garbage:nth-child(3){
    background: url(../images/12.png) center center/cover no-repeat;
    animation: infinite 21s fadeInImage;
    animation-delay: 6s;
}
.garbage:nth-child(4){
    background: url(../images/14.png) center center/cover no-repeat;
    animation: infinite 21s fadeInImage;
    animation-delay: 9s;
}
.garbage:nth-child(5){
    background: url(../images/15.png) center center/cover no-repeat;
    animation: infinite 21s fadeInImage;
    animation-delay: 12s;
}
.garbage:nth-child(6){
    background: url(../images/27.png) center center/cover no-repeat;
    animation: infinite 21s fadeInImage;
    animation-delay: 15s;
}
.garbage:nth-child(7){
    background: url(../images/32.png) center center/cover no-repeat;
    animation: infinite 21s fadeInImage;
    animation-delay: 18s;
}
.fish:nth-child(1){
    background: url(../images/09.png) center center/cover no-repeat;
    animation: infinite 15s fadeInImage;
}
.fish:nth-child(2){
    background: url(../images/10.png) center center/cover no-repeat;
    animation: infinite 15s fadeInImage;
    animation-delay: 3s;
}
.fish:nth-child(3){
    background: url(../images/18.png) center center/cover no-repeat;
    animation: infinite 15s fadeInImage;
    animation-delay: 6s;
}
.fish:nth-child(4){
    background: url(../images/19.png) center center/cover no-repeat;
    animation: infinite 15s fadeInImage;
    animation-delay: 9s;
}
.fish:nth-child(5){
    background: url(../images/22.png) center center/cover no-repeat;
    animation: infinite 15s fadeInImage;
    animation-delay: 12s;
}
.money{
    background-color: #f5c86b;
}
.gdp:nth-child(1){
    background: url(../images/01.png) center center/cover no-repeat;
    animation: infinite 15s fadeInImage;
}
.gdp:nth-child(2){
    background: url(../images/20.png) center center/cover no-repeat;
    animation: infinite 15s fadeInImage;
    animation-delay: 3s;
}
.gdp:nth-child(3){
    background: url(../images/35.png) center center/cover no-repeat;
    animation: infinite 15s fadeInImage;
    animation-delay: 6s;
}
.gdp:nth-child(4){
    background: url(../images/37.png) center center/cover no-repeat;
    animation: infinite 15s fadeInImage;
    animation-delay: 9s;
}
.gdp:nth-child(5){
    background: url(../images/39.png) center center/cover no-repeat;
    animation: infinite 15s fadeInImage;
    animation-delay: 12s;
}
.loss{
    background-color: #d38989;
}
.connect:nth-child(1){
    background: url(../images/03.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
}
.connect:nth-child(2){
    background: url(../images/05.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 3s;
}
.connect:nth-child(3){
    background: url(../images/06.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 6s;
}
.connect:nth-child(4){
    background: url(../images/21.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 9s;
}
.connect:nth-child(5){
    background: url(../images/26.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 12s;
}
.connect:nth-child(6){
    background: url(../images/28.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 15s;
}
.electricity{
    background-color: #ebe97e;
}
.saver:nth-child(1){
    background: url(../images/04.png) center center/cover no-repeat;
    animation: infinite 12s fadeInImage;
}
.saver:nth-child(2){
    background: url(../images/17.png) center center/cover no-repeat;
    animation: infinite 12s fadeInImage;
    animation-delay: 3s;
}
.saver:nth-child(3){
    background: url(../images/25.png) center center/cover no-repeat;
    animation: infinite 12s fadeInImage;
    animation-delay: 6s;
}
.saver:nth-child(4){
    background: url(../images/31.png) center center/cover no-repeat;
    animation: infinite 12s fadeInImage;
    animation-delay: 9s;
}
.other{
    background-color: #81c3a0;
}
.labo:nth-child(1){
    background: url(../images/16.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
}
.labo:nth-child(2){
    background: url(../images/24.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 3s;
}
.labo:nth-child(3){
    background: url(../images/29.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 6s;
}
.labo:nth-child(4){
    background: url(../images/30.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 9s;
}
.labo:nth-child(5){
    background: url(../images/34.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 12s;
}
.labo:nth-child(6){
    background: url(../images/36.png) center center/cover no-repeat;
    animation: infinite 18s fadeInImage;
    animation-delay: 15s;
}
@keyframes fadeInImage{
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    20%{
        opacity: 1;
    }
    25%{
        opacity: 1;
    }
    30%{
        opacity: 0;
    }
    70%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
.gameplay{
    width: 90%;
    margin: 20% auto;
}
.windows{
    color: #e71414;
    font-weight: bold;
}
.moregame a{
        border: 1px solid #616161;
        background-color: #616161;
} 
.moregame a:hover{
    background-color: #fff;
    color: #616161;
}
.moregame a:hover::before{
    border-right: 2px solid #616161;
    border-top: 2px solid #616161;
}
.gameplay{
    position: relative;
}
.backgame{
    top: -5vh;
    left: 2vw;
    width: 16%;
}
.gameplay p{
    text-align: center;
}

/*footer*/
.footer{
    background-color: #1c8d9d;
    padding: 10%;
    position: relative;
}
.top{
    position: absolute;
    top: -70px;
    right: 10px;
}
.top:hover{
    opacity: .9;
}
.footer p{
    text-align: center;
    color: #fff;
}

/*growth.html*/
.growth-body{
    background-color: #c4e9a9;
}
.headerimg{
    width: 100%;
    height: 15vh;
}
.logoimg{
    width: 40%;
    margin: auto;
}
.logoimg:hover{
    opacity: .8;
}
.mainimg_growth{
    background: url(../images/mainimg_1.png) center center/cover;
    aspect-ratio: 1/1;
}
.headinggrowth{
    border-bottom: 4px solid #72b174;
    width: 80%;
    margin: auto;
}
.headinggrowth::before{
    color: #63b666ab;
}
.groupblock{
    margin: 80px 30px;
    position: relative;
}
.headingimg{
    position: absolute;
    left: 50%;
    transform: translateX(0%);
}
.headingimg01{
    top: -10vw;
    width: 25%;
    margin-left: -12.5%;
}
.headingimg02{
    top: -13vw;
    width: 24%;
    margin-left: -12%;
}
.headingimg03{
    top: -15vw;
    width: 30%;
    margin-left: -15%;
}
.headingimg04{
    top: -12vw;
    width: 24%;
    margin-left: -12%;
}
.block{
    margin: 20% 0;
    box-shadow: 3px 3px 14px -6px;
    border-radius: 20px;
    height: 80%;
    background-color: #fff;
}
.block h3{
    border-radius: 20px 20px 0 0;
    padding: 20px;
}
.block p{
    border-radius: 0 0 20px 20px;
    padding: 5%;
}
.origin h3{
    background-color: #efe673;
}
.overview h3{
    background-color: #dfd65e;
}
.chara h3{
    background-color: #dfca5e;
}
.color h3{
    background-color: #dfb85e;
}
.color{
    background-color: #fff;
}
.color img{
    width: 60%;
    margin: auto;
    display: block;
}
.charaimg{
    position: relative;
    height: 170px;
    padding: 30px 0;
    background-color: #fff;
}
.character{
    position: absolute;
    opacity: 0;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    top: 50%;
    left: 50%;
}
.character img{
    width: 100vw;
    height: 100vh;
}
.hope:nth-child(1){
    background: url(../images/hope1.png) center center/cover no-repeat;
    animation: infinite 9s fadeChara;
}
.hope:nth-child(2){
    background: url(../images/hope2.png) center center/cover no-repeat;
    animation: infinite 9s fadeChara;
    animation-delay: 3s;
}
.hope:nth-child(3){
    background: url(../images/hope3.png) center center/cover no-repeat;
    animation: infinite 9s fadeChara;
    animation-delay: 6s;
}
@keyframes fadeChara{
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    33.333%{
        opacity: 1;
    }
    43.333%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
.personalwork{
    background-color: #fff;
    padding: 70px 0;
    padding-bottom: 20px;
}
.personal{
    width: 80%;
    margin: 80px auto;
    padding: 30px 20px;
    border-radius: 20px;
    position: relative;
    margin-top: 0;
}
.personalgrowth{
    background-color: #c4e9a9;
}
.growthicon{
    width: fit-content;
    display: flex;
    align-items: center;
    margin: auto;
}
.growthicon img{
    width: 15%;
}
.growthicon h3{
    text-align: left;
}
.thumbnail{
    margin: 30px auto;
    display: block;
    border-radius: 20px;
    width: 85%;
}
.thumbnail01{
    box-shadow: 15px 15px 0 #a0d17c;
}
.typeflex{
    display: flex;
    justify-content: space-around;
    width: 85%;
    margin: 12px auto;
}
.kind{
    justify-content: flex-start;
    display: flex;
    gap: 17px;
}
.producer{
    display: flex;
    gap: 17px;
    justify-content: flex-end;
}
.producer img,.kind img{
    width: 30%;
}
.producer p,.kind p{
    place-content: center;
    display: grid;
}
.show{
    padding-top: 20px;
}
.showgrowth{
    border-top: 2px dashed #1e8921;
}

/*garbage.html*/
.mainimg_garbage{
    background: url(../images/mainimg_2.png) center center/cover no-repeat;
    width: 100%;
    aspect-ratio: 1/1;
}
.garbage-body{
    background-color: #d1ffff;
}
.headinggarbage{
    border-bottom: 4px solid #8eb1c5;
    width: 80%;
    margin: auto;
}
.headinggarbage::before{
    color: #b5d2e3;
}
.headingimg02_1{
    width: 36%;
    top: -14vw;
    margin-left: -18%;
}
.runbe{
    background: url(../images/garbage1.png) center center/cover no-repeat;
    opacity: 1;
}
.personalgarbage{
    background-color: #d1ffff;
}
.thumbnailgarbage{
    box-shadow: 15px 15px 0 #b9d5e5;
}
.showgarbage{
    border-top: 2px dashed #84acc3;
}

/*tips.html*/
.mainimg_tips{
    background: url(../images/mainimg_3.png) center center/cover no-repeat;
    width: 100%;
    aspect-ratio: 1/1;
}
.tips-body{
    background-color: #d1ffff;
}
.headingtips{
    border-bottom: 4px solid #8eb1c5;
    width: 80%;
    margin: auto;
}
.headingtips::before{
    color: #b5d2e3;
}
.tips{
    animation: tipsImg 6s infinite;
}
.tips:nth-child(1){
    background: url(../images/tips1.png) center center/cover no-repeat;
}
.tips:nth-child(2){
    background: url(../images/tips2.png) center center/cover no-repeat;
    animation-delay: 3s;
}
@keyframes tipsImg {
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    50%{
        opacity: 1;
    }
    60%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
.personaltips{
    background-color: #d1ffff;
}
.thumbnailtips{
    box-shadow: 15px 15px 0 #b9d5e5;
}
.showtips{
    border-top: 2px dashed #84acc3;
}

/*gdp.html*/
.mainimg_gdp{
    background: url(../images/mainimg_4.png) center center/cover no-repeat;
    width: 100%;
    aspect-ratio: 1/1;
}
.gdp-body{
    background-color: #ffe2a9;
}
.headinggdp{
    border-bottom: 4px solid #f2aa20;
    width: 80%;
    margin: auto;
}
.headinggdp::before{
    color: #f2aa20;
}
.headingimg04_1{
    top: -13vw;
    width: 24%;
    margin-left: -12%;
}
.goen{
    background: url(../images/gdp1.png) center center/cover no-repeat;
    opacity: 1;
}
.personalgdp{
    background-color: #ffe2a9;
}
.thumbnailgdp{
    box-shadow: 15px 15px 0 #e9ba7d;
}
.showgdp{
    border-top: 2px dashed #f2aa20;
}

/*connect.html*/
.connect-body{
    background-color: #f1cbcb;
}
.mainimg_connect{
    background: url(../images/mainimg_5.png) center center/cover;
    aspect-ratio: 1/1;
}
.headingconnect{
    border-bottom: 4px solid #d77575;
    width: 80%;
    margin: auto;
}
.headingconnect::before{
    color: #d75655a1;
}
.headingimg05{
    top: -15vw;
    width: 25%;
    margin-left: -12.5%;
}
.charaimg_reduce{
    padding: 0;
}
.chara_reduce{
    opacity: 1;
}
.personalconnect{
    background-color: #f1cbcb;
}
.thumbnail05{
    box-shadow: 15px 15px 0 #d78a8a;
}
.showconnect{
    border-top: 2px dashed #d35353;
}

/*saver.html*/
.saver-body{
    background-color: #f1f1ac;
}
.mainimg_saver{
    background: url(../images/mainimg_6.png) center center/cover;
    aspect-ratio: 1/1;
}
.headingsaver{
    border-bottom: 4px solid #e5dc68;
    width: 80%;
    margin: auto;
}
.headingsaver::before{
    color: #e5dc68;
}
.headingimg06{
    top: -14vw;
    width: 25%;
    margin-left: -12.5%;
}
.charaimg_rugi{
    padding: 0;
}
.chara_rugi{
    opacity: 1;
}
.personalsaver{
    background-color: #f1f1ac;
}
.thumbnail06{
    box-shadow: 15px 15px 0 #e9e87c;
}
.showsaver{
    border-top: 2px dashed #dddc71;
}

/*earth.html*/
.earth-body{
    background-color: #a9ddc1;
}
.mainimg_earth{
    background: url(../images/mainimg_7.png) center center/cover;
    aspect-ratio: 1/1;
}
.headingearth{
    border-bottom: 4px solid #59a17b;
    width: 80%;
    margin: auto;
}
.headingearth::before{
    color: #59a17b;
}
.headingimg07{
    top: -14vw;
    width: 25%;
    margin-left: -12.5%;
}
.charaimg_rugi{
    padding: 0;
}
.chara_rugi{
    opacity: 1;
}
.personalearth{
    background-color: #a9ddc1;
}
.thumbnail07{
    box-shadow: 15px 15px 0 #6faba2;
}
.showearth{
    border-top: 2px dashed #1ea792;
}


@media screen and (min-width:600px) {
    h2{
        font-size: 1.8em;
    }
    .header{
        background: url(../images/mainimg_pc.png) center center/cover;
        aspect-ratio: 12/5;
    }
    .nav-items{
        width: 20%;
        margin: 2%;
    }
    .about{
        width: 80%;
        margin: auto;
        padding: 10% 1%;
    }
    .about p{
        width: 75%;
        margin: auto;
    }
    .backdog,.backcat,.backmezy{
        width: 10%;
    }
    .backdog{
        top: 9vh;
        left: 5vw;
    }
    .backcat{
        top: 14vh;
    }
    .group{
        padding: 5% 0;
    }
    .homegroup{
        width: 40%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .homegroup p{
        flex-grow: 1;
    }
    .groupback{
        height: 67vh;
    }
    .groupinfo{
        height: 55vh;
        margin: 60px 0;
    }
    .groupimg{
        height: 55vh;
    }
    .forest{
        padding-top: 0;
    }
    .backleaf{
        width: 14%;
    }
    .backleaf03{
        width: 23%;
    }
    .more{
        margin-top: 70px;
    }
    .more a{
        width: 40%;
        padding: 1% 2%;
    }
    .homegroup_flex{
        display: flex;
        justify-content: space-between;
        margin: auto;
        width: 80%;
        align-items: stretch;
    }
    .garbagecollection,.fishtips{
        width: 35%;
    }
    .two,.three{
        height: 250px;
    }
    .garbage,.fish{
        height: 250px;
    }
    .moregarbage a,.moretips a{
        width: 50%;
    }
    .other{
        padding-bottom: 15%;
    }
    .gameplay{
        width: 60%;
        padding: 3% 0;
        margin: 10% auto;
    }
    .backgame{
        top: 0;
        left: 3vw;
        width: 13%;
    }
    .footer{
        padding: 5%;
    }

    /*garbage.html*/
    .header_garbage,.header_growth,.header_tips,.header_gdp,.header_connect,.header_saver,.header_earth{
        height: 30vh;
    }
    .logoimg{
        width: 20%;
    }
    .mainimg_garbage{
        background: url(../images/mainimg_2_pc.png) center center/cover;
        aspect-ratio: 12/5;
    }
    .section_group,.personalflex{
        padding: 5% 0;
    }
    .groupflex,.personalflex{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 80%;
        margin: auto;
    }
    .groupflex,.item{
        display: flex;
        flex: 1 0 auto;
    }
    .groupblock,.personal{
        width: 40%;
    }
    .headingimg02_1{
        top: 2vh;
    }
    .headingimg02{
        top: 1vw;
    }
    .headingimg03{
        top: 0;
    }
    .headingimg04{
        top: 2vw;
    }
    .block p{
        padding: 5% 10%;
    }
    .item{
        display: grid;
        place-content: center;
        height: 80%;
    }
    .itemimg{
        height: 40%;
    }
    .itemimg_3{
        height: 60%;
    }
    .itemimg_5{
        height: 50%;
    }
    .personal{
        display: flex;
        flex-direction: column;
        margin: 10% 0;
    }
    .show{
        flex-grow: 1;
    }

    /*growth.html*/
    .mainimg_growth{
        background: url(../images/mainimg_1_pc.png) center center/cover;
        aspect-ratio: 12/5;
    }
    .headingimg01{
        top: 2vw;
    }

    /*tips.html*/
    .mainimg_tips{
        background: url(../images/mainimg_3_pc.png) center center/cover;
        aspect-ratio: 12/5;
    }

    /*gdp.html*/
    .mainimg_gdp{
        background: url(../images/mainimg_pc4.png) center center/cover no-repeat;
        aspect-ratio: 12/5;
    }
    .headingimg04_1{
        top: 1vw;
    }

    /*connect.html*/
    .mainimg_connect{
        background: url(../images/mainimg_5_pc.png) center center/cover;
        aspect-ratio: 12/5;
    }
    .headingimg05{
        top: 0vw;
    }

    /*saver.html*/
    .mainimg_saver{
        background: url(../images/mainimg_6_pc.png) center center/cover;
        aspect-ratio: 12/5;
    }
    .headingimg06{
        top: 0vw;
    }

    /*earth.html*/
    .mainimg_earth{
        background: url(../images/mainimg_7_pc.png) center center/cover;
        aspect-ratio: 12/5;
    }
    .headingimg07{
        top: 0vw;
    }    

}