body {
	padding:0;
	margin:0;
}

a{
	text-decoration: none;
}

#ap_wrap a:hover{
	opacity: .8;
}

#ap_wrap {
	width: 100%;
	background: #bcbdc0;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	color: #333333;
	font-size: 14px;
	font-feature-settings: "palt";
	overflow: hidden;
	text-align: center;
}

#ap_wrap p {
	padding: 0;
	margin: 0;
}

#ap_wrap img {
	width: 100%;
	vertical-align: bottom;
}

#ap_wrap .top_txt{
	text-align: center;
}

#ap_wrap .title{
	font-weight: 750;
	font-family: "avenir-lt-pro", sans-serif;
	font-size: 30px;
	letter-spacing: .5px;
	line-height: 1.4;
}


#ap_wrap .lead{
	font-size: 27px;
	text-align: center;
    display: inline-block;
    margin: 2% auto 2%;
    position: relative;
	letter-spacing: .2em;
    font-weight: 650;
}

#ap_wrap .sub_lead{
    font-size: 16px;
    text-align: center;
    line-height: 2em;
    margin: 5% auto 10%;
    letter-spacing: 2px;
}

.item_wrap{
	background: #ffffff;
	max-width: 650px;
	margin: 0 auto;
	padding: 5% 0 0;
}

.item_box{
	margin: 15% auto;
}

.credit{
	font-family: "avenir-lt-pro", sans-serif;
	margin: 3% auto 0;
	letter-spacing: 1.4px;
	line-height: 1.4;
	width: 60%;
}

.credit .item_name{
	font-size: 16px;
	font-weight: 500;
}

.credit .item_price{
	font-size: 14px;
	margin: 5px auto 10px;
	letter-spacing: .5px;
}

.credit .item_price span.tax{
	font-size: 80%;
	letter-spacing: 1px;
}

.credit .btn_buy span.buy{
	font-size: 13px;
	background: #333333;
	padding: 5px 50px;
	display: inline-block;
}
.credit .btn_buy a{
	color: #ffffff;
	text-decoration: none;
}

.credit_lead{
	margin: 5% auto;
	padding: 3% 0;
	line-height: 1.6;
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
}


.style_section{
    margin: -15% auto 10%;
	padding: 5% 0 0;
    background: #bcbdc0;
}

.style_txt{
	text-align: center;
}

.style_txt span{
	font-size: 18px;
	letter-spacing: 1.6px;
	margin-bottom: 3%;
	background: linear-gradient(transparent 10%, rgb(225,225,225,.8) 60%);
	display: inline-block;
	line-height: 1;
	padding: 5px 5px;
}

.style_box{
    display: flex;
    overflow: hidden;
    width: 100%;
}

.style_box img {
}

.style_box ul {
	display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: marquee 40s linear infinite;
}

.style_box ul li{
	width: 300px;
	flex-shrink: 0;
	margin-right: 15px;
}

.footer{
	letter-spacing: 1.4px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    padding: 1% 0;
    line-height: 1em;
    background: #727272;
    color: #FFFFFF;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
.clear {
	clear: both;
}

.btn_all{
    text-align: center;
}	

.btn_all a {
    background: #ffffff;
    color: #353535;
    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;
    padding: 4.5% 0;
    text-align: center;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-on-load {
  animation: fadeIn 1s ease-out forwards;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

@media only screen and (max-width: 768px) {
	
    #ap_wrap {
        width: 100%;
    }
	
    #ap_wrap .title{
        font-size: 23px;
    }

    #ap_wrap .lead {
		letter-spacing: 2px;
        font-size: 23px;
        margin: 2% auto 6%;
    }

    #ap_wrap .sub_lead{
        font-size: 13px;
		margin: 3% auto 15%;
    }
	
    .item_wrap {
		padding-top: 10%;
    }	
	
	.credit{
		width: 85%;
	}
	
    .credit .item_name {
        font-size: 15px;
    }	
	
    .credit .item_price {
        font-size: 13px;
        margin: 2px auto 10px;
    }	
	
    .credit .btn_buy span.buy {
        font-size: 11px;
        padding: 10px 90px;
        margin: 3% 0;
    }
	
    .credit_lead {
        font-size: 13px;
    }	
      
	.style_txt span {
        font-size: 14px;
    }	

    .style_box ul li {
        width: 250px;
        flex-shrink: 0;
    }	
	
	.footer{
        font-size: 11px;
        padding: 3% 0;
	}
	
    .pc {
        display:none;
    }
    .sp {
        display:block;
    }

	
}
