@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;
	font-family: "Noto Sans JP", sans-serif;
}

.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;
}

.type-list{
	padding: 0;
	list-style: none;
	width: 100%;
	margin: 10% auto;
}

.type-list li a{
	display: flex;
	text-decoration: none;
	align-items: center;
}

.type-list li img{
	max-width: 20%;
}

.type-list li .main-contents__bg01, .type-list li .main-contents__bg02, .type-list li .main-contents__bg03{
	width: 70%;
	padding: 0;
	margin: 0 auto;
}

.type-list li .main-contents__type{
	padding-top: 0;
	margin-top: -3%;
}

.type-list li .main-contents__title{
	padding-bottom: 5%;
}

.type-list p{
	margin: 0 auto;
	padding: 3% 0 0;
	font-size: 22px;
	color: #fff;
	line-height: 1.7
}

.type-list span{
	font-size: 25px;
}

.type-list li:first-child{
	background-color: #ABABAB;
	color: #fff;
}

.type-list li:nth-child(2){
	background-color: #D1BAAA;
	color: #fff;
}

.type-list li:last-child{
	background-color: #A9D2C4;
	color: #fff;
}

.main-contents{
	margin: 0 auto 15%;
}

.main-contents__box{
	padding-top: 14%;
	margin: 0 auto 10%;
}

.main-contents__bg01{
	background-color: #ababab;
	padding: 3% 0 5%;
}

.main-contents__bg02{
	background-color: #D1BAAA;
	padding: 3% 0 5%;
}

.main-contents__bg03{
	background-color: #A9D2C4;
	padding: 3% 0 5%;
}

.main-contents__type{
	width: 95%;
	margin: 0 auto 0;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #fff;
}

.main-contents__type:after{
	content: "";
	border-top: 1px #fff solid;
	flex-grow: 1;
	margin-left: 10px;
}

.main-contents__title{
	width: 95%;
	margin: 0 auto;
	text-align: center;
	border-bottom:  solid 1px #fff;
	padding-bottom: 5%;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.main-contents__item{
	margin: 5% auto;
}

.main-contents__item p{
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
}

.main-contents__item p span{
	font-size: 16px;
}

.main-contents__item p span:after{
	content: 'tax in';
	display: inline-block;
	margin-left: 5px;
	font-size: 13px;
}

.main-contents__item .all{
	background-color: #000;
	width: 50%;
	margin: 5% auto;
	line-height: 2.8;
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
}


.status-chart {
    width: 80%;
    margin: 5% auto 15%;
    font-family: 'Noto Sans JP', sans-serif;
}

.status-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    margin: 0;
}

.status-item dt {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.1em; /* 少し文字間をあけるとオシャレ */
}

.status-item dd {
    margin: 0;
    font-size: 26px;
    color: #d4b185; /* ★の色：大人っぽいゴールド系 */
}

.status-item dd .empty {
    color: #e0e0e0; /* ☆の色：薄いグレーにして未達成感を出す */
}

.main-contents__img{
	margin: 0 auto 5%;
}

.main-contents__flex{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	gap:10px;
}

.main-contents__flex div{
	width: calc((100% - 20px) / 2);
}

.main-contents__copy{
	margin: 8% auto;
}

.main-contents__copy h1{
	font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
	font-weight: normal;
}

.main-contents__copy h1 span{
	font-weight: 600;
	font-size: 20px;
}

.main-contents__copy p{
	margin: 5% auto;
    text-align: center;
    font-size: 13px;
    line-height: 2;
}

.main-content__credit{
	width: 90%;
	margin: 15% auto 10%
}

.main-content__credit__inner{
	position: relative;
    border-bottom: solid 1px #ccc;
    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: #000;
	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-container{
		display: flex;
		justify-content: center;
		column-gap: 160px;
	}
	
	.sticky-container 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__left h1{
		font-weight: normal;
		line-height: 1.0;
		font-size: 40px;
		text-align: center;
		margin: 8% auto 0;
		font-family: "Noto Sans", sans-serif;
	}
	
	.pc-box__left h1 span{
		font-size: 17px;
		font-family: "Noto Sans JP", sans-serif;
	}
	
	.pc-box__left img{
		width: 50vh;
	}
		
	.wrapper{
		width: 36%;
		margin: 0;
	}
}








