@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
}

a{
	text-decoration: none;
}

#ap_wrap {
	width: 100%;
	background: #d8d8d8;
	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;
}

.head_img{
	position: relative;
	width: 100%;
}

.head_img img.main_img{
	width: 100%;
	vertical-align: bottom;
}

.main_title{
	position: absolute;
	top: 0%;
	left: 0;
	botttom: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.inner{
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 5%;
	background: #ffffff;
}

.top_txt{
	text-align: center;
}

.top_txt .title{
	width: 53%;
}

.top_txt .sub_title{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 600;
    font-size: 18px;
	letter-spacing: 1.4px;
	line-height: 2;
	/*position: absolute;*/
	color: #ffffff;
	z-index: 100;
    right: 0;
    left: 0;
	top: 25%;
}

.top_txt .lead{
    font-size: 15px;
    text-align: center;
    line-height: 2em;
    margin: 10% auto;
    letter-spacing: 2px;
}

.style_wrap{
	background: #ffffff;
}

.style_wrap .style_box{
	padding: 10% 0;
}

.style_wrap .style_box .title_wrap{
	display: flex;
	gap: 3%;
	align-items: center;
	justify-content: space-between;
	width: 85%;
	margin: 0 auto;
}

.style_wrap .style_box .title_wrap .style_temp{
	width: 35%;
}

/*.style_wrap .style_box .title_wrap .style_temp{
	font-size: 35px;
	font-family: ivyora-text, serif;
    font-weight: 400;
    font-style: normal;
}

.style_wrap .style_box .title_wrap .style_temp span.cel{
	font-size: 30px;
	display: inline;
}*/

.style_wrap .style_box .title_wrap .style_title{
	font-style: italic;
	width: 55%;
	white-space: nowrap;
	opacity: .6;
}

.style_wrap .style_box .title_wrap span{
	display: block;
}

.style_wrap .style_box .title_wrap span.bar{
	width: 100%;
    height: .5px;
    background-color: #121212;
}

.style_wrap .style_box .lead{
	font-size: 14px;
    margin: 8% auto;
    line-height: 2;
    letter-spacing: 2px;
}

.style_img{
	width: 85%;
	margin: 0 auto;
	position: relative;
}

img.plus{
	width: 25px!important;
	position: absolute;
	bottom: 2%;
	right: 3%;
}

.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;
}

.credit_box{
	font-family: avenir-lt-pro, sans-serif;
	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;
}


@media only screen and (max-width: 768px) {
	
    #ap_wrap {
        width: 100%;
    }
	
    #ap_wrap .title{
		width: 60%;
		top: 22%;
    }
	
    .top_txt .sub_title {
		font-size: 16px;
    }
	
    #ap_wrap .lead {
		letter-spacing: 2px;
        font-size: 14px;
        margin: 8% auto 10%;
    }

    #ap_wrap .sub_lead{
        font-size: 13px;
		margin: 3% auto 15%;
    }
	
	.inner {
        width: 100%;
    }
	
    .style_wrap .style_box .title_wrap .style_temp {
        width: 55%;
    }	

	.style_wrap .style_box .title_wrap .style_title {
        width: 76%;
    }
	.credit_box {
        width: 85%;
    }

	.credit_box .check {
        width: 35%;
    }
	
	.credit_box .item_price {
      width: 35%;
    }
	
	
	.footer{
        font-size: 11px;
        padding: 3% 0;
	}
	
    .pc {
        display:none;
    }
    .sp {
        display:block;
    }

	
}
