@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*:focus {
  outline: none;
}

#ap_wrap{
	max-width: 900px;
    width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #333333;
    display: block;
    font-weight: 400;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
    letter-spacing: 1px;
	padding: 5% 0 0 0;
}

#ap_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
#ap_wrap li{
	list-style: none;
}
#ap_wrap a{
    text-decoration: none;
}
#ap_wrap a:hover{
    text-decoration: none;
}
#ap_wrap a:link{
    opacity: 1;
}
#ap_wrap .ttl{
    text-align: center;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 48px;
    margin: 0 auto 3%;
    letter-spacing: 2px;
    font-family: "Lato", serif;
}
#ap_wrap .lead{
	margin: 3% auto 8%;
    font-size: 16px;
}
#ap_wrap img{
    width: 100%;
    line-height:0;
    border: none;
	vertical-align: bottom;
}
#ap_contents{
	width: 95%;
    margin: 0 auto;
}
.item{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
}

.item .item_parent{
	position: relative;
    opacity: 0;
    animation: itemFadeIn 0.8s ease-out forwards;
}

.item .item_parent img.plus{
	position: absolute;
	bottom: 3%;
	right: 3%;
	width: 25px!important;
	z-index: 1;
}

@keyframes itemFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.item .item_parent:nth-child(1) { animation-delay: 0.1s; }
.item .item_parent:nth-child(2) { animation-delay: 0.5s; }
.item .item_parent:nth-child(3) { animation-delay: 0.9s; }
.item .item_parent:nth-child(4) { animation-delay: 1.3s; }
.item .item_parent:nth-child(5) { animation-delay: 1.7s; }
.item .item_parent:nth-child(6) { animation-delay: 2.1s; }
.item .item_parent:nth-child(7) { animation-delay: 2.5s; }
.item .item_parent:nth-child(8) { animation-delay: 2.9s; }
.item .item_parent:nth-child(9) { animation-delay: 3.3s; }
.item .item_parent:nth-child(10) { animation-delay: 3.7s; }
.item .item_parent:nth-child(11) { animation-delay: 4.1s; }
.item .item_parent:nth-child(12) { animation-delay: 4.5s; }
.item .item_parent:nth-child(13) { animation-delay: 4.9s; }
.item .item_parent:nth-child(14) { animation-delay: 5.3s; }
.item .item_parent:nth-child(15) { animation-delay: 5.7s; }

.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10% auto 0;
    font-size: 15px;
    padding: 1% 0;
    line-height: 1em;
    color: #333333;
}
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/************************************************************
               ボタン
************************************************************/
.btn_all a {
    background: #ffffff;
    color: #333333;
	border: 1px solid #333333;
    font-size: 14px;
    font-weight: 500;
    width: 90%;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 15% auto 10%;
    display: inline-block;
    border-radius: 3px;
    padding: 4.5% 0
}


.sp_kw {
	display:none;
}
.pc_kw{
    display: block;
}
.small{
	font-size: 70%;
}
.hr{
    border-bottom: #BCBABA dotted 1px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.clear {
	clear: both;
}
.sp{
	display: none;
}
.pc{
	display: block;
}


/************************************************************
                SP
************************************************************/

@media only screen and (max-width : 767px ){
	#ap_wrap {
		width: 100%;
        margin: 0 auto;
		text-align: center;
		padding-top: 10%;
    }
    #ap_contents .ap_box{
        margin: 0% auto;
    }
    #ap_wrap .ttl{
        line-height: 1.2em;
        font-size: 40px;
    }
	#ap_wrap .lead{
        font-size: 13px;
        margin: 5% auto 10%;
		line-height: 2;
	} 	
	
    .item .item_parent img.plus{
        width: 16px!important;
    }
	
    .footer{
        font-size: 11px;
        padding: 3% 0;
		color: #333333;
    }
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }	
}
