@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{
    margin: 0 auto;
}

#ap_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #333333;
    display: block;
    background: #efefef;
    padding: 10% 0 5%;
    font-weight: 400;
    overflow: hidden;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
}
@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;
}
#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;
}
#ap_wrap .title{
    font-weight: 600;
	font-family: "avenir-lt-pro", sans-serif;
	font-size: 55px;
	letter-spacing: .5px;
}

#ap_wrap .lead{
    width: 100%;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin: 2% auto;
    position: relative;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 2px;
}
/************************************************************
               contents
************************************************************/
#ap_contents{
    max-width: 1000px;
	width: 100%;
    text-align: center;
    margin: 10% auto 0;
}
#ap_contents section{
    margin: 15% auto 0;
}

#ap_contents section .style_box{
    width: 100%;
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}
#ap_contents section .style_box:nth-of-type(even) {
	flex-direction: row-reverse;
    margin: 10% auto;
}
#ap_contents section .style_box .img_box {
	width: 50%;
}
#ap_contents section .style_box .img_box .div1 {
	position: relative;
}

#ap_contents section .style_box .text_box{
    width: 45%;
}
#ap_contents section .style_box .text_box h1{
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    border-bottom: #000000 2px solid;
    line-height: 2em;
    margin: 0 auto;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0px;
}
#ap_contents section .style_box .text_box .staff{
    font-size: 15px;
    text-align: left;
    margin: 5% auto;
    line-height: 2em;
    font-weight: 500;
}

#ap_contents section .style_box .text_box .staff span{
    font-weight: 300;
	font-size: 80%;
}

#ap_contents section .style_box .text_box .ig{
	width: 25px;
	margin: 1% 0;
}
#ap_contents section .style_box .text_box .detail{
	background: #ffffff60;
	padding: 5%;
	width: 80%;
	border: 1px solid #333333;
}
#ap_contents section .style_box .text_box .detail{
    font-size: 13px;
    text-align: left;
    line-height: 2.5em;
	color: #333333;
}
#ap_contents section .style_box .text_box .detail a{
	color: #333333;
}

#ap_contents section .style_box .text_box .detail a span{
	border-bottom: 1px solid;
}

#ap_contents section .style_box .text_box .detail .credit_box{
	display: flex;
}

#ap_contents section .style_box .text_box .detail .credit_box .item_name{
	width: 80%;
}

#ap_contents section .style_box .text_box .detail .credit_box .buy{
	width: 20%;
	text-align: right;
}

#ap_contents section .style_box .text_box .detail .credit_box .buy span{
	border-bottom: 1px solid;
}


.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 5% auto 0;
    font-size: 13px;
    padding: 1% 0;
    line-height: 1em;
    background: #606060;
    color: #FFFFFF;
}

/************************************************************
               ボタン
************************************************************/
.btn_01 a{
    background: #FFFFFF;;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 50%;
    padding: 2% 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;

}
.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;
}

.btn_all a {
    background: #333333;
    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 {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}
.hr{
    border-bottom:solid 1px #737373;
    width: 70%;
    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: 15% 0;
    }
    #ap_wrap .title{
        font-size: 38px;
    }
    #ap_wrap .lead{
        font-size: 15px;
        margin: 5% auto;
        
    }
    #ap_contents{
        width: 90%;
    }
	
    #ap_contents section .style_box:nth-child(1),
    #ap_contents section .style_box:nth-child(2),
    #ap_contents section .style_box:nth-child(3),
    #ap_contents section .style_box:nth-child(4),
    #ap_contents section .style_box:nth-child(5),
    #ap_contents section .style_box:nth-child(6){
        margin-bottom: 18%;
    }	
	
    #ap_contents section .style_box{
        display: inline-block;
    }
    #ap_contents section .style_box .img_box{
        width: 100%;
    }
    #ap_contents section .style_box .text_box{
        width: 100%;
        margin: 6% auto;
    }
    #ap_contents section .style_box .text_box .ig{
        margin: 2% 0;
    }	
    #ap_contents section .style_box .text_box .staff{
        font-size: 13px;
        line-height: 1.7em;
		margin: 5% auto 7%;
    }
    #ap_contents section .style_box .text_box .detail{
        width: auto;
    }	
    #ap_contents section .style_box .text_box .detail p{
        font-size: 11px;
    }
    .btn_01 a{
        font-size: 12px;
        width: 90%;
        padding: 3% 2%;
        
    }
    .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;
    }

	
}