/* CSS Document */


/*- menu -*

変更領域, fv

* filetop *
------------------------------------------------------------------------------------------------------------------------------------------*/

/*- File name [ style.css ] -*/

/*------------------------------------------------------------------------------------------------------------------------------------------

* 変更領域

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

.m-plus-rounded-1c{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
}

.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

/*- body -*/
body, body *{
	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
    color: #333;
}

/*- footer -*/
footer .inner{
    background: #282828;
}

footer .inner p{
	color: #FFFFFF;
}

/*- main -*/
main{
}

/*- title -*/
h3.title span{
	border-color: #000000;
	font-weight: 700;
}

/*- box_center -*/
.box_center{
	padding-inline: clamp(12px, 3.125vw, 24px);
}

.box_center > *{
}

/*- top -*/
#top{
}

/*- btm -*/
#btm{
}

/*- rule_fuji -*/
#rule_fuji{
	background: #FFFFFF;
	padding-inline: clamp(10px, 1.5625vw, 20px);
}

/*- method_fuji -*/
#method_fuji{
	background-color: #b7002a;
	padding: clamp(32px, 5vw, 64px) clamp(10px, 1.5625vw, 20px) clamp(32px, 7.5vw, 96px);
}

#method_fuji .title img{
	max-width: 440px;
	width: 100%;
}

#method_fuji #step{
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2.8125vw, 36px) clamp(10px, 1.5625vw, 20px);
}

#method_fuji #step > li{
	background-image: linear-gradient(transparent calc(clamp(60px, 5vw, 64px) / 2), #FFFFFF calc(clamp(60px, 5vw, 64px) / 2));
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 0 clamp(18px, 2.1875vw, 28px) clamp(32px, 3.515625vw, 45px);
	width: 300px;
}

#method_fuji #step > li::before{
	height: clamp(60px, 5vw, 64px);
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 0;
}

#method_fuji #step > li .inner{
	padding-top: clamp(60px, 5vw, 64px);
}

#method_fuji #appBtn a{
	background-image: linear-gradient(90deg, #feee3c, #fbffd2 25%, #d6b610 60%, #fcf38b 87%, #fbffd2);
	color: #260e0e;
}

#method_fuji #appBtn a::after{
	border-color: #260e0e;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	/*- rule -*/
	
	/*- method -*/
	#method_fuji #step{
		align-items: stretch;
	}
	
	#method_fuji #step > li{
		max-width: 280px;
		width: auto;
	}
	
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* fv

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
.fv{
    background: url("../../common/img/index/fv/sp_bg.png") no-repeat center top;
    background-size: auto 100%;
	position: relative;
}

.fv .fv_box img{
    margin-right: auto;
    margin-left: auto;
}

.fv #fv_about{
	width: 100%;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
}

.fv #fv_about .inner .text{
	font-family: "M PLUS 1", sans-serif;
	font-style: normal;
	text-align: center;
	font-size: clamp(1.4rem, 1.875vw, 2.4rem);
	color: #FFFFFF;
	width: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

.fv #fv_about .inner .text strong{
	font-weight: 900;
	color: #f4df4d;
}

.fv #fv_about .inner .text a{
	text-decoration: underline;
	color: #FFFFFF;
}

.fv #fv_about .inner .text a:hover{
	text-decoration: none;
}






/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	.fv{
		background-image: url("../../common/img/index/fv/pc_bg.png");
	}
	
	.fv #fv_about{
		width: clamp(410px, 64.0625vw, 820px);
		bottom: 100px;
	}
	
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
	
	
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
	
	
	
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* about

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
#about{
	margin-top: 50px;
}

#about .inner{
	padding-bottom: clamp(72px, 11.71875vw, 150px);
}

#about .inner .image img{
	margin-inline: auto;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	#about{
		margin-top: 0;
	}
	
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
	
	
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
	
	
	
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* Add Sample Code

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	
	
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
	
	
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
	
	
	
}