@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;
}

body {
    padding: 0;
    margin: 0;
}

#ap_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    padding: 0;
	color: #444444;
    display: block;
    overflow: hidden;
    background: #e6e2df;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
}
*:focus {
outline: none;
}
#ap_wrap img{
    width: 100%;
    line-height:0;
    border: none;
}
#ap_wrap ul,#ap_wrap li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#ap_wrap a{
    text-decoration: none;
}
#ap_wrap a:link,#ap_wrap a:hover{
    text-decoration: none;
    opacity: 1;
}

/************************************************************
header
************************************************************/
#ap_head{
    width: 100%;
    position: relative;
    display: block;
}
#ap_head .visual{
    width: 100%;
    position: relative;
    padding-bottom: 67%;
    display: block;
}
#ap_head .title_box{
    position: absolute;
    width: 50%;
    left: 25%;
    top: 42.5%;
    display: inline-block;
    z-index: 50;
}
#ap_head .title{
    width: 100%;
    margin: 0 auto;
}
#ap_head .lead{
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    line-height: 2em;
    letter-spacing: 2px;
    margin: 4% auto;
}
*#ap_head .title{
    opacity: 0;
	transition: 2s all 0.2s ease;
}
#ap_head .lead{
    opacity: 0;
	transition: 2s all 0.6s ease;
}
#ap_head.ac .title,#ap_head.ac .lead{
	opacity: 1;
}
/* ============ fade CSS ============ */
.img1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    background: center center no-repeat;
    animation: anime 6s 0s infinite;
    z-index: 0;
    opacity: 0;
}
.img1:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.img1:nth-of-type(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}

/************************************************************
contents
************************************************************/
#ap_contents{
    max-width: 1000px;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 5% auto 0;
    display: block;
}
#ap_contents .section{
    width: 100%;
    position: relative;
    margin: 8% auto;
    display: inline-block;
}

#ap_contents .section .main{
    width: 47%;
    position: relative;
    margin: 0 auto;
    z-index: 10;
}
#ap_contents .section .ttl{
    width: 47%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
#ap_contents .section .ttl img{
    width: 50%;
    float: left;
}
#ap_contents .section .item_box{
    width: 47%;
    display: inline-block;
    margin: 3% auto;
    position: relative;
    z-index: 10;
}
#ap_contents .section .item_box .credit{
    font-size: 18px;
    text-align: left;
    line-height: 2em;
    font-weight: 500;
}
#ap_contents .section .item_box .detail{
    font-size: 13px;
    text-align: left;
    line-height: 1.6em;
    margin: 4% auto 0;
}
#ap_contents .section .txt{
    width: 47%;
    display: inline-block;
    margin: 2% auto;
    position: relative;
    z-index: 10;
}
#ap_contents .section .txt .inner{
    width: 96%;
    text-align: center;
    display: inline-block;
    position: relative;
}
#ap_contents .section .txt p{
    font-size: 14px;
    line-height: 2em;
    text-align: left;
    margin: 0 auto;
}

#ap_contents .section:nth-of-type(odd) .bg{
    position: absolute;
    width: 40%;
    right: 0;
    top: 0;
    z-index: 3;
}
#ap_contents .section:nth-of-type(odd) .sub_box{
    width: 48%;
    position: relative;
    margin: 6% auto 0;
    display: inline-block;
    float: right;
    z-index: 10;
}
#ap_contents .section:nth-of-type(odd) .sub_box li:nth-of-type(1){
    width: 49%;
    float: left;
}
#ap_contents .section:nth-of-type(odd) .sub_box li:nth-of-type(2){
    width: 49%;
    float: right;
    margin-top: 30%;
}
#ap_contents .section:nth-of-type(odd) .sub_box li:nth-of-type(3){
    width: 49%;
    float: left;
    margin-top: 1%;
}

#ap_contents .section:nth-of-type(even) .bg{
    position: absolute;
    width: 40%;
    left:20%;
    top: 0;
    z-index: 3;
}
#ap_contents .section:nth-of-type(even) .sub_box{
    width: 48%;
    position: relative;
    float: left;
    margin: 6% auto 0;
    display: inline-block;
    z-index: 10;
}
#ap_contents .section:nth-of-type(even) .sub_box li:nth-of-type(1){
    width: 49%;
    float: left;
}
#ap_contents .section:nth-of-type(even) .sub_box li:nth-of-type(2){
    width: 49%;
    float: right;
}
#ap_contents .section:nth-of-type(even) .sub_box li:nth-of-type(3){
    width: 49%;
    float: left;
    margin-top: 1%;
}
#ap_contents .section:nth-of-type(even) .sub_box li:nth-of-type(4){
    width: 49%;
    float: right;
    margin-top: 1%;
}

