/*===============================
 Base
===============================*/

@media screen and (max-width: 769px) {
 body {
	min-width:100%;
}
.sp{
    display: block;
  }
  .pc{
  	display: none;
  }

    img{
    width:100%;
    }

    .wrap {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0 0;
    }

}
/*===============================
  mv
===============================*/
@media screen and (max-width: 769px) {
    .mv {
        width: 100%;
    	margin: 0 auto;
    }

}

/*===============================
  contents
===============================*/
@media screen and (max-width: 769px) {
    .bg{
        background: unset;
        background-color: #DFF2FC;
    }

    section{
        margin-bottom: 30px;
        text-align: center;
    }

    #navi{
        background-color: unset;
    }

    #navi ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #navi ul li{
        width: 48%;
        margin-bottom: 20px;
    }

    .item img {
        width: 75%;
    }

    .w-90{
        width: 90%;
        margin: auto;
    }

    #sec01 img{
        margin-bottom: 30px;
    }

    #sec02 .sp > div > img{
        width: 90%;
    }

    #sec02 .sp > img{
        margin-bottom: 20px;
    }

    #sec02 .sp > div{
        position: relative;
        margin-bottom: 30px;
    }

    #sec02 .sp > div a img{
        position: absolute;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
    }

    #sec02 .sp > div:last-child{
        padding-bottom: 90px;
    }

    #sec03{
        padding-bottom: 40px;
        margin-bottom: 30px;
    }

    #sec03 a img{
        margin-top: 30px;
    }

    #sec04 > div > img{
        margin-top: 0;
    }

    #sec06{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    #sec06 .sp > div:first-child{
        padding-bottom: 30px;
    }

    #sec06 .sp > div:last-child{
        position: relative;
    }

    #sec06 .sp > div:last-child > img{
        width: 90%;
    }

    #sec06 .sp > div:last-child a img{
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
    }

    #sec06 a img{
        margin: 30px 0;
    }

    #sec08 .sp{
        position: relative;
    }

    #sec08 a{
        position: unset;
    }

    #sec08 a img{
        width: 65%;
        position: absolute;
        bottom:0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
    }

    #sec09{
        background-color: #fff;
        margin-bottom: 0;
    }

    #sec09 .w-bg{
        padding: 0;
    }

}


/*===============================
 footer
===============================*/
@media screen and (max-width: 769px) {

    .footer .inner{
        width: 90%;
    }

    .footer .inner img{
        width: 100%;
    }

    .footer .inner .foot-logo{
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .footer .inner .foot-logo .foot-img img{
        width: 90%;
        margin:0 auto;
    }

    .footer .inner .foot-logo .foot-img:first-child{
        width: 70%;
        margin: auto;
        margin-bottom: 30px;
    }

    .f-info .wrap a{
        position: unset;
    }

    .f-info .wrap a img{
        width: 65%;
        position: absolute;
        bottom:0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
    }

    .f-info .wrap{
        padding-bottom: 80px;
        margin-bottom: 20px;
    }

}

/*===============================
 固定アンカーボタン
===============================*/
 @media screen and (max-width: 769px) {
    #page-top{
        width: 50px;
        height: auto;
    }
}


/*===============================
 copyright
===============================*/
 @media screen and (max-width: 769px) {
 	.copyright {
        width: 100%;
    	color: #000;
    	margin-bottom:160px;
    }
    .footer_copy {
    	font-size: 11px;
    	text-align: center;
    	padding: 15px 0;
    }
}




