@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.mv{
	margin: 0 auto 10%;
}

.mv h1{
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin: 10% auto 5%;
}

.mv p{
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	margin: 5% auto;
}

.main-content{
	margin: 20% auto 10%;
}

.main-content__box{
	margin-bottom: 30%;
}

.main-content__bg{
	background: linear-gradient(to right, 
    #ffffff 10%, 
    #f8efd9 10%, #f8efd9 90%, 
    #ffffff 90%
  );
	padding: 10% 0 10%;
}

.main-content__ttl{
	position: relative;
	margin-bottom: 10%;
}

.main-content__ttl img{
	width: 80%;
	margin-left: 20%;
	padding-top: 13%;
}

.main-content__ttl h2{
	position: absolute;
	top: 0;
	left: 3%;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
}

.main-content__ttl h2 span{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

.img75{
	width: 75%;
}

.img80{
	width: 80%;
}

.img90{
	width: 90%;
}

.mgl20{
	margin-left: 20%;
}

.mgl10{
	margin-left: 10%;
}

.mgl5{
	margin-left: 5%;
}

.mgb10{
	margin-bottom: 10%;
}

.mgb20{
	margin-bottom: 20%;
}

.flex{
	display: flex;
	column-gap: 20px;
}

.pdt10{
	padding-top: 25%;
}

.main-content__copy{
	font-family: "Noto Sans JP", sans-serif;
	margin: 8% auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
}

.main-content__lead{
	font-family: "Noto Sans JP", sans-serif;
	margin: 5% auto;
	text-align: center;
	font-size: 13px;
	line-height: 2;
}

.main-content__credit{
	width: 90%;
	margin: 15% auto 10%
}

.main-content__credit__title{
	margin: 3% 0;
	font-size: 17px;
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 6%;
	color: #ebb3c6;
}

.main-content__credit__title:after{
	content: "";
	border-top: 1px #ebb3c6 solid;
	flex-grow: 1;
	margin-left: 10px;
}

.main-content__credit__inner{
	position: relative;
    border-bottom: solid 1px #b9afb0;
    margin-bottom: 3%;
    letter-spacing: .3px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding-bottom: 2%;
}

.main-content__credit__inner a{
	display: block;
	text-decoration: none;
	color: #422a2d;
	font-size: 12px;
	line-height: 1.5;
}

.main-content__credit__img{
	width: 15%;
}

.main-content__credit__inner a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 16px;
	font-weight: 600;
	font-family: "Noto Sans", sans-serif;
}

.main-content__credit__inner .cms::after {
	content: "COMING SOON";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #656565;
}

.all{
	display: block;
	width: 80%;
	margin: 2% auto 15%;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	line-height: 3;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}

.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-contner{
		display: flex;
		justify-content: center;
		column-gap: 160px;
	}
	
	.sticky-contner img{
		display: block;
		line-height: 0;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 24%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__inner h1{
		font-weight: normal;
		line-height: 1.0;
		font-size: 40px;
		text-align: center;
		margin: 8% auto 0;
	}
	
	.pc-box__inner h1 span{
		font-size: 17px;
	}
	
	.pc-box__flex{
		display: flex;
		flex-wrap: wrap;
		gap:10px;
		justify-content: center;
	}
	
	.pc-box__flex div{
		width: calc((100% - 10px) / 2);
	}
		
	.wrapper{
		width: 38%;
		margin: 0;
	}
}


