@charset "utf-8";

/*
  File Name   : top.css
  Description : Write top content styles
*/

/* kv
============================================================ */

.kv{
    background-image: url(../images/kodomomirai/line-sp.png), url(../images/kodomomirai/bg.jpg);
    background-repeat: no-repeat, no-repeat;
    object-fit: cover;
    background-size: 100%, cover;
    background-position: bottom -250px center, center;
}


@media screen and (max-width: 2100px) {
	
.kv{
    background-size: 150%,cover;
}

	
}


@media screen and (max-width: 1180px) {
.kv {
    background-position: bottom -80px center, center;
}
}

@media screen and (max-width: 760px) {
.kv {
    background-position: bottom -20px center, center;
}
}


@media screen and (max-width: 580px) {
    .kv {
        background-position: bottom -70px center, center;
    }
}


.kv-inner{
	width: 100%;
/*	max-width: 1500px;*/
	margin: 0 auto;
    padding-top: 120px;
	position: relative;
    overflow: hidden;
}


/*
@media screen and (max-width: 1600px) {
.kv-inner {
    max-width: 800px;
}
}
*/


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

.kv-inner {
    padding-top: 120px;
}
}

@media screen and (max-width: 900px) {
.kv-inner {
        padding-top: 60px;
    }
}


.kv-copy-pc{
    text-align: center;
	opacity: 0;
		-webkit-animation: key_lay-title 0.4s ease-in 0.3s forwards;
    animation: key_lay-title 0.4s ease-in 0.3s forwards;
}

.kv-copy-pc img{
	width: 100%;
	max-width: 1000px;
}


.kv-copy-sp{
	display: none;
}


.kv-child{
	text-align: center;
        position: relative;
        bottom: 30px;
}

.kv-child img{
	width: 100%;
	max-width: 1100px;
}

@media screen and (max-width: 2250px) {
.kv-child img {
    max-width: 950px;
}
}
	


@media screen and (max-width: 1180px) {
	
.kv-copy-pc{
	display: none;
}
	
.kv-copy-sp{
	display: block;
    text-align: center;
		opacity: 0;
		-webkit-animation: key_lay-title 0.4s ease-in 0.3s forwards;
    animation: key_lay-title 0.4s ease-in 0.3s forwards;
}
	
	
.kv-copy-sp img{
	width: 100%;
	max-width: 520px;
	}

	
.kv-child img {
    width: 100%;
    max-width: 700px;
}
	
}



.kv-ob {
	position: absolute;
}

.kv-ob.l-f {
	top: 250px;
    left: 13%;
	animation: fuwafuwa2 2s ease-in-out infinite alternate-reverse;
}

.kv-ob.l-f img{
	width: 350px;
}


.kv-ob.l-w {
    bottom: 15%;
    left: 15%;
	animation: fuwafuwa3 2s ease-in-out infinite alternate-reverse;
}

@media screen and (max-width: 2500px) {
.kv-ob.l-w {
    left: 270px;
}
}

.kv-ob.l-w img{
	width: 220px;
}


.kv-ob.r-f {
	top: 170px;
    right: 23%;
	animation: fuwafuwa1 2s ease-in-out infinite alternate-reverse;
}

.kv-ob.r-f img{
	width: 200px;
}

.kv-ob.rainbow {
	top: 200px;
    right: 6%;
	animation: fuwafuwa2 2s ease-in-out infinite alternate-reverse;
}

.kv-ob.rainbow img{
	width: 480px;
}


.kv-ob.r-f2 {
	top: 40%;
    right: 14%;
	animation: fuwafuwa3 2s ease-in-out infinite alternate-reverse;
}

.kv-ob.r-f2 img{
	width: 300px;
}

.kv-ob.study {
	right: 380px;
    bottom: 14%;
	animation: fuwafuwa1 2s ease-in-out infinite alternate-reverse;
}

.kv-ob.study img{
	width: 280px;
}




@media screen and (max-width: 2400px) {
.kv-ob.l-f {
    left: 6%;
}
	
.kv-ob.rainbow {
    right: 30px;
	}
	
.kv-ob.rainbow img {
    width: 500px;
}
	
.kv-ob.r-f {
    right: 450px;
	}
	
.kv-ob.r-f2 {
    right: 200px;
	}
	
.kv-ob.study {
    right: 300px;
	}

}

@media screen and (max-width: 2200px) {
.kv-ob.study {
        right: 160px;
        bottom: 60px;
    }
	
.kv-ob.l-w {
        left: 220px;
    }
	
.kv-ob.rainbow {
        right: -100px;
    }
	
    .kv-ob.r-f {
        right: 360px;
    }
	
.kv-ob.r-f2 {
        right: 60px;
    }
	
}


@media screen and (max-width: 2000px) {
.kv-ob.l-f {
        left: -30px;
    }
	
.kv-ob.l-w {
        left: 60px;
    }
	
.kv-ob.study {
        right: 100px;
    }
	
.kv-ob.rainbow {
        right: -180px;
    }
	
.kv-ob.r-f {
        right: 260px;
    }
}


@media screen and (max-width: 1850px) {
    .kv-ob.l-w {
        left: 30px;
		bottom: 160px;
    }
	
.kv-ob.l-w img {
    width: 250px;
}
	
.kv-ob.study {
        right: 50px;
    }

}

@media screen and (max-width: 1700px) {
	
.kv-ob.l-f {
        left: -30px;
    }
	
.kv-ob.l-f img {
    width: 310px;
}
	
	
.kv-ob.study img {
    width: 250px;
}
	
	
    .kv-ob.r-f2 {
        right: -18px;
    }
	
.kv-ob.r-f img {
    width: 150px;
}
	
    .kv-ob.rainbow {
        right: -220px;
    }
	
	
}

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

	
.kv-ob.l-f img {
        width: 250px;
    }

	
    .kv-ob.l-w img {
        width: 190px;
    }
	
.kv-ob.r-f2 img {
    width: 220px;
}
	
.kv-ob.rainbow {
        right: -120px;
    }
	
.kv-ob.rainbow img {
        width: 400px;
    }
	
.kv-ob.study {
        right: 100px;
        bottom: 200px;
    }
	
.kv-ob.study img {
        width: 180px;
    }
	
    .kv-ob.r-f {
        right: 190px;
        top: 130px;
    }
	
