#Contents {
	padding: 0;
	margin: 0;
}

#tabloid200316 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;
}

/* ====================
	all
==================== */
#tabloid200316 {
	width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 135px;
	font-feature-settings: "palt";
	color: #656565;
	font-size: 13px;
	letter-spacing: 0.115em;
}

.bredlist.lp {
    margin: 60px auto 20px;
    width: 1000px;
    font-size: 12px;
}

/* ====================
	main visual
==================== */
.tabloid200316_mv_wrap {
	margin-top: 70px;
}

.tabloid200316_mv {
	width: 840px;
	margin: 0 auto;
}

/* ====================
	lead text
==================== */
.tabloid200316_lead_wrap {
	margin-top: 75px;
}

.tabloid200316_lead_ttl {
	text-align: center;
	position: relative;
	width: 774px;
	margin: 0 auto;
}

.tabloid200316_lead_ttl::before,
.tabloid200316_lead_ttl::after {
	content: "";
	width: 27px;
	height: 127px;
	top: 0;
	position: absolute;
}

.tabloid200316_lead_ttl::before {
	background-image: url("../../../../../Page/LP/tabloid/200316/img/left.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	left: 0;
}

.tabloid200316_lead_ttl::after {
	background-image: url("../../../../../Page/LP/tabloid/200316/img/right.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	right: 0;
}

.tabloid200316_lead_ttl_top {
	font-size: 18px;
	padding-top: 25px;
	display: block;
}

.tabloid200316_lead_ttl_btm {
	font-size: 22px;
	padding-top: 25px;
	display: block;
	letter-spacing: 0.1em;
}

.tabloid200316_lead {
	margin-top: 112px;
	line-height: calc(30 / 13);
}

/* ====================
	main container
==================== */
.tabloid200316_cont._01 {
	margin-top: 56px;
}

.tabloid200316_cont._02,
.tabloid200316_cont._03 {
	margin-top: 104px;
}

.tabloid200316_cont {
	width: 620px;
	margin: 0 auto;
}

.tabloid200316_cont_txt {
	line-height: calc(23 / 13);
	margin-top: 13px;
}

/* for pc */
@media only screen
and (min-device-width: 768px) {
	.sp_only {
		display: none;
	}
}


/* for tablet */
/* for tablet */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1200px)
and (-webkit-min-device-pixel-ratio: 1) {

	#tabloid200316 {
		max-width: 84rem;
		padding-bottom: 13.5rem;
		font-size: 1.3rem;
	}

	/* ====================
		main visual
	==================== */
	.tabloid200316_mv_wrap {
		margin-top: 7rem;
	}

	.tabloid200316_mv {
		max-width: 84rem;
	}

	/* ====================
		lead text
	==================== */
	.tabloid200316_lead_wrap {
		margin-top: 7.5rem;
	}

	.tabloid200316_lead_ttl {
		max-width: 77.4rem;
	}

	.tabloid200316_lead_ttl::before,
	.tabloid200316_lead_ttl::after {
		width: 2.7rem;
		height: 12.7rem;
	}

	.tabloid200316_lead_ttl_top {
		font-size: 1.8rem;
		padding-top: 2.5rem;
	}

	.tabloid200316_lead_ttl_btm {
		font-size: 2.2rem;
		padding-top: 2.5rem;
	}

	.tabloid200316_lead {
		margin-top: 11.2rem;
	}

	/* ====================
		main container
	==================== */
	.tabloid200316_cont._01 {
		margin-top: 5.6rem;
	}

	.tabloid200316_cont._02,
	.tabloid200316_cont._03 {
		margin-top: 10.4rem;
	}

	.tabloid200316_cont {
		width: 62rem;
	}

	.tabloid200316_cont_txt {
		margin-top: 1.3rem;
	}
}

/* for sp */
@media only screen
and (max-device-width: 767px) {
	.lp {
		padding-bottom: 0;
	}

	.pc_only {
		display: none;
	}

	#tabloid200316 {
		width: calc(700 * (100vw / 750));
		margin: 0 auto;
		padding-bottom: calc(100 * (100vw / 750));
		font-feature-settings: "palt";
		color: #656565;
		font-size: calc(26 * (100vw / 750));
		letter-spacing: 0.115em;
	}
	
	.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;
	}

	/* ====================
		main visual
	==================== */
	.tabloid200316_mv_wrap {
		margin-top: calc(60 * (100vw / 750));
	}

	.tabloid200316_mv {
		width: calc(700 * (100vw / 750));
		margin: 0 auto;
	}

	/* ====================
		lead text
	==================== */
	.tabloid200316_lead_wrap {
		margin-top: calc(94 * (100vw / 750));
	}

	.tabloid200316_lead_ttl {
		text-align: center;
		position: relative;
		width: calc(632 * (100vw / 750));
		margin: 0 auto;
	}

	.tabloid200316_lead_ttl::before,
	.tabloid200316_lead_ttl::after {
		content: "";
		width: calc(26 * (100vw / 750));
		height: calc(230 * (100vw / 750));
		top: 0;
		position: absolute;
	}

	.tabloid200316_lead_ttl::before {
		background-image: url("../../../../../Page/LP/tabloid/200316/img/left_sp.png");
		-webkit-background-size: 100%;
		background-size: 100%;
		left: 0;
	}

	.tabloid200316_lead_ttl::after {
		background-image: url("../../../../../Page/LP/tabloid/200316/img/right_sp.png");
		-webkit-background-size: 100%;
		background-size: 100%;
		right: 0;
	}

	.tabloid200316_lead_ttl_top {
		font-size: calc(26 * (100vw / 750));
		padding-top: calc(38 * (100vw / 750));
		display: block;
	}

	.tabloid200316_lead_ttl_btm {
		font-size: calc(34 * (100vw / 750));
		line-height: calc(58 / 34);
		padding-top: calc(22 * (100vw / 750));
		display: block;
		letter-spacing: 0.1em;
	}

	.tabloid200316_lead {
		margin-top: calc(120 * (100vw / 750));
		line-height: calc(50 / 26);
		padding: 0 calc(35 * (100vw / 750));
	}

	/* ====================
		main container
	==================== */
	.tabloid200316_cont._01 {
		margin-top: calc(120 * (100vw / 750));
	}

	.tabloid200316_cont._02,
	.tabloid200316_cont._03 {
		margin-top: calc(80 * (100vw / 750));
	}

	.tabloid200316_cont {
		width: calc(700 * (100vw / 750));
		margin: 0 auto;
	}

	.tabloid200316_cont_txt {
		line-height: calc(46 / 26);
		margin-top: calc(30 * (100vw / 750));
		padding: 0 calc(20 * (100vw / 750)) 0 calc(35 * (100vw / 750));
	}
}


/************ ruby **********/
rt {
	font-size: 30%;
}

/************ 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);
}