@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

*:focus {
  outline: none;
}

#ap_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    font-weight: 400;
    padding: 0% 0% 0%;
    letter-spacing: 1px;
    background: #FFFFFF;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}
#ap_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#ap_wrap ul{
	padding: 0;
	overflow: hidden;
    margin: 0 auto;
}
#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_head{
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    
}
#ap_head .head{
    width: 100%;
    position: relative;
    display: block;
    z-index: 6;
}
#ap_head .title_box{
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    z-index: 10;
}
#ap_head .title{
    width: 68%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.title_sub{
	width: 70%;
	margin: 0 auto;
	margin-top: 30px;
}
#ap_head .lead{
    width: 100%;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    margin: 5% auto;
    line-height: 2em;
    font-weight: 500;
    color: #FFF6F6;
}
#ap_contents{
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: 5% auto 0;
}
#ap_contents .section{
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 7% auto;
}
#ap_contents .section .box{
    width: 22%;
    float: left;
	margin-left: 20px;
}
.bar{
    width: 100%;
    text-align: center;
    display: inline-block;
    border-bottom: #0594c6 1px solid;
    margin: 0 auto;
}
.bar p{
    color: #0594c6;
    font-weight: 500;
    line-height: 2em;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
}
.small {
    font-size: 70%;
}

.credit{
	font-size: 13px;
	line-height: 2em;
    margin: 4% auto;
}


/* ============ ボタン ============ */
 .btn01 a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 96%;
    margin: 0% auto 3%;
    padding: 2.5% 0%;
    color: #FFFFFF;
    background: #333333;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    transition: 0.5s;
    letter-spacing: 4px;
    line-height: 2em;
}
.btn01 a:hover {
    background: #333333;
    color: #FFFFFF;
}

.btn02 a {
	position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 95%;
    margin: 0% auto 0%;
    padding: 2.5% 0%;
    color: #333333;
	border: #333333 1px solid;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    transition: 0.5s;
    letter-spacing: 4px;
    line-height: 2em;
}
.btn02 a:hover {
	border: #333333 1px solid;
    color: #333333;
}

.btn02 a:after {
    content: '';
    width: 5px;
    height: 5px;
    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_all a {
    background: #252525;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 0;
    width: 100%;
    padding: 3% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 13px;
    float: right;
    border-radius: 5px;
    line-height: 2em;
    font-family: 'Inter', sans-serif;
}
.btn_all a:hover {
    background: #e02c2d;
    color: #FFFFFF;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_all a:hover:after {
    border-color: #FFFFFF;
}


.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 70%;
}

.Hind{
    font-family: 'Hind Siliguri', sans-serif;
}
.Inter{
    font-family: 'Inter', sans-serif;
}
.MT20{
    margin: 20% auto 0;
}
.MT10{
    margin: 10% auto 0;
}
.MT5{
    margin: 5% auto 0;
}


/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
	}
    #ap_head .title_box{
        width: 70%;
        margin: 3% auto 0;
    }

    #ap_head .lead{
        font-size: 14px;
    }
    #ap_contents{
        margin: 5% auto;
    }
    #ap_contents .section{
        margin: 4% auto 0;
    }
	
    #ap_contents .section .box{
        width: 44%;
        float: left;
        margin-left: 15px;
    }
	
	.title_sub{
        margin-top: 15px;
    }
	
	.credit{
        font-size: 9px;
		text-align: left
    }
	
	.btn01 a, .btn02 a{
		font-size: 9px;
	}
	
    .bar{
        margin: 10% auto 0;
    }
    .bar p{
        font-size: 11px;
    }
	
	.box.anim.ac{
	margin-bottom: 7%;
	}
	
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
}

#ap_head .head {
    opacity: 0;
    transition: 2s all 0.2s ease;
}
#ap_head .title {
    opacity: 0;
    transition: 2s all 0.4s ease;
}
#ap_head .lead {
    transform: translate(0,20px);
    opacity: 0;
    transition: 2s all 0s ease;
}

#ap_head .title_sub{
    opacity: 0;
    transition: 2s all 0.4s ease;
}

#ap_head.ac .head,#ap_head.ac .title,#ap_head.ac .lead,#ap_head.ac .title_sub{
    transform: translate(0);
    opacity: 1
}
.anim {
    transform: translate(0,30px);
    opacity: 0;
    transition: 2s all 0.2s ease;
}
.anim.ac {
    transform: translate(0);
    opacity: 1;
}

