@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */



@media screen and (min-width: 813px) {
	
	.sp { display: none;}
	
	a {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
}
@media screen and (max-width: 812px) {
	
	.pc { display: none;}
	
}

#container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0px 40px 0;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#container h1 {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    animation: ttl 0.5s ease-out 1s forwards;
    line-height: 1.5em;
}
@keyframes ttl {
	0% { opacity: 0; transform: translateY(30px);}
	100% { opacity: 1; transform: translateY(0);}
}

#container .leadTxt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 80px;
	
	opacity: 0;
	transform: translateY(30px);
	animation: ttl 0.5s ease-out 1.3s forwards;
}


#container .aboutApp {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 80px;
    gap: 5%;
}

#container .aboutApp > li {
	width: 32%;
    padding: 0 25px 40px;
	position: relative;
	color: #3B4043;
}
#container .aboutApp > li.about01 {}
#container .aboutApp > li.about02 {}
#container .aboutApp > li.about03 {}

#container .aboutApp > li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    bottom: 0;
    height: 85%;
    border-radius: 8px;
    background: #fff;
}

#container .aboutApp > li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f5f3;
    z-index: 5;
    top: 15%;
    height: 90%;
}


@keyframes mask {
	0% { height: 100%;}
	100% { height: 0%;}
}


#container .aboutApp > li .pic {
	max-width: 70%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	opacity: 0;
}
@keyframes pic {
	0% { opacity: 0; transform: translateY(30px);}
	100% { opacity: 1; transform: translateY(0);}
}


#container .aboutApp > li .num {
	text-align: center;
	font-family: Helvetica, "sans-serif";
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
#container .aboutApp > li .num span {
    display: inline-block;
    padding: 0 10px;
    border: #84BF21 solid 2px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #84BF21;
}
#container .aboutApp > li h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    margin-top: 15px;
}

#container .aboutApp > li p {
	font-size: 13px;
}

#container .aboutApp > li .price {
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
#container .aboutApp > li .price:last-child {
    margin-bottom: 0;
}

#container .aboutApp > li .price .price_type {
    display: block;
    background: #3B4043;
    color: #fff;
    font-size: 14px;
    padding: 2px 28px;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
}

#container .method {
    max-width: 340px;
    margin: 0 auto 80px;
}
#container .method a {
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    border-radius: 100px;
}

#container h2 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 50px;
}
#container h2 span {
    border-bottom: solid 2px;
    padding-bottom: 10px;
}

#container .appBtn {
    width: 70%;
    margin: 0 auto;
    max-width: 160px;
}

#container .appBtn li {
    margin: 0 0 15px;
}
#container .appBtn li a {
    display: block;
    line-height: 0;
}
#container .appBtn li:last-child {
    margin-bottom: 0;
}
#container .noteBox {
    border: #3B4043 solid 1px;
    padding: 50px;
    margin-bottom: 60px;
    border-radius: 12px;
}

#container .noteBox:last-child {
    margin-bottom: 0;
}

#container .noteBox h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

#container .noteBox p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
}
#container .noteBox p:last-child {
    margin-bottom: 0;
}

#container .noteBox .note {
	font-size: 14px;
	font-weight: normal;
}

#container .noteBox .about_txt {
    text-align: center;
}

#container .noteBox .about_txt .device {
    display: block;
}

#container .attention_list {
    font-size: 13px;
    width: fit-content;
    margin: 0 auto;
}

#container .attention_list > li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 3px;
    line-height: 1.6;
}


#container .copyright {
	text-align: center;
	font-size: 12px;
}

.step_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
    width: 77%;
    margin: 0 auto 35px;
}

.step_list:last-child {
    margin-bottom: 0;
}

.step_list > li {
    width: 30%;
    line-height: 0;
    position: relative;
}

.step_list.moment > li:first-child::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 5px solid;
    border-right: 5px solid;
    position: absolute;
    top: 50%;
    right: -12%;
    z-index: 1;
    transform: rotate(45deg);
}

.btn a {
    background: #2A282E;
    color: #f6f5f3;
    padding: 28px;
    display: block;
    max-width: 350px;
    margin: 0 auto;
    border-radius: 50px;
}

@media screen and (min-width: 813px) {
	
#container .method a:hover {
    background: #000;
    box-shadow: 0 15px 40px rgb(0 0 0 / 30%);
}
#container .appBtn li a:hover{
    transition: 0.4s;
    opacity: 0.8;
}
	
	#container .aboutApp > li::after {
		animation: mask 0.8s ease-out 2s forwards;
	}
	#container .aboutApp > li .pic {
		animation: pic 1s ease-out 1.6s forwards;
	}
	
}
@media screen and (max-width: 812px) {
	
	#container {
		padding: 0vw 6vw 0;
	}
	#container h1 {
	    font-size: 6.4vw;
	    margin-bottom: 2vw;
	}
	#container .leadTxt {
		font-size: 4vw;
		line-height: 1.8;
		margin-bottom: 8vw;
	}
	
	#container .aboutApp {
		display: block;
		margin-bottom: 10vw;
	}
	#container .aboutApp > li {
	    width: 100%;
	    padding: 0 7vw 10vw;
	    margin-bottom: 15vw;
	}

	
	#container .aboutApp > li.about01::after {
		animation: mask 0.8s ease-out 2s forwards;
	}
	#container .aboutApp > li.about01 .pic {
		animation: pic 1s ease-out 1.6s forwards;
	}
	#container .aboutApp > li.about02::after {
		animation: mask 0.8s ease-out forwards;
	}
	#container .aboutApp > li.about02 .pic {
		animation: pic 1s ease-out forwards;
	}
	#container .aboutApp > li.about03::after {
		animation: mask 0.8s ease-out forwards;
	}
	#container .aboutApp > li.about03 .pic {
		animation: pic 1s ease-out forwards;
	}
	
	#container .aboutApp > li .pic {

	}
	
	#container .aboutApp > li .num {
		font-size: 6vw;
		margin-bottom: 4vw;
	}
	#container .aboutApp > li .num span {
		padding: 0 2vw;
    line-height: 48px;
	}
	#container .aboutApp > li h3 {
	    font-size: 4.4vw;
	    line-height: 1.3;
	    margin-bottom: 5vw;
	    margin-top: 4vw;
	}

	#container .aboutApp > li .price {
	    font-size: 5vw;
	}
	
	#container .method {
		max-width: 72vw;
		margin: 0 auto 10vw;
	}
	#container .method a {
		font-size: 4.6vw;
		padding: 3vw;
	}
	
	#container h2 {
	    font-size: 4.4vw;
	    margin-bottom: 11vw;
	}
	#container .aboutApp > li p {
    	font-size: 3.2vw;
	}
	#container .appBtn li {
		margin: 0 2vw;
		height: 15vw;
	}

	#container .noteBox {
	    padding: 6vw;
	    margin-bottom: 6vw;
	}
	
	#container .noteBox h5 {
		font-size: 4vw;
		margin-bottom: 3vw;
	}
	#container .noteBox p {
		font-size: 3.4vw;
		margin-bottom: 3vw;
	}
	#container .noteBox .note {
		font-size: 3vw;
		font-weight: normal;
	}
	
	#container .copyright {
		font-size: 2.8vw;
	}
	
.step_list {
    width: 100%;
    gap: 8%;
    margin-bottom: 6vw;
}

.step_list > li {
    width: 46%;
    margin-bottom: 4vw;
}

.step_list > li:last-child {
    margin-bottom: 0;
}

.step_list.moment > li:first-child::before {
    right: -12%;
}

#container .attention_list {
    font-size: 2.9vw;
}

}



