@charset "utf-8";




/*============================
MV
============================*/
#mv {
	background: #DE2352;
	padding: 1.2rem 0;
	box-sizing: border-box;
	text-align: center;
	margin-top: 1.2rem;
}

@media screen and (max-width: 640px) {
	#mv {
		padding-top: 1rem;
		padding-bottom: 0.50rem;
		margin-top: 0;
	}
}

#mv .title_jp {
	color: #fff;
}

#mv .title_en {
	color: #fff;
}



/*============================
アバウト
============================*/
#about {
	padding: 1.50rem 0;
}

@media screen and (max-width: 640px) {
	#about {
		padding: 0.70rem 0;
	}
}

#about .cont_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#about .cont_wrap .ph_wrap {
	width: 48%;
}

@media screen and (max-width: 640px) {
	#about .cont_wrap .ph_wrap {
		width: 100%;
	}
}


#about .cont_wrap .text_wrap {
	width: 48%;
}

@media screen and (max-width: 640px) {
	#about .cont_wrap .text_wrap {
		width: 100%;
	}
}

#about .cont_wrap .text_wrap .title_wrap {
	margin-bottom: 0.40rem;
}

#about .cont_wrap .text_wrap .text {
	font-size: 0.18rem;
	line-height: 2;
	margin-bottom: 0.2rem;
}

@media screen and (max-width: 640px) {
	#about .cont_wrap .text_wrap .text {
		font-size: 0.16rem;
		margin-top: 0.20rem;
	}

}


#about .cont_wrap .text_wrap small {
	font-size: 0.14rem;
	line-height: 1.65;
	padding-left: 0.14rem;
	text-indent: -0.14rem;
	display: block;
}


/*============================
ご利用の流れ
============================*/
#flow {
	padding: 1.00rem 0;
}

@media screen and (max-width: 640px) {
	#flow {
		padding: 0.70rem 0;
	}
}


#flow .title_wrap {
	text-align: center;
}

.step_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.50rem;
	margin-top: 0.70rem;
}

@media screen and (max-width: 640px) {
	.step_list {
		gap: 0.70rem;
		margin-top: 0.70rem;
	}
}


.step_list .item {
	width: 2.60rem;
}

@media screen and (max-width: 640px) {
	.step_list .item {
		width: 100%;
	}
}


.step_list .item .step {
	font-size: 0.30rem;
	font-weight: bold;
	color: #fff;
	background: #DE2352;
	text-align: center;
	padding: 0.1rem 0;
	box-sizing: border-box;
	margin-bottom: 0.20rem;
	border-radius: 0.10rem;
}

@media screen and (max-width: 640px) {
	.step_list .item .step {
		font-size: 0.20rem;
		padding: 0.1rem 0;
	}

	.step_list .item .ph_wrap {
		text-align: center;
	}

	.step_list .item .ph_wrap img {
		width: 100%;
	}

}


.step_list .item .title {
	font-size: 0.20rem;
	font-weight: bold;
	text-align: center;
	padding: 0.15rem 0 0;
}

@media screen and (max-width: 640px) {
	.step_list .item .title {
		font-size: 0.18rem;
	}
}


.step_list .item .text {
	font-size: 0.16rem;
	text-align: center;
	line-height: 1.65;
}

@media screen and (max-width: 640px) {
	.step_list .item .text {
		font-size: 0.15rem;
	}
}

/*============================
ポイント獲得
============================*/
#point {
	background: #F8ECDA;
	padding: 1.00rem 0;
}
@media screen and (max-width: 599px) {
	#point {
		padding: 0.70rem 0;
	}
}


#point .lead {
	font-size: 0.25rem;
	font-weight: bold;
	text-align: center;
	margin-top: 0.40rem;
}

#point .title_wrap {
	text-align: center;
}

#point .step_list {
	gap: 0;
}

#point .step_list .item {
	width: 25%;
	box-sizing: border-box;
	padding: 0 0.30rem;
}
@media screen and (max-width: 599px) {
	#point .step_list .item {
		width: 100%;
		padding: 0;
		margin-bottom: 0.50rem;
	}
}


.step_list .item .text {
	padding-top: 0.15rem;
}

/*============================
ポイントを使う
============================*/
#point_use {
	padding: 1.00rem 0;
}
@media screen and (max-width: 599px) {
	#point_use {
		padding: 0.70rem 0;
	}
}

#point_use .lead {
	font-size: 0.25rem;
	font-weight: bold;
	text-align: center;
	margin-top: 0.40rem;
}

#point_use .title_wrap {
	text-align: center;
}

#point_use .step_list {
	gap: 0;
}

#point_use .step_list .item {
	width: 25%;
	box-sizing: border-box;
	padding: 0 0.30rem;
}
@media screen and (max-width: 599px) {
	#point_use .step_list .item {
		width: 100%;
		padding: 0;
		margin-bottom: 0.50rem;
	}
}

.step_list .item .text {
	padding-top: 0.15rem;
}



/*============================
よくある質問へのリンク
============================*/
#anicana_guide {
	background: #DE2352;
	padding: 1.00rem 0;
}

