/*font-family: 'Poppins', sans-serif;*/

/* all */
.preorder2020ss_mv {
	margin: 0 auto;
}

#preorder2020ss img {
	width: 100%;
}

.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;
}

.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;
}

.preorder2020ss_conts._01,
.preorder2020ss_conts._03,
.preorder2020ss_conts._05 {
	background-color: #f2f2f2;
}

.bredlist.lp {
    margin: 60px auto 40px;
    width: 1200px;
    font-size: 12px;
}

/************ fade **********/
.fade {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.fade.onView {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media only screen
and (min-device-width: 768px) {
	#preorder2020ss .sp_only {
		display: none;
	}

	#preorder2020ss {
		max-width: 1200px;
		margin: 0 auto;
		font-size: 14px;
		color: #656565;
		font-feature-settings: "palt";
		letter-spacing: 0.115em;
	}

	.preorder2020ss_ttl {
		font-size: 42px;
		padding-bottom: 14px;
		text-align: center;
		border-bottom: 1px solid #656565;
	}

	.preorder2020ss_conts {
		padding: 47px 46px;
		margin-top: 80px;
	}

	.preorder2020ss_conts._01 {
		margin-top: 14px;
	}

	.preorder2020ss_conts_img {
		max-width: 502px;
	}

	.preorder2020ss_conts_txt_wrap {
		max-width: 440px;
	}

	.preorder2020ss_conts_txt_wrap._01,
	.preorder2020ss_conts_txt_wrap._03,
	.preorder2020ss_conts_txt_wrap._05 {
		margin-right: 63px;
	}

	.preorder2020ss_conts_txt_wrap._02,
	.preorder2020ss_conts_txt_wrap._04,
	.preorder2020ss_conts_txt_wrap._06 {
		margin-left: 30px;
	}

	.preorder2020ss_conts_ttl {
		font-size: 22px;
	}

	.preorder2020ss_conts_txt {
		line-height: 2.142857;
		margin-top: 27px;
	}

	.preorder2020ss_conts_prod_img {
		margin: 54px auto 0;
	}

	.preorder2020ss_conts_prod_img._01,
	.preorder2020ss_conts_prod_img._03,
	.preorder2020ss_conts_prod_img._04 {
		max-width: 440px;
	}

	.preorder2020ss_conts_prod_img._02 {
		max-width: 438px;
	}

	.preorder2020ss_conts_prod_img._06 {
		max-width: 442px;
	}

	.preorder2020ss_conts_credit {
		font-size: 12px;
		text-align: center;
		margin-bottom: 70px;
	}

	.preorder2020ss_conts_credit._01 {
		margin-top: 28px;
	}

	.preorder2020ss_conts_credit._02 {
		margin-top: 40px;
	}

	.preorder2020ss_conts_credit._03 {
		margin-top: 41px;
	}

	.preorder2020ss_conts_credit._04 {
		margin-top: 43px;
	}

	.preorder2020ss_conts_credit._05 {
		margin-top: 48px;
	}

	.preorder2020ss_conts_credit._06 {
		margin-top: 66px;
	}

	.preorder2020ss_btn_area {
		margin: 173px auto 135px;
	}

	.preorder2020ss_btn {
		margin: 0 auto;
		text-align: center;
		max-width: 432px;
		height: 72px;
		font-size: 16px;
		background-color: #ebebeb;
	}
}


/* for tablet */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1200px)
and (-webkit-min-device-pixel-ratio: 1) {
	#preorder2020ss .sp_only {
		display: none;
	}

	#preorder2020ss {
		max-width: calc(1200 * (100vw / 1200));
		font-size: calc(14 * (100vw / 1200));
	}

	.preorder2020ss_ttl {
		font-size: calc(42 * (100vw / 1200));
		padding-bottom: calc(14 * (100vw / 1200));
	}

	.preorder2020ss_conts {
		padding: calc(47 * (100vw / 1200)) calc(46 * (100vw / 1200));
		margin-top: calc(80 * (100vw / 1200));
	}

	.preorder2020ss_conts._01 {
		margin-top: calc(14 * (100vw / 1200));
	}

	.preorder2020ss_conts_img {
		max-width: calc(502 * (100vw / 1200));
	}

	.preorder2020ss_conts_txt_wrap {
		max-width: calc(440 * (100vw / 1200));
	}

	.preorder2020ss_conts_txt_wrap._01,
	.preorder2020ss_conts_txt_wrap._03,
	.preorder2020ss_conts_txt_wrap._05 {
		margin-right: calc(63 * (100vw / 1200));
	}

	.preorder2020ss_conts_txt_wrap._02,
	.preorder2020ss_conts_txt_wrap._04,
	.preorder2020ss_conts_txt_wrap._06 {
		margin-left: calc(30 * (100vw / 1200));
	}

	.preorder2020ss_conts_ttl {
		font-size: calc(22 * (100vw / 1200));
	}

	.preorder2020ss_conts_txt {
		margin-top: calc(27 * (100vw / 1200));
	}

	.preorder2020ss_conts_prod_img {
		margin: calc(54 * (100vw / 1200)) auto 0;
	}

	.preorder2020ss_conts_prod_img._01,
	.preorder2020ss_conts_prod_img._03,
	.preorder2020ss_conts_prod_img._04 {
		max-width: calc(440 * (100vw / 1200));
	}

	.preorder2020ss_conts_prod_img._02 {
		max-width: calc(438 * (100vw / 1200));
	}

	.preorder2020ss_conts_prod_img._06 {
		max-width: calc(442 * (100vw / 1200));
	}

	.preorder2020ss_conts_credit {
		font-size: calc(12 * (100vw / 1200));
		margin-bottom: calc(70 * (100vw / 1200));
	}

	.preorder2020ss_conts_credit._01 {
		margin-top: calc(28 * (100vw / 1200));
	}

	.preorder2020ss_conts_credit._02 {
		margin-top: calc(40 * (100vw / 1200));
	}

	.preorder2020ss_conts_credit._03 {
		margin-top: calc(41 * (100vw / 1200));
	}

	.preorder2020ss_conts_credit._04 {
		margin-top: calc(43 * (100vw / 1200));
	}

	.preorder2020ss_conts_credit._05 {
		margin-top: calc(48 * (100vw / 1200));
	}

	.preorder2020ss_conts_credit._06 {
		margin-top: calc(66 * (100vw / 1200));
	}

	.preorder2020ss_btn_area {
		margin: calc(173 * (100vw / 1200)) auto calc(135 * (100vw / 1200));
	}

	.preorder2020ss_btn {
		max-width: calc(432 * (100vw / 1200));
		height: calc(72 * (100vw / 1200));
		font-size: calc(16 * (100vw / 1200));
	}
}