.kv-copy-pc img {
    width: 100%;
    max-width: 870px;
}
	
}



@media screen and (max-width: 1450px) {
.kv-child img {
        max-width: 850px;
    }
	
    .kv-copy-pc img {
        max-width: 770px;
    }
	
.kv-ob.r-f2 {
        top: 370px;
    }
	
	
.kv-ob.study {
        bottom: 160px;
    }
	
	
.kv-ob.l-w {
        bottom: 200px;
    }
	
}


@media screen and (max-width: 1400px) {
.kv-ob.l-f {
        left: -30px;
        top: 230px;
    }
	
.kv-ob.r-f {
        right: 160px;
        top: 130px;
    }
	
.kv-ob.r-f img {
        width: 120px;
    }
	
    .kv-ob.rainbow img {
        width: 350px;
    }
	
.kv-ob.l-w {
        left: 50px;
    }
	
    .kv-ob.l-w img {
        width: 160px;
    }
	
.kv-ob.study {
        right: 50px;
    }
}



@media screen and (max-width: 1370px) {
.kv-ob.study {
        bottom: 110px;
    }
}


@media screen and (max-width: 1300px) {
.kv-ob.l-w {
        left: 30px;
        bottom: 120px;
    }
	
.kv-ob.study {
        right: 30px;
        bottom: 70px;
    }
	
.kv-ob.r-f2 {
    top: 410px;
	}
}



@media screen and (max-width: 1250px) {
	
.kv-ob.study {
        bottom: 10px;
    }
	
.kv-ob.r-f2 {
        top: 350px;
    }
	
    .kv-copy-pc img {
        max-width: 700px;
    }
	
.kv-child img {
        max-width: 720px;
    }
}


@media screen and (max-width: 1100px) {
.kv-ob.l-w {
        left: -10px;
        bottom: 90px;
    }
	
    .kv-ob.l-w img {
        width: 130px;
    }
	
.kv-ob.study {
        bottom: 90px;
        right: -10px;
    }
	
.kv-ob.study img {
        width: 140px;
    }
	
.kv-ob.l-f img {
        width: 220px;
    }
	
.kv-ob.r-f {
        right: 90px;
        top: 110px;
    }
	
.kv-ob.r-f img {
        width: 90px;
    }
	
    .kv-child {
        bottom: 50px;
    }
	
.kv-ob.rainbow {
        right: -170px;
    }
	
}


@media screen and (max-width: 940px) {
.kv-ob.l-f img {
        width: 190px;
    }
	
.kv-ob.l-w img {
        width: 110px;
    }
	
.kv-ob.study img {
        width: 120px;
    }
	
.kv-ob.r-f2 {
        top: 400px;
    }
	
.kv-ob.r-f2 img {
        width: 190px;
    }
}


@media screen and (max-width: 990px) {
	
.kv-ob.l-w {
        bottom: 130px;
    }

.kv-ob.l-w img {
        width: 110px;
    }
}


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

    .kv-ob.r-f {
        right: 60px;
        top: 80px;
    }
	
.kv-ob.l-f {
        top: 170px;
    }
	
.kv-ob.rainbow {
        right: -100px;
    }
	
    .kv-ob.rainbow img {
        width: 280px;
    }
	
}






@media screen and (max-width: 890px) {
.kv-copy-sp img {
        max-width: 420px;
    }
	
    .kv-ob.r-f {
        right: 40px;
        top: 50px;
    }
	
.kv-ob.rainbow {
    top: 140px;
	}
	
.kv-ob.r-f2 {
        right: -25px;
        top: 270px;
    }
	
.kv-child img {
        max-width: 600px;
    }
}

@media screen and (max-width: 810px) {
	
    .kv-ob.study img {
        width: 110px;
    }
	
.kv-ob.r-f {
        right: 30px;
        top: 20px;
    }
	
.kv-ob.l-f img {
        width: 150px;
    }
	
.kv-ob.r-f2 img {
        width: 150px;
    }
	
.kv-ob.rainbow img {
        width: 240px;
    }
	
.kv-child img {
        max-width: 530px;
    }
	
}





@media screen and (max-width: 760px) {
.kv-child img {
        max-width: 520px;
    }
	
    .kv-copy-sp img {
        max-width: 380px;
    }
	
	
.kv-ob.rainbow {
    top: 90px;
	}
	
.kv-ob.r-f2 {
        top: 230px;
    }
	
    .kv-ob.study {
        right: -10px;
    }
	
.kv-inner {
        padding-top: 20px;
    }
	
.kv-ob.l-f {
        top: 140px;
    }
	
	
.kv-ob.l-w img {
        width: 90px;
    }
	
}

@media screen and (max-width: 670px) {
.kv-ob.rainbow img {
        width: 220px;
    }
.kv-ob.study img {
        width: 80px;
    }
	
}


@media screen and (max-width: 620px) {
.kv-ob.l-w img {
        width: 70px;
    }
	
    .kv-ob.rainbow img {
        width: 200px;
    }
	
.kv-ob.l-f img {
        width: 120px;
    }
	
.kv-copy-sp img {
        max-width: 320px;
    }
	
.kv-ob.r-f2 {
        top: 180px;
    }
	
.kv-child img {
        max-width: 470px;
    }
	
.kv-child {
        bottom: 30px;
    }
	
}

@media screen and (max-width: 580px) {
.kv-copy-sp img {
        max-width: 300px;
    }
	
.kv-child img {
        max-width: 400px;
    }
	
.kv-ob.study {
        bottom: 40px;
	}

}


@media screen and (max-width: 540px) {
.kv-inner {
        padding-top: 130px;
    }
	
    .kv-copy-sp img {
        max-width: 380px;
    }
	
.kv-child {
        bottom: 40px;
    }
	
.kv-child img {
        max-width: 500px;
    }
	
.kv-ob.r-f2 {
        top: -10px;
        right: 175px;
    }
	
.kv-ob.r-f {
        right: -10px;
        top: 190px;
    }
	
.kv-ob.r-f img {
        width: 70px;
    }
	
.kv-ob.rainbow {
        top: 30px;
        right: -80px;
    }
	
.kv-ob.rainbow img {
        width: 220px;
    }
	
.kv-ob.l-f {
        top: 0px;
        left: 0px;
    }
	
.kv-ob.l-f img {
        width: 160px;
    }
	
.kv-ob.study {
        bottom: 240px;
        right: 20px;
    }
	
.kv-ob.study img {
        width: 90px;
    }
	
.kv-ob.l-w {
        left: -10px;
        bottom: 290px;
    }
	
}


