@charset "UTF-8";

/* common */
.now #whopper {
	background: #f4b3c8;
}
.now_wrap {
	max-width: 980px;
	color: #101010;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto;
	padding: 30px 15px;
}
p + p {
	margin-top: 20px;
}
font {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.now_wrap {
		font-size: 15px;
		padding: 20px 10px;
	}
}

/* top content */
.top {
	line-height: normal;
}
.top p {
	color: #5c5a58;
}
.top p:nth-of-type(1) {
	color: #d17777;
	font-size: 28px;
	font-weight: 600;
	line-height: .9;
}
.top p:nth-of-type(1) span {
	font-size: 22.5px;
}
.top p:nth-of-type(2) span {
	font-size: 18px;
	font-weight: 600;
}
.top p:nth-of-type(3) {
	color: #d17777;
	font-weight: 600;
	line-height: 1.2;
}
.top p:nth-of-type(3) span {
	font-size: 14px;
}
.top h1 {
	color: #e7739a;
	font-size: 58px;
	font-weight: 800;
	line-height: 100%;
	margin-top: 10px;
}
.top h1 span {
	color: #e76994;
	font-size: 25px;
	font-weight: 600;
	line-height: 100%;
	display: block;
}
.top .top_img {
	font-size: 0;
	margin-top: 10px;
}
.top .top_img .left {
	width: 65%;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 2%;
}
.top .top_img .left span {
	font-size: 13px;
	display: block;
	margin-top: 10px;
}
.top .top_img .right {
	width: 33%;
	display: inline-block;
	vertical-align: bottom;
}
.top .top_img .right img + img {
	padding-top: 8%;
}
@media screen and (max-width: 651px) {
	.top p:nth-of-type(2) span {
		font-size: 17px;
	}
	.top h1 {
		font-size: 48px;
	}
	.top h1 span {
		font-size: 19px;
	}
	.top .top_img .left span {
		font-size: 12px;
		margin-top: 5px;
	}
}
@media screen and (max-width: 473px) {
	.top .top_img .left {
		width: 100%;
		display: block;
		margin-right: 0;
	}
	.top .top_img .right {
		width: 100%;
		display: block;
		margin-top: 15px;
	}
	.top .top_img .right img + img {
		padding-top: 15px;
	}
}

/* center content */
.center {
	font-size: 0;
	margin-top: 70px;
}
.center span {
	color: #ea5b56;
	font-size: 13px;
	display: block;
	margin-top: 10px;
}
.center span + span {
	margin-top: 20px;
}
.center .left {
	width: 58%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}
.center .left .left_top {
	max-width: 78%;
}
.center .left .left_bottom {
	max-width: 90%;
	font-size: 0;
	margin-top: 20px;
}
.center .left .left_bottom span {
	width: 56%;
	font-size: 14px;
	text-align: right;
	display: inline-block;
	vertical-align: bottom;
	padding-right: 4%;
}
.center .left .left_bottom span.sp {
	display: none;
}
.center .left .left_bottom img {
	width: 40%;
	display: inline-block;
	vertical-align: bottom;
}
.center .right {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
.center .right span {
	text-align: right;
}
.video {
	width: 100%;
	max-width: 100%;
	position: relative;
}
.video video {
	width: 100%;
	height: 100%;
	outline: none;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.center {
		margin-top: 50px;
	}
	.center .left {
		width: 50%;
		margin-right: 5%;
	}
	.center .left .left_top {
		max-width: 100%;
	}
	.center .left .left_bottom {
		max-width: 100%;
	}
	.center .left .left_bottom span {
		font-size: 13px;
		text-align: left;
	}
	.center .right {
		width: 45%;
	}
	.center .right span {
		text-align: left;
	}
	.center span + span {
		margin-top: 15px;
	}
}
@media screen and (max-width: 651px) {
	.center {
		margin-top: 40px;
	}
	.center span {
		font-size: 12px;
		line-height: 1.3;
		margin-top: 5px;
	}
	.center span + span {
		margin-top: 10px;
	}
	.center .left {
		width: 49%;
		margin-right: 2%;
	}
	.center .left .left_bottom span {
		width: 100%;
		display: block;
		padding-right: 0;
	}
	.center .left .left_bottom span.sp {
		display: block;
	}
	.center .left .left_bottom span.pc {
		display: none;
	}
	.center .left .left_bottom img {
		width: 100%;
		display: block;
	}
	.center .right {
		width: 49%;
	}
}
@media screen and (max-width: 473px) {
	.center {
		margin-top: 20px;
	}
	.center .left {
		width: 100%;
		display: block;
		margin-right: 0;
	}
	.center .right {
		width: 100%;
		display: block;
		margin-top: 20px;
	}

}

/* txt area */
.txt_area {
	margin-top: 70px;
}
section {
	font-size: 16px;
}
section + section {
	margin-top: 20px;
}
section h2 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.txt_area {
		margin-top: 50px;
	}
	section {
		font-size: 15px;
	}
	section h2 {
		font-size: 16px;
	}
}
@media screen and (max-width: 651px) {
	.txt_area {
		margin-top: 40px;
	}
}
@media screen and (max-width: 473px) {
	.txt_area {
		margin-top: 20px;
	}
	section + section {
		margin-top: 15px;
	}
	section h2 {
		margin-bottom: 10px;
	}
}

/* bottom content */
.bottom {
	padding: 20% 1% 3% 0;
}
.bottom img {
	max-width: 350px;
	display: block;
	float: right;
}
@media screen and (max-width: 767px) {
	.bottom img {
		max-width: 47.5%;
	}
}
@media screen and (max-width: 473px) {
	.bottom {
		padding: 30px 0 0;
	}
	.bottom img {
		max-width: 250px;
		float: none;
		margin: 0 auto;
	}
}

/* スマホ幅でのメディア表示調整 */
@media screen and (max-width: 473px) {
	.top .top_img .left {
		width: 96%;
		margin: auto;
	}
	.top .top_img .right {
		width: 96%;
		margin: 15px auto 0;
	}
	.center .left {
		width: 96%;
		margin: auto;
	}
	.video {
		width: 96%;
		margin: 20px auto 0;
	}
}