/************************************************************
               ボタン
************************************************************/
.btn_01 a{
    background: #FFFFFF;;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 96%;
    padding: 4% 2%;
    color: #444444;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    float: none;
    letter-spacing: 0px;
    line-height: 1em;
    font-family: "Poppins", sans-serif;

}
.btn_01 a:hover {
    color: #FFFFFF;
    background: #333333;
}


.btn_02 a{
    background: #FFFFFF;;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10% auto 0;
    width: 90%;
    padding: 4% 2%;
    color: #333333;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    float: none;
    border: #333333 solid 1px;
    line-height: 1.5em;
    font-family: "Poppins", sans-serif;
    border-radius: 100vh;

}
.btn_02 a:hover {
    color: #FFFFFF;
    background: #333333;
}

.btn_02 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_02 a:hover:after {
    border-color: #FFFFFF;
}

.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}
.strong{
    font-size: 120%;
    font-weight: 500;
}
.hr{
    border-bottom:solid 1px #a0a6b1;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.clear {
	clear: both;
}

.Inter{
    font-family: "Inter", sans-serif;
}
.Lato{
    font-family: "Lato", sans-serif;
}
.Poppins{
    font-family: "Poppins", sans-serif;
}

/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
        padding: 0;
    }
    #ap_head .title_box{
        width: 80%;
        left: 10%;
        top: 55%;
    }
    #ap_head .lead{
        font-size: 15px;
        margin: 2% auto 0;
        line-height: 1.7em;
    }
    #ap_contents{
        width: 90%;
    }
    #ap_contents .section{
        margin: 8% auto;
    }
    #ap_contents .section .ttl{
        width: 94%;
        margin: 5% auto;
    }
    #ap_contents .section .ttl img{
        width: 55%;
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    #ap_contents .section .main{
        width: 94%;
    }
    #ap_contents .section .item_box{
        width: 90%;
        margin: 5% auto;
    }
    #ap_contents .section .item_box .credit{
        font-size: 15px;
        line-height: 1.7em;
    }
    #ap_contents .section .item_box .detail{
        font-size: 10px;
    }
    #ap_contents .section:nth-of-type(odd) .bg{
        width: 85%;
        right: -5%;
        top:29%;
    }
    #ap_contents .section:nth-of-type(odd) .sub_box{
        width: 100%;
    }
    #ap_contents .section .txt{
        width: 98%;
    }
    #ap_contents .section .txt p{
        font-size: 12px;
    }
    #ap_contents .section:nth-of-type(even) .bg{
        width: 85%;
        left:-5%;
        top: 30%;
    }   
    #ap_contents .section:nth-of-type(even) .sub_box{
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .btn_01 a{
        font-size: 11px;
        padding: 2.5% 2%;
        line-height: 2em;
        
    }
    .btn_01 a:after{
        width: 5px;
        height: 5px;
        
    }
    .btn_02 a{
        padding: 2.5%;
        font-size: 12px;
        width: 96%;
        margin: 8% auto;
    }
    
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}



.fade{
	opacity: 0;
	transition: 2s all 0.2s ease;
}
.fade.ac {
	opacity: 1;
    transform: translate(0);
}
.anim {
    transform: translate(0,40px);
    opacity: 0;
    transition: 2s all 0.2s ease;
}
.anim.ac {
    transform: translate(0);
    opacity: 1;
}
#ap_contents .section .sub_box li {
    /*transform: translate(0,20px);*/
    opacity: 0;
    transition: 2s all 0s ease;
}
#ap_contents .section .sub_box li:nth-of-type(2) {
    transition-delay: 0.4s;
}
#ap_contents .section .sub_box li:nth-of-type(3) {
    transition-delay: 0.8s;
}
#ap_contents .section .sub_box li:nth-of-type(4) {
    transition-delay: 1.2s;
}
#ap_contents .section .sub_box.ac li{
    transform: translate(0);
    opacity: 1;
}