@media screen and (max-width: 490px) {
.kv-child {
        bottom: 20px;
    }
	
    .kv-child img {
        max-width: 440px;
    }
	
.kv-ob.l-f {
        top: 20px;
        left: -15px;
    }
	
.kv-ob.l-f img {
        width: 131px;
    }
	
.kv-ob.rainbow {
        top: 20px;
    }
	
.kv-ob.l-w {
        left: 10px;
        bottom: 240px;
    }
	
.kv-ob.study {
        bottom: 190px;
    }
	
}

@media screen and (max-width: 470px) {
.kv-ob.r-f {
        top: 100px;
    }
	
.kv-ob.study {
        bottom: 200px;
    }
	
}

@media screen and (max-width: 490px) {
.kv-child img {
        max-width: 410px;
    }
	
.kv-ob.study {
        bottom: 180px;
        right: -10px;
    }
	
.kv-ob.l-w {
        bottom: 230px;
    }
	
.kv-ob.l-w img {
        width: 60px;
    }
	
}

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

.kv-copy-sp img {
        max-width: 350px;
    }

.kv-child img {
        max-width: 380px;
    }
	
.kv-ob.r-f2 img {
        width: 120px;
    }
	
.kv-ob.study {
        bottom: 160px;
    }
	
.kv-ob.l-w {
        bottom: 210px;
    }
	
}


@media screen and (max-width: 390px) {
	
.kv-copy-sp img {
        max-width: 330px;
    }
	
.kv-child img {
        max-width: 360px;
    }

}


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

.kv-copy-sp img {
        max-width: 310px;
    }
	
.kv-ob.l-w img {
        width: 50px;
    }
	
.kv-child img {
        max-width: 340px;
    }
	
.kv-ob.l-w {
        bottom: 190px;
    }
	
.kv-ob.study img {
        width: 80px;
    }
	
}


@keyframes fuwafuwa1 {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}

@keyframes fuwafuwa2 {
  0% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(-3%);
  }
}


@keyframes fuwafuwa3 {
  0% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(-2%);
  }
}










/* sp
------------------------------------------------------------ */


/* kv loading
============================================================ */
#home .kv-loading {
  position: absolute;
  z-index: 0;
  top: calc(50% - 40px - 30px);
  left: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .kv-loading::after {
  content: "";
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-top: 4px solid rgba(0, 0, 0, .1);
  border-right: 4px solid rgba(0, 0, 0, .1);
  border-bottom: 4px solid rgba(0, 0, 0, .1);
  border-left: 4px solid #4cb999;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load-animation 1.1s infinite linear;
          animation: load-animation 1.1s infinite linear;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .kv-loading {
    top: calc(50% - 35px);
    left: calc(50% - 35px);
  }
  #home .kv-loading::after {
    width: 70px;
    height: 70px;
  }
}
@-webkit-keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* top-inner
============================================================ */
.top-inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}

@media screen and (max-width: 860px) {
	
.top-inner {
    padding: 60px 40px;
}
	
}


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

.top-inner {
        padding: 45px 25px;
    }
}



/* top-title
============================================================ */

.top-title{
	text-align: center;
}

.top-title h2{
	font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 42px;
	font-weight: 600;
	color: #d0393b;
    margin-bottom: 30px;
}

@media screen and (max-width: 860px) {
	
.top-title h2{
    font-size: 35px;
}
	
}


@media screen and (max-width: 500px) {
	
.top-title h2{
    font-size: 28px;
}
	
}



/* purpose
============================================================ */


.purpose{}

.purpose .top-inner {
    max-width: 1000px;
	padding: 25px 40px 90px 40px;
}

@media screen and (max-width: 810px) {
.purpose .top-inner {
    padding: 5px 40px 70px 40px;
}
}

@media screen and (max-width: 800px) {
.purpose .top-inner {
        padding: 5px 30px 70px 30px;
    }
}

.purpose ul{
	width: 100%;
	display: flex;
	text-align: center;
    align-items: center;
    justify-content: space-between;
	gap: 0 3em;
}


span.kaigyo,span.kaigyo2{
	display: block;
}

.purpose ul li{
	position: relative;
    width: 33%;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #d0393b;
    background-color: #fff2bd;
    border-radius: 40px;
    padding: 20px;
    text-align: center;
    line-height: 145%;
    transition: all .2s ease-in-out;
}


.purpose ul li:first-child{
	font-size: 25px;
}


.purpose ul li:before {
    content: "";
    display: block;
    padding-top: 100%;
}


