@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=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap');
*:focus {
  outline: none;
}

#ap_wrap{
    max-width: 1000px;
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #333333;
    display: block;
    padding: 5% 0% 0%;
    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;
}
#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_s{
    width: 27%;
    text-align: center;
    margin: 0 auto;
}
#ap_wrap .title{
    width: 50%;
    text-align: center;
    margin: 5% auto;
}
#ap_wrap .lead{
    width: 100%;
    display: inline-block;
    margin: 5% auto;
    text-align: center;
    font-size: 16px;
    line-height: 2.5em;
    
}
#ap_wrap .point_box{
    max-width: 680px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
#ap_wrap .point_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 2%;
}
#ap_wrap .point_box ul li{
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    padding: 5% 0;
    border-bottom: #A8A8A8 1px dotted;
    border-top: #A8A8A8 1px dotted;
    overflow: hidden;
    opacity: 0;
    animation: fadeIn 1.2s forwards;
}
#ap_wrap .point_box ul li:nth-child(1) {
  animation-delay: .2s;
}
#ap_wrap .point_box ul li:nth-child(2) {
  animation-delay: .5s;
}
#ap_wrap .point_box ul li:nth-child(3) {
  animation-delay: .8s;
}
#ap_wrap .point_box ul li:nth-child(4) {
  animation-delay: 1.1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#ap_wrap .point_box img{
    width: 14px;
    float: left;
    margin: 0 auto;
    margin-right: 2%;
}
#ap_wrap .point_box p{
    font-size: 14px;
    line-height: 1em;
    margin: 0 auto;
    text-align: left;
    font-weight: 500;
}


/************************************************************
               contents
************************************************************/
#ap_contents{
    width: 100%;
    position: relative;
    text-align: center;
    margin: 10% auto 0;
}
#ap_contents .ap_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
}
#ap_contents .ap_box ul{
    width: 100%;
    position: relative;
}
#ap_contents .ap_box ul li{
    width: 58%;
    float: left;
}
#ap_contents .ap_box ul li:nth-of-type(2){
    width: 40.4%;
    float: right;
}
#ap_contents .ap_box ul li:nth-of-type(3){
    width: 49.2%;
    float: left;
    margin-top: 24%;
}
#ap_contents .ap_box ul li:nth-of-type(4){
    width: 49.2%;
    float: right;
    margin-top: 1.6%;
}
#ap_contents .ap_box ul li:nth-of-type(5){
    width: 40.4%;
    float: left;
    margin-top: 25%;
}
#ap_contents .ap_box ul li:nth-of-type(6){
    width: 58%;
    float: right;
    margin-top: 1.6%;
}
#ap_contents .ap_box ul li:nth-of-type(7){
    width: 49.2%;
    float: left;
    margin-top: 1.6%;
}
#ap_contents .ap_box ul li:nth-of-type(8){
    width: 49.2%;
    float: right;
    margin-top: 24%;
}
#ap_contents .ap_box ul li:nth-of-type(9){
    width: 40.4%;
    float: left;
    margin-top: 1.6%;
}
#ap_contents .ap_box ul li:nth-of-type(10){
    width: 58%;
    float: right;
    margin-top: 1.6%;
}

#ap_contents .ap_box ul li .img{
    position: relative;
    overflow-x: 5;
}
#ap_contents .ap_box ul li .more{
    position: absolute;
    width: 40px;
    z-index: 6;
    right: 4%;
    bottom: 3%;
}

.foot{
/*    font-family: "Noto Serif JP", serif;*/
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    margin: 0% auto 0;
    display: inline-block;
    position: relative;
}


.mT25{
    margin-top: 26%;
}



/************************************************************
               button
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 60%;
	margin: 5% auto 0%;
    padding: 4% 4%;
	color: #2F2F2F;
    background: #FFFFFF;
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-weight: 600;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 1em;
    float:none;
    border: #000000 1px solid;

}
.btn_01 a:hover {
    color: #FFFFFF;
    background: #2F2F2F;
}

.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 50%;
}

.Left{
    float: left;
}
.Right{
    float: right;
}
.clear {
	clear: both;
}
.Noto{
    font-family: 'Noto Serif JP', serif;
}
.Cormorant{
    font-family: 'Cormorant Garamond', serif;
}

/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
        padding: 15% 0 0;
    }
    #ap_wrap .title_s{
        width: 40%;
    }
    #ap_wrap .title{
        width: 80%;
        margin: 8% auto;
    }
    #ap_wrap .lead{
        font-size: 13px;
        margin: 10% auto 5%;
    }
    #ap_wrap .point_box{
        width: 90%;
        margin: 5% auto;
    }
    #ap_wrap .point_box ul{
        grid-template-columns: 1fr 1fr;
    }
    #ap_wrap .point_box p{
        font-size: 12px;
    }
    #ap_wrap .point_box ul li:nth-child(3){
        border-top: none;
    }
    #ap_wrap .point_box ul li:nth-child(4){
        border-top: none;
    }
    #ap_contents .ap_box ul li .more{
        width: 17px;
    }
    .foot{
        font-size: 12px;
    }
    
    .btn_01 a{
        width: 90%;
        font-size: 11px;
        padding: 4% 0%;
        border: #3D3C3C 1px solid;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
    .small{
        font-size: 30%;
    }
    .hr{
        margin: 5% auto 2%;
    }


    
	
}