@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap');
*:focus {
  outline: none;
}

#ap_wrap{
    max-width: 1000px;
    width: 100%;
    background: #FFFFFF;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    position: relative;
    font-weight: 400;
    padding: 0%;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}

#ap_wrap img{
    width: 100%;
    line-height: 0;
}
#ap_wrap ul{
	padding: 0;
	overflow: hidden;
}
#ap_wrap li{
	list-style: none;
}
#ap_wrap a{
    text-decoration: none;
}
#ap_wrap a:link{
    opacity: 1;
}
#ap_wrap a:hover{
    text-decoration: none;
}
#ap_wrap .main{
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    line-height: 0;
}
#ap_wrap .point_box{
    position: absolute;
    width: 32%;
    top: 5%;
    right: 64%;
    z-index: 5;
}
#ap_wrap .point_box2{
    position: absolute;
    width: 32%;
    top: 77%;
    right: 64%;
    z-index: 5;
}
#ap_wrap .point_box3{
    position: absolute;
    width: 32%;
    top: 51%;
    right: 16%;
    z-index: 5;
}
.point{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0% auto;
    line-height: 2em;
    text-align: left;
    font-size: 12px;
}
.bar{
    width: 100%;
    background: #222222;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    padding: 1% 0;
    position: relative;
    margin: 0 auto;
    line-height: 1.2em;
    font-weight: 300;
    
    
}
.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 70%;
}





/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        overflow: hidden;
        background: #dedede;
	}

    #ap_wrap .point_box,#ap_wrap .point_box2{
        position: relative;
        width: 90%;
        right: 0;
        text-align: center;
        margin: 2% auto 2%;
    }
	#ap_wrap .point_box3{
        position: relative;
        width: 90%;
        right: 0;
        text-align: center;
        margin: 2% auto 4%;
	}
    #ap_wrap .point_box .point{
        font-size: 11px;
        letter-spacing: 0.5;
    }
    
    .bar{
        font-size: 13px;
        line-height: 2em;
        
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .MT10{
        margin-top: 15%;
    }
	.point span {
		display: inline;
	}
} 