.purpose ul li a{
	text-decoration: none;
	color: #d0393b;
	background-image: url(../images/kodomomirai/about.png),url(../images/kodomomirai/arrow_b.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center top 32px,center bottom 30px;
    background-size: 55px,20px;
	padding: 102px 20px 50px 20px;
    display: block;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    border-radius: 7px;
    transition: all .2s ease-in-out;
}


.purpose ul li a:hover{
	background-position: center top 32px,center bottom 25px;
    transition: all .2s ease-in-out;
}


.purpose ul li:nth-child(2) a,.purpose ul li:nth-child(3) a{
	padding: 115px 20px 50px 20px;
}

.purpose ul li:nth-child(2) a{
	background-image: url(../images/kodomomirai/kifu.png),url(../images/kodomomirai/arrow_b.png);
}

.purpose ul li:nth-child(3) a{
	background-image: url(../images/kodomomirai/josei.png),url(../images/kodomomirai/arrow_b.png);
}


@media screen and (max-width: 1000px) {
	
.purpose .top-inner {
    max-width: 950px;
}
	
.purpose ul {
    gap: 0 2em;
}
	
.purpose ul li {
    font-size: 25px;
	}
	
.purpose ul li:first-child {
    font-size: 22px;
}
	
}

@media screen and (max-width: 1000px) {
.purpose ul li a {
    background-size: 45px, 16px;
    padding: 98px 20px 50px 20px;
}
	
.purpose ul li:nth-child(2) a, .purpose ul li:nth-child(3) a {
    padding: 105px 20px 50px 20px;
}
	
}

@media screen and (max-width: 870px) {
	
	
.purpose ul li a {
    background-size: 45px, 16px;
    padding: 84px 20px 50px 20px;
	background-position: center top 25px, center bottom 25px;
}
	
.purpose ul li:nth-child(2) a, .purpose ul li:nth-child(3) a {
    padding: 98px 20px 50px 20px;
}
	
.purpose ul li a:hover{
	background-position: center top 25px,center bottom 20px;
    transition: all .2s ease-in-out;
}
	
}

@media screen and (max-width: 830px) {
.purpose ul li:first-child {
        font-size: 22px;
    }
	
.purpose ul li:nth-child(2) a, .purpose ul li:nth-child(3) a {
        padding: 95px 20px 50px 20px;
    }
	
.purpose ul li {
    border-radius: 30px;
	}
	
}

@media screen and (max-width: 810px) {
    .purpose ul li:first-child {
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) {
.purpose ul li a {
        background-position: center top 22px, center bottom 25px;
    }
	
.purpose ul li a:hover{
	background-position: center top 22px,center bottom 20px;
}
	
.purpose ul li:nth-child(2) a, .purpose ul li:nth-child(3) a {
        padding: 90px 20px 50px 20px;
    }
	
}


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

	
.purpose ul li {
        font-size: 22px;
		border-radius: 25px;
    }
	
	
.purpose ul li a {
        padding: 80px 20px 50px 20px;
		background-size: 45px, 13px;
	}
	
.purpose ul li:first-child {
        font-size: 18px;
    }
	
.purpose ul li:nth-child(2) a, .purpose ul li:nth-child(3) a {
        padding: 90px 20px 50px 20px;
    }
	
}


@media screen and (max-width: 725px) {
.purpose .top-inner {
        max-width: 650px;
    }
	

    .purpose ul li {
        font-size: 21px;
        border-radius: 25px;
        line-height: 140%;
    }
	
.purpose ul li:first-child {
        font-size: 16px;
        line-height: 140%;
    }
	
.purpose ul li a {
        padding: 66px 20px 50px 20px;
        background-size: 35px, 13px;
    }
	
.purpose ul li:nth-child(2) a, .purpose ul li:nth-child(3) a {
        padding: 72px 20px 50px 20px;
    }
	
.purpose ul li a {
        background-position: center top 22px, center bottom 20px;
    }
	
.purpose ul li a:hover {
        background-position: center top 22px, center bottom 15px;
    }
	
}


@media screen and (max-width: 630px) {
.purpose ul {
        gap: 0 1.5em;
    }
}


@media screen and (max-width: 610px) {
	
	
.purpose .top-inner {
        max-width: 480px;
    }
	
.purpose ul {
    display: block;
    position: unset;
}
	
.purpose ul li,.purpose ul li:first-child {
    width: 100%;
    border-radius: 18px;
	font-size: 20px;
    text-align: left;
	margin-bottom: 20px;
        padding: 0 20px;
        height: 100px;
        display: grid;
	    align-content: center;
	}
	
.purpose ul li:before {
    display: none;
}

	
.purpose ul li:last-child {
	margin-bottom: 0;
	}

	
.purpose ul li a,.purpose ul li:nth-child(2) a,.purpose ul li:nth-child(3) a {
    	position: unset;
        color: #d0393b;
        background-image: url(../images/kodomomirai/about.png), url(../images/kodomomirai/arrow.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left 7px center, right 5px center;
        background-size: 38px, 11px;
        padding: 10px 30px 10px 66px;
	}
	
	
.purpose ul li:nth-child(2) a {
    background-image: url(../images/kodomomirai/kifu.png), url(../images/kodomomirai/arrow.png);
}
	
.purpose ul li:nth-child(3) a {
    background-image: url(../images/kodomomirai/josei.png), url(../images/kodomomirai/arrow.png);
}
	
	
.purpose ul li a:hover, .purpose ul li:nth-child(2) a:hover, .purpose ul li:nth-child(3) a:hover{
	background-position: left 7px center, right 0px center;
	}
	
span.kaigyo2 {
    display: contents;
}
		
	
}


@media screen and (max-width: 500px) {
.purpose .top-inner {
        max-width: 400px;
    }
}



@media screen and (max-width: 420px) {
	
    .purpose .top-inner {
        padding: 20px 30px 60px 30px;
    }
	
	
.purpose ul li, .purpose ul li:first-child {
        font-size: 18px;
		line-height: 160%;
	    border-radius: 15px;
	    margin-bottom: 15px;
        height: 90px;
    }
	
.purpose ul li a, .purpose ul li:nth-child(2) a, .purpose ul li:nth-child(3) a {
        background-position: left 2px center, right 5px center;
        background-size: 35px, 11px;
        padding: 5px 30px 5px 55px;
    }
	
.purpose ul li a:hover, .purpose ul li:nth-child(2) a:hover, .purpose ul li:nth-child(3) a:hover{
	background-position: left 2px center, right 0px center;
	}
	
}





/* news
============================================================ */
#home .sect-news {
  background: #fcebe9;
  border-radius: 70px 70px 0 0;
}

@media screen and (max-width: 1000px) {
#home .sect-news {
    border-radius: 50px 50px 0 0;
}
}

#home .sect-news .top-inner{
	padding-bottom: 10px;
}


#home .sect-news .title-wrap {
  text-align: center;
}
#home .sect-news .title-wrap .title img {
  width: 100%;
  max-width: 240px;
  height: auto;
}

.news-list {
    width: 100%;
    margin: 0 auto;
    max-width: 950px;
    /* padding: 40px; */
}

#home .sect-news .com-news-list {
  width: 100%;
    font-size: 120%;
}
#home .sect-news .com-news-list ul li .date {
  width: 110px;
    margin-bottom: 5px;
	display: block;
	font-size: 85%;
}
#home .sect-news .com-news-list .no-content {
  margin: 0;
}
#home .sect-news .btn-list {
  position: relative;
  z-index: 2;
  margin-top: 35px;
}
#home .sect-news .btn-list .btn {
  width: 100%;
  max-width: 340px;
}

.more {
    margin-top: 20px;
    text-align: right;
}

