@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?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=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
*:focus {
  outline: none;
}

#ap_wrap{
    width: 100%;
    background: #fffbf5;
	text-align: center;
	margin: 0% auto;
    color: #333;
    display: block;
    position: relative;
    font-weight: 400;
    padding: 8% 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%;
    vertical-align: bottom;
}
#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;
}
.Lato{
    font-family: "Lato", sans-serif;
}
.Montserrat{
    font-family: "Montserrat", sans-serif;
}

.NotoSans{
    font-family: "Noto Sans JP", sans-serif;
}


#ap_wrap .head{
    max-width: 1000px;
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
#ap_wrap .title_box{
    position: absolute;
    width: 68%;
    right: 0;
    top: 0%;
    text-align: left;
    display: inline-block;
}

#ap_wrap .title {
    font-size: 50px;
    text-align: left;
    margin: 0% auto;
    font-weight: 500;
    line-height: 1em;
    font-family: "Lato", sans-serif;
}
#ap_wrap .lead{
    font-size: 18px;
    text-align: left;
    margin: 10px auto;
    line-height: 2em;
}
#ap_wrap .price{
    font-size: 18px;
    text-align: left;
    margin: 10px auto;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}

#ap_wrap .point_box{
    position: absolute;
    width:46%;
    right: 28%;
    bottom: 0%;
    display: inline-block;
}
#ap_wrap h1{
    font-size: 15px;
    text-align: left;
    border-bottom: #333 dotted 1px;
}
#ap_wrap .point{
    width: 100%;
    display: inline-block;
}
#ap_wrap .point ul li{
    width: 100%;
    display: flex;
    margin: 10px auto;
}
#ap_wrap .point img{
    width: 5%;
    float: left;
    margin: 0 auto;
    margin-right: 5%;
}
#ap_wrap .point p{
    width: 90%;
    float: right;
    text-align: left;
    font-size: 15px;
    margin: 0 auto;
    line-height: 1em;
}

.foot{
    background: #FFFFFF;
    color: #535353;
/*    border-bottom: #000000 1px solid;*/
    padding: 1% 0;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin: 3% auto 0;
    
    
}
.bar{
    width: 100%;
    background: #222222;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    padding: 0.5% 0;
    position: relative;
    margin: 5% auto 0;
    line-height: 1em;
    font-weight: 300;
    
    
}

/**************ボタン****************/

.btn_01 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 90%;
	margin: 0% auto 0;
    padding: 3% 0%;
	border: 1px solid #2F2F2F;
	transition: 0.5s;
    font-size: 15px;
    letter-spacing: 1px;
    background: #1B1B1B;
    color: #FFFFFF;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
}
.btn_01 a:hover {
	color: #000000;
	background:#FFFFFF;
    border: 1px solid #2F2F2F;
}
.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 70%;
}
.hr{
    width: 100%;
    border-bottom: #000000 dotted 1px;
    margin: 0% auto 5%;
    text-align: center;
}
.Inter{
    font-family: 'Inter', sans-serif;
}



/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        padding: 10% 0 0;
        overflow: hidden;
	}
    #ap_wrap .head{
        margin: 0% auto 0;
    }
    #ap_wrap .title_box{
        width: 100%;
        position: relative;
        text-align: center;
        margin: 0 auto 10%;
    }
    #ap_wrap .title{
        font-size: 30px;
        text-align: center;
        margin: 0% auto;
        font-weight: 600;
    }
    #ap_wrap .lead{
        font-size: 16px;
        text-align: center;
        margin: 10px auto;
    }
    #ap_wrap .price{
        text-align: center;
        font-size: 14px;
    }
    #ap_wrap .point_box{
        position: relative;
        width: 90%;
        right: 0;
        text-align: center;
        margin: 5% auto 0;
    }
    #ap_wrap .point p{
        font-size: 13px;
    }
    .bar{
        font-size: 13px;
        line-height: 2em;
        
    }
    .btn_all{
        font-size: 13px;
        line-height: 2em;
        padding: 2% 0;
        margin: 0% auto 0;
    }
    .btn_01 a{
        text-align: center;
        font-size: 15px;
        padding: 4% 0%;
        width: 96%;
        margin-bottom: 10%;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .MT10{
        margin-top: 15%;
    }
}