/* CSS Document */


/*- menu -*

header, footer, rule, other, class, method

* filetop *
------------------------------------------------------------------------------------------------------------------------------------------*/



/*- common.css -*/


/*------------------------------------------------------------------------------------------------------------------------------------------

* rule

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/


/* itemLists */

.campaign .inner .itemLists>dd b {
	font-weight: 700;
}

.campaign .inner .itemLists>dd ul>li+li {
	margin-top: 5px;
}

/* class */
.campaign .inner .itemLists .numLists>li {
	counter-increment: num;
	display: flex;
}

.campaign .inner .itemLists .numLists>li::before {
	content: "（" counter(num)"）";
	display: block;
}

.campaign .inner .itemLists .days {
	/* font-weight: 700; */
	font-size: 2.4rem;
}

.campaign .inner .itemLists *.kome {
	text-indent: -1.6rem;
	padding-left: 1.6rem;
}

.campaign .inner .itemLists *.kome.mini {
	text-indent: -1.4rem;
	padding-left: 1.4rem;
}

.campaign .inner .itemLists *.mini {
	font-size: 1.4rem;
}

.campaign .inner .itemLists *.negative {
	text-decoration: line-through;
}

.campaign .inner .itemLists *.center {
	text-align: center;
}

.campaign .inner .itemLists *.underline {
	text-decoration: underline;
}

.campaign .inner .itemLists .red {
	color: #ce1733;
}

/* insta_message */
.campaign .inner .itemLists .insta_message {
	border: 1px solid #D23C3C;
	background: #FFFFFF;
	font-size: 1.4rem;
	padding: 20px;
}

.campaign .inner .itemLists .insta_message * {
	color: #D23C3C;
}

.campaign .inner .itemLists .insta_message>dt {
	border-bottom: 1px solid #D23C3C;
	font-weight: 700;
	padding-bottom: 8px;
}

.campaign .inner .itemLists .insta_message>dd+dt {
	margin-top: 12px;
}

.campaign .inner .itemLists .insta_message>dd {
	margin-top: 12px;
}

.campaign .inner .itemLists .insta_message>dd span {
	text-decoration: underline;
	text-decoration-color: rgb(255, 243, 131);
	text-decoration-thickness: 3px;
	text-underline-offset: 0px;
}

.campaign .inner .itemLists .insta_message>dd .check>li {
	display: flex;
	align-items: baseline;
	font-weight: 700;
}

.campaign .inner .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;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {

	/* class */
	.campaign .inner .itemLists .days br {
		display: none;
	}

}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1024px) {

	.campaign .inner a:hover {
		text-decoration: none;
	}

}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1280px) {}







/*------------------------------------------------------------------------------------------------------------------------------------------

* other

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/



/* 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) {


	/* yokokuText */
	#yokokuText {
		font-size: 4rem;
		padding: 20px;
	}

}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1280px) {



}







/*------------------------------------------------------------------------------------------------------------------------------------------

* class

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/



/* Box */
.Box {
	padding: 0 10px;
}

.Box>* {
	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未満
---------------------------------------------------------------------*/
#method {

}

#method #step {
	display: grid;
	row-gap: clamp(60px, 16vw, 120px);
	justify-content: center;
	padding-top: clamp(35px, 9.333vw, 70px);
	margin-top: clamp(20px, 5.333vw, 40px);
}

#method #step * {
	rotate: -0.03deg;
}

#method #step>li {
	position: relative;
	background-color: #FFFFFF;
	padding: clamp(28px, 7.733vw, 58px) clamp(20px, 5.333vw, 40px) clamp(35px, 9.333vw, 70px);
	width: min(100%, 600px);
	margin-inline: auto;
}

#method #step>li::before {
	content: "";
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	aspect-ratio: 1 / 1;
	transform: translate(-50%, -50%);
	position: absolute;
	height: clamp(70px, 18.666vw, 140px);
	left: 50%;
	top: 0;
}

#method #step>li:nth-of-type(1)::before {
	background-image: url("../img/index/method/icon_step01.png");
}

#method #step>li:nth-of-type(2)::before {
	background-image: url("../img/index/method/icon_step02.png");
}

#method #step>li:nth-of-type(3)::before {
	background-image: url("../img/index/method/icon_step03.png");
}

#method #step>li>div.image img {
	margin: 0 auto;
}

#method #step>li>*+* {
	margin-top: clamp(20px, 5.333vw, 40px);
}

#method #step>li>p.text,
#method #step>li>p.text * {
	font-weight: 500;
	font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}

#method #step>li>p.text .red {
	color: #c31f25;
}

#method #appBtn {
	margin-top: clamp(50px, 13.333vw, 100px);
}

#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-right: auto;
	margin-left: auto;
	background-color: #E25228;
}

#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.mv article img {
	margin-top: clamp(30px, calc(30/768) * 100vw, 60px);
}

#method.mv .appBtn {
	margin-top: clamp(30px, calc(30/768) * 100vw, 60px);
	width: min(100%, 820px);
	margin-inline: auto;
}

#method.mv .appBtn a {
	display: block;
	position: relative;
	border-radius: 99px;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-size: clamp(1.8rem, 2.031vw, 2.6rem);
	line-height: 1.4;
	color: #FFFFFF;
	padding: 24px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E25228;
}

#method.mv .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.mv #newDL a {
	background-color: #b60081;
}



/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {

	#method #step {
		grid-template-columns: repeat(3, 1fr);
		column-gap: clamp(15px, 2.4vw, 30px);
		padding-top: clamp(25px, 3.906vw, 50px);
		/* margin-top: 16px; */
	}

	#method #step>li {
		padding: clamp(16px, 2.5vw, 32px) clamp(12px, 1.875vw, 24px) clamp(12px, 1.875vw, 24px);
		width: auto;
	}

	#method #step>li::before {
		height: clamp(50px, 7.8125vw, 100px);
	}

	#method #step>li>*+* {
		margin-top: clamp(12px, 1.875vw, 24px);
	}

	#method #appBtn {
		margin-top: clamp(36px, 5.625vw, 72px);
	}

	#method #appBtn a {
		padding: clamp(16px, 1.875vw, 24px);
		width: clamp(620px, 65vw, 820px);
	}

	#method #appBtn a::after {
		right: clamp(16px, 2.5vw, 32px);
	}

	#method #appBtn a br {
		display: contents;
	}

	#method #appBtn a:hover {
		opacity: 0.7;
	}

}




/* 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) {}