.more a{
	font-weight: 600;
    color: #d0393b;
    text-decoration: none;
    padding: 0px 20px 0px 0;
    background-image: url(../images/kodomomirai/arrow.png);
    background-position: right 5px top 7px;
    background-repeat: no-repeat;
    background-size: 8px;
    transition: all .2s ease-in-out;
	
}

.more a:hover{
	transition: all .2s ease-in-out;
	background-position: right 1px top 7px;
}

@media screen and (max-width: 500px) {
.more {
    margin-top: 5px;
}

}



/* sp
------------------------------------------------------------ */




.achievements{
    background-color: #fff;
	border-radius: 30px;
	width: 100%;
    margin: 50px auto 0 auto;
    max-width: 950px;
    padding: 40px;
}

.a-inner {
	display: flex;
	align-items: center;
    gap: 0 2em;
}

.a-inner-l{
	text-align: center;
	width: 20%;
}

.a-inner-l h2{
	font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #d0393b;
	margin-bottom: 8px;
}

@media screen and (max-width: 500px) {
.a-inner-l h2 {
    font-size: 23px;
}
}

.a-inner-r{
	display: flex;
	align-items: center;
    gap: 0 2em;
	width: 80%;
}

@media screen and (max-width: 1000px) {
.a-inner-r {
    gap: 0 1em;
}
}

.jisseki-wrap{
	text-align: center;
	width: 100%;
}

.jisseki-wrap h3{
	background-color: #d0393b;
	color: #fff;
	padding: 10px;
    border-radius: 8px 8px 0 0;
}

.jisseki-inner{
    background-color: #fff2bd;
	padding: 10px 22px;
    border-radius: 0 0 8px 8px;
	display: flex;
	align-items: center;
    justify-content: space-between;
}

span.donations {
    font-size: 120%;
    font-weight: 800;
    color: #d0393b;
}

@media screen and (max-width: 950px) {
	
.a-inner {
    gap: 0 1em;
}
	
.a-inner-l{
	width: 30%;
}
	
.a-inner-r{
	width: 70%;
}
	
}

@media screen and (max-width: 780px) {
	
.a-inner {
    display: block;
}
	
.a-inner-l,.a-inner-r {
        width: 100%;
    }
	
.a-inner-l{
	margin-bottom: 20px;
	}
	
.achievements {
    border-radius: 20px;
    padding: 30px;
}

}


@media screen and (max-width: 560px) {
.a-inner-r {
    display: block;
}
	
.jisseki-wrap {
    margin-top: 20px;
}
	
}


/* arigatou
============================================================ */



.arigatou {
    background-image: url(../images/kodomomirai/arigatou-bg.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: 100%;
    background-position: top -30px center;
    position: relative;
    top: -2px;
}


@media screen and (max-width: 920px) {
.arigatou {
    background-size: 150%;
    background-position: top -60px center;
}
}

@media screen and (max-width: 530px) {
.arigatou {
        background-size: 210%;
        background-position: top -20px center;
    }
	}

.arigatou-inner {
	position: relative;
    overflow: hidden;
}



.arigatou .top-inner {
    padding: 80px 40px;
}

@media screen and (max-width: 730px) {
.arigatou .top-inner {
    padding: 80px 30px;
}
}

.arigatou-title {
	text-align: center;
    margin-bottom: 80px;
}
	
@media screen and (max-width: 800px) {
.arigatou-title {
        margin-bottom: 40px;
    }
	}

.arigatou-title img{
	width: 100%;
	max-width: 580px;
	animation: 4s 0s bound ease-in infinite;
}


@keyframes bound {
	79%,
	90%,
	97%,
	100% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
	85% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	94% {
		-webkit-transform: translateY(-4px);
		        transform: translateY(-4px);
	}
	99% {
		-webkit-transform: translateY(-2px);
		        transform: translateY(-2px);
	}
}


.a-ob {
    position: absolute;
}

.a-ob.rainbow {
    top: 200px;
    left: -120px;
    animation: fuwafuwa3 2s ease-in-out infinite alternate-reverse;
}

.a-ob.rainbow img{
    width: 350px;
}


.a-ob.mf-l {
    top: 90px;
    left: 320px;
    animation: fuwafuwa2 2s ease-in-out infinite alternate-reverse;
}

.a-ob.mf-l img{
	width: 170px;
}


.a-ob.mf-r {
    top: 100px;
    right: -40px;
    animation: fuwafuwa1 2s ease-in-out infinite alternate-reverse;
}

.a-ob.mf-r img{
	width: 280px;
}


@media screen and (max-width: 1590px) {
.a-ob.mf-l {
    left: 230px;
}
	
.a-ob.mf-l img {
    width: 130px;
}
	
.a-ob.mf-r {
    top: 190px;
    right: -10px;
	}
	
.a-ob.mf-r img {
    width: 220px;
}
	
}

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

.arigatou-title img {
    max-width: 470px;
}
	
}

@media screen and (max-width: 1250px) {
    .a-ob.mf-l {
        left: 160px;
    }
}



@media screen and (max-width: 1060px) {
.a-ob.rainbow {
    left: -180px;
}
	
.a-ob.mf-l {
    left: 100px;
	top: 110px;
    }
.a-ob.mf-l img {
    width: 110px;
    }
	
.a-ob.mf-r {
    top: 120px;
    }
	
.a-ob.mf-r img {
        width: 180px;
    }
	
}


@media screen and (max-width: 920px) {
.arigatou-title img {
        max-width: 390px;
    }
}



@media screen and (max-width: 800px) {
	
.a-ob.rainbow {
        left: -100px;
    }
	
.a-ob.rainbow img {
    width: 230px;
}
	
.a-ob.mf-l {
        left: 70px;
        top: 80px;
    }
	
.a-ob.mf-l img {
        width: 90px;
    }
	
.a-ob.mf-r img {
        width: 130px;
    }
	
}

@media screen and (max-width: 720px) {
.a-ob.mf-l {
        left: 20px;
        top: 80px;
    }
}

@media screen and (max-width: 640px) {
.arigatou-title img {
        max-width: 340px;
    }
}

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

.a-ob.rainbow {
        left: -90px;
    }
	
.a-ob.rainbow img {
    width: 190px;
}
	
.a-ob.mf-l {
        left: -10px;
        top: 50px;
    }
	
    .a-ob.mf-r {
        right: -80px;
    }
	
