@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, svg {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  outline: 0;
}
*, ::before, ::after {
  box-sizing: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html, body {
  height: 100%;
}
html {
  overflow-y: scroll;
  box-sizing: border-box;
}
body {
  color: #333333;
}
dl, ol, ul {
  list-style: none;
}
.txt_red {
	color: #e84873;
}
#linecamp {
	/*background: url("../images/bg_sakura.jpg") no-repeat 50% 0 / 100% auto, url("../images/bg.jpg") repeat-y 50% 0 / 100% auto;*/
	background: #ceeaf4 url("../images/bg_sakura.png") no-repeat 50% 0 / 100% auto;
	max-width: 1080px;
	padding: 40px 40px 20px;
	margin: 0 auto;
	text-align: center;
}
#linecamp .pc_cont {
	display: block;
}
#linecamp .sp_cont {
	display: none;
}
#linecamp .mv {
	position: relative;
	z-index: 2;
}
#linecamp .mv h2 img {
	margin: 0 auto;
}
#linecamp .flow {
	position: relative;	
	background: #ffffff;
	border-radius: 1.5em;
	padding: 3em 2em 2em;
	margin: -3em auto 3em;
	max-width: 860px;
		
}
#linecamp .flow:after {
	content: "";
	display: block;
	position: absolute;
	width: 1080px;
	height: 570px;
	background: url("../images/sakura01.png") no-repeat calc(50% - 440px) 0 / 170px auto, url("../images/sakura02.png") no-repeat calc(50% + 400px) 1em / 100px auto, url("../images/sakura03.png") no-repeat calc(50% - 440px) 90% / 160px auto, url("../images/sakura04.png") no-repeat calc(50% + 420px) 100% / 170px auto;
	top: -2em;
	left: -110px;
	z-index: 10;
}
#linecamp .flow h3 {
	margin-bottom: 2em;
}
#linecamp .flow h3 img {
	margin: 0 auto;
}
#linecamp .flow ul {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
#linecamp .flow ul li {
	position: relative;
}
#linecamp .flow ul li:after {
	position: absolute;
	display: block;
	content: "";
	width: 1em;
	height: 1em;
	background: url("../images/arrow_lef.svg") no-repeat 0 0 / 100% auto;
	margin: auto 0;
	top: 8em;
	right: 0;
}
#linecamp .flow ul li:first-of-type:after {
	right: -1em;
}
#linecamp .flow ul li:last-of-type:after {
	content: none;
}
#linecamp .flow ul li .addbtn {
	margin: 1em 0 0;
	font-size: 90%;
}
#linecamp .flow ul li .addbtn a {
	display: inline-block;
	margin-top: 0.5em;
}
.footertxt {
	max-width: 1080px;
	padding: 40px;
	margin: 0 auto;
	font-size: 90%;
}

.footertxt dl.period dt {	
	display: inline-block;
	border: 1px solid #333333;
	padding: 0.1em 1em 0;
	margin: 0 0.8em 0.5em 0;
}
.footertxt dl.period dd {
	display: inline-block;
}
.footertxt dl.attention {
	text-align: left;	
	margin: 2em 0;
}
.footertxt dl.attention dt {
	margin-bottom: 0.5em;
}
.footertxt ul.list_sq li{
  margin-left:  1em;
  text-indent: -1em;
	line-height: 1.6;
}
.footertxt ul.list_sq li:before {
  content: "■";
}
.footertxt ul.list_dot li{
	padding-top: 0.2em;
	text-indent: -0.3em;
	margin-left: 0.45em;
	line-height: 1.4;
	margin-bottom: 0.3em;
}
.footertxt ul.list_dot li:before {
	content: "●";
	font-size: 40%;
	display: inline-block;
	vertical-align: 0.6em;
	padding-right: 0.5em;
}
.footertxt .kome {
	margin: 1em 0 2em;
}

@media screen and (max-width: 768px) {
	#linecamp .pc_cont {
		display: none;
	}
	#linecamp .sp_cont {
		display: block;
	}
	#linecamp {
		padding: 1em 4%;
		background-size: 100% auto, cover;
	}
	#linecamp img {
		width: 100%;
		height: auto;
	}
	#linecamp .flow {
		border-radius: 1em;
		padding: 5.5em 6% 0em;
		margin: -6.2em auto 2em;		
	}
#linecamp .flow:after {	
	width: 108%;
	height: 100vw;
	background-position: 0vw 20vw, 100% 12vw, 0 60vw, 100% 100%;
	background-size: 14vw auto, 12vw auto, 18vw auto, 18vw auto;
	top: 20vw;
	left: -4%;
}
	#linecamp .flow h3 {
		margin-top: 1em;
	}
	#linecamp .flow ul {
		flex-direction: column;
	}
	#linecamp .flow ul li {
		width: 100%;
		margin: 0 auto 2em;
	}
	#linecamp .flow ul li:last-of-type {
		width: 50%;
	}
	#linecamp .flow ul li:after {
		width: 1.2em;
		background: url("../images/arrow_btm.svg") no-repeat 0 0 / 100% auto;
		margin: 0 auto;
		top: inherit;
		bottom: -1.2em;
		left: 0;
		right: 0;
	}
	#linecamp .flow ul li:first-of-type:after {
		right: 0;
	}
	#linecamp .flow ul li:first-of-type img:first-of-type {
		width: 50%;
	}
	#linecamp .flow ul li:first-of-type img:last-of-type {
		width: 65%;
	}
	#linecamp .flow ul li .addbtn a {
		max-width: 200px;
	}
	.footertxt {
		padding: 2em 6%;
		font-size: 80%;
	}	
}