/* for sp */
@media only screen
and (max-device-width: 767px) {
	
	.bredlist.lp {
		line-height: calc(40 *(100vw / 750));
		font-size: calc(20 *(100vw / 750));
		margin: calc(25 *(100vw / 750)) auto;
		width: 92.592%;
		text-align: left;
		padding: 0;
	}
	
	#preorder2020ss .pc_only {
		display: none;
	}

	.lp,
	.main_inner {
		padding: 0;
	}

	#preorder2020ss {
		width: 100%;
		margin: calc(72 * (100vw / 750)) auto 0;
		font-size: calc(28 * (100vw / 750));
		text-align: left;
		color: #656565;
		font-feature-settings: "palt";
		letter-spacing: 0.115em;
	}

	.preorder2020ss_ttl {
		width: calc(602 * (100vw / 750));
		margin: 0 auto;
		font-size: calc(54 * (100vw / 750));
		padding-bottom: calc(18 * (100vw / 750));
		text-align: center;
		border-bottom: 1px solid #656565;
	}

	.preorder2020ss_conts {
		padding: calc(60 * (100vw / 750)) calc(55 * (100vw / 750)) calc(110 * (100vw / 750));
		margin: 0 auto;
	}

	.preorder2020ss_conts._01 {
		margin-top: calc(33 * (100vw / 750));
	}

	.preorder2020ss_conts_img {
		width: calc(640 * (100vw / 750));
	}

	.preorder2020ss_conts_ttl {
		margin-top: calc(65 * (100vw / 750));
		width: calc(640 * (100vw / 750));
		font-size: calc(30 * (100vw / 750));
	}

	.preorder2020ss_conts_txt {
		line-height: 2.5;
		margin-top: calc(23 * (100vw / 750));
	}

	.preorder2020ss_conts_prod_img {
		margin: calc(100 * (100vw / 750)) auto 0;
	}

	.preorder2020ss_conts_prod_img._01,
	.preorder2020ss_conts_prod_img._05,
	.preorder2020ss_conts_prod_img._06 {
		width: calc(590 * (100vw / 750));
	}

	.preorder2020ss_conts_prod_img._02 {
		width: calc(580 * (100vw / 750));
	}

	.preorder2020ss_conts_prod_img._03 {
		width: calc(594 * (100vw / 750));
	}

	.preorder2020ss_conts_prod_img._04 {
		width: calc(560 * (100vw / 750));
	}

	.preorder2020ss_conts_credit {
		font-size: calc(24 * (100vw / 750));
		text-align: center;
	}

	.preorder2020ss_conts_credit._01 {
		margin-top: calc(69 * (100vw / 750));
	}

	.preorder2020ss_conts_credit._02 {
		margin-top: calc(68 * (100vw / 750));
	}

	.preorder2020ss_conts_credit._03 {
		margin-top: calc(43 * (100vw / 750));
	}

	.preorder2020ss_conts_credit._04 {
		margin-top: calc(70 * (100vw / 750));
	}

	.preorder2020ss_conts_credit._05 {
		margin-top: calc(53 * (100vw / 750));
	}

	.preorder2020ss_conts_credit._06 {
		margin-top: calc(75 * (100vw / 750));
	}

	.preorder2020ss_btn_area {
		margin: calc(110 * (100vw / 750)) auto calc(260 * (100vw / 750));
	}

	.preorder2020ss_btn {
		margin: 0 auto;
		text-align: center;
		width: calc(462 * (100vw / 750));
		height: calc(71 * (100vw / 750));
		font-size: calc(28 * (100vw / 750));
		background-color: #ebebeb;
	}

	.order_01 {
		order: 1;
	}

	.order_02 {
		order: 2;
	}
}