.a-ob.mf-r img {
        width: 150px;
        display: inline-block;
        transform: scale(-1, -1);
    }
}
	
	
@media screen and (max-width: 500px) {
        .a-ob.mf-l img {
            width: 60px;
        }
	
.a-ob.mf-r {
            right: -10px;
        }
	
        .a-ob.mf-r img {
            width: 70px;
	}
	
.a-ob.rainbow img {
            width: 150px;
        }
	
	}
	
@media screen and (max-width: 430px) {
.arigatou-title img {
	max-width: 300px;
}
}
    
@media screen and (max-width: 400px) {
.a-ob.mf-r {
            top: 30px;
        }
	
.a-ob.mf-l {
            top: 20px;
        }
	}
	
@media screen and (max-width: 380px) {
	
.a-ob.rainbow {
        top: 170px;
	}
	
.arigatou-title img {
            max-width: 270px;
        }
	}






.arigatou-list{}


.arigatou-list ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    gap: 0 1em;
}


.arigatou-list ul li{
	width: 31%;
    margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
.arigatou-list ul li {
    width: 29%;
}
}

@media screen and (max-width: 640px) {
.arigatou-list ul li {
    width: 47%;
}
}

.arigatou-list ul li span.thumb{
}

.arigatou-list ul li span.thumb img {
    width: 100%;
    border-radius: 30px;
    height: 14em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: relative;
    display: block;
}

@media screen and (max-width: 900px) {
.arigatou-list ul li span.thumb img {
    border-radius: 20px;
    height: 10em;
}
}

@media screen and (max-width: 500px) {
.arigatou-list ul li span.thumb img {
    border-radius: 15px;
}
}


.arigatou-list ul li span.date {
	display: block;
    color: #d0393b;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 90%;
}

.arigatou-list ul li span.title {
	display: block;
}



/* support
============================================================ */
.s-ob {
    position: absolute;
}

.s-ob.balloon {
    top: -70px;
    left: 20px;
    animation: fuwafuwa3 2s ease-in-out infinite alternate-reverse;
}

.s-ob.balloon img{
    width: 110px;
}

.s-ob.sf {
    top: -20px;
    right: 20px;
    animation: fuwafuwa1 2s ease-in-out infinite alternate-reverse;
}

.s-ob.sf img{
    width: 140px;
}


@media screen and (max-width: 900px) {
	
.s-ob.sf {
    top: -40px;
	}
	
.s-ob.sf img {
    width: 100px;
}
	
.s-ob.balloon img {
    width: 90px;
}

}

@media screen and (max-width: 500px) {
	
.s-ob.sf {
        top: -30px;
    }
	
.s-ob.sf img {
        width: 80px;
    }
	
.s-ob.balloon img {
        width: 70px;
    }
	
}



.support{
	background-color: #fff2bd;
    position: relative;
    background-image: url(../images/kodomomirai/f_ob.png), url(../images/kodomomirai/office.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 140px, 150px;
    background-position: bottom -1px left 80px, bottom -2px right 80px;
    border-radius: 70px 70px 0 0;
}

p.support-text{
	text-align: center;
	display: block;
	margin-top: 20px;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
}


@media screen and (max-width: 500px) {
.support {
        border-radius: 50px 50px 0 0;
	background-size: 120px, 130px;
    background-position: bottom -1px left 20px, bottom -2px right 20px;
    }
}

.support .top-inner {
    padding: 80px 40px 110px 40px;
}



@media screen and (max-width: 730px) {
	
.support .top-inner {
    padding: 60px 30px 110px 30px;
}
	
}

@media screen and (max-width: 500px) {
.support .top-inner {
        padding: 50px 20px 70px 20px;
    }
}


.support-list{
    margin-top: 50px;
}

@media screen and (max-width: 500px) {
.support-list {
    margin-top: 30px;
}
}


.support-list ul{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    gap: 0 1em;
}


.support-list ul li{
	width: 31%;
    background-color: #fff;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    align-content: center;    
/*	font-size: 130%;*/
    line-height: 150%;
}


@media screen and (max-width: 640px) {
.support-list ul li {
    width: 47%;
}
}


@media screen and (max-width: 500px) {
.support-list ul li {
    border-radius: 10px;
}
}


.support-list ul li a{
	font-weight: bold;
	text-decoration: none;
}


.support-list ul li span.thumb{
	display: block;
	margin-bottom: 15px;
}

.support-list ul li span.thumb img{
	height: 100%;
	max-height: 40px;
    width: auto;
    object-fit: contain;
}


/* sect-message
============================================================ */
#home .sect-message {
  position: relative;
  padding: 40px 20px 50px;
  background: #f2f2f2;
}
#home .sect-message::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: calc(50% + 90px);
  z-index: 1;
  width: 1108px;
  height: 343px;
  background: url(../images/home/message-bg-01.png) no-repeat center center;
  background-size: 1108px auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home .sect-message::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -190px;
  left: calc(50% - 30px);
  z-index: 1;
  width: 1346px;
  height: 509px;
  background: url(../images/home/message-bg-02.png) no-repeat left center;
  background-size: 309px auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home .sect-message .title-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}
