.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.fw {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fnw {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jcfs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.jcfe {
	-webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
}

.aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aie {
	-webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
}

/* ====================
	all
==================== */
#coord_lp200326 {
	width: 1180px;
	margin: 75px auto 140px;
	font-feature-settings: "palt";
}

#coord_lp200326 img {
	width: 100%;
}

/* ===================
	title
=================== */
.coord_lp200326_ttl {
	width: 450px;
	margin: 0 auto;
	font-size: 48px;
	font-family: 'Questrial', sans-serif;
	text-align: center;
	line-height: 1.33333;
	letter-spacing: 0.15em;
}

.coord_lp200326_deco {
	width: 148px;
	display: block;
	line-height: 1;
	margin-bottom: 10px;
}

.coord_lp200326_num {
    width: 67px;
    display: block;
    line-height: 1;
    margin-left: auto;
	margin-top: -7px;
}

/* ===================
	credit
=================== */
.coord_lp200326_credit_wrap.top {
	margin-top: 20px;
}

.coord_lp200326_sec ._05 .coord_lp200326_credit_wrap{
	margin-left: 20px;
	margin-top: auto;
}

.coord_lp200326_sec ._05 .coord_lp200326_credit_wrap{
	margin-left: 20px;
	margin-top: auto;
}

.coord_lp200326_credit_wrap.btm,.coord_lp200326_credit.mt12 {
	margin-top: 12px;
}

.coord_lp200326_credit {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.08em;
}

/* ===================
	section
=================== */
.coord_lp200326_sec {
	margin: 80px auto 0;
}

.coord_lp200326_sec._01 {
	margin: 60px auto;
	width: 450px;
}

.coord_lp200326_sec._02 {
	width: 1080px;
}

.coord_lp200326_sec._03 {
	margin: 80px auto;
	width: 400px;
}

.coord_lp200326_sec._04 {
	width: 1020px;
}

.coord_lp200326_sec._05 {
	width: 670px;
}

.coord_lp200326_sec._06 {
	width: 1130px;
}

.coord_lp200326_sec._07 {
	width: 1030px;
}

.coord_lp200326_sec._08 {
	width: 500px;
}

/* ===================
	img_list
=================== */
.coord_lp200326_img_wrap_list._02 {
	width: 500px;
}

.coord_lp200326_img_wrap_list._03 {
	width: 450px;
}

.coord_lp200326_img_wrap_list._04 {
	width: 420px;
}

.coord_lp200326_img_wrap_list._04.order_01 {
	width: 500px;
}

.coord_lp200326_img_wrap_list._04.order_02 {
	width: 400px;
	margin-top: 200px;
}
.coord_lp200326_img_wrap_list._05 {
	display: flex;
}

.coord_lp200326_img.btm {
	width: 380px;
	margin-top: 28px;
}

.coord_lp200326_img_wrap_list._06:nth-of-type(1) {
	width: 350px;
	margin-top: 100px;
}

.coord_lp200326_img_wrap_list._06:nth-of-type(2) {
	width: 320px;
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 400px;
}

.coord_lp200326_img_wrap_list._06:nth-of-type(3) {
	width: 400px;
}

.coord_lp200326_img_wrap_list._07:nth-of-type(1) {
	width: 450px;
    margin-bottom: 0;
    margin-top: auto;
}

.coord_lp200326_img_wrap_list._07:nth-of-type(2) {
	width: 500px;
}

.coord_lp200326_img_wrap_list._08 {
	width: 500px;
}

.coord_lp200326_btn_wrap {
	width: 380px;
}

.coord_lp200326_btn_wrap._01 {
	margin: 100px auto 0;
}

.coord_lp200326_btn_wrap._02 {
	margin: 50px auto 0;
}

.coord_lp200326_btn_wrap._07 {
	margin: 50px auto 0;
}

.coord_lp200326_btn {
	width: 380px;
	height: 74px;
	font-size: 20px;
	text-align: center;
	font-family: 'Questrial', sans-serif;
	border: 1px solid #101010;
}

/* for pc */
@media only screen
and (min-device-width: 768px) {
	.sp_only {
		display: none!important;
	}

	.ls005 {
		letter-spacing: 0.05em;
	}
}


/* for tablet */
/* for tablet */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1200px)
and (-webkit-min-device-pixel-ratio: 1) {
}

