@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: 1000px;
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #333333;
    display: block;
    padding: 0%;
    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;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#ap_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ap_wrap li{
	list-style: none;
}
#ap_wrap a{
    text-decoration: none;
/*    color: #000000;*/
}
#ap_wrap a:hover{
    text-decoration: none;
}
#ap_wrap a:link{
    opacity: 1;
}

#ap_wrap img{
    width: 100%;
    line-height:0;
    vertical-align: bottom;
    border: none;
}
#ap_wrap .title{
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    line-height: 1em;
    font-weight: 500;
}
#ap_wrap .logo{
    width: 10%;
    text-align: center;
    margin: 0% auto;
}
#ap_wrap .lead{
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    margin: 5% auto;
    position: relative;
    font-weight: 500;
    line-height: 2em;
}

#ap_wrap .ap_box{
	width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
#ap_wrap .ap_box .main{
    width: 100%;
    position: relative;
    z-index: 4;
    text-align: center;
    margin: 0 auto;
}
#ap_wrap .ap_box .title_box{
    width: 50%;
    position: absolute;
    top: 35%;
    right: 5%;
    z-index: 7;
    display: inline-block;
    text-align: center;
}
#ap_wrap .ap_box .title_box .title{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
    margin: 0 auto;
}
#ap_wrap .ap_box .title_box .lead{
    width: 100%;
    font-size: 15px;
    line-height: 2em;
    text-align: center;
    margin: 5% auto 0;
}


.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 5% auto 0;
    font-size: 13px;
    padding: 1% 0;
    line-height: 1em;
    background: #606060;
    color: #FFFFFF;
}

/************************************************************
               ボタン
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 90%;
	margin: 3% auto 0%;
    padding: 2% 0%;
    background: #333333;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 1.5em;
    border: #333333 1px solid;
    font-family: 'Cormorant Garamond', serif;
    border-radius: 2px;

}
.btn_01 a:hover {
    color: #FFFFFF;
    background: #333333;
}

.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}
.hr{
    border-bottom:solid 1px #737373;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.clear {
	clear: both;
}

.Inter{
    font-family: "Inter", sans-serif;
}
.Lato{
    font-family: "Lato", sans-serif;
}
.Poppins{
    font-family: "Poppins", sans-serif;
}

/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
    }
    #ap_wrap .ap_box .main{
        width: 100%;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }
    #ap_wrap .ap_box .title_box{
        width: 100%;
        position: relative;
        margin: 5% auto 0;
        display: inline-block;
        text-align: center;
        float: none;
        right: 0;
    }
    #ap_wrap .ap_box .title_box .title{
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
    }
    #ap_wrap .ap_box .title_box .lead{
        font-size: 14px;
        margin: 5% auto;
    }
    
    
    .btn_01 a{
        margin: 5% auto 0;
        padding: 3%;
        width: 80%;
        font-size: 12px;
    }
    
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }


    
	
}