/* CSS Document */


/*- menu -*

header, footer, rule, other, class, method

* filetop *
------------------------------------------------------------------------------------------------------------------------------------------*/


/* reset：20180615.ver_1.1 版
---------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a, address, big,
em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, embed, figure, figcaption, 
footer, header, nav, output, ruby, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, iframe,
footer, header, hgroup, menu, nav, section, img, svg {
	display: block;
}

ol, ul{
    list-style: none;
}

table{
    border-collapse: collapse; 
    border-spacing: 0;
}

caption, th{
    text-align: left;
}

img{
	display: block;
	max-width: 100%;
	height: auto;
}

a{
	color: #000000;
}

a:focus {
	outline: none;
}

html{
	overflow-y: scroll;
	font-size: 62.5%;
}


/* body
---------------------------------------------------------------------*/
body{
	overflow-x: hidden;
	position: relative;
	min-height: 100vh;
	line-height: 1.8;
    font-size: 1.6rem;
}

body, body *{
	font-family: "メイリオ", sans-serif;
	box-sizing: border-box;
    transition: 0.5s;
	color: #000000;
}



/*- common.css -*/

/*------------------------------------------------------------------------------------------------------------------------------------------

* all

------------------------------------------------------------------------------------------------------------------------------------------*/

/* 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){
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* header

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
header{
	background: #FFFFFF;
}

header .hinner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
}

header .hinner h1{
	padding: 10px;
}

header .hinner h1 img{
	display: block;
    height: 40px;
    width: auto;
}

/* ar_r */
header .hinner .ar_r{
	display: inline-flex;
	align-items: center;
	column-gap: 8px;
	text-decoration: none;
	font-size: 1.4rem;
	color: #666;
	padding: 10px;
}

header .hinner .ar_r::after{
	content: "";
	display: block;
	background: url(../img/ar_red_r.svg) no-repeat center;
	background-size: contain;
	height: 14px;
	width: 14px;
}

/* SNSボタン */
header .hinner .sns_share_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	background: #EEE;
	line-height: 1;
	padding: 10px;
	width: 100%;
}

header .hinner .sns_share_btn a,
header .hinner .sns_share_btn img{
	cursor: pointer;
}

/* MV */
header .mvinner{
	padding: 10px clamp(24px, 4.375vw, 56px);
}

header .mvinner h1{
	margin-right: auto;
	margin-left: auto;
	max-width: 1040px;
}




/* 横向き用
---------------------------------------------------------------------*/

