@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
}

.sticky-container{
	margin: 0;
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
}

.main-contents{
	margin: 10% auto;
}

.contents-inner{
	margin: 0 auto 15%;
}

.img100{
	margin: 0 auto;
}

.img90{
	width: 90%;
	margin: 0 auto;
}

.credit-box{
	width: 70%;
	margin: 5% 0;
}

.credit{
	position: relative;
   /* border-bottom: solid 1px #808080;*/
    margin-bottom: 5%;
    letter-spacing: .3px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
}

.credit a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	line-height: 2;
}

.credit a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 14px;
	background-color: #215968;
	color: #fff;
	width: 50px;
	text-align: center;
}

.mgleft35{
	margin-left: 25%;
}

.img55 img{
	width: 60%;
}

.img55 img:nth-child(1){
	position: relative;
}

.img55 img:nth-child(2){
	margin-left: 40%;
	margin-top: -15%;
}

.img55 img:nth-child(3){
	margin-top: -15%;
}

.pd2{
	box-sizing: border-box;
	padding: 0 2%;
}

.mgleft2{
	margin-left: 2%;
}

.img80{
	width: 80%;
	margin: 0 auto;
}

.mgleft30{
	margin-left: 30%;
}

.img55-row img:nth-child(1){
	margin-left: 40%;
}

.img55-row img:nth-child(2){
	margin-left: 0%;
}

.all{
	display: block;
	width: 80%;
	margin: 15% auto 15%;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	line-height: 3;
	font-family: "Libre Bodoni", serif;
	font-weight: 400;
}

.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;
		justify-content: center;
		background-color: #f9f9f9;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 33%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left img{
		width: 40vh;
	}
		
	.wrapper{
		width: 34%;
		margin: 0;
		background-color: #fff;
	}
	
	.credit-box{
		width: 60%;
		margin: 5% 0;
	}	
	
	.mgleft35{
		margin-left: 35%;
	}
	
	.pc-box__right{
		width: 80%;
		margin: 0 auto;
	}
	
	.all:after{
		transform: translateY(-50%) rotate(135deg);
	}
}
