@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	font-family: "Source Serif 4", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background-color: #fffef5;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 10% auto;
}

.content{
	margin: 10% auto;
}

.box{
	margin: 0 auto 25%;
}

.imgBox{
	margin: 0 auto;
	display: flex;
	column-gap: 10px;
	grid-row-gap: 10px;
	justify-content: center;
}

.flex__wrap{
	flex-wrap: wrap;
}

.flex__wrap div{
	width: calc(50% - 5px);
}

.credit{
	width: 90%;
	margin: 10% auto;
}

.credit a{
	display: block;
	font-size: 16px;
	position: relative;
	text-decoration: none;
    color: #2b2b2b;
	line-height: 1.4;
    margin-bottom: 4%;
}

.credit span{
	font-size: 16px;
	float: right;
	padding-right: 100px;
}

.credit span:after{
	content: "tax in";
	margin-left: 5px;
}

.credit a:before{
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0, -50%);
    font-size: 18px;
	background-color: #000;
	color: #fff;
	width: 80px;
	text-align: center;
}

.credit a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.credit .a_none{
	font-size: 14px;
}

.credit .a_none:before, .credit .a_none:after{
	content: none;
}

.imgBox2{
	position: relative;
}

.img55{
	width: 55%;
}

.mgLeft45{
	margin-left: 45%;
}

.mgTop10{
	margin-top: -10%;
}

.pos-01{
	width: 40%;
	position: absolute;
	top: 4%;
	right: 0;
}

.pos-02{
	width: 40%;
	position: absolute;
	bottom: 4%;
	left: 0;
}

.imgBox3{
	display: flex;
	column-gap: 10px;
}

.shrink{
	flex-shrink:0;
}

.img40{
	max-width: 40%;
}

.flex-end{
	align-items: flex-end;
}

.mgTop30{
	margin-top: -30%;
}

.img100{
	margin-bottom: 10px;
}

.mgLeft35{
	margin-left: 35%;
}


.pos-03{
	width: 40%;
	position: absolute;
	top: 4%;
	right: 0;
}

.all{	
	display: block;	
	width: 80%;	
	margin: 10% auto 15%;
	text-align: center;
	background-color: #000;	
	color: #fff;	
	font-size: 20px;	
	line-height: 4;
	text-decoration: none;
	position: relative;
}
.all:after{	
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

@media(min-width:750px){
.sticky__container{
	display: flex;
	background-image: url("../images/bg.jpg"), url("../images/bg.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: left, right;
	background-attachment: fixed;
	/*background-size: cover;*/
	background-size: contain;
	/*background-position: left;*/
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
	/*background-color: #fffef5;*/
}
.wrapper{
	width: 40%;
	box-sizing: border-box;
	padding: 1%;
	background-color: #fffef5;
	margin: 0 auto;
}
}