@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) {

	header .hinner{
		width: 960px;
	}

	header .hinner h1{
		padding: 10px 0;
		order: 1;
	}

	header .hinner h1 img{
		height: 48px;
	}

	/* ar_r */
	header .hinner .ar_r{
		font-size: 1.6rem;
		padding: 10px 0;
		order: 3;
	}

	header .hinner .ar_r::after{
		height: 14px;
		width: 14px;
	}

	/* SNSボタン */
	header .hinner .sns_share_btn{
		background: none;
		width: auto;
		order: 2;
	}
	
	header .hinner .sns_share_btn .line{
		display: none;
	}
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* footer

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
footer .inner{
	background: #FF0004;
	position: relative;
	padding: clamp(32px, 8vw, 80px) 10px;
}

footer .inner img{
	margin: 0 auto;
	max-width: 60px;
}

footer .inner p{
	text-align: center;
	font-size: 1.4rem;
	margin-top: clamp(16px, 5vw, 56px);
}




/* 横向き用
---------------------------------------------------------------------*/

@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){
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* rule

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
*[id*="rule"]{
	padding: 0 10px;
}

*[id*="rule"] > *{
	padding: clamp(40px, 10vw, 80px) 0;
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
}

*[id*="rule"] > * h3 + *{
	margin-top: 40px;
}

/* itemLists */
*[id*="rule"] .itemLists > dt{
    border-bottom: 1px solid #4d4d4d;
    border-top: 1px solid #4d4d4d;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
	padding: 16px;
}

*[id*="rule"] .itemLists > dd{
	padding: 40px clamp(16px, 2.5vw, 32px);
}

*[id*="rule"] .itemLists > dd > * + *{
	margin-top: 1.6rem;
}

*[id*="rule"] .itemLists > dd b{
	font-weight: 700;
}

*[id*="rule"] .itemLists > dd ul > li + li{
	margin-top: 5px;
}

*[id*="rule"] .itemLists a:hover{
	text-decoration: none;
}

/* class */
*[id*="rule"] .itemLists .numLists > li{
	counter-increment: num;
    display: flex;
}

*[id*="rule"] .itemLists .numLists > li::before{
	content: "（"counter(num)"）";
    display: block;
}

*[id*="rule"] .itemLists .days{
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
}

*[id*="rule"] .itemLists *.kome{
	text-indent: -1.6rem;
	padding-left: 1.6rem;
}

*[id*="rule"] .itemLists *.kome.mini{
	text-indent: -1.4rem;
	padding-left: 1.4rem;
}

*[id*="rule"] .itemLists *.mini{
	font-size: 1.4rem;
}

*[id*="rule"] .itemLists *.negative{
	text-decoration: line-through;
}

*[id*="rule"] .itemLists *.center{
	text-align: center;
}

*[id*="rule"] .itemLists *.underline{
	text-decoration: underline;
}

*[id*="rule"] .itemLists .red{
    color: #ce1733;
}

*[id*="rule"] .itemLists *.contact{
	text-align: center;
}

*[id*="rule"] .itemLists *.contact strong{
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.6;
}

/* insta_message */
*[id*="rule"] .itemLists .insta_message{
	border: 1px solid #D23C3C;
	background: #FFFFFF;
	font-size: 1.4rem;
	padding: 20px;
}

*[id*="rule"] .itemLists .insta_message *{
	color: #D23C3C;
}

*[id*="rule"] .itemLists .insta_message > dt{
	border-bottom: 1px solid #D23C3C;
	font-weight: 700;
	padding-bottom: 8px;
}

*[id*="rule"] .itemLists .insta_message > dd + dt{
	margin-top: 12px;
}

*[id*="rule"] .itemLists .insta_message > dd{
	margin-top: 12px;
}

*[id*="rule"] .itemLists .insta_message > dd span{
	text-decoration: underline;
    text-decoration-color: rgb(255, 243, 131);
    text-decoration-thickness: 3px;
    text-underline-offset: 0px;
}

*[id*="rule"] .itemLists .insta_message > dd .check > li{
	display: flex;
	align-items: baseline;
	font-weight: 700;
}

*[id*="rule"] .itemLists .insta_message > dd .check > li::before{
	content: "";
    display: inline-block;
	background: url(../img/check_icon.png) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 5px;
	min-width: 10px;
    height: 14px;
    width: 10px;
}

/* rule_mv */
#rule_mv .itemLists *.image{
	padding-inline: clamp(25px, 6.5104vw, 50px);
}

#rule_mv .itemLists *.image img{
	margin-inline: auto;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	/* class */
	*[id*="rule"] .itemLists .days br{
		display: none;
	}
	
	*[id*="rule"] .itemLists *.pc_center{
		text-align: center;
	}
	
	/* rule_mv */
	#rule_mv .itemLists *.image img{
		max-width: 530px;
	}
	
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
	
	*[id*="rule"] a:hover{
		text-decoration: none;
	}
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* other

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

/* returnTop */
#returnTop{
	z-index: 999;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#returnTop img{
	transition: ease-in .3s all;
	cursor: pointer;
	height: 60px;
	width: 60px;
}

/* closeCampaign */
#closeCampaign{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	border-bottom: 2px solid #ed1c24;
	border-top: 2px solid #ed1c24;
	background: #ffdbdc;
	font-weight: bold;
	line-height: 1;
    color: #333;
	padding: 10px;
}

#closeCampaign::before{
	content: "";
	display: block;
	background: url(../img/icon_close.png) no-repeat center;
	background-size: contain;
	height: 30px;
	width: 30px;
}

/* yokokuText */
#yokokuText{
	background: #00A73C;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
	color: #FFFFFF;
	padding: 10px;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
    
    /* closeCampaign */
	#closeCampaign{
		font-size: 2rem;
		padding: 20px;
	}
	
	/* yokokuText */
	#yokokuText{
		padding: 16px;
	}
    
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
    
    /* returnTop */
	#returnTop img:hover{
		opacity: 0.7;
	}
    
    /* yokokuText */
	#yokokuText{
		font-size: 4rem;
		padding: 20px;
	}
    
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
    
    /* returnTop */
	#returnTop{
		bottom: 20px;
		right: 40px;
	}
    
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* class

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

.pc{
	display: none;
}

/* title */
h3.title{
	text-align: center;
}

h3.title img{
	margin-right: auto;
	margin-left: auto;
}

h3.title span{
	display: inline-block;
	border-bottom: 1px solid #4d4d4d;
    border-top: 1px solid #4d4d4d;
	font-size: 3rem;
	padding: 16px 40px;
}

