@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, #ap_wrap *{
	box-sizing: content-box!important;
}

#ap_wrap{
    max-width: 1000px;
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #333333;
    display: block;
    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;
}
#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;
}

.inner{
	max-width: 650px;
	margin: 0 auto;
}

.head{
	position: relative;
}

#ap_wrap .title_box{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateX(-50%);
	color: #ffffff;
	white-space: nowrap;
	letter-spacing: 1.6px;
}

#ap_wrap .title{
	font-family: freight-neo-pro, sans-serif;
	text-align: center;
	font-size: 45px;
}

#ap_wrap .logo{
    width: 9%;
    text-align: center;
    margin: 0% auto;
}
#ap_wrap .lead{
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    margin: 2% auto;
    position: relative;
    line-height: 2em;
	font-weight: 500;
}

.main_lead{
	font-size: 15px;
	text-align: center;
	margin: 10% 0 5%;
	line-height: 2;
}

.item_flex{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.item_flex img{
	width: 48%!important;
}

.credit_wrap{
	width: 60%;
	margin: 5% auto;
}

.credit_box{
	font-family: freight-neo-pro, sans-serif;
	font-variant-numeric: lining-nums;
	display: flex;
    justify-content: space-between;
    margin: 3% auto;
	border: 1px solid #333333;
	padding: 5px 20px;
	border-radius: 100vh;
	font-size: 12px;
}

.credit_box .item_name{
	width: 30%;
	text-align: left;
}

.credit_box .item_price{
	width: 30%;
	text-align: left;
}

.credit_box .item_price span{
	font-size: 80%;
}

.credit_box .check{
	width: 52%;
	text-align: right;
}

.credit_box .check a::before{
    content: "|";
    margin-right: 8px;
    color: #333333;
    font-weight: normal;
}

.credit_box .check a{
    color: #333333;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/************************************************************
               contents
************************************************************/
#ap_contents{
	width: 100%;
}

#ap_contents .main_box{
    width: 100%;
    background:#f5f1e8;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

#ap_contents .main_box .main{
    width: 50%;
    float: left;
}

#ap_contents .item_box{
    width: 100%;
    text-align: center;
    margin: 5% 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;
}

/************************************************************
               ボタン
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 100%;
	margin: 3% 0;
    padding: 2% 0%;
    background: #333333;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 1.5em;
    border: #333333 1px solid;
    font-family: "Poppins", sans-serif;
    border-radius: 2px;

}

.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}
.name{
	font-weight: 500;
	text-align: left;
}

.limited{
	font-size: 12px;
}
.hr{
    border-bottom:solid 1px #737373;
    width: 100%;
    text-align: center;
    margin: 3% auto 0;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.clear {
	clear: both;
}

.btn_all a {
    background: #353535;
    color: #ffffff;
	border: 1px solid #353535;
    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
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
    }
    #ap_wrap .title{
        font-size: 35px;
		margin-top: 3%;
    }
	
	#ap_wrap .title span{
		top: -3px;
	}
	
    #ap_wrap .lead{
        font-size: 14px;
        margin: 4% auto;
    }
	
    #ap_wrap .logo{
        width: 20%;
        
    }
	
    .main_lead {
        font-size: 14px;
        line-height: 1.8;
        padding: 0 5%;
		margin: 10% 0 10%;
    }	
	
    #ap_contents .main_box .main{
        width: 100%;
    }
	
    #ap_contents .main_box .txt_box{
        width: 100%;
    }
	
    #ap_contents .main_box .txt_box p{
        font-size: 13px;
        margin: 10% auto;
    }
	
    #ap_contents .item_box{
        width: 100%;
		margin: 0% auto;
    }
	
	#ap_contents .item_box p{
		height: auto;
		font-size: 11px;
	}
	
    .credit_wrap{
        width: 85%;
		margin: 5% auto 15%;
    }
	
    .credit_box .check {
        width: 35%;
    }	
	
    .btn_01 a{
        margin: 5% 0;
        padding: 3% 0;
        font-size: 12px;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
	
	.footer {
        font-size: 11px;
        padding: 3% 0;
    }
}	
