@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: 900px;
    width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #333333;
    display: block;
    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;
	padding: 5% 0 0 0;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
.fade-in {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}
.fade-in.show {
    opacity: 1;
    visibility: visible;
}
#ap_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
#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;
}
.logo{
	width: 11%!important;
}
.title{
    text-align: center;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 48px;
    margin: 3% auto;
    letter-spacing: 2px;
    font-family: "Lato", serif;
}
.lead{
    text-align: center;
    line-height: 1.8em;
    font-size: 16px;
    margin: 3% auto 8%; 
    letter-spacing: 2px;
    }
#ap_wrap img{
    width: 100%;
    line-height:0;
    border: none;
	vertical-align: bottom;
}
#ap_contents{
	width: 95%;
    margin: 0 auto;
}
#ap_contents .ap_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
#ap_contents .ap_box .block01{
    width: 100%;
	position: relative;
}
#ap_contents .ap_box .block01 ul li {
    width: 70%;
    float: left;
}
#ap_contents .ap_box .block01 ul li:nth-of-type(2) {
    width: 45%;
    float: right;
	font-size: 60px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 2px;
	position: absolute;
	margin:10% 55%;
}

#ap_contents .ap_box .block02{
    width: 100%;
	display: flex;
}

#ap_contents .ap_box .block02 ul li img{
    width: 24%;
}

/*#ap_contents .ap_box .block02 ul li:first-child img:first-child {
	margin: 0.5%;
}
#ap_contents .ap_box .block02 ul li:first-child img:nth-of-type(2) {
	width: 80%;
	margin: 4.5% -21% 2.5% 0;
}
#ap_contents .ap_box .block02 ul li:nth-of-type(2) {
    width: 50%;
    float: right;
}
#ap_contents .ap_box .block02 ul li:nth-of-type(2) img:first-child {
    margin: 30% 2.5% 2.5% -22%;
	width: 70%;
}
#ap_contents .ap_box .block02 ul li:nth-of-type(2) img:nth-of-type(2) {
    margin: 2.5%;
}*/

.sub_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto 5%;
}
.sub_box h1{
    width: 100%;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    border-bottom: #000000 1px solid;
    font-family: 'Cormorant Garamond', serif;
    margin: 0 auto 3%;
    padding-bottom: 2%;
    }
.sub_box h1 span{
      font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
    }
.sub_box ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 2%;
}
.sub_box ul li{
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    animation: fadeIn 1.2s forwards;
    margin: 0 auto;
}

.sub_box .img{
    width: 100%;
    text-align: center;
    margin: 0% auto 0;
}
.sub_box .txt{
    width: 100%;
    margin: 4% auto 5%;
    font-size: 13px;
    display: inline-block;
    text-align: left;
    line-height: 1.5em;
    font-weight: 400;
}
.sub_box .kinou{
    width: 100%;
    margin: 0% auto 0;
    display: inline-block;
    position: relative;
     text-align: left;
}
.sub_box .kinou p{
    font-size: 13px;
    display: inline-block;
    text-align: left;
    line-height: 1.8em;
    font-weight: 400;
    float: left;
    margin: 0 auto;
}
.sub_box .kinou p span{
    font-weight: 500;
    }

.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 5% auto 0;
    font-size: 13px;
    padding: 1% 0;
    line-height: 1em;
    color: #333333;
}
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/************************************************************
               ボタン
************************************************************/
.btn_all a {
    background: #ffffff;
    color: #333333;
	border: 1px solid #333333;
    font-size: 14px;
    font-weight: 500;
    width: 90%;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 15% auto 10%;
    display: inline-block;
    border-radius: 3px;
    padding: 4.5% 0
}


.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}
.hr{
    border-bottom: #BCBABA dotted 1px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.clear {
	clear: both;
}


/************************************************************
                SP
************************************************************/

@media only screen and (max-width : 767px ){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
    }
    #ap_contents .ap_box{
        margin: 0% auto;
    }
    .logo{
        width: 23%!important;
        margin-bottom: 2%;
    }	
    .title{
        width: 100%;
        font-size: 38px;
        float: none;
        text-align: center;
        line-height: 1.3;
    }
    .lead{
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 2em;
        margin: 5% 0 8%!important;
    }
.sub_box ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 2%;
}	
    #ap_contents .ap_box .block01 ul li:nth-of-type(2) {
        width: 45%;
        float: right;
        font-size: 25px;
        line-height: 1.2;
        letter-spacing: 1.4px;
		margin: 8% 49%;
    }
	
    #ap_contents .ap_box .block02 ul li img {
        width: 49%;
		margin-bottom: 1.5%;
    }	
	
	.sub_box h1{
      margin: 0 auto 5%;
    }
	
	
    .sub_box{
        width: 100%;
    }	
    .sub_box h1{
        font-size: 20px;
    }	
	
    .sub_box .txt{
        margin-bottom: 10%;
		font-size: 11px;
    }	
	
    .footer{
        font-size: 11px;
        padding: 3% 0;
    }
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .sp {
        display: block;
    }
    .pc{
        display: none;
    }	
}