#home .sect-message .title-wrap .title img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
#home .sect-message .title-wrap .sub-title {
  color: #603813;
  margin-top: 10px;
  font-weight: bold;
}
#home .sect-message .message-list-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 730px;
  margin: 115px auto 0;
}
#home .sect-message .message-list-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -85px;
  left: 50%;
  z-index: 1;
  width: calc(100% + 100px);
  height: 78px;
  background: url(../images/home/message-body-bg-01.png) no-repeat left center;
  background-size: 757px auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home .sect-message .message-list-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -37px;
  left: 50%;
  z-index: 1;
  width: calc(100% + 133px);
  height: 78px;
  background: url(../images/home/message-body-bg-02.png) no-repeat left top;
  background-size: 843px auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home .sect-message .message-list ul {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: auto;
}
#home .sect-message .message-list ul li {
  width: calc((100% - 35px) / 2 - .1px);
  margin-right: 35px;
  margin-bottom: 25px;
  background: #fff;
}
#home .sect-message .message-list ul li:nth-child(2n+2),
#home .sect-message .message-list ul li:last-child {
  margin-right: 0;
}
#home .sect-message .message-list ul li .thumb {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 224px;
}
#home .sect-message .message-list ul li .thumb a {
  display: block;
}
#home .sect-message .message-list ul li .thumb a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 101%;
  height: 101%;
  background: rgba(255, 255, 255, .25);
}
#home .sect-message .message-list ul li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .sect-message .message-list ul li .title {
  display: block;
}
#home .sect-message .message-list ul li .title a {
  display: block;
  padding: 10px 10px;
  color: #603813;
  font-weight: bold;
  text-align: center;
  font-size: .8em;
}
#home .sect-message .btn-list {
  position: relative;
  z-index: 2;
  margin-top: 35px;
}
#home .sect-message .btn-list .btn {
  width: 100%;
  max-width: 340px;
  border: 1px solid #603813;
  background: #603813;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .sect-message {
    padding: 30px 20px 40px;
  }
  #home .sect-message::before {
    top: 25px;
    left: 50%;
    width: 100%;
    height: 145px;
    background: url(../images/home/message-bg-03.png) no-repeat calc(50% + 10px) 5px;
    background-size: 650px auto;
  }
  #home .sect-message::after {
    bottom: -65px;
    left: 50%;
    width: 100%;
    height: 150px;
    background: url(../images/home/message-bg-04.png) no-repeat calc(50% + 8px) bottom;
    background-size: 590px auto;
  }
  #home .sect-message .title-wrap .title img {
    max-width: 300px;
  }
  #home .sect-message .title-wrap .sub-title {
    margin-top: 15px;
    font-size: .933333333333em;
  }
  #home .sect-message .message-list-wrap {
    margin: 25px auto 0;
  }
  #home .sect-message .message-list-wrap::before {
    content: none;
  }
  #home .sect-message .message-list-wrap::after {
    content: none;
  }
  #home .sect-message .message-list ul li {
    width: 400px;
    margin-right: 0;
    margin-bottom: 0;
  }
  #home .sect-message .message-list ul li:nth-child(n + 2) {
    display: none;
  }
  #home .sect-message .message-list ul li .thumb {
    height: 256px;
  }
  #home .sect-message .message-list ul li .title a {
    font-size: .933333333333em;
  }
  #home .sect-message .btn-list {
    margin-top: 30px;
  }
  #home .sect-message .btn-list .btn {
    max-width: 290px;
  }
}
@media screen and (max-width: 481px) {
  #home .sect-message {
    padding: 25px 20px 35px;
  }
  #home .sect-message::before {
    top: 15px;
    height: 225px;
    background-position: calc(50% + 5px) 5px;
    background-size: 420px auto;
  }
  #home .sect-message::after {
    bottom: -50px;
    height: 110px;
    background-position: calc(50% - 13px) bottom;
    background-size: 440px auto;
  }
  #home .sect-message .title-wrap .title img {
    max-width: 200px;
  }
  #home .sect-message .title-wrap .sub-title {
    margin-top: 5px;
    font-size: .72em;
  }
  #home .sect-message .message-list-wrap {
    margin: 15px auto 0;
  }
  #home .sect-message .message-list ul li {
    width: 300px;
  }
  #home .sect-message .message-list ul li .thumb {
    height: 190px;
  }
  #home .sect-message .message-list ul li .title a {
    font-size: .8em;
  }
  #home .sect-message .btn-list .btn {
    max-width: 250px;
  }
}

/* video
============================================================ */
#home .sect-video {
  position: relative;
  padding: 45px 20px 50px;
}
#home .sect-video::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -160px;
  left: calc(50% + 15px);
  z-index: 1;
  width: 1324px;
  height: 762px;
  background: url(../images/home/video-bg-01.png) no-repeat center center;
  background-size: 1324px auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home .sect-video .title-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}
#home .sect-video .title-wrap .title img {
  width: 100%;
  max-width: 330px;
  height: auto;
}
#home .sect-video .video-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 664px;
  margin: 55px auto 0;
}
#home .sect-video .video-wrap iframe {
  width: 664px;
  height: 380px;
  vertical-align: bottom;
}
#home .sect-video .video-wrap .title {
  padding: 12px 10px;
  color: #603813;
  background: #bcdfc4;
  background: linear-gradient(90deg, #ebf5ec 0%, #d3e9d5 50%, #bcdfc4 100%);
  font-size: 1.333333333333em;
  font-weight: bold;
  text-align: center;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .sect-video {
    padding: 35px 20px 40px;
  }
  #home .sect-video::before {
    top: 15px;
    bottom: inherit;
    left: 50%;
    width: 100%;
    height: 55px;
    background: url(../images/home/video-bg-02.png) no-repeat center top;
    background-size: 590px auto;
  }
  #home .sect-video::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 55px;
    background: url(../images/home/video-bg-03.png) no-repeat calc(50% + 5px) bottom;
    background-size: 540px auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #home .sect-video .title-wrap .title img {
    max-width: 380px;
  }
  #home .sect-video .video-wrap {
    max-width: 400px;
    margin: 25px auto 0;
  }
  #home .sect-video .video-wrap iframe {
    width: 400px;
    height: 225px;
  }
  #home .sect-video .video-wrap .title {
    font-size: 1em;
  }
}
@media screen and (max-width: 481px) {
  #home .sect-video {
    padding: 25px 20px 30px;
  }
  #home .sect-video::before {
    height: 40px;
    background-size: 440px auto;
  }
  #home .sect-video::after {
    height: 45px;
    background-size: 420px auto;
  }
  #home .sect-video .title-wrap .title img {
    max-width: 280px;
  }
  #home .sect-video .video-wrap {
    max-width: 300px;
    margin: 20px auto 0;
  }
  #home .sect-video .video-wrap iframe {
    width: 300px;
    height: 170px;
  }
  #home .sect-video .video-wrap .title {
    padding: 7px 5px;
    font-size: .8em;
  }
}

/* links
============================================================ */
#home .sect-links {
  padding: 50px 20px 35px;
  background: #f2f2f2;
}
#home .sect-links .link-list {
  position: relative;
  z-index: 2;
}
#home .sect-links .link-list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 52px);
  z-index: 3;
  width: 1200px;
  height: 348px;
  background: url(../images/home/link-list-bg-01.png) no-repeat center center;
  background-size: 1200px auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home .sect-links .link-list ul {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
#home .sect-links .link-list li {
  overflow: hidden;
  width: calc((100% - 20px) / 3 - .1px);
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  background: #fff;
}
#home .sect-links .link-list li:nth-child(3n+3) {
  margin-right: 0;
}
#home .sect-links .link-list li a {
  display: block;
  border: 4px solid #603813;
  border-radius: 15px;
}
#home .sect-links .link-list li a:hover {
  background: #d6ef97;
  opacity: 1;
}
#home .sect-links .link-list li a img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .sect-links {
    padding: 40px 20px 25px;
  }
  #home .sect-links .link-list::before {
    content: none;
  }
  #home .sect-links .link-list ul {
    max-width: 400px;
  }
  #home .sect-links .link-list li {
    width: calc((100% - 15px) / 2 - .1px);
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  #home .sect-links .link-list li:nth-child(3n+3) {
    margin-right: 15px;
  }
  #home .sect-links .link-list li:nth-child(2n+2) {
    margin-right: 0;
  }
  #home .sect-links .link-list li a {
    border-width: 2px;
    border-radius: 10px;
  }
  #home .sect-links .link-list li a img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 481px) {
  #home .sect-links {
    padding: 35px 20px 20px;
  }
  #home .sect-links .link-list ul {
    max-width: 300px;
  }
  #home .sect-links .link-list li {
    width: calc((100% - 10px) / 2 - .1px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #home .sect-links .link-list li:nth-child(3n+3) {
    margin-right: 10px;
  }
  #home .sect-links .link-list li:nth-child(2n+2) {
    margin-right: 0;
  }
}

/* goods
============================================================ */
#home .sect-goods {
  background: #f2f2f2;
}
#home .sect-goods .section-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#home .sect-goods .goods-more {
  position: relative;
  z-index: 2;
  width: 45%;
}
#home .sect-goods .goods-list {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 55%;
}
#home .sect-goods .goods-list li a {
  display: block;
}
#home .sect-goods .goods-list li a img {
  width: 100%;
  height: auto;
}
#home .sect-goods .goods-list li .title {
  display: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 481px) {
  #home .sect-goods .section-inner {
    display: block;
    max-width: 300px;
  }
  #home .sect-goods .goods-more {
    width: 100%;
  }
  #home .sect-goods .goods-list {
    display: block;
    width: 100%;
  }
}

/* links2
============================================================ */
#home .sect-links2 {
  position: relative;
  padding: 50px 20px 40px;
}
#home .sect-links2 .links2-list {
  position: relative;
  right: -5px;
}
#home .sect-links2 .links2-list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 12px);
  z-index: 1;
  width: 1303px;
  height: 293px;
  background: url(../images/home/link-list2-bg-01.png) no-repeat center center;
  background-size: 1303px auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home .sect-links2 .links2-list ul {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
#home .sect-links2 .links2-list li {
  float: left;
  width: calc((100% - 20px) / 2 - .1px);
  margin-right: 10px;
  margin-bottom: 9px;
}
#home .sect-links2 .links2-list li a {
  display: block;
}
#home .sect-links2 .links2-list li a img {
  width: 100%;
  height: auto;
  border: 4px solid #e00012;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .sect-links2 {
    padding: 40px 20px 30px;
  }
  #home .sect-links2::before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 295px;
    background: url(../images/home/link-list2-bg-02.png) no-repeat calc(50% + 4px) 25px;
    background-size: 480px auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #home .sect-links2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 28px;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 130px;
    background: url(../images/home/link-list2-bg-03.png) no-repeat center bottom;
    background-size: 540px auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #home .sect-links2 .links2-list {
    right: 0;
  }
  #home .sect-links2 .links2-list::before {
    content: none;
  }
  #home .sect-links2 .links2-list ul {
    max-width: 356px;
  }
  #home .sect-links2 .links2-list li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #home .sect-links2 .links2-list li a img {
    border-width: 2px;
  }
}
@media screen and (max-width: 481px) {
  #home .sect-links2 {
    padding: 30px 20px 20px;
  }
  #home .sect-links2::before {
    top: 0;
    height: 215px;
    background-size: 340px auto;
  }
  #home .sect-links2::after {
    bottom: 18px;
    height: 90px;
    background-size: 380px auto;
  }
  #home .sect-links2 .links2-list ul {
    max-width: 256px;
  }
  #home .sect-links2 .links2-list li {
    margin-bottom: 10px;
  }
}

/* ads
============================================================ */
#home .sect-ads {
  padding: 40px 20px 10px;
}
#home .sect-ads ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
#home .sect-ads li {
  width: calc((100% - 45px) / 4 - .1px);
  margin-right: 15px;
  margin-bottom: 30px;
}
#home .sect-ads li:nth-child(4n+4) {
  margin-right: 0;
}
#home .sect-ads li a {
  display: block;
}
#home .sect-ads li a img {
  width: 100%;
  height: auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .sect-ads {
    padding: 0 20px 15px;
  }
  #home .sect-ads ul {
    max-width: 356px;
  }
  #home .sect-ads li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 481px) {
  #home .sect-ads {
    padding: 0 20px 10px;
  }
  #home .sect-ads ul {
    max-width: 256px;
  }
  #home .sect-ads li {
    margin-bottom: 10px;
  }
}

/* sns
============================================================ */
#home .sect-sns {
  padding: 25px 20px 50px;
}
#home .sect-sns ul {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
#home .sect-sns li {
  overflow: hidden;
  width: calc((100% - 20px) / 3 - .1px);
  margin-right: 10px;
  border-radius: 10px;
}
#home .sect-sns li:last-child {
  margin-right: 0;
}
#home .sect-sns li a {
  display: block;
  border-radius: 10px;
}
#home .sect-sns li a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .sect-sns {
    padding: 15px 20px 40px;
  }
  #home .sect-sns ul {
    display: block;
    max-width: 356px;
  }
  #home .sect-sns li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  #home .sect-sns li a {
    border-radius: 5px;
  }
  #home .sect-sns li a img {
    border-radius: 5px;
  }
}
@media screen and (max-width: 481px) {
  #home .sect-sns {
    padding: 10px 20px 30px;
  }
  #home .sect-sns ul {
    max-width: 256px;
  }
  #home .sect-sns li {
    margin-bottom: 10px;
  }
}