/* for sp */
@media only screen
and (max-device-width: 767px) {
	.pc_only {
		display: none!important;
	}

	#coord_lp200326 {
		max-width: 100%;
		margin: calc(100 * (100vw / 750)) auto calc(75 * (100vw / 750));
		font-feature-settings: "palt";
	}

	/* ===================
		title
	=================== */
	.coord_lp200326_ttl {
		width: calc(604 * (100vw / 750));
		margin: 0 auto;
		font-size: calc(68 * (100vw / 750));
		font-family: 'Questrial', sans-serif;
		text-align: center;
		line-height: 1.2647;
	}

	.coord_lp200326_deco {
		width: calc(200 * (100vw / 750));
		display: block;
		line-height: 1;
		margin-bottom: calc(10 * (100vw / 750));
	}
	
	.coord_lp200326_num {
		width: calc(100 * (100vw / 750));
		display: block;
		line-height: 1;
		margin-left: auto;
		margin-top: 0;
	}

	/* ===================
		credit
	=================== */
	.coord_lp200326_credit_wrap.top {
		margin-top: calc(28 * (100vw / 750))!important;
	}
	
	.coord_lp200326_sec._04 .order_01 .coord_lp200326_credit_wrap, .coord_lp200326_sec ._05 .coord_lp200326_credit_wrap,.coord_lp200326_sec._06 .coord_lp200326_credit_wrap {
		margin-left: calc(20 * (100vw / 750))!important;
	}

	.coord_lp200326_credit_wrap.btm {
		margin-top: calc(10 * (100vw / 750))!important;
	}

	.coord_lp200326_credit {
		font-size: calc(24 * (100vw / 750));
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		letter-spacing: 0.03em;
	}

	/* ===================
		section
	=================== */
	.coord_lp200326_sec {
		margin: calc(120 * (100vw / 750)) auto 0;
	}

	.coord_lp200326_sec._01 {
		margin: calc(80 * (100vw / 750)) auto;
		width: calc(638 * (100vw / 750));
	}

	.coord_lp200326_sec._02,
	.coord_lp200326_sec._05,
	.coord_lp200326_sec._06,
	.coord_lp200326_sec._07{
		width: 100%;
	}
	
	.coord_lp200326_sec._03 {
	margin: calc(120*(100vw/750)) auto;
	width: calc(526*(100vw/750));
	}
	
	.coord_lp200326_sec._04 {
	margin-left: 0;
	width: 100%
	}
	
	.coord_lp200326_sec._08 {
		width: calc(678 * (100vw / 750));
	}

	/* ===================
		img_list
	=================== */
	.coord_lp200326_img_wrap_list._02:nth-of-type(1) {
		width: calc(600 * (100vw / 750));
		margin: calc(40 * (100vw / 750)) auto 0;
	}
	
	.coord_lp200326_img_wrap_list._02:nth-of-type(2) {
		width: 100%
	}

	.coord_lp200326_img_wrap_list._03 {
		width: calc(526 * (100vw / 750));
	}

	.coord_lp200326_img_wrap_list._03:nth-of-type(2) {
		width: calc(528 * (100vw / 750));
		margin-left: calc(150 * (100vw / 750));
	}

	.coord_lp200326_img_wrap_list._04:nth-of-type(1) {
		width: calc(675 * (100vw / 750));
	}

	.coord_lp200326_img_wrap_list._04:nth-of-type(2) {
		width: calc(563 * (100vw / 750));
		margin-top: calc(120 * (100vw / 750));
		margin-left: calc(150 * (100vw / 750));
	}
	
	.coord_lp200326_img_wrap_list._05{
		display: block;
	}

	.coord_lp200326_img_wrap_list._06 {
	}

	.coord_lp200326_img_wrap_list._06:nth-of-type(1) {
		width: calc(525 * (100vw / 750));
		margin-top: calc(40*(100vw/750));
		margin-left: auto;
		margin-right: 0;
	}

	.coord_lp200326_img_wrap_list._06:nth-of-type(2) {
		width: calc(600 * (100vw / 750));
		margin-top: 0;
		margin-left: calc(90*(100vw/750));
	}
	
	.coord_lp200326_img_wrap_list._06:nth-of-type(3) {
		width: calc(413 * (100vw / 750));
		margin-top: calc(40*(100vw/750));
		margin-left: calc(36*(100vw/750));
	}
	
	.coord_lp200326_img_wrap_list._07 {
		margin-left: auto!important;
		margin-right: auto!important;
	}
	
	.coord_lp200326_img_wrap_list._07:nth-of-type(1) {
		width: calc(600 * (100vw / 750));
		margin-top: calc(40*(100vw/750));
	}

	.coord_lp200326_img_wrap_list._07:nth-of-type(2) {
		width: calc(675 * (100vw / 750));
		margin-top: 0;
	}

	.coord_lp200326_img.btm {
		width: calc(450 * (100vw / 750));
		margin-top: calc(40 * (100vw / 750));
	}

	.coord_lp200326_img_wrap_list._08:nth-of-type(1) {
		width: auto;
	}

	.coord_lp200326_img_wrap_list._08:nth-of-type(2) {
		width: calc(676 * (100vw / 750));
	}

	.coord_lp200326_btn_wrap {
		width: calc(676 * (100vw / 750));
	}

	.coord_lp200326_btn_wrap._01 {
		margin: calc(160 * (100vw / 750)) auto calc(200 * (100vw / 750));
	}

	.coord_lp200326_btn {
		width: calc(676 * (100vw / 750));
		height: calc(200 * (100vw / 750));
		font-size: calc(44 * (100vw / 750));
		line-height: 1.1818181818;
		font-family: 'Questrial', sans-serif;
	}

	.order_01 {
		order: 1;
	}

	.order_02 {
		order: 2;
	}

	.order_03 {
		order: 3;
	}
}


/************ fade **********/
.fade {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.fade.onView {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}