@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=EB+Garamond:wght@400;500&family=Inter:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap');
*:focus {
  outline: none;
}

#ap_wrap{
	max-width:1000px;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    font-weight: 400;
    padding: 5% 0 0 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;
}
#ap_wrap .title{
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    text-align: center;
    margin: 0 auto 5%;
    line-height: 1em;
}
#ap_wrap .title_s{
    font-family: 'Cormorant Garamond', serif;
    font-size: 35px;
    text-align: center;
    margin: 0 auto 2%;
    line-height: 1em
}
#ap_wrap .lead{
    font-size: 20px;
    text-align: center;
    margin: 2% auto;
    line-height: 2em;
    letter-spacing: 3px;
}

#ap_contents{
    width: 100%;
    text-align: center;
    position:relative;
    margin: 0% auto 0%;
}
#ap_contents .ap_box{
    width: 100%;
    text-align: center;
    margin:0% auto 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#ap_contents .ap_box ul{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 1%;
}
#ap_contents .ap_box ul li{
    box-sizing: border-box;
    overflow: hidden;
    margin: 15% auto;
    position: relative;
    opacity: 0;
    animation: fadeIn 1s forwards;
}
#ap_contents .ap_box ul li:nth-child(1) {
  animation-delay: .2s;
}

#ap_contents .ap_box ul li:nth-child(2) {
  animation-delay: .5s;
}

#ap_contents .ap_box ul li:nth-child(3) {
  animation-delay: .8s;
}

#ap_contents .ap_box ul li:nth-child(4) {
  animation-delay: 1.1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



#ap_contents .ap_box .item{
    font-size: 14px;
    text-align: center;
    font-weight:500;
    line-height: 1.8em;
    margin: 5% auto 3%;
}

#ap_contents .ap_box .txt_box{
    width: 100%;
    display: inline-block;
    position: relative;
    border-top: #000000 1px dotted;
    border-bottom: #000000 1px dotted;
    padding: 5% 0;
    text-align: center;
    margin: 0 auto 5%;
}
#ap_contents .ap_box .txt_box .inner{
    width: 94%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

#ap_contents .ap_box .txt_box p{
    font-size: 13px;
    text-align: left;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 auto;
}
.foot{
    background: #FFFFFF;
    color: #535353;
/*    border-bottom: #000000 1px solid;*/
    padding: 0%;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin: 0% auto;
    
    
}


/**************ボタン****************/

.btn_01 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 96%;
	margin: 5% auto 0;
    padding: 3.5% 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;
    line-height: 1.5em;
}
.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;
}
.CormorantG{
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0px;
    font-weight: 500;
}




/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        padding: 10% 0 0;
	}
    #ap_wrap .title{
        font-size: 40px;
        margin: 0 auto 3%;
    }
    #ap_wrap .title_s{
        font-size: 25px;
    }
    #ap_wrap .lead{
        font-size: 17px;
        font-weight: 500;
    }
    #ap_contents{
        margin: 5% auto 0;
    }
    #ap_contents .ap_box{
        width: 85%;
        margin: 0% auto;
    }
    #ap_contents .ap_box ul{
        grid-template-columns: 1fr;
        margin: 0 auto;
        grid-column-gap: 2%;
    }
    #ap_contents .ap_box ul li{
        margin: 12% 0 8%;
    }
    #ap_contents .ap_box .item{
        line-height: 1.8em;
        font-size: 15px;
        height: inherit;
    }
    #ap_contents .ap_box .txt_box{
        padding: 4% 0;
        margin: 0% auto 5%;
    }
    #ap_contents .ap_box .txt_box .inner{
        height: inherit;
    }
    #ap_contents .ap_box .txt_box p{
        font-size: 13px;
        line-height: 1.6em;
        
    }
    .foot{
        font-size: 14px;
        margin: 0% auto 0;
        letter-spacing: 0px;
    }
    .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: 98%;
        margin: 1% auto 0;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .MT10{
        margin-top: 15%;
    }
}