@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..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: 5% 0 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 ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ap_wrap li{
	list-style: none;
}
#ap_wrap a{
    text-decoration: none;
/*    color: #333333;*/
}
#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;
}


/************************************************************
                main 
************************************************************/
#ap_head {
    max-width: 1000px;
	width: 100%;
	margin: 0 auto;
    position: relative;
}
#ap_head .title{
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 600;
	font-size: 40px;
	letter-spacing: .5px;
}
#ap_head .lead{
    font-size: 16px;
    text-align: center;
    line-height: 2em;
    font-weight: 500;
    margin: 2% auto 0;
    letter-spacing: 2px;
    display: block;
}

/************************************************************
               contents
************************************************************/
#ap_contents{
	width: 100%;
    margin: 5% auto 0;
}
#ap_contents .ap_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 5% 0;
}
#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: 48%;
    float: left;
    margin: 0 auto;
}
#ap_contents .item_box .ttl_box{
    width: 48%;
    float: right;
    margin: 10% auto 0;
    display: inline-block;
}
#ap_contents .item_box .ttl_box .txt_box{
    position: relative;
    margin: 0% 0;
}
#ap_contents .item_box .ttl_box .txt_box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background: #000;
}
#ap_contents .item_box .ttl_box .txt_box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 25px;
    background: #000;
}
#ap_contents .item_box .ttl_box .txt_box .txt{
    width: 90%;
    font-size: 35px;
    box-sizing: border-box;
    padding: 0% 0% 0% 5%;
    line-height: 2em;
    text-align: left;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}
#ap_contents .item_box .credit_box{
    width: 48%;
    float: right;
    display: inline-block;
    margin: 2% auto 0;
    position: relative;
}
#ap_contents .item_box .credit_box .credit{
    font-size: 16px;
    text-align: left;
    line-height: 1.9em;
    margin: 0 auto;
    display: inline-block;
    float: left;
    position: relative;
    font-weight: 600;
}
#ap_contents .item_box .credit_box .detail{
width: 100%;    
font-size: 14px;
    text-align: left;
    line-height: 1.9em;
    margin: 4% auto 0%;
    display: inline-block;
    float: left;
    position: relative;
    font-weight: 300;
}
#ap_contents .style_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 5% auto 0;
}
#ap_contents .style_box h1{
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    border-bottom: #333333 1px solid;
    font-family: "Poppins", sans-serif;
}
#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 1fr;
    grid-template-rows: auto;
    grid-column-gap: 4%;
}
#ap_contents .style_box .style ul li{
    box-sizing: border-box;
    margin: 5% auto;
}
#ap_contents .style_box .style ul li .staff{
    font-size: 13px;
    text-align: center;
    line-height: 2em;
    margin: 3% auto;
    display: inline-block;
    position: relative;
}


.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    padding: 1% 0;
    line-height: 1em;
    background: #333333;
    color: #FFFFFF;
}

/************************************************************
               ボタン
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 54%;
	margin: 10% auto 0%;
    padding: 2% 0%;
    background: #333333;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
	transition: 0.5s;
    letter-spacing: 1px;
    line-height: 1.5em;
    border: #333333 1px solid;
    font-family: "Poppins", sans-serif;
    border-radius: 2px;
    float: left;
}
.btn_01 a:hover {
    background: #FFFFFF;
    border: 1px solid #333333;
    color: #333333;
}
.btn_02 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 70%;
    padding: 2% 2%;
    color: #333333;
    border: #333333 1px solid;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    border-radius: 100vh;
    float: none;
    font-family: "Poppins", sans-serif;
}
.btn_02 a:hover {
    background: #333333;
    color: #FFF;
}
.btn_02 a:after {
    content: '';
    width: 4px;
    height: 4px;
    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: #FFF;
}
.btn_03 a {
    background: rgb(160,160,160,.6);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 50%;
    padding: 2% 2%;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    border-radius: 100vh;
    float: none;
    font-family: "Poppins", sans-serif;
}
.btn_03 a:hover {
    background: #a0a0a0;
    color: #FFF;
}

.btn_all a {
    background: #2A2A2A;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    width: 98%;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 0% auto 0;
    display: inline-block;
    border-radius: 3px;
    padding: 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;
}
.Noto{
    font-family: 'Noto Serif JP', serif;
}
.Bg_Gray{
    background: #F5F5F5;
}


/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
        padding: 10% 0 0;
    }
    #ap_head .title{
        font-size: 30px;
		font-weight: 700;
    }
    #ap_head .lead{
        font-size: 14px;
        margin: 4% auto 10%;
        line-height: 1.9em;
    }
    #ap_contents{
        margin: 10% auto 0;
    }
    #ap_contents .ap_box{
        margin: 0% auto;
        padding: 15% 0 10%;
    }
    
    #ap_contents .ap_box .inner{
        width: 90%;
    }
    #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: 90%;
        text-align: center;
        margin: 5% auto 0;
        float: none;
    }
    #ap_contents .item_box .credit_box{
        width: 100%;
        float: none;
        text-align: center;
        margin: 6% auto 5%;
        display: inline-block;
    }
    #ap_contents .item_box .credit_box .credit{
        font-size: 14px;
        text-align: center;
        float: none;
        font-weight: 500;
        letter-spacing: 0px;
    }
    #ap_contents .item_box .credit_box .detail{
        width: 100%;
        text-align: center;
        float: none;
        display: block;
        font-size: 13px;
        margin: 4% auto;
    }
    #ap_contents .style_box h1{
        font-size: 18px;
    }
    #ap_contents .style_box .style{
        width: 100%;
    }
#ap_contents .style_box .style ul{
    grid-template-columns: 1fr 1fr;
}	
    #ap_contents .style_box .style ul li{
        margin: 5% auto 15%;
    }
    #ap_contents .style_box .style ul li .staff{
        font-size: 12px;
        margin: 5% auto;
    }
    
    .footer{
        font-size: 11px;
        padding: 3% 0;
    }
    .btn_01 a{
        width: 80%;
        text-align: center;
        margin: 5% auto;
        float: none;
    }
    .btn_02 a{
        width: 90%;
        font-size: 11px;
        padding: 4% 2%;
    }
    .btn_03 a {
        width: 95%;
    }
	.btn_all a {
        background: #333333;
        color: #ffffff;
        padding: 1% 0;
        font-size: 14px;
        font-weight: 500;
        width: 94%;
        line-height: 2em;
        letter-spacing: 1px;
        margin: 10% auto;
        font-family: "avenir-lt-pro", sans-serif;
        display: inline-block;
        /* border-radius: 5px; */
        padding: 3% 0;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

	
}