@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;
    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;
	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;
}

#ap_wrap img{
    width: 100%;
    line-height:0;
    border: none;
	vertical-align: bottom;
}
#ap_contents{
	width: 100%;
}
#ap_contents .ap_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
#ap_contents .ap_box .inner{
    max-width:1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
#ap_contents .item_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
#ap_contents .item_box img{
    width: 100%;
}

#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%;
}
#ap_contents .ap_box .block02 ul li {
    width: 48.5%;
    float: left;
}
#ap_contents .ap_box .block02 ul li:first-child {
	margin-top: 30%;
}
#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: 2.5%;
}
#ap_contents .ap_box .block02 ul li:nth-of-type(2) img:nth-of-type(2) {
    margin: 2.5%;
}

#ap_contents .ap_box .block03{
	position: relative;
}
#ap_contents .ap_box .block03 ul li {
    width: 58.5%;
    float: left;
}
#ap_contents .ap_box .block03 ul li:nth-of-type(2) {
    width: 40%;
    float: right;
	position:absolute;
	bottom:0;
	left: 60%;
}
#ap_contents .ap_box .block03 ul li:nth-of-type(2) img {
	margin-left: 2.5%;
}

#ap_contents .ap_box .block04 ul li {
    width: 39%;
    float: left;
}
#ap_contents .ap_box .block04 ul li:first-child {
    margin-top: 13%;
}
#ap_contents .ap_box .block04 ul li:nth-of-type(2) {
    width: 60%;
    float: right;
}
#ap_contents .ap_box .block04 ul li:nth-of-type(2) img {
	margin: 2.5%
}

#ap_contents .ap_box .block05{
    width: 100%;
}
#ap_contents .ap_box .block05 ul li {
    width: 50%;
    float: left;
}
#ap_contents .ap_box .block05 ul li:nth-of-type(2) {
	margin-top: 30%;
    width: 47.5%;
    float: right;
}
#ap_contents .block05 ul li img:nth-child(1) {
    margin: 2.5% 2.5% 2.5% 0;
}

#ap_contents .block05 ul li img:nth-child(2) {
    margin: 2.5% -20.5% 2.5% 0;
	width: 80%;
}

#ap_contents .style_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 5% auto 0;
}
#ap_contents .style_box .style{
    width: 80%;
    text-align: center;
    margin: 3% auto 0;
    display: inline-block;
    position: relative;
}
#ap_contents .style_box .style ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 4%;
}
#ap_contents .style_box .style ul li{
    box-sizing: border-box;
    margin: 5% auto 2.5%;
}

#ap_contents .style_box .style ul li p{
	font-size: 13px;
	text-align: center;
    line-height: 2em;
    margin: 4% auto;
}
.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    padding: 1% 0;
    line-height: 1em;
    background: #353535;
    color: #FFFFFF;
}
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/************************************************************
               ボタン
************************************************************/
.btn_all a {
    background: #353535;
    color: #FFFFFF;
    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_kw {
	display:none;
}
.pc_kw{
    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;
    }
    #ap_contents .ap_box .inner{
        width: 90%;
    }
    #ap_contents .item_box img{
        width: 100%;
        text-align: center;
        margin: 5% auto 0;
        float: none;
    }
    #ap_contents .style_box .style{
        width: 100%;
    }
    #ap_contents .style_box .style ul li{
        margin: 5% auto 5%;
    }
    #ap_contents .style_box .style ul li p{
        font-size: 10px;
        text-align: left;
    } 
    #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%;
    }	
    .footer{
        font-size: 11px;
        padding: 3% 0;
    }
    .pc_kw {
		display:none;
	}
	.sp_kw {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}
