/* 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: hidden;
	position: relative;
	min-height: 100vh;
	font-size: 1.6rem;
}

body,
body * {
	/* font-family: "メイリオ", sans-serif; */
	/* transition: 0.5s; */
	color: #000000;
}

body * {
	box-sizing: border-box;
    line-height: 1.8;
}


/*- 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;
}




/* 横向き用
---------------------------------------------------------------------*/

@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: #ae0048;
	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);
	color: #fff;
}




/* 横向き用
---------------------------------------------------------------------*/

@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未満
---------------------------------------------------------------------*/
#rule {
	padding: 0 10px;
	background-color: #fff;
}

#rule * {
	rotate: -0.03deg;
}

#rule h3 span {
	color: #000000;
	border-block: solid 1px #000000;
}

#rule>* {
	padding: clamp(40px, 10vw, 80px) 0;
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
}

#rule>* h3+* {
	margin-top: 40px;
}

/* itemLists */
#rule .itemLists>dt {
	border-bottom: 1px solid #4d4d4d;
	border-top: 1px solid #4d4d4d;
	text-align: center;
	font-size: 2rem;
	line-height: 1;
	padding: 16px;
	font-weight: bold;
}

#rule .itemLists>dd {
	padding: 40px clamp(16px, 2.5vw, 32px);
}

#rule .itemLists>dd>*+* {
	margin-top: 1.6rem;
}

#rule .itemLists>dd b {
	font-weight: 700;
}

#rule .itemLists>dd ul>li+li {
	margin-top: 5px;
}

/* class */
#rule .itemLists .numLists>li {
	counter-increment: num;
	display: flex;
}

#rule .itemLists .numLists>li::before {
	content: "（" counter(num)"）";
	display: block;
}

#rule .itemLists .days {
	text-align: center;
	/* font-weight: 700; */
	font-size: 2.4rem;
}

#rule .itemLists *.kome {
	text-indent: -1.6rem;
	padding-left: 1.6rem;
}

#rule .itemLists *.kome.mini {
	text-indent: -1.4rem;
	padding-left: 1.4rem;
}

#rule .itemLists *.mini {
	font-size: 1.4rem;
}

#rule .itemLists *.negative {
	text-decoration: line-through;
}

#rule .itemLists *.center {
	text-align: center;
}

#rule .itemLists *.underline {
	text-decoration: underline;
}

#rule .itemLists .red {
	color: #ce1733;
}

/* insta_message */
#rule .itemLists .insta_message {
	border: 1px solid #D23C3C;
	background: #FFFFFF;
	font-size: 1.4rem;
	padding: 20px;
}

#rule .itemLists .insta_message * {
	color: #D23C3C;
}

#rule .itemLists .insta_message>dt {
	border-bottom: 1px solid #D23C3C;
	font-weight: 700;
	padding-bottom: 8px;
}

#rule .itemLists .insta_message>dd+dt {
	margin-top: 12px;
}

#rule .itemLists .insta_message>dd {
	margin-top: 12px;
}

#rule .itemLists .insta_message>dd span {
	text-decoration: underline;
	text-decoration-color: rgb(255, 243, 131);
	text-decoration-thickness: 3px;
	text-underline-offset: 0px;
}

#rule .itemLists .insta_message>dd .check>li {
	display: flex;
	align-items: baseline;
	font-weight: 700;
}

#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;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {

	/* class */
	#rule .itemLists .days br {
		display: none;
	}

}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1024px) {

	#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 {
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	font-size: 3rem;
	padding: 16px 40px;
}

/* 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) {}