@media screen and (max-width: 640px) {
	#anicana_guide {
		padding: 0.7rem 0;
	}
}


#anicana_guide .btn_wrap {
	text-align: center;
}

#anicana_guide .btn_wrap a {
	max-width: 5.80rem;
	width: 100%;
	background: #fff;
	display: block;
	color: #DE2352;
	box-sizing: border-box;
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.25rem;
	line-height: 1.4;
	margin: auto;
	border-radius: 0.80rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	#anicana_guide .btn_wrap a {
		padding: 0.15rem 0;
		font-size: 0.18rem;
		border-radius: 0.80rem;
	}
}


#anicana_guide .btn_wrap a:hover {
	opacity: 0.7;
}

#anicana_guide .btn_wrap a::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #DE2352;
	border-right: 2px solid #DE2352;
	transform: rotate(45deg);
	position: absolute;
	top: 44%;
	right: 0.40rem;
	transition: all .3s;
}

@media screen and (max-width: 640px) {
	#anicana_guide .btn_wrap a::after {
		width: 10px;
		height: 10px;

	}
}


#anicana_guide .btn_wrap a:hover:after {
	right: 0.35rem;
}


/*============================
よくある質問
============================*/
.faq {
	padding-top: 1.2rem;
	position: relative;
	padding-bottom: 1.50rem;
	background: #F8ECDA;
}

@media screen and (max-width: 599px) {
	.faq {
		padding-top: 1.0rem;
	}
}

.faq .title_wrap {
	text-align: center;
}

.faq .faq_box {
	padding-top: 0.40rem;
}

@media screen and (max-width: 599px) {
	.faq .faq_box {
		padding-top: 0.20rem;
	}
}

.faq .faq_box .faq_title {
	background-color: #DE2352;
	font-size: 0.18rem;
	line-height: 1.75;
	font-weight: 500;
	color: #FFF;
	padding: 0.20rem;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.faq .faq_box .faq_title {
		font-size: 0.15rem;
		padding: 0.10rem 0.25rem 0.12rem 0.15rem;
		line-height: 1.55;
	}
}

.faq .faq_box .faq_title:hover {
	opacity: 0.7;
}

.faq .faq_box .faq_title::before {
	content: "Q.";
	font-size: 0.20rem;
	font-weight: 400;
	display: inline-block;
	padding-right: 0.10rem;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 599px) {
	.faq .faq_box .faq_title::before {
		content: "Q.";
		font-size: 0.16rem;
		font-weight: 400;
		display: inline-block;
		padding-right: 0.10rem;
		font-family: 'Poppins', sans-serif;
	}
}

.faq .faq_box .faq_title .acc_icon {
	width: 0.20rem;
	height: 0.20rem;
	position: absolute;
	right: 0.20rem;
	top: 0.25rem;
}

@media screen and (max-width: 599px) {
	.faq .faq_box .faq_title .acc_icon {
		width: 0.10rem;
		height: 0.10rem;
		right: 0.10rem;
		top: 0.17rem;
	}
}

.faq .faq_box .faq_title .acc_icon::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.faq .faq_box .faq_title .acc_icon::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.faq .faq_box .faq_text {
	background-color: #F2F2F2;
	margin-top: 0.02rem;
	padding: 0.20rem;
	padding-left: 0.37rem;
	display: none;
}

@media screen and (max-width: 599px) {
	.faq .faq_box .faq_text {
		padding: 0.15rem;
		padding-left: 0.30rem;
	}
}

.faq .faq_box .faq_text .text {
	font-size: 0.16rem;
	line-height: 2;
	color: var(--color-blue02);
	text-indent: -0.14rem;
	margin-left: 0.14rem;
}

.faq .faq_box .faq_text .text strong {
	font-size: 0.18rem;
}
@media screen and (max-width: 599px) {
	.faq .faq_box .faq_text .text strong {
		font-size: 0.16rem;
	}
}

@media screen and (max-width: 599px) {
	.faq .faq_box .faq_text .text {
		font-size: 0.14rem;
		line-height: 1.75;
		color: var(--color-blue02);
		text-indent: -0.12rem;
		margin-left: 0.12rem;
	}
}

.faq .faq_box .faq_text .text::before {
	content: "A.";
	font-size: 0.20rem;
	font-weight: 400;
	display: inline-block;
	padding-right: 0.10rem;
	font-family: 'Poppins', sans-serif;
	color: var(--color-blue01);
}

@media screen and (max-width: 599px) {
	.faq .faq_box .faq_text .text::before {
		font-size: 0.16rem;
	}
}

.faq .faq_box .faq_text .text a {
	color: var(--color-blue02);
	font-weight: 700;
	text-decoration: underline;
}

.faq .faq_box .faq_text .text a:hover {
	text-decoration: none;
}

.faq .faq_box .faq_title.open {
	background: #FF4E7B;
}

.faq .faq_box .faq_title.open .acc_icon::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq .faq_box .faq_text .img_box {
	max-width: 5rem;
	margin-top: 0.30rem;
}

@media screen and (max-width: 599px) {
	.faq .faq_box .faq_text .img_box {
		margin-top: 0.15rem;
	}
}