@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700&family=Lora:wght@400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

*:focus {
outline: none;
}
#ap_wrapper{
	max-width:1000px;
	text-align: center;
    margin: 0 auto;
    padding: 5% 0;
    position: relative;
    color: #000000;
    display: block;
    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_wrapper img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#ap_wrapper ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ap_wrapper li{
	list-style: none;
}
#ap_wrapper a{
    text-decoration: none;
}
#ap_wrapper a:hover{
    text-decoration: none;
}
#ap_wrapper a:link{
    opacity: 1;
}
#ap_wrapper .ap_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.ap_box .main{
    width: 100%;
    position: relative;
} 
.ap_box .text_box{
    width: 50%;
    left: 10%;
    top: 22%;
    display: inline-block;
    position: absolute;
}
.text_box .title{
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.8em;

}
.text_box .title span{
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 400;
}
.text_box .point_box{
    width: 90%;
    margin: 10% auto;
    text-align: center;
    display: inline-block;
}
.point_box .point li{
    width: 100%;
    display: inline-block;
    margin: 10px auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    text-align: left;
    color: #FFFFFF;
    border-bottom: #BFBFBF 1px solid;
    padding-bottom: 1%;
}
.point_box .point .check{
    width:5%;
    float: left;
    margin-top: -2px;
    margin-right: 10px;
}



.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 60%;
}

.Left{
    float: left;
}
.Right{
    float: right;
}
.clear{
    clear: both;
}

@media only screen and (max-width:768px){
	#ap_wrapper {
		width: 100%;
		text-align: center;
        margin: 0% auto 0;
        padding: 0 0 5% 0;
		color: #000000;
        overflow: hidden;

    }
    .ap_box .text_box{
        width: 80%;
        left: 5%;
        top: 35%;
    }
    .text_box .title{
        font-size: 17px;
        text-align: left;
        margin-left: 5%;
    }
    .text_box .title span{
        font-size: 15px;
    }
    .text_box .point_box{
        margin: 15% auto 0;
    }
    .point_box .point li{
        font-size: 13px;
    }
    .point_box .point .check{
        width: 7%;
    }
    
    
    
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
  
    
	
}