/* box_center */
.box_center{
	padding-inline: 10px;
}

.box_center > *{
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
}

/* obi */
.obi{
    position: relative;
}

.obi::after,
.obi::before{
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: repeat-y !important;
    background-size: 100% auto !important;
    height: 100%;
    top: 0;
}

.obi::before{
    left: 0;
}

.obi::after{
    right: 0;
}

.obi > *{
    position: relative;
    z-index: 4;
}

/* ar_sp */
.ar_sp{
	position: fixed;
	background-color: rgba(255, 255, 255, 0.8);
	height: clamp(64px, 16vw, 126px);
	width: 100%;
	bottom: 0;
	left: 0;
}

.ar_sp a{
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 900;
	font-size: 2.2rem;
	line-height: 1;
	color: #FFFFFF;
	height: clamp(45px, 12vw, 90px);
	width: clamp(280px, 70vw, 540px);
	left: 50%;
	top: 50%;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

    .pc{
		display: block;
	}
	
	.sp{
		display: none;
	}
    
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
	
	/* ar_sp */
	.ar_sp{
		display: none;
	}
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* method_

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

/* appBtn */
*[id*="method_"] h3.title img{
	margin-inline: auto;
}

*[id*="method_"] #step{
	margin-top: clamp(20px, 2.5vw, 32px);
}

*[id*="method_"] #appBtn{
	margin-top: clamp(32px, 5vw, 64px);
}

*[id*="method_"] #appBtn a{
	display: block;
	position: relative;
	border-radius: 99px;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-size: clamp(1.6rem, 2.031vw, 2.6rem);
	line-height: 1.4;
	color: #FFFFFF;
	padding: clamp(16px, 4.266vw, 32px);
	margin-inline: auto;
}

*[id*="method_"] #appBtn a::after{
	content: "";
	display: block;
	border-right: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	aspect-ratio: 1 / 1;
	width: clamp(10px, 1.5625vw, 20px);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: clamp(20px, 5.333vw, 40px);
	top: 50%;
}

/* method_fuji */
#method_fuji ul#step{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#method_fuji ul#step > li{
	position: relative;
	overflow: hidden;
}

#method_fuji ul#step > li::before{
	content: "";
	display: block;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

#method_fuji ul#step > li:nth-of-type(1)::before{
	background-image: url("../../fuji/img/index/method/icon_step01.png");
}

#method_fuji ul#step > li:nth-of-type(2)::before{
	background-image: url("../../fuji/img/index/method/icon_step02.png");
}

#method_fuji ul#step > li:nth-of-type(3)::before{
	background-image: url("../../fuji/img/index/method/icon_step03.png");
}

#method_fuji ul#step > li .inner > * + *{
	margin-top: 20px;
}

#method_fuji ul#step > li .inner .image img{
	margin-inline: auto;
}

#method_fuji ul#step > li .inner p.text,
#method_fuji ul#step > li .inner p.text *{
	font-weight: 500;
	font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}

#method_fuji ul#step > li .inner p.text .red{
    color: #c31f25;
}


/* method_mv */
#method_mv div#step{
	padding: clamp(28px, 3.90625vw, 50px) clamp(20px, 4.6875vw, 60px) clamp(28px, 4.6875vw, 60px);
	margin-inline: auto;
	max-width: 800px;
}

#method_mv div#step .image img{
	width: 100%;
}

#method_mv div#step dl *{
	font-weight: 500;
	font-size: clamp(1.4rem, 1.5625vw, 2rem);
}

#method_mv div#step dl > *{
	text-indent: calc(clamp(1.4rem, 1.5625vw, 2rem) * -1);
	padding-left: clamp(1.4rem, 1.5625vw, 2rem);
}

#method_mv div#step dl > dd + dt{
	margin-top: clamp(24px, 2.1875vw, 28px);
}

#method_mv div#step dl > dt span{
	color: #BA0808;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	/* appBtn */
	*[id*="method_"] #appBtn a{
		padding: clamp(16px, 1.875vw, 24px);
		width: clamp(620px, 65vw, 820px);
	}

	*[id*="method_"] #appBtn a::after{
		right: clamp(16px, 2.5vw, 32px);
	}
	
	*[id*="method_"] #appBtn a br{
		display: contents;
	}
	
	*[id*="method_"] #appBtn a:hover{
		opacity: 0.7;
	}
	
	/* method_fuji */
	#method_fuji ul#step{
		flex-direction: row;
	}
	
	#method_fuji ul#step > li{
		flex: 1;
	}
	
}




/* 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){
}




