/* 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: #e83820;
}

footer .inner p{
	color: #FFFFFF;
}

/*- main -*/
main{
	background: url("../img/index/bg.png") repeat center;
}

/*- 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-color: #FFFFFF;
}

/*- method_fuji -*/
#method_fuji{
	background-color: #94d1f2;
	padding: clamp(24px, 7.5vw, 96px) clamp(10px, 2.60416vw, 20px) clamp(32px, 8.4375vw, 108px);
}

#method_fuji .title img{
	margin-inline: auto;
	width: clamp(120px, 14.0625vw, 180px);
}

#method_fuji ul#step{
	gap: clamp(20px, 53.3vw, 40px) 20px;
	align-items: center;
}

#method_fuji ul#step > li{
	width: clamp(310px, 81.3vw, 610px);
}

#method_fuji ul#step > li::before{
	background-size: clamp(60px, 16vw, 120px) auto, 100%;
	height: clamp(60px, 16vw, 120px);
}

#method_fuji ul#step > li:nth-of-type(1)::before{
	background-image: url("../../fuji/img/index/method/icon_step01.png"), linear-gradient(transparent, transparent 50%, #FFFFFF 50%, #FFFFFF);
}

#method_fuji ul#step > li:nth-of-type(2)::before{
	background-image: url("../../fuji/img/index/method/icon_step02.png"), linear-gradient(transparent, transparent 50%, #FFFFFF 50%, #FFFFFF);
}

#method_fuji ul#step > li:nth-of-type(3)::before{
	background-image: url("../../fuji/img/index/method/icon_step03.png"), linear-gradient(transparent, transparent 50%, #FFFFFF 50%, #FFFFFF);
}

#method_fuji #step > li > .inner{
	background-color: #FFFFFF;
	padding: 0 clamp(20px, 53.3vw, 40px) clamp(32px, 5vw, 64px);
}

#method_fuji #appBtn a{
	background-color: #FFFFFF;
	color: #e83820;
}

#method_fuji #appBtn a::after{
	border-color: #e83820;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	/*- rule -*/
	
	/*- method_fuji -*/
	#method_fuji ul#step{
		align-items: stretch;
	}
	
	#method_fuji ul#step > li{
		max-width: 280px;
	}
	
	#method_fuji ul#step > li::before{
		background-size: 64px auto, 100%;
		height: 64px;
	}
	
	#method_fuji ul#step > li > .inner{
		height: calc(100% - 64px);
		padding: 0 clamp(16px, 2.5vw, 32px) clamp(24px, 3.75vw, 48px);
	}
	
}




/* 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 .fv_box{
    background: url("../img/index/fv/pc_bg.png") no-repeat center;
    background-size: auto 100%;
}

.fv .fv_box img{
    margin-inline: auto;
}




/* 横向き用
---------------------------------------------------------------------*/

@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){
	
	
	
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* about

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
#about::after{
	content: "";
	display: block;
	background: url("../img/index/about/bg_btm_sp.png") no-repeat center bottom;
	background-size: contain;
	height: clamp(38px, 9.765625vw, 75px);
}

#about > *{
	background-color: #fff3de;
	padding-inline: clamp(10px, 2.60416vw, 20px);
}

#about *{
	font-weight: 500;
	font-size: clamp(1.4rem, 1.875vw, 2.4rem);
	color: #5e270f;
}

#about p{
	text-align: center;
}

#about p .marker{
	background-image: linear-gradient(transparent, transparent 50%, #f4d658 50%, #f4d658);
	color: #e83820;
}

#about p .text-pc{
	display: none;
}

#about p a:hover{
	text-decoration: none;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	#about::after{
		background-image: url("../img/index/about/bg_btm_pc.png");
		background-size: auto;
		height: 95px;
	}
	
	#about p .text-sp{
		display: none;
	}
	
	#about p .text-pc{
		display: inline-block;
	}
	
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
	
	
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
	
	
	
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* contents

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

#contents{
	padding-block: clamp(18px, 3.75vw, 48px) clamp(32px, 7.8125vw, 100px);
}

#contents > * + *{
	margin-top: clamp(24px, 7.8125vw, 100px);
}

#contents a:hover img{
	opacity: 0.7;
}

#contents #anchor{
	padding-inline: clamp(10px, 2.60416vw, 20px);
}

#contents #anchor #list_anchor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(18px, 4.6875vw, 36px) clamp(28px, 7.2916vw, 56px);
	padding-inline: clamp(24px, 3.75vw, 48px);
	margin-inline: auto;
	max-width: 1040px;
}

#contents #anchor #list_anchor > li{
	width: calc((100% - clamp(28px, 7.2916vw, 56px)) / 2);
}

#contents #list_goods{
	display: grid;
	row-gap: clamp(24px, 5vw, 64px);
	padding-inline: clamp(10px, 2.60416vw, 20px);
}

#contents #list_goods > li{
	display: flex;
	justify-content: center;
}

#contents #list_goods > li .inner{
	position: relative;
}

#contents #list_goods > li .inner .btn{
	transform: translateX(-50%);
	position: absolute;
	bottom: 6%;
	left: 50%;
}

#contents #list_goods > li .inner .btn img{
	border-radius: 99px;
	box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
	min-width: clamp(260px, 25.78125vw, 330px);
	width: clamp(260px, 25.78125vw, 330px);
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	#contents #anchor #list_anchor{
		justify-content: space-between;
		padding-inline: 0;
	}
	
	#contents #anchor #list_anchor > li{
		max-width: 260px;
		flex: 1;
	}
	
	#contents #list_goods > li .inner .btn{
		transform: translateX(0);
		left: 13%;
	}
	
	#contents #list_goods > li#goods_a .inner .btn{
		bottom: 16%;
	}
	
	#contents #list_goods > li#goods_b .inner .btn{
		bottom: 17.2%;
	}
	
}




/* 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){
	
	
	
}