@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{
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #333333;
    display: block;
    padding: 0;
    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 a{
    text-decoration: none;
/*    color: #000000;*/
}
#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;
}

/************************************************************
               contents
************************************************************/
#ap_contents{
	width: 100%;
    margin: 0 auto;
}
#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;
}

.lead{
	display: inline-block;
    text-align: center;
    line-height: 2em;
    font-weight: 400;
    font-size: 16px;
	margin: 15% auto 5%;
	padding: 0 2%;
}

.material_section{
	margin: 0 auto;
}

.material_box_pc{
	display: flex;
}

.material_box_sp{
	display: none;
}

.material_box .lead{
	width: 31%;
	text-align: left;
}

.material_box .list{
	font-size: 13px;
	margin-top: 8%;
	line-height: 1;
}

.material_box .list span{
    padding: 4px 10px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 100vh;
	margin-right: 5px;
	background: #e3e3e3;
}

.material_box .material_img{
	width: 50%;
}

.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;
}


.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;
}
.Bg_Gray{
    background: #F5F5F5;
}


/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
    }
	
    .title{
        font-size: 16px;
		white-space: nowrap;
    }	
	
    .lead{
        font-size: 14px;
    }
	
    .logo img {
        width: 50px !important;
        margin-top: 5%;
		margin-bottom: 20%;
    }
	
    #ap_contents .ap_box{
        margin: 0% auto;
        padding: 0;
    }
    
    #ap_contents .ap_box .inner{
        width: 100%;
		margin: 0;
    }
    #ap_contents .item_box .ttl_box{
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    #ap_contents .item_box .ttl_box .txt_box .txt{
        width: 100%;
    }
    #ap_contents .item_box img{
        width: 100%;
        text-align: center;
        float: none;
    }
	
	#ap_contents .item_box .credit_box {
        width: 100%;
		margin: 10% auto 0;
    }
	
	.color_section{
		margin: 0 auto 20%;
	}
	
	.color_img {
        width: 42%;
    }
	
	.color_box {
        column-gap: 7%;
		margin: 10% auto 0;
    }
	
	.material_box{
		margin: 5% auto;
	}	
	
	.material_box_pc{
		display: none;
	}
	
	.material_box_sp{
		display: block;
		margin: 0 auto 5%;
	}
	
    .material_box .material_img {
        width: 100%;
        margin: 0 auto;
    }	
	
	.material_box .lead {
        width: 90%;
        text-align: center;
		margin: 5% auto;
    }
	
	.material_box .list {
        font-size: 13px;
        margin-top: 5%;
		line-height: 1.6;
    }
	
    .material_box .list span {
        padding: 0px 10px;
		margin-bottom: 5px;
    }	
	
    .footer{
        font-size: 11px;
        padding: 3% 0;
    }
	
	.btn_00{
		font-size: 12px;
		width: 80%;
		text-align: center;
        margin: 5% auto;
        float: none;
	}
	
    .btn_01 a{
		font-size: 12px;
        width: 80%;
        text-align: center;
        margin: 5% auto;
        float: none;
    }
	
    .btn_00 a {
        width: auto;
    }	
	
    .btn_all a {
        width: 80%;
        margin: 0% auto 10%;
		padding: 2% 0;
        font-size: 12